/* HEADERS */
#hdrWeekly {
	display:block;
	background-image:url(/images/tournament-weekly.jpg);
	width:523px;
	height:60px;
	margin:0px;
	padding:0px;
}
#hdrDaily {
	display:block;
	background-image:url(/images/tournament-daily.jpg);
	width:523px;
	height:60px;
	margin:0px;
	padding:0px;
}
#hdrBlackJack {
	display:block;
	background-image:url(/images/tournament-blackjack.jpg);
	width:523px;
	height:60px;
	margin:0px;
	padding:0px;
}
#hdrPoker {
	display:block;
	background-image:url(/images/tournament-poker.jpg);
	width:523px;
	height:60px;
	margin:0px;
	padding:0px;
}
#hdrFree {
	display:block;
	background-image:url(/images/tournament-freeroll.jpg);
	width:523px;
	height:60px;
	margin:0px;
	padding:0px;
}
#hdrWeekly span, #hdrDaily span, #hdrBlackJack span, #hdrPoker span, #hdrFree span {
	display:none;
}
/* TABLE STYLES, YO */
#calendar {
	/*padding:4px;
	background-color:#000000;
	border: 1px #313131 solid*/
}
#weekly, #free, #daily, #poker, #blackjack {
	border-collapse:collapse;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:11px;
	text-align:center;
	width:523px;
}
#weekly th, #free th, #daily th, #poker th, #blackjack th {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#c85924 url(/images/tournament-table-header.png) repeat-x scroll 0 0;
	font: 11px bold "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	color:#FFFFFF;

	padding:7px;
}
#weekly td, #free td, #daily td, #poker td, #blackjack td {
	vertical-align:middle;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CDCDCD url(/images/tournament-table-bg.png) repeat-x scroll 0 0;
	color:#000000;
	padding:7px;
}
/* NAV MENU */

#tournamentMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width:523px;
	height:36px;
	background:  transparent url(/images/tournament-table-menu-bg.png) repeat-x scroll 0 0;
}
#tournamentMenu .menuLeft {
	font-family:Arial, "Lucida Sans Unicode", Sans-Serif;
	font-size:10px;
	color: #FFFFFF;
	padding-right:10px;
	text-transform:uppercase;
	padding:8px;
}
#tournamentMenu li {
	float: left;
	margin: 0em;
	margin-top:6px;
}
#tournamentMenu li a {
	font-family:Arial, "Lucida Sans Unicode", Sans-Serif;
	font-size:10px;
	color: #FFFFFF;
	text-align:center;
	float: left;
	display: block;
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	padding:8px;
}
#tournamentMenu li a:hover {
	text-decoration:underline;

}
/* Hide from IE5-Mac \*/
#tournamentMenu li a {
	float: none
}
/* End hide */
