/* admin/style.css modded in bottom area to suit rubdub admin menu v2* /
/* Replace existing file with this file of add the additions below */
/* to your own admin/style.css if yours is already modded */

H2
{font-family: Verdana, Tahoma, Arial;
font-size: 12pt;
font-weight: bold}

BODY
{font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
scrollbar-base-color: #FFFFFF; 
scrollbar-face-color: #E0E0E0; 
scrollbar-track-color: #F5F5F5; 
scrollbar-arrow-color: #747474;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #CCCCCC; 
scrollbar-shadow-color: #E0E0E0;
scrollbar-darkshadow-color: #747474; 
}

SELECT 
{background-color: #FFFFFF; 
color: #000000;
font-size: 8pt;
font-family: Verdana, Tahoma, Arial;
font-weight: normal;}

TEXTAREA,.TEXTBOX,.FILE
{background-color: #FFFFFF; 
border: #7F9DB9 1px solid; 
color: black; 
font-family: Verdana, Tahoma, Arial; 
font-size: 8pt; 
font-weight: normal;}

.SUBMIT
{background-color: #cadeee; 
border: #7F9DB9 1px solid; 
color: black; 
font-family: Verdana, Tahoma, Arial; 
font-size: 8pt; 
font-weight: bold;}

TABLE, TR, TD 
{font-family:Verdana, Tahoma, Arial;
font-size: 8pt; 
color:#000000}

a:link, a:visited, a:active 
{text-decoration:underline; 
color:#000000}
a:hover 
{text-decoration:none;
color:#CC0000}

.wht_btn {
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-style: normal;
text-decoration: none;
color:#000000;
}
.red_btn {
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-style: normal;
text-decoration: none;
color:#FFFFFF;
}

/* Start of rubdub additions */

.navMenu {
padding-left: 13px;
border-right: 1px solid #999999;
background-color: #FFFFFF;
}
a.txtLink:visited, a.txtLink:link, a.txtLink:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #050F72;
text-decoration: none;
}
a.txtLink:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF9900;
text-decoration: none;
}
a.txtNullLink:visited, a.txtNullLink:link, a.txtNullLink:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCCCCC;
text-decoration: none;
}
li {
list-style-type: square;
list-style-position: inside;
}
.navTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #0B70CE;
}
ul {
padding: 0;
margin: 0;
}

