/*cope with inheritance bugs*/
body, table, th, td{
color: white;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
}
/*body specific
body{
background-color:#336666;
margin-top:0px;
margin-right:0;
margin-bottom:5px;
margin-left:0px;
}*/
a:link{
color:#fff;
font-size:12px;
text-decoration:underline;
}
a:visited{
color:#fff;
font-size:12px;
text-decoration:underline;
}
a:hover{
color:#fff;
font-size:12px;
text-decoration:none;
}
a:active{
color:#fff;
font-size:12px;
text-decoration:none;
}
li{
color:#ffffff;
list-style-type:square;
}
ol li{
color:#ffffff;
list-style: decimal;
margin: 0;
padding-left: 0;
}
ul{
color:#ffffff;
list-style-type:square;
}
.actCHECKOUTEM {background-color:#003333;}
.actCHECKOUTBG {background-color:#336666;}
.actlarger{
font-size: larger;
color:#ffffff;
}
.actsmaller{
font-size: smaller;
color:#ffffff;
}
.actxxsmall{font-size:10px;color:#ffffff;}
.actxsmall{font-size:11px;color:#ffffff;}
.actsmall{font-size:12px;color:#ffffff;}
.actregular{font-size:medium;color:#ffffff;}
.actlarge{font-size:large;color:#ffffff;}
.actxlarge{font-size:x-large;color:#ffffff;}
.actxxlarge{font-size:xx-large;color:#ffffff;}
.actwarningcolor{color:#ffff80;}
.actrequiredcolor{color:#ffff80;font-size:12px;}
.actrequired{font-size:12px;color:#ffff80;}
.actwarning{font-size:x-large;color:#ffff80;}
.actwelcome{font-size:medium;color:#336666;}
span.attribute{font-weight: bold; font-size:12px; color: #CCCC33;}
.actlogotext {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:x-small;color:#ffffff;}