a{color:blue; text-decoration:none}
/*a:link { color:#FF0000; }
a:visited { color:#00FF00; }
a:hover { color:#FF00FF; }
a:active { color:#0000FF; }
a:hover { color:#990000; text-decoration:underline }*/
td {font-family:verdana,arial;font-size:9pt;}
.text {font-family:verdana,arial;font-size:9pt;}
.header{font-family:verdana,arial;font-size:9pt;font-weight:bold;color:#F8D891;}
.small{font-family:verdana,arial;font-size:8pt;}
.smallRed{font-family:verdana,arial;font-size:8pt; color:#ff0000}
.smallGrey, a.smallGrey:hover{font-family:verdana,arial;font-size:8pt; color:#999999}
.Message{font-family:arial;font-size:12.5pt;font-weight:bold;font-style:italic;color:#ff0000;text-align: center;}
.tableHead { 
    background-color: #990000;
    background-image: url(/myicons/pix/adminTableHead.gif);
    color: #ffffff;
    font-family: verdana,helvetica,helv,arial,geneva;
    font-weight: bold;
    font-size: smaller;
    text-align: left;
}
.tableSubHead{
	font-weight: bold;
}
.tableColHead{
	/*font-family: verdana,helvetica,helv,arial,geneva; */ /*appears this is the default, no need to set each time*/
	color: #900;
	font-size: 8pt;
}
.nowrap{ white-space:nowrap }


/* tabs */
/* I had to make re[org/name] classes for IE6 and IE7 quirks mode (which do not support multiple class selectors*/
.tabContainer{ margin:auto; width:870px; text-align:center; }
.tabContent{ padding:5px; border:1px solid #ccc; background:#fff; }
.tabList{ list-style: none; margin:0px; padding:0px; }
.tabList a, .tabList a:hover{ text-decoration: none; color: blue; outline: none; cursor:pointer; }
.tabList li{ margin:0px; padding:0px; position:relative; float:left; height:25px; margin-right:0px; white-space: nowrap; _width:1px; }
.tabList .tabLeftOn, .tabList .tabLeftOff{ position:absolute; top:0px; left:0px; width:25px; height:25px; background-repeat: no-repeat; }
.tabList .tabMiddleOn, .tabList .tabMiddleOff{ margin: 0px 4px 0px 25px; padding: 2px 10px 0px 5px; height:25px; background-repeat: repeat-x; }
.tabList .tabMiddleOn{ background-image:url(/myicons/thepages_icons/barBGOn.gif); }
.tabList .tabMiddleOff{ background-image:url(/myicons/thepages_icons/barBGOff.gif); }
.tabList .tabRightOn, .tabList .tabRightOff{ position:absolute; top:0px; right:0px; width:4px; height:25px; background-repeat: no-repeat; }
.tabList .tabRightOn{ background-image:url(/myicons/thepages_icons/iconnavbreakOn.gif); }
.tabList .tabRightOff{ background-image:url(/myicons/thepages_icons/iconnavbreakOff.gif); }
.afterTabList{ clear:both; }
