body{
	margin: 0;
	padding: 2px 0;
	background-color: #FFFFFF;
}



.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {font-family: Arial, Helvetica, sans-serif}
.style6 {color: #000000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

form{
	margin: 0;
	padding: 0;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.butt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #CC0000;
	font-weight: bold;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	padding: 2px;
	background-color: #FFE6E6;
}
.titleheading{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
h3{
	color: #CC0000;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
}
h4{
	color: #CC0000;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h5{
	color: #CC0000;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
a {
	color:#1C458A;
	text-decoration: none;
}
a:hover{
	color:#990000;
	text-decoration: none;
}
.outBorder{
	border: 1px solid #CC0000;
}
td.bg1{
	background-color: #CC0000;
}
td.bg2{
	background-color: #eeddbb;
	background-image:url(images/headertop.gif);
	background-repeat:repeat-x;
}
.logo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #CC0000;
	}
.admin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #8687AC;
}

/* ---   Left Menu   ---*/

#leftMenu{
	background-color: #faf1cb;
	border-right: 1px solid #CC0000;
	text-align: left;
}
#leftMenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftMenu ul li{
	padding: 0;
	margin: 0;
	padding: 2px 2px 2px 16px;
	list-style-image: none;
	list-style-type: none;
	

}

#leftMenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32566B;
	font-weight: normal;
	padding: 2px 2px 2px 16px;
	background-image: url(images/arr.gif);
	background-repeat: no-repeat;
	background-position: 1px left;
	list-style-image: none;
	list-style-type: none;
	
}
#leftMenu a:hover{
	color: #990000;
	text-decoration:none;
	background-image:url(images/arr2.gif); padding-right:30px;
	background-color:#FFC6C6;
	background-position:right;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
}


#leftMenu li.head, #leftMenu li.head a{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0000;
	background-color:  #FFFFFF;
	padding: 3px 2px 3px 6px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	text-decoration: none;
}

#leftMenu li.head{
	border-bottom: 1px solid #CC0000;
	border-top: 1px solid #CC0000;
	background-color:  #eeddbb;
}
/* ---   /Left Menu   ---*/

/* ---   Footer   ---*/

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	background-color: #FAF1CB;
}
#footer a{
	color: #32566B;
}
/* ---   /Footer   ---*/

/*---    midTable  ---*/
#midTable{
	border: 1px solid #CC0000;
}
#midTable th{
	font-weight: bold;
	color: #CC0000;
	background-color:#FAF1CB;
	padding: 4px;
	text-align: left;
	border-bottom: 2px solid #CC0000;
	border-right: 1px solid #CC0000;
	
}
#midTable td{
	border-bottom: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	
	
}

#midTable td a{	
}
#midTable td a:hover{
	color:#990000;
	text-decoration: none;		
}

/*---    /midTable  ---*/
.disabled1{
	disabled:true
}
.enabled1{
	enabled:true;
}
.button{
	display: block;
   border: 1px solid #aaa;
   text-decoration: none;
   background-color: #fafafa;
   color: #123456;
   margin: 2px;
   clear:both;
   }
.hide {display: none;}
.show {    display:table-row;}