/*Standard tags*/
body, td, li, input, textarea {font-family:arial,helvetica;font-size:12pt;color:333333}
form, h1, h3 {margin:0}
a {font-weight:bold;color:528B9F}
a:hover {color:555555}
h1 {font-size:18pt;color:528B9F}
h3 {font-size:13pt;color:528B9F}
input, textarea {font-weight:bold}
body{background: #B3ECEF url('/images/twbk.gif') fixed no-repeat top left;}
.small {font-size:8pt}
.nav {font-weight:bold;color:333333}
.nav:hover {color:528B9F}
.button {background-color:#A2DB8A}
.error {font-weight:bold;font-size:18pt;color:BE0000}
.alert {font-weight:bold;font-size:18pt;color:E7C32C}
.success {font-weight:bold;font-size:18pt;color:00BE00}
.linktextbox {color:528B9F}
.notice {color:BE0000;background-color:FFFF99;}

/*Additional style declarations*/
/*DHTML Tooltips*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #77989B;
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;
}