@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #655959;
	font-family:arial, helvetica, verdana;
	font-size: 11px;
	background-color: #FBE6EB;
	background-image: url(images/x-bground.gif);
	background-repeat: repeat;
}
#okmsg {
	margin: 10px auto;
	width: 300px;
	padding: 20px;
	color: #fff;
	font-size:12px;
	background-color: #588115;
	border: 2px solid #3A550E;
	display: none;
	visibility: hidden;
	}
#err {
	margin: 10px auto;
	width: 300px;
	padding: 20px;
	color: #f00;
	font-size:12px;
	background-color: #FBE6EB;
	border: 1px solid #f00;
	display: none;
	visibility: hidden;
	}
.active {
	margin: 10px auto;
	width: 400px;
	padding: 20px;
	color: #fff;
	font-size:12px;
	background-color: #588115;
	border: 2px solid #3A550E;
	}
.waiting {
	margin: 10px auto;
	width: 400px;
	padding: 20px;
	color: #000;
	font-size:12px;
	background-color: #CC9933;
	border: 2px solid #7C5D1F;
	}
.inactive {
	margin: 10px auto;
	width: 400px;
	padding: 20px;
	color: #fff;
	font-size:12px;
	background-color: #f00;
	border: 1px solid #000;
	}

form {margin:0; padding:0;}
a:link { color: #cd2e7b; font-size: 12px;}
a:visited { color: #5590aa; font-size: 12px; text-decoration: underlined;}
a:hover { color: #000000; font-size: 12px; 	text-decoration: none;}
a:active { color: #5590aa; font-size: 12px; 	text-decoration: underlined;}
td { vertical-align:top; background: #ffffff}
h1 { margin:0; padding:0; font-size: 18px;}
#maintable {
	border: 1px solid #646464;
}
#menubar {
margin:0;
padding:0;
text-align: center;
}
#menuleft {
width: 746px;
padding-left: 10px;
text-align: left;
background: url(images/x-bg_for_buttons.jpg) #FFFFFF repeat-x bottom;
vertical-align:middle;
}
#container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #646464;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #DDDDDD;
	margin: 0;
	padding: 0; 
} 
#sidebar1 {
	margin: 0px;
	padding: 0px;
	width: 134px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(images/x-back_left.gif) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar2 {
	margin: 0px;
	padding: 0px; /* padding keeps the content of the div on edges */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(images/x-back_right.gif) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: center;
}
#sidebar2 p {
	padding-left: 13px;
}
#sidebar1 p {
	padding: 0 7px 0 3px;
}
#mainContent { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 492px; /* 766-140-134 */
} 
#footertop { 
	height: 15px;
	background:#FFFFFF url(images/x-footer-top.gif) top repeat-x;
}
#footer { 
	padding: 0 0 20px 0;
	text-align:center;	
	background:#FFFFFF url(images/x-footer-bottom.gif) bottom repeat-x;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.buttons {width:134px; margin:0; padding:0;}
.buttons li {list-style:none; margin:0; padding: 2px 10px 0 10px; overflow: hidden; width: 114px; height: 17px; background: url(images/x-buttons.gif); text-align: left; }
#maintoptable td {vertical-align: top;}
#maintoptable div {padding: 5px 0 0 10px;}
.p5 {padding: 2px 20px 2px 20px; text-align: left; font-size:12px;}
.cal td{
	margin: 0;
	padding: 0 5px 2px 5px;
	text-align: left;
}
.cal .tdtitle {
	margin: 0px; padding: 3px 3px 3px 20px; color:#333; font-weight: bold; font-size: 11px; background-color:#d4e3f7;
}
.grey{ color:#cccccc;}
.drkgrey{ color:#666666;}
.red{ color:#990000;}
.selected { 
	color: #990000;
	font-size: 12px;
}
.medtextarea {
	width: 400px;
	height: 80px;
	font-size: 12px;
	color: #231F20;
	margin: 0;
	}
h4 {
padding: 5px;
width: auto;
background: #D2347E;
color: #ffffff;
font-size: 13px;
text-align: left;
}
.medinpt { width: 200px; }
.litegray { color:#cccccc;}
.pager td { background: #FDD5E0; }