/* ***************************************************************
HEXUS_STYLES
------------------------------------------------------------------
AUTHOR -			Iain McWhirter
DESCRIPTION -		The custom styles for the gaming site
*************************************************************** */

/* ***************************************************************
BODY AND GENERIC TAG STYLES
*************************************************************** */

body { background: #d9d9d9; }
a {
	border-bottom: 1px #AEAEAE dotted;
	color: #A30000;}
a:visited {
	color: #666666;}
a:hover {
	background: #D9D9D9;}
h1, h1 a, h1 a:hover, h1 a:visited {
	color: #ff0000;}
.helpIcon, .colBox li.header a.helpIcon {
	border: 1px #000000 solid;
	background: #C60000;
	color: #ffffff;}
.helpIcon:hover, .colBox li.header a.helpIcon:hover {
	background: #C60000;}

/* ***************************************************************
GENERIC TABLE STYLES
*************************************************************** */
tr:hover, tr.evenRow:hover {
	background: #e9e9e9;}
tr.evenRow, tr.evenRow:hover td.noHover, table.centreTableNoHover tr.evenRow:hover, tr.evenRow:hover td.alignCenterNoHover, th.altTableHdr {
	background: #FFEAEA;}
	
/* ***************************************************************
GENERIC FORM STYLES
*************************************************************** */
input:focus, select:focus, textarea:focus {
	background: #D9D9D9;}
.requiredField, .requiredFieldIndicator {
	background: #D9D9D9;}
.formButton, .formButtonLink {
	background: #A30000;}
.formButton:hover, .formButton:focus, .formButtonLink:hover,.formButtonLink:focus {
	background: #C60000;}
legend {
	color: #A30000;}
	
/* ***************************************************************
GENERIC TEXT STYLES
*************************************************************** */
.altColourH1 {
	color: #C60000;} 
	
/* ***************************************************************
SPECIFIC TABLE STYLES FOR TRUST
*************************************************************** */
.inactiveUserRow {
	background: #ffebdd;}
	
/* ***************************************************************
SPECIFIC STYLES FOR RESULT PAGER AND PAGE JUMPERS
*************************************************************** */	
.resultPager a {
	background: #FFEAEA;}
.resultPager a:hover {
    background: #D9D9D9;}
table.pageJumper tr, table.pageJumper tr:hover {
	background: #D9D9D9;}
.pageJumper a:hover, .pageJumper .prevPage:hover, .pageJumper .nextPage:hover {
	background: #AEAEAE;}

/* ***************************************************************
SPECIFIC STYLES FOR OTHER MISCELLANEOUS AREAS
*************************************************************** */	
.searchText {
	background: #A30000;
	color: #ffffff;}
	
/* ***************************************************************
SPECIFIC STYLES FOR OTHER MISCELLANEOUS AREAS
*************************************************************** */	
.linkPrefix {
	color: #A30000;}
	
/* ***************************************************************
SPECIFIC STYLES FOR THE HEADER BAR AND MENUS
*************************************************************** */	
#hdr {
	background: #A30000 url(http://img.hexus.net/hexus_v2/images/site/hdr_bg_gaming.jpg) repeat;}
#menu li:hover, #menu li:hover, #menu li.over, #menu li#menuOver {
	background: #ff0000 url(http://img.hexus.net/hexus_v2/images/site/menu_bg_on_gaming.gif) repeat;}
#menu li li {
	border: 1px #D9D9D9 solid;
	border-right: 1px #AEAEAE solid;
	border-bottom: 1px #AEAEAE solid;
	background: #D9D9D9 url(http://img.hexus.net/hexus_v2/images/site/link_bg_gaming.gif) 152px 50% no-repeat;}
#menu li li:hover, #menu li li.over {
	border: 1px #E3D8ED solid;
	border-right: 1px #7B796F solid;
	border-bottom: 1px #7B796F solid;
	background: #AEAEAE url(http://img.hexus.net/hexus_v2/images/site/link_bg_gaming.gif) -348px 50% no-repeat;}
#menu li li a:visited {
	background: url(http://img.hexus.net/hexus_v2/images/site/link_bg_gaming.gif) -837px 50% no-repeat;}
#menu li li a:hover, #menu li li:hover a:visited, #menu li li.over a:visited {
	background: #AEAEAE url(http://img.hexus.net/hexus_v2/images/site/link_bg_gaming.gif) -353px 50% no-repeat;}
#menu li li.menuDivider, #menu li li.menuDivider:hover {
	border: 1px #E4E1EA solid;
	border-right: 1px #775885 solid;
	border-bottom: 1px #775885 solid;
	background: #C60000;}
.colBox li a:hover {
	background: #FFEAEA url(http://img.hexus.net/hexus_v2/images/site/col_link_bg.gif) -363px 50% no-repeat;}

/* ***************************************************************
SPECIFIC STYLES FOR THE COLUMNS (LEFT, RIGHT AND FLOATING)
*************************************************************** */	
#lCol, #rCol {
	background: #444444;}
.colHdr, .forumNewsTitle {
	border: 1px #FFB0B0 solid;
	border-bottom: 1px #660000 solid;
	background: #C60000;}
	
/* ***************************************************************
SPECIFIC STYLES FOR THE MAIN COLUMN
*************************************************************** */	
#cCol, #cColAd {
	background: #D9D9D9;}
/* Gaming has the ad section this high for the platform buttons */
#cColAd {
	height: 70px;}
#cColTagline, .forumNewsDate {
	background: #AEAEAE;
	border: 1px #D9D9D9 solid;
	border-bottom: 1px #444444 solid;}
.forumNews {
	background: #D9D9D9;
	border: 1px #C60000 solid;}
/* ***************************************************************
COMMENT STYLES
*************************************************************** */
.comment {
	background: #fffafa;
	border: 1px #cc0000 solid;
}
.comment:hover {
border: 1px #ff0000 solid;
}

/* Featured content */

#cColContent .topRow {
	border: 1px #dd0000 solid;
	background: #f7f3f3;}


