
@charset "iso-8859-2";

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
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;
}
#dropmenudiv {position:absolute;  border:1px solid black;    font:bold 11px Tahoma;  line-height:18px;  z-index:100;}

#dropmenudiv a {width: 100%;  display: block;  text-indent: 3px;    padding: 3px 0;  text-decoration: none;  font-weight: bold;}

/* hover background color */
#dropmenudiv a:hover {background-color: #999999;}

body {background:#FFFFFF;color: #000000; font: normal 11px tahoma,arial,verdana}

.form {color: #2E2E2E; font: normal 12px tahoma,arial,ms sans serif}
.tool {color: #2E2E2E; font: normal 11px tahoma,arial,ms sans serif}
.title {color: #AEAEAE; font: normal 11px tahoma,arial,ms sans serif; padding:3px}
.mini {color: #2E2E2E; font: normal 9px tahoma,arial,ms sans serif}
.info {color: #0066CC; font: bold 12px tahoma,arial,ms sans serif}
.error {color: #FF0000; font: bold 12px tahoma,arial,ms sans serif}
a {color: #444444; text-decoration: none}
a:hover {color: #0C0C0C; text-decoration: none}
#describe {position: absolute; top: 165px; left: 13%; background-color: black}
select {width:180px}

/* End of style section. Generated by AceHTML at 2006-03-03 09:43:05 */