body {margin:0px; padding:0px; } 
body, html,select  { scrollbar-base-color: #666666;  }

#logo {position:absolute; top: 0px; left: 0px;background: url('logo.gif') top left no-repeat ; width:60px; height: 500px}
#menu {position:absolute; top: 0px; left: 60px;width:150px; height:6000px;padding: 30px 0px 0px 0px; background-color: #DDE4E7; border-left: 1px solid #758D9C; border-right: 1px solid #758D9C;  }
#main { position:absolute; top: 0px; left: 220px; padding-top:10px}

 caption, h3 {text-align: left; font-size: 11px; letter-spacing:3px; color:#818181; text-transform:uppercase; padding:4px; font-weight:normal}

tr {background-color: #EDF0F2}
 th, td,  #menu, a, body {font-family: Verdana, 'Geneva CE', lucida, sans-serif ;  font-size:10px; color:#42525C; }
   td p {text-align:center}
  td { text-align:left; padding: 5px; margin:1px; }
  th {font-size:10px; text-align:right; font-weight:bold; color: #42525C;padding: 5px;  background-color: #E2E7EA}
  th a {font-weight:normal; font-size: 9px}
  
  thead th, thead th a {background-color: #DBE2E6; font-weight: bold; text-align:left; vertical-align:top}
  thead th img {margin-top:2px}
  .title {color:white; font-weight:bold; display:block}
  .dark {color:#606060}
  .bright {color:#888888}
  .pdf{background-color: #EA9CCC}
  .img{background-color: #BFB8E7}
  a {text-decoration:none}
   #menu a {color:black; text-decoration:none; border-bottom:0px}
   #menu a:hover {color: #434343;border-bottom:1px dashed black; text-decoration:none;}
 
 img {border:0px}
  
	.input {border:1px solid #CBD5F1;background-color:#F2F5FE; margin:3px; width:300px}
		
	
	.submit {background-color:#8DA4B1;width:5em;border: 1px solid #758D9C; cursor: pointer; cursor: hand; color: white}
	fieldset {padding:15px; border:1px solid #8DA4B1; border-top:10px solid #8DA4B1;border-left:5px solid #8DA4B1}
	legend {margin:5px;color:#8DA4B1; text-transform:uppercase}
	li {list-style-type:square; margin-top:5px; margin-left:8px; font-weight:bold}
	.hideLi {list-style-type:none} 
	ul {margin-left: 15px; padding-left:4px}
	h4 {font-size:11px; margin:5px 0px; padding: 5px; border-top: 1px dotted #8AA7BA; border-bottom: 1px dotted #8AA7BA;  background-color: #C6D1D8;  letter-spacing:2px}
	#menu h4 a {color: #42525C}
	h5 {font-size:11px; margin-top:0px} 
	h2 {font-size:16px; margin-bottom:0px}
	
	.right {text-align:right}
	.checkbox {color:white}
tr.spacer {background-color: white; height: 1px;border:0px}
.hidden {display:none}

.overflowList, .overflowBigList
	{
		width: 470px; height: 100px; overflow: auto;
		scrollbar-base-color: #D4E1E9; scrollbar-darkshadow-color: #D4E1E9; scrollbar-shadow-color: #D4E1E9;
		border-top: 1px solid #80B3D1; border-bottom: 1px solid #80B3D1;
		padding-top: 10px;padding-right: 5px;
	}
.overflowBigList
	{
		height:250px;
	}
.overflowBigList .dottedLine
		{
			clear:both; border-bottom:1px dotted #80B3D1;
		}
.leftImg {float:left}

/*------------------------- hints.js--------------------------------------------------------------------------------------------*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 200px;
border: 1px solid #8DA4B1;
padding: 2px;
background-color: #DDE4E7;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.warning {color: #DD318B; font-weight:bold}