/* CSS Document */

<style type="text/css">
<!--
div.affected2 { margin: 0; background-color:#FDFDCE; padding: 10px; border:0; zoom:1;}
div.affected { margin: 0; background-color:#FDFDCE; padding: 10px; border:0; zoom:1;}
div.checklist_out { float: left; background:#FF0000; padding: 8px; width: 100%;}
div.checklist { margin: 0; background-color:#EFEFDA; padding: 10px; border:0; zoom:1;}
div.outer1 { float: left; margin-left:115px; background: #545454; padding: 8px; width: 250px; }
div.outer2 { float: left; background: #545454; padding: 8px; width: 100%; }

p {
font-family:Arial, Helvetica, sans-serif;
}



#dropdownwrapper{
width:950px;
margin:auto auto;
}

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 950px;
left: 0;
top: 0;
visibility:hidden;
z-index:1;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: #23292B;
color: black;
padding: 5px;
border:solid 2px white;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 0px solid black;
color: blue;
font-family:arial;
font-weight: bold;
text-align: center;
background: transparent url("images/panel.png") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
margin-bottom:5px;
}

.style3 {color: #FF0000}
.style10 {font-size: 16px; font-family:Arial, Helvetica, sans-serif;}
.style16 {color: #EEF1F4}
.style18 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.style19 {font-size: 16px}
.style20 {
	color: #000000;
	font-weight: bold;
}
.style21 {
	font-size: 18px;
	font-weight: bold;
}
-->
</style>