/*GENERAL LAYOUT CSS*/
#Header{width:713px;clear:both; margin-left:auto; margin-right:auto; margin-top:80px; background-image:url(../../images/admin/header.jpg);background-repeat:no-repeat;}
h1{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#24104f; margin-top:10px;}
.FormHeadings{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#24104f}
.ErrorMessage{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FF0000;}

/*FORM IMPUT FIELDS*/
.buttons{font-family:@Arial Unicode MS; font-size:11px; color:Gray; border:solid 1px #CCCCCC;}
.ElementHeadings{font-family:@Arial Unicode MS; font-size:11px; color:#FFFFFF; text-indent:23px;}
.InputTextBoxes{font-family:@Arial Unicode MS; font-size:11px; color:Gray; border:solid 1px #CCCCCC;}
.TableRowsData{height:25px; background-color:#d7d3e1; }
.indentItems{padding-left:10px; text-indent:10px;}

/*GENERAL HTML ELEMENTS*/
body{background-color:#24104f; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;}

/**/
.editFooter{ background-image:url(../images/admin/foot.jpg);}
#addnewbutton{background-image:url(../../images/admin/foot.gif); height:33px; text-align:right; width:505px; padding-top:5px; position:absolute; margin-top:320px;}
#titleHeader{height:30px; background-color:#FFF;}
#myErrorMessageDiv{background-color:#e9e8f0; height:50px; position:relative; margin-top:358px; padding-left:30px; padding-top:30px; color:Red;}
#contentlisting{overflow:auto; height:318px; width:505px; position:absolute; margin-top:0px;}
.ActionButtons{background-image:url(../../images/admin/foot.gif); height:33px; }

