/* CSS Document for site 3 - dr */

/* specific for this game */

body {
	background-color: #f7f6f3;
}

#tournamentmenu {
	background-color: #A09B8E;
	background-image: none;
}

#tournamentmenu a {
	color: #ffffff;
}

/* links */ 

a {
	text-decoration: none;
	color: #004FB0;
}

a:hover {
	color: #646052;
	text-decoration: underline !important;
}

.bodyheadline {
	color: #1D6BA2;
}

.bodytext {
	color: #646052;
}

/* data tables - used on all pages. this style overrides global style */

table.datatable tr {

}

table.datatable tr.datatableheader td {
	color: #ffffff;
}

table.datatable tr.datatableheader td a {
	color: #ffffff;
	text-decoration: none;
}

table.datatable td {
	padding: 3px;
	background-color: #ffffff;
}

tr.datatableheader td {
	background-color: #1D6BA2;
	font-weight: bold;
}

tr.datatablealt td {
	background-color: #EFF2F8;
}

tr.datatableheader td.datatablehilite {
	background-color: #0C446C;
	color:#FFFFFF;
}

tr.datatablealt td.datatablehilite {
	background-color: #DBE0E9;
}

tr td.datatablehilite {
	background-color: #EFF2F8;
}

tr.datatablesplitter td{
	background-color: #1D6BA2 !important;
}

/* teamstat - this style overrides global style */

.TeamStatColorDark {
	background-color:#023356 !important;
}

.TeamStatColorMedium{
	background-color:#F2E7E6 !important;
}

.TeamStatColorLight{
	background-color:#EFF2F8 !important;
}

.TeamStatbgColorLight{
	background-color:#EFF2F8 !important; 
}

.TeamStatbgColorMedium{
	background-color:#DBE0E9 !important;
}

.TeamStatbgColorDark{
	background-color:#0C4A76 !important;
}

.TeamStatcolorRed{
	color:#ff0000 !important;
}

#AlertBox{
	background: url("../images/site0/SiteStructure/alert_start.gif");
	background-repeat:no-repeat;
}
#AlertBoxEnd{
	background: url("../images/site0/SiteStructure/alert_end.gif");
	background-repeat:no-repeat;
}

/* ###################  Global styles  ##########################*/
/* forum links */ 
a.forum, a.forum:link {
	color: #aa0000;
}

a.forum:visited {
	color: #AC9C9C;
}

a.forum:hover {
	color: #AC9C9C;
}

/* gamemanu */ 


#pagestart {
	background-image:none;
}

#pageend {
	background-image:none;
}

a.gamemenulink, a.gamemenulink:link, a.gamemenulink:visited {
	color: #ffffff;
}

a.gamemenulink:hover {
	color: #FED802;
}

.gamemenuactive a.gamemenulink:hover {
	color: #FED802;
}

#gamemenu {
	background: url("../../images/site3/SiteStructure/game_menu_gradient.gif");
}

.gamemenuactive {
	background: url("../../images/site3/SiteStructure/game_menu_selected_color.gif") !important;
}

#FooterTextContainer {
	background-color: #F7F6F3;
}

.buttonTextShadow1,.buttonTextShadow2,.buttonTextShadow3,.buttonTextShadow4 {
	display: none;
}

a.buttonText1, a.buttonText1:link, a.buttonText1:visited,a.buttonText3, a.buttonText3:link, a.buttonText3:visited {
	color: #ffffff;
}

a.buttonText1:hover,a.buttonText3:hover {
	color: #FED802;
}

a.buttonText2, a.buttonText2:link, a.buttonText2:visited {
	color: #efefef;
}

a.buttonText2:hover {
	color: #efefef;
}


/* columns */

.col220bg, .col220bgnoprint {
	width: 220px;
	background: url("../../images/site3/SiteStructure/line_vertical_220px.gif");
}

.col330bg, .col330bgnoprint {
	width: 330px;
	background: url("../../images/site3/SiteStructure/line_vertical_330px.gif");
}

.col440bg, .col440bgnoprint  {
	width: 440px;
	background: url("../../images/site3/SiteStructure/line_vertical_440px.gif");
}

.col660bg, .col660bgnoprint {
	width: 660px;
	background: url("../../images/site3/SiteStructure/line_vertical_660px.gif");
}

.buttonmain {
}

#tournamentmenu{
	border-top:1px solid #cccccc;
	padding-top:2px;
}
.topmenuactiveyellow {
	background: none;
}

#pagewrapperleft 
{
	background-image: url("../../images/site3/SiteStructure/fade_left.gif");
	background-repeat: repeat-y;
	background-position: right;
	background-color: #e2e1dd;
}


#pagewrapperright
{
	background-image: url("../../images/site3/SiteStructure/fade_right.gif");
	background-repeat: repeat-y;
	background-position: left;
	background-color: #e2e1dd;
}
