/*--------------------------------
= challenge arena header
--------------------------------*/
#Challenge_game_arena {
	margin: 0;
	padding: 0;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/challengegamesindex/challGames-bg.png) 0 0 no-repeat;
	overflow: hidden;
}

#Challenge_game_arena #header {
	margin: 0;
	padding: 0;
	height: 158px;
	overflow: hidden;
}

#Challenge_game_arena h2 {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 85px;
	text-indent: -9000px;
}

#Challenge_game_arena p.description {
	margin: 15px 0 0 15px;
	padding: 0;
	color: #fff;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	width: 650px;
}

#Challenge_game_arena #Featured_game {
	float: right;
	margin: 30px 10px 0 0;
	padding: 0;
	text-align: center;
}

#Challenge_game_arena #Featured_game a {
	display: block; 
	margin: 10px;
	outline: none; 
	cursor: pointer;
}
#Challenge_game_arena #Featured_game a img {border: none;}
/*--------------------------------
= challenge arena nav
--------------------------------*/
#Challenge_game_arena #nav {
	margin: 0 0 0 8px;
	padding: 0;
	height: 27px;
	background: transparent url(../images/challengegamesindex/challengeNav.png) 0 0 no-repeat;
}

#Challenge_game_arena #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Challenge_game_arena #nav li {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#Challenge_game_arena #nav li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 27px;
	outline: none;
	cursor: pointer;
}

#chall-mlb a {width: 42px;}
#chall-nfl a {width: 38px;}
#chall-nhl a {width: 40px;}
#chall-nba a {width: 40px;}
#chall-pga a {width: 39px;}
#chall-nascar a {width: 65px;}

#chall-mlb a:hover, #chall-mlb a.current {background: transparent url(../images/challengegamesindex/challengeNav.png) 0 -27px no-repeat;}
#chall-nfl a:hover, #chall-nfl a.current {background: transparent url(../images/challengegamesindex/challengeNav.png) -42px -27px no-repeat;}
#chall-nhl a:hover, #chall-nhl a.current {background: transparent url(../images/challengegamesindex/challengeNav.png) -80px -27px no-repeat;}
#chall-nba a:hover, #chall-nba a.current {background: transparent url(../images/challengegamesindex/challengeNav.png) -120px -27px no-repeat;}
#chall-pga a:hover, #chall-pga a.current {background: transparent url(../images/challengegamesindex/challengeNav.png) -160px -27px no-repeat;}
#chall-nascar a:hover, #chall-nascar a.current {background: transparent url(../images/challengegamesindex/challengeNav.png) -199px -27px no-repeat;}

#ChallRacing {
	background: #fff;
}

/*--------------------------------
= main content area
--------------------------------*/
#main_content_area {
	margin: 0 0 0 8px;
	padding: 15px 0 0 0;
	width: 915px;
	background: #fff url(../images/challengegamesindex/challArena_mainContentBG.png) 0 0 repeat-x;
}
#rototimes_content_area {
	margin: 0 0 0 8px;
	width: 915px;
	background: #fff !important;
	border: 1px solid #333;
}
#rototimes_sub_header {
    border-bottom: 1px solid #E0E0E0;
    color: #fff;
    font: bold 18px arial,verdana,sans-serif;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    background: #666;
}
#rototimes_games_footer {
	border-bottom: 1px solid #E0E0E0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    background: #666;
    margin: 0px;
}

.gamerow {
	margin: 0 15px;
	padding: 0;
	width: 890px;
	border-bottom: 1px dotted #000;
	overflow: hidden;
}
#rototimes_content_area .gamerow {
	border-bottom: none;
	margin: 0px;
}

.game_box {
	float: left;
	margin: 0;
	padding: 5px 0 15px 0;
	width: 430px;
	border-right: 1px dotted #000;
	overflow: hidden;
}
#rototimes_content_area .game_box {
	padding-left: 10px;
}

.gamerow .last {border: none;}

.game_box img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#rototimes_content_area .game_box .linker img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #666;
}

.gamerow .last  img {margin-left: 15px;}

.game_box_description {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 240px;
}

.game_box_comingsoon {
	float: center;
	margin: 0 0 0 0;
	padding: 0;
	width: 400px;
}

.game_box h3 {
	margin: 0 0 0 4px;
	padding: 0;
	font-style: oblique;
	font-size: 18px;
	line-height: 18px;
}

.game_box p {
	margin: 0 0 5px 2px;
	padding: 0;
	height: 42px;
	font-size: 12px;
	line-height: 14px;
}

.game_box p.entryFee {
	margin-bottom: 0;
	padding: 0;
	height: 18px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.game_box a img,
.gamerow .last a img {
	margin: 2px;
	padding: 0px 5px 0px 0px;
	border: none;
}
