/* CSS Document */
body{
	font-family:verdana;
	font-size:12px;
	color:#727272;
	margin:0px;
	height:100%;
	background-color:#CCC;
}
a{
	color:#21409A;
	text-decoration:none;	
}
label{
	cursor:pointer;
}
a:hover{
	color: #FEC36F;
	text-decoration:underline;
}

div.InsideLoadingCSS{
	background-color:#FFFFFF;
	vertical-align:middle;
	position:absolute;
	display:none;
	z-index:3000; 
	width:150px;
}
.Title{
	color:#21409A;
}
.SelectedMenuRight a{
	float:right;
	height:23px;
	width:7px;
	padding-top:0px;	
	color:#FFF !important;
	font-weight:bold;	
	/*background-image:url(../Images/blue/SelectedMenuRight.png);*/
}
.SelectedMenuLeft a{
	float:right;
	height:23px;
	width:7px;
	padding-top:0px;
	color:#FFF !important;
	font-weight:bold;
	/*background-image:url(../Images/blue/SelectedMenuLeft.png);*/
}
.SelectedMenuCenter a{
	height:20px;
	padding-top:4px;	
	color:#FFF !important;
	font-weight:bold;
}
.OnlineBox{
	border:1px solid black;
	border-bottom:0px;
}
.OnlineBoxHeader{
	background-color:rgba(0, 90, 170, .8);;
	height:15px;
	width:100%;
	color:#FFFFFF;
	text-align:left;
	cursor:pointer;
}
.Footer{
	height: 25px;
	text-align: center;
	padding-top: 5px;
	width: 100%;
	position:fixed;
	background-color:#FFE897;
	left: 0px;
	bottom: 0px;
	background-image:url(../Images/blue/TopMenuBack.png);		
}

.TopMenu{
	background:rgba(0, 90, 170, .8);;
	height:40px;
	min-width:900px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:5px;
	position:fixed;
	width:100%;
}
.TopMenu a{
	color:#FFFFFF;
}
.TopMenu a:hover{
	color:#FEC36F;
}
input[type="text"]{
	border:1px solid #CCCCCC;
	font-family:verdana;
	font-size:14px;
	width:200px;
}
textarea{
	border:1px solid #CCCCCC;
	font-family:tahoma;
	font-size:14px;
	width:200px;
	height:70px;
}
select{
	border:1px solid #CCCCCC;
	font-family:verdana;
	font-size:11px;	
}
.TitleGreen{
	color:#000000;
	font-weight:600;
}

.ButtonStyle{
	width:100px;height:25px;border-color:#B3B5C9;font-size:11px;font-family:Verdana;font-weight:300;background-image:url(../Images/ButtonBack.jpg);padding:0px;cursor:pointer;
}
.ButtonStyleGreen{
	border:0px;
	cursor:pointer;
	background-image:url(../Images/blue/BtnImgGreen.png);
	width:72px;
	height:23px;
	font-size:10px;
}
.WarningMessage{
	color:#FF0000;
	font-size:11px;
	border:1px solid red;
	padding:3px;
	text-align:justify;
}
.SelectedTabCenter{
	padding:10px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#FFF;
	background: rgba(0, 90, 170, .8);;
}
.SelectedTabLast{
	padding:10px;
	color:#FFF;
	background: rgba(0, 90, 170, .8);;
	border-bottom:1px solid #000000;
}
.SelectedTabFirst{
	padding:10px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#FFF;
	background: rgba(0, 90, 170, .8);;
}

.UnSelectedTabCenter{
	padding:10px;
	text-align:right;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	color:#000000;
}
.UnSelectedTabLast{
	padding:10px;
	text-align:right;
	border-bottom:1px solid #000000;
	color:#000000;
}
.UnSelectedTabFirst{
	padding:10px;
	text-align:right;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	color:#000000;
}
#SearchBoxDiv{
	height:23px;
	cursor:pointer;
	margin-top:4px;
}
.TopLeftCorner{
	background-image:url(../Images/blue/TopLeftCorner.png);
	width:12px;
	height:12px
}
.BoxBorderTop{
	background-image:url(../Images/blue/BoxBorderTop.png);
	height:12px
}
.TopRightCorner{
	background-image:url(../Images/blue/TopRightCorner.png);
	width:12px;
	height:12px;
}	
.BoxBorderLeft{
	background-image:url(../Images/blue/BoxBorderLeft.png);
	width:12px
}
.BoxTopBorder{
	border-color:#000000;
}

.BottomRightCorner{
	background-image:url(../Images/blue/BottomRightCorner.png);
	width:12px;
	height:12px
}
.BoxBorderBottom{
	height:12px;
	background-image:url(../Images/blue/BoxBorderBottom.png);
}
.BottomLeftCorner{
	background-image:url(../Images/blue/BottomLeftCorner.png);
	width:12px;
	height:12px;
}	
.BoxBorderRight{
	background-image:url(../Images/blue/BoxBorderRight.png);
	width:12px
}

/*Trans*/
.TopLeftCornerTrans{
	background-image:url(../Images/blue/TopLeftCornerTrans.png);
	width:12px;
	height:12px
}
.BoxBorderTopTrans{
	background-image:url(../Images/blue/BoxBorderTopTrans.png);
	height:12px
}
.TopRightCornerTrans{
	background-image:url(../Images/blue/TopRightCornerTrans.png);
	width:12px;
	height:12px;
}	
.BoxBorderLeftTrans{
	background-image:url(../Images/blue/BoxBorderLeftTrans.png);
	width:12px
}
.BoxTopBorderTrans{
	border-color:#000000;
}

.BottomRightCornerTrans{
	background-image:url(../Images/blue/BottomRightCornerTrans.png);
	width:12px;
	height:12px
}
.BoxBorderBottomTrans{
	height:12px;
	background-image:url(../Images/blue/BoxBorderBottomTrans.png);
}
.BottomLeftCornerTrans{
	background-image:url(../Images/blue/BottomLeftCornerTrans.png);
	width:12px;
	height:12px;
}	
.BoxBorderRightTrans{
	background-image:url(../Images/blue/BoxBorderRightTrans.png);
	width:12px
}
/*end trans*/
.TitleHead{
	background-image:url(../Images/blue/TopMenuBack.png);
}
.ThinRightBorder{
	border-left:1px solid #000000;
}
.ThinLeftBorder{
	border-right:1px solid #000000;
}
.ThinBorder{
	border:1px solid #000000;
	height:auto !important;
}
a.attach, a.attach:visited, div.attach
{
/*  display: block;
  width:   150px;
  border:  1px solid #FF9900;
  padding: 5px;
  text-align:left;
  background: #FF9900;
  text-decoration: none;
  font-family: verdana, Sans-Sherif;
  font-size:11px;
  color:   #FFFFFF;
*/
display: block;
  width: 200px;
  border: rgba(0, 90, 170, .8);;
  padding: 4px;
  background: rgba(0, 90, 170, .8);;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
}
a.attach:hover{
 background-color:#FFF;
 color:#000;
}
a.attach, a.attach:visited { border-bottom: none; }
.attach_menu_child             { border-bottom: 1px solid #ffe1e7;z-index:90000;margin-top:8px; }
/*jquery.autocomplete coluring CSS*/
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FFE897;
	direction:rtl;
}

.ac_over {
	background-color: #FF9900;
	color: white;
    direction:rtl;
}
/*end autocomplete CSS*/
.CN_Count{
	font-weight:bold;
	text-decoration:underline;
}
