body{
	background-color: #FFFFFF;
}

.loading{
	font-weight: bold;
	
}

.CallFunction .List{
}
.CallFunction .List th{
	height: 22px;
	background-color:#F2F2F2;
	border: 1px dashed #000;
	padding: 4px;
}
.CallFunction .List .iMOD2{
	background-color: #E8E8E8;
}
.CallFunction .List .MouseOver{
	background-color: #FF9966;
}
.CallFunction .List td{
	border: 1px solid #CCCCCC;
	color: #000;
	padding: 4px;
	font-weight: normal;
	text-align:center;
}

.AjaxPopWindow{
	padding: 10px 10px 10px 20px;
}
.AjaxPopWindow .Title{
	color: #E87400;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	padding: 0 5px 10px 5px;
}


.ControlBar{
	border: 1px solid #CCC;
	padding: 5px 0 5px 0;
	background-color: #F5F5F5;
	background:url('../images/adminbg3.jpg') repeat-x left 1px;
	margin-bottom: 15px;
}
.ControlBar ul{
	list-style-type:none;
	list-style:none;
	direction:rtl;
	margin:0;
	padding:0;
	height: 95px;
}
.ControlBar li{
	width:90px;
	height:90px;
	margin:5px;
	float: right;
	text-align: right;
	background: url('../images/default_panel_item.png') no-repeat top left;
}
.ControlBar li img{
	padding:13px 30px 0 0;
}
.ControlBar li div{
	font-weight: bold;
	font-size: 9px;
	width:70px;
	padding-top: 15px;
	margin-right:9px;
	text-align:center;
}
.ControlBar_out{
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity: 0.6;
}
.ControlBar li:hover{
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	cursor:pointer;
}



.Admin_Title{
	font-size: 14px;
	font-weight: bold;
	color: #060;
	padding: 5px;
	direction:rtl;
	text-align:right;
}



.TableListTitle{
	border: 1px solid #CCC;
	border-bottom: 0;
	background-color:#F5F5F5;
	background:url('../images/adminbg2.jpg') repeat-x top left;
	height: 50px;
}
.TableListTitle .Icon{
	padding: 5px 10px 5px 10px;
}
.TableListTitle .Text{
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}
.TableListTitle .LeftSide{
}
.TableList , .TableList th , .TableList td{
	border: 1px solid #CCC;
}
.TableList .Header{
	text-align:center;
	background-color: #666666;
	color: #FFFFFF;
	padding: 2px 0 2px 0;
	font-weight: bold;
}
.TableList .Null{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	height: 35px;
	color: #FF0000;
}
.TableList .Item{
	text-align: center;
	direction: rtl;
	padding: 0 5px 0 5px;
}
.TableList .iMod2{
	background-color: #F0F7E2;
}
.TableList .mouseOver td{
	background-color: #BCE27F;
}
.TableForm{
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.TableForm td{
	padding: 3px;
}
.BottomControl{
	background-color: #E9E9E9;
	padding: 3px;
	border: 1px solid #666;
	border-top:none;
}




.TableBox{
	border: 1px solid #0066FF;
}
.TableBox .Header{
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-align: right;
	font-weight: Bold;
	padding-right: 20px;
	height: 30px;
}
.TableBox .Body{
	background-color: #E9E9E9;
	color: #333333;
	text-align:center;
	padding: 10px;
}



.PageNumbering .Number a{
	padding: 4px 8px 4px 8px;
	border: 1px solid #CCDBE4;
	background-color: #F0F8FF;
	color: #3666D4;
	text-decoration: none;
}
.PageNumbering .Number a:hover{
	color: #FFF;
	border: 1px solid #2B55AF;
	background-color: #577FDD;
}
.PageNumbering .Selected{
	padding: 4px 8px 4px 8px;
	font-weight: bold;
}


.FormFieldInfo{
	font-size: 9px;
	margin: 0 5px 0 5px;
}
.FormAlertText{
	margin: 0 5px 0 5px;
	text-decoration: underline;
	color: #666666;
}
.IconNotNull{
	color: #FF0000;
	margin: 0 3px 0 3px;
}
.textValue{
	font-weight: bold;
	margin: 0 5px 0 5px;
}
.badField{
	background-color: #FF4646;
}
.Label{
	margin: 0 3px 0 3px;
}








.MessageBox{
	margin: 10px;
}
.MessageBox table, .MessageBox table td{
	border: none;
	font-weight: bold;
}
.MessageBox .error{
	color: #FF0000;
}
.MessageBox .good{
	color: #009900;
}
.MessageBox .alert{
	color: #FF6633;
}

