/* CSS Document */
#dashboard {
border:1px solid #D3F7D2;
color:#0369B0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.dashboard{
list-style-type:none;
margin: auto 2px 2px;
padding: 0;
/*border: 1px dashed #CCCCCC;*/
color:#000000;
text-align:justify;
}
.dashboard li{
line-height:20px;
padding-bottom: 1px;
/*padding-left:5px;*/
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.dashboard li a{
margin-left: -3px;
padding: 1px 1px;
font-size: 12px;
display: block;
color: #1061B3;
text-decoration: none;
border-bottom: 1px dashed #E0E0E0;
}
/*.dashboard a:visited{color: #449805; }*/
.dashboard a:hover {color: #0000CC;background:#F2F2F2; text-decoration: none; 
}
.dashboard #current { /*currently selected tab*/
line-height:23px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000;
background-color:#D3F7D2;
border:1px solid #96E494;
}

#tendersby {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.tendersby{
list-style-type:none;
margin: auto 2px 2px;
padding: 0;
/*border: 1px dashed #CCCCCC;*/
}
.tendersby ul{
font: bold 12px arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}
.tendersby li
{
display:inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:none;
color#000000;
}
.tendersby li a{
float: left;
display: block;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
font-size: 12px;
font-weight:bold;
background-color:#EEFED8;
border:1px solid #96E494;
color:#000000;
}
.tendersby a:visited{color: #000000; }
.tendersby a:hover {
color: #0000CC; 
background:#FFFFFF; 
text-decoration: none; 
border:1px solid #96E494;
}
.states {
border:1px solid #D3F7D2;
color:#0369B0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.states a{
color:#354BE3;
text-decoration:none;
}
.states a:hover{
color:#003366;
text-decoration:underline;
}
/*.states a:visited{
color:#990000;
text-decoration:none;
}*/