/*	This is the standard Hired Goons page design. This overrides main.css where appropriate.
    Otherwise it simply augments the normal styles with the normal colors.
*/
BODY {background: black; color: #CCCCCC;}
A:link	{color: #FF0000;}
A:visited {color: #FFFF00;}
A:active {}
A:hover	{}
H1 {color: #ff0000;}

P {}
TABLE {}
TH {background-color: #006666;}
DT {}
DD {}
P {}
ACRONYM {}
ABBR {}
IMG {}
INPUT:focus {}
.blockListItem {border-top: white;}
.leftbar {}
.rightbar {}

.infobox {background-color: #666666; border: #000000;	color: white;}
.infoboxTitle {}
.mainbody {}
/*.menuBarHeader {color: #FFFF00; font-weight: bold;} */
.menuBarHeader {color: #FFFFFF; font-weight: bold;} 

.menuBarItem {background: #444444; border: dotted 1px red;}

.menuBarSubMenu {}

.navBar {background: #444444; border: solid 2px red;}

/* This bar class is a workaround for some HR problems. Basically it acts like a HR would for creating a bar.
	The problems are a Mozilla bug that doesn't use margins properly when rendering HRs,
	and an IE bug that doesn't deal with the fix for the Moz bug properly.
.bar {border-top: #7A7700;} */

.footer {}
.tablerow1 {background-color: #000000;}
.tablerow2 {background-color: #111111;}
.tablerowavg {background-color: #003333;}
#quote {background-color: #666666; border: #000000;	color: white;}
#quoteauthor {}
#timer {}