﻿/* CSS Document */

form{
    padding:0px;
    margin:0px;
}

.comment{
    color:#777777;
}


.TextBoxForm{
	border:solid 1px #CCCCCC;
	background-color:#e9e9e9;
	width:130px;
	height:16px;
}

.comboBoxForm{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	color:#777777;
}
	
.BottunForm{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009bea;
	width:70px;
	height:22px;
	border:0px;
	background-image:url(../../../images/theme_blue/etedal_btn.jpg);
    cursor:pointer;
}	

/* ........ Title Bar ........ */
#subtitleBarHolder{
	width:50%;
	height:40px;
	background-image:url(../../../images/theme_blue/contentInSide/etedal_contentBarTile.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	overflow:hidden;	
}

#subtitleBarLeft{
	float:left;
	width:9px;
	height:40px;
	background-image:url(../../../images/theme_blue/contentInSide/etedal_contentBarleftt.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;			
}

#mainSubtitleImgR{
	width:47px;
	height:25px;
	background-image:url(../../../images/theme_blue/contentInSide/etedal_contentTilteImgTR.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainSubtitleImgRShadow{
	width:47px;
	height:15px;
	background-image:url(../../../images/theme_blue/contentInSide/etedal_contentTilteImgDR.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#pageSubtitle{
	float:right;
	margin-top:15px;
	color:#999999;
	font-size:12px;
	font-weight:bold;
}

#mainSubtitleLImg{
	width:47px;
	height:25px;
	background-image:url(../../../images/theme_blue/contentInSide/etedal_contentTilteImgTL.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#mainSubtitleImgLShadow{
	width:47px;
	height:15px;
	background-image:url(../../../images/theme_blue/contentInSide/etedal_contentTilteImgDL.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
