/*cope with inheritance bugs*/
body, table, th, td{
color:#ffffff;
font-size: x-small;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
	background: #000 url(background1.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #c4c4c4;
	}
#container {
	margin: 0 auto;
	width: 740px;
	background: #000;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
#header {
	background: #000;
	padding: 10px 10px;
	}	
#header h1 { 	
	margin: 0;
	color: #c6125b;
	font-size: 1.8em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

a:link{
color:#009999;
font-size:x-small;
text-decoration:none;
}

a:visited{
color:#999999;
font-size:x-small;
text-decoration:none;
}

a:hover{
color:#000000;
font-size:x-small;
text-decoration:underline;
}

a:active{
color:#009999;
font-size:x-small;
text-decoration:none;
}

li{
color:#ffffff;
list-style-type:square;
}

ol{
color:#ffffff;
}

ul{
color:#ffffff;
list-style-type:square;
}

H1, H2, H3, H4, H5, H6 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

SELECT {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.actCHECKOUTEM {background-color:#c6125b;}
.actCHECKOUTBG {background-color:#404040;}

.actlarger{
font-size: larger;
color:#ffffff;
}

.actsmaller{
font-size: smaller;
color:#ffffff;
}

.actxxsmall{font-size:xx-small;color:#ffffff;}
.actxsmall{font-size:x-small;color:#ffffff;}
.actsmall{font-size:small;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:#ffff01;}
.actrequiredcolor{color:#ffff01;}
.actsearchhighlightcolor{color:#ff0000;}
.actrequired{color:#ffff01;}
.actwarning{font-size:x-large;color:#ffff01;}
.actwelcome{font-size:medium;color:#ffffff;}

.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:#009999;}


#nav {
	background: #404040;
	margin: 0;
	padding: 0;
	height: 2.2em;
	margin-bottom: 4px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #404040;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: right;
	font-weight: bold;
	}
#nav li a:hover { background-color: #c6125b; }
#nav li a.on { background-color: #c6125b; color: #FFFFFF; }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #404040;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #c4c4c4; }
#footer a:hover { color: #fe0067; }
