.pokerGuide {
	margin: 0px 10px 10px 10px;
}

.pokerGuideWidth {
	width: 938px;
}
.pokerGuideHeader{
	background:url(/images/pokerguide/guide_header_grad_bg.gif) repeat-x top #143d62;
	height: 85px;
}
.pokerGuideHeader h3 {
	padding: 5px 10px 0px 10px;
	margin: 0px;
	color:#FFFFFF;
}
.pokerGuideHeader p{
	font-size:11px;
	color:#E9EFF5;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}

.pokerGuideHeader form{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	display:block;
}
.pokerGuideHeader form select{
	float:right;
	clear:none;
}
.pokerGuide .container{
	width: 935px;
	height: 300px;
	overflow:hidden;
	position:relative;
	background: #ffffff;
	z-index: 20000;
	text-align:left;
	table-wrap: none;
}

.pokerGuide .container .containerMasked{
	width: 10000px;
	position:absolute;
	left: 0px;
	top: 0px;
}

.pokerGuide .headerFooter {
	background:url(/images/pokerguide/guide_column_bg.gif) repeat-x bottom;
	height: 30px;
	border: 1px solid #3e73ab;
}
.pokerGuide .headerFooter ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
.pokerGuide .headerFooter li{
	display:block;
	padding: 0px;
	margin: 0px;
	width: 75px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	clear: none;
	float: left;
}
.pokerGuideBody {

}
.pokerGuide .pokerGuideBody ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
.pokerGuide .pokerGuideBody li{
	display:block;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 75px;
	text-align: center;
	height: 350px;
	line-height: 25px;
	background:url(/images/pokerguide/poker_guide_divider_bg.gif) repeat-y center;
	filter:alpha(opacity=40);
	opacity:0.40;
	z-index: 100;
}

.tournamentGuide {
	padding: 0px;
	margin: 0px;
}
.tournamentGuide ul{
	margin: 0px;
	padding: 0px;
	position: absolute;
}
.tournamentGuide li{
	display:block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 1005px;
	height: 23px;
	width: 2600px;
	line-height: 23px;
	text-align:left;
	position:relative;
	list-style:none;
	background-repeat:no-repeat;
	background-position:  -175px 0px;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index: 101;
	
}
.tournamentGuide li.hidden{
	display: none;
}
.tournamentGuide .freeroll{
	background-image:url(/images/pokerguide/blue_arrow.gif);
	color: #2379ff;
}
.tournamentGuide .freeroll a{
	color: #2379ff;
}
.tournamentGuide .guaranteed{
	background-image:url(/images/pokerguide/pink_arrow.gif);
	color: #c10c66;
}
.tournamentGuide .guaranteed a{
	color: #c10c66;
}
.tournamentGuide .satellite{
	background-image:url(/images/pokerguide/green_arrow.gif);
	color: #80c007;
}
.tournamentGuide .satellite a{
	color: #80c007;
}
.tournamentGuide .sitngo{
	background-image:url(/images/pokerguide/orange_arrow.gif);
	color: #f37b0b;
}
.tournamentGuide .sitngo a{
	color: #f37b0b;
}
.tournamentGuide .funtournament{
	background-image:url(/images/pokerguide/blue_arrow.gif);
	color: #2379ff;
}
.tournamentGuide .funtournament a{
	color: #2379ff;
}
.pokerGuide .scheduleIcon {
	background:url(/images/icons/schedule_icon.gif) no-repeat center left;
	padding: 0px 10px 0px 20px;
	height: 25px;
	line-height: 25px;
	float:right;
}

