/* defaults + resets
------------------------------------------------------------------------------------*/
*html {
	overflow-x: hidden;
	overflow-y: auto;
}
*:first-child+html { 
	overflow-x: hidden;
	overflow-y: auto;
}
#wrapper{
	position:relative; /* allows scoreboard to be positioned absolute inside */
	width:955px;
	margin:0 auto;	
	font: 11px Verdana, Arial, sans-serif;
	text-align:left;
	color:#fff;
}
#wrapper p{ font-size:11px; }
#wrapper a{
	color:#ffbf66;
	text-decoration:underline;
}
/*----------------------------------------------------------------------------------*/


/* header
------------------------------------------------------------------------------------*/
#header{
	position:relative;
	height:125px;
	/*background:url(/images/play/sports/fantasy-football/ffb-nav-bg.jpg) no-repeat 402px 12px;*/
}
/* logo */
#header h1{
	position:absolute;
	top:10px;
	left:0px;
	width:455px;
	height:42px;
	background:url(/images/play/sports/type/vegas_sports.png) no-repeat left top;
	cursor:pointer;
}
/*#header h3{
	background:url(/images/play/sports/fantasy-football/ffb-nav-off.png) no-repeat -7px -6px;
	position:absolute;
	bottom:12px;
	left:446px;
	width:185px;
	height:36px;
}
#header.ffb h3{
	background:none;
}
*/


/*----------------------------------------------------------------------------------*/


/* global search
------------------------------------------------------------------------------------*/
#search-sports{
	position:absolute;
	top:15px;
	left:660px;
}
#search-input-wrap{
	float:left;
	width:208px;
	height:35px;
	padding:8px 0 0 5px;
	background:url(/images/play/sports/bg_search_input.gif) no-repeat top left;
}
#search-input-wrap input{
	border:2px solid #000;
	width:190px;
	height:17px;
	font-size:12px;
	font-weight:bold;
}
#search-go-wrap {
	float:left;
	width:50px;
	height:35px;
	padding:8px 0 0 6px;
	background:url(/images/play/sports/bg_search_btn.gif) no-repeat top left;
}
#search-sports a{
	margin: 0 0 0 12px;
	text-decoration:underline;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
}
/*----------------------------------------------------------------------------------*/


/* global tabs
------------------------------------------------------------------------------------*/
#tab-navigation{
	position:absolute;
	bottom:0px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#tab-navigation li{
	float:left;
	height:45px;
}
#tab-navigation a{
	display:block;
	height:45px;
	background-image:url(/images/play/sports/tab_map.gif);
	outline:none; /* hides the dotted border when clicking tabs */
}
#tab-navigation a.tab-1{ width:111px; background-position:0 0; }
#tab-navigation .selected a.tab-1{ background-position:0 -45px; }
#tab-navigation a.tab-2{ width:79px; background-position:-111px 0; }
#tab-navigation .selected a.tab-2{ background-position:-111px -45px; }
#tab-navigation a.tab-3{ width:52px; background-position:-190px 0; }
#tab-navigation .selected a.tab-3{ background-position:-190px -45px; }
#tab-navigation a.tab-4{ width:94px; background-position:-242px 0; }
#tab-navigation .selected a.tab-4{ background-position:-242px -45px; }
#tab-navigation a.tab-5{ width:57px; background-position:-336px 0; }
#tab-navigation .selected a.tab-5{ background-position:-336px -45px; }
/*----------------------------------------------------------------------------------*/

/* tab content
------------------------------------------------------------------------------------*/
#tab-content{
	position:relative; /* keeps z-index working properly */
	margin-top:-12px; /* shift over top of nav elements */
	width:675px;
	padding-top:11px;
}
#tab-content div.bottom{ height:11px; }
#tab-content div.center{
	padding:7px 0 7px 4px;
	overflow:hidden; /* clears floats */
	min-height:425px; /* always leave enough room for the scoreboard */
}
/* default backgrounds */
#tab-content.default{ background:transparent url(/images/play/sports/bg_page_top.gif) no-repeat top left; }
#tab-content.default div.bottom{ background:url(/images/play/sports/bg_page_bottom.gif) no-repeat left top; }
#tab-content.default div.center{ background:url(/images/play/sports/bg_page.jpg) repeat-y; }

/* inner containers */
#tab-content .small-column{
	width:188px;
	float:left;
}
#tab-content .medium-column{
	width:375px;
	float:left;
	margin:0 0 0 18px;
}
#tab-content .wide-column{
	width:571px;
	float:left;
	margin:0 0 0 7px;
}
#tab-content .medium-column a{ font-weight:bold; }
#tab-content .wide-column a{ font-weight:bold; }


#tab-content .content-bucket{ padding:20px 5px 5px 5px; }
#tab-content .event-bucket{	padding:20px 0 15px 0; }
/* styles for the different types of content buckets */
#tab-content .dashed-bottom{ border-bottom:1px dashed #a7a9a9; }
#tab-content .content-highlight{
	background:url(/images/play/sports/bg_content_highlight.jpg) repeat-y;
	width:362px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:20px 60px 5px 15px;
	margin-left:-10px;
}

/* styles for elements in content buckets */
#tab-content .content-bucket h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
#tab-content .caption{
	display:block;
	margin-bottom:15px;
	text-transform:uppercase;
}
#tab-content .content-bucket h3, #tab-content .event-bucket .header{
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffbf66;
}
#tab-content .content-bucket p{	margin-bottom:15px; }
#tab-content .content-bucket ul{
	margin-left:17px;
	padding:0;
}
#tab-content .content-bucket ul li{	margin:10px 0; }
/*----------------------------------------------------------------------------------*/


/* events
------------------------------------------------------------------------------------*/
.date{
	margin-bottom:10px;
	color:#000;
}
.date h3 span.day{
	float:left;
	width:280px;
}
.date h3 span.state{
	float:right;
	display:block;
	width:17px;
	height:17px;
	margin:4px 0 0 0;
	background:url(/images/play/sports/buttons/date_toggle.gif) no-repeat right top;
}
.date .bottom-cap{
	height:25px;
	background:url(/images/play/sports/paper_bottom.jpg) no-repeat left top;
}
/* open */
.date h3{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
	padding:13px 15px 0 15px;
	overflow:hidden; /* clear floats */
}
.date h3.open{
	height:27px;
	background:url(/images/play/sports/paper_top.jpg) no-repeat left top;
	border-bottom:1px dashed #000;
}
.date h3.open span.state{ background-position:left top;}
/* closed */
.date h3.closed{
	height:37px;
	background:url(/images/play/sports/paper_header.jpg) no-repeat left top;
}

/* empty copy */
.date p.empty{ padding:10px 15px 0 15px; }
.date p.empty a{ color:#ce7605 !important; }

/* events */
.date .event{
	padding:5px 8px;
	border-bottom:1px dashed #000;
	overflow:hidden; /* clear floats */
}
.date .event .info{
	float:left;
	padding:4px 0;
	border-right:1px dashed #484646;
	margin-left:5px;
}
.date .event .wide-info{
	border:none !important;
}
.date .event .info h4{
	margin:0px;
	font-size:11px;
	font-weight:bold;
}
.date .event .info a{ color:#ce7605 !important; }
.date .event .overtime-guaranteed{
	float:left;
	width:110px;
	height:45px;
	margin:15px 0 0 15px;
	background:url(/images/play/sports/type/overtime_guaranteed.gif) no-repeat left top;
	cursor:pointer;
}

/* highlighted styles */
.date .highlight{
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:4px 8px 3px 8px; /* remove some padding to make up for border */
	background:url(/images/play/sports/bg_event_highlight.jpg) repeat-y;
	color:#fff;
}
.date .highlight .overtime-guaranteed{
	width:160px;
	height:65px;
	margin:5px 0 0 15px;
	background:url(/images/play/sports/type/overtime_guaranteed_highlight.gif) no-repeat left top;
	cursor:default;
}
.date .highlight .info{ border-right:1px dashed #fff; }
.date .highlight .info a{ color:#ffbf66 !important; }
/*----------------------------------------------------------------------------------*/


/* scoreboard
------------------------------------------------------------------------------------*/
#scoreboard-container{
	position:absolute;
	top:75px;
	right:0px;
	width:340px;
}
#scoreboard-cables{
	height:160px;
	background:url(/images/play/sports/scoreboard_cables.png) no-repeat left top;
	visibility:hidden;
}
#scoreboard{
	width:340px;
	margin-top:-150px;
}
#otgflash{ outline:0; }
/*----------------------------------------------------------------------------------*/

/* listing
------------------------------------------------------------------------------------*/
#listing{ position:relative; }
/* some hackery for ie6 and stuff over transparent pngs */
#listing div.background{
	width:188px;
	height:760px;
	background:url(/images/play/sports/bg_listing.png) no-repeat left top;
}
#listing div.content{
	position:absolute;
	top:27px;
	left:12px;
	width:162px;
}

#listing h2{
	height:49px;
	margin:0 0 25px 0;
}
#listing h2.golf-courses{ background:url(/images/play/sports/type/golf_courses.jpg) no-repeat center center; }
#listing h2.sportsbooks-locations{ background:url(/images/play/sports/type/sportsbooks_locations.jpg) no-repeat center center; }

#listing-scroll{
	width:165px;
	height:599px;
	font-size:10px;
	letter-spacing:-1px;
}
#listing-scroll ul{
	list-style-type:none;
	margin:0;
	padding:0px;
	width:142px;
}
#listing-scroll li{	margin:5px 0; }
#listing-scroll li a{
	display:block;
	padding:3px 10px 3px 10px;
	text-decoration:none;
	color:#000;
	outline:0;
}
#listing-scroll li a:hover, #listing-scroll li.selected a{
	background-color:#000;
	color:#fff;
}
/*----------------------------------------------------------------------------------*/


/* buttons
------------------------------------------------------------------------------------*/
.button-go{
	width:39px;
	height:24px;
	border:none;
	background:url(/images/play/sports/buttons/go.gif) no-repeat top left;
	cursor:pointer;
}
/*----------------------------------------------------------------------------------*/


/* thumbnail image frame
------------------------------------------------------------------------------------*/
.frame-thumb{
	background:url(/images/play/sports/thumb_frame.png) no-repeat;
	width:178px;
	height:121px;
	padding:12px 0 0 14px;
	text-align:left;
}
.frame-thumb img { border:1px solid #7b7b7b; }

.frame-thumb-large{
	background:url(/images/play/sports/thumb_frame_large.png) no-repeat;
	width:238px;
	height:164px;
	padding:10px 0 0 11px;
	text-align:left;
}
.frame-thumb-large img { border:1px solid #7b7b7b; }
.frame-thumb-small{
	position:relative;
	background:url(/images/play/sports/thumb_frame_small.png) no-repeat;
	width:105px;
	height:79px;
	text-align:left;
}
.frame-thumb-small img {
	position:absolute;
	top:10px;
	left:9px;
	border:1px solid #7b7b7b;
}
/*----------------------------------------------------------------------------------*/


/* scrollbar
------------------------------------------------------------------------------------*/
.scroll-wrapper{ overflow:auto; }

.contents{
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
}
.vThumb{
	position:absolute;
	top:0px;
	left:0px;
	width:18px;
	height:46px;
	background:url(/images/play/sports/scrollbar/thumb.png) no-repeat left top;
	cursor:pointer;
}
.vTrack{
	position:absolute;
	top:0px;
	right:0px;
	width:18px;
}
/*----------------------------------------------------------------------------------*/


/* styled links
------------------------------------------------------------------------------------*/
a.send-to-a-friend{
	padding:0 0 0 30px;
	background:url(/images/play/sports/buttons/send_to_friend.jpg) no-repeat left center;
}
/*----------------------------------------------------------------------------------*/


/* footer
------------------------------------------------------------------------------------*/
#footer{
	margin:40px 0 15px 0;
	padding-bottom:1px;
}
/*----------------------------------------------------------------------------------*/


/* modal window
------------------------------------------------------------------------------------*/
#modal-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	background-color:#000;
	display:none;
}
#modal-window{
	position:absolute;
	top:0px;
	left:0px;
	z-index:101;
	display:none;
	font: 11px Verdana, Arial, sans-serif;
	text-align:left;
}
#modal-window p{
	font-size:11px !important;
}
#modal-window .error{ color:#FFBF66; }
#modal-window .close{
	position:absolute;
	top:28px;
	right:20px;
	width:14px;
	height:10px;
	background:url(/images/play/sports/modal_close.gif) no-repeat top left;
	cursor:pointer;
}
/*----------------------------------------------------------------------------------*/


/* login modal
------------------------------------------------------------------------------------*/
#modal-login{
	width:397px;
	height:551px;
	background:url(/images/play/sports/bg_modal_login.jpg) no-repeat left top;
}

/* top */
#modal-login .top{
	position:absolute;
	top:115px;
	left:40px;
	width:325px;
	line-height:1.5em;
}
#modal-login ul{
	margin:0 0 0 15px;
	padding:0;
	font-weight:800;
}

/* bottom */
#modal-login form{
	position:absolute;
	top:330px;
	left:40px;
	width:325px;
	height:200px;
}
#modal-login label{
	display:block;
	color:#fff;
	margin-bottom:5px;
}
#modal-login #email, #modal-login #password{
	display:block;
	width:215px;
	border:1px solid #878787;
	margin-bottom:15px;
}
#modal-login a.register-now{
	display:block;
	width:141px;
	height:37px;
	margin:18px 0 0 0;
	background:url(/images/play/sports/buttons/register.jpg) no-repeat left top;
}
#modal-login button.login-go{
	position:absolute;
	bottom:0px;
	right:0px;
	width:63px;
	height:37px;
	border:none;
	background:transparent url(/images/play/sports/buttons/go_large.jpg) no-repeat left top;
	cursor:pointer;
}
#modal-login p.message{
	position:absolute;
	width:265px;
	bottom:0px;
	left:-15px;
	color:#ff0000;
	font-weight:bold;
}
#remember{ margin:0 10px 0 0; }
#modal-login .options, #modal-login .options label, #modal-login .options a{
	color:#fcbf66;
	font-weight:bold;
}
/*----------------------------------------------------------------------------------*/


/* send to a friend modal
------------------------------------------------------------------------------------*/
#modal-send{
	width:389px;
	height:449px;
	background:url(/images/play/sports/bg_modal_send.jpg) no-repeat left top;
}
/* top */
#modal-send .top{
	padding:50px 32px 0 32px;
	height:65px;
	overflow:hidden;
}
#modal-send h2{
	margin:0 0 10px 0;
	padding:0;
}
#modal-send h2.event{
	width:319px;
	height:14px;
	background:url(/images/play/sports/type/send_event.gif) no-repeat left top;
}
#modal-send h2.story{
	width:319px;
	height:14px;
	background:url(/images/play/sports/type/send_event.gif) no-repeat left top;
}
/* form */
#modal-send form{
	margin:0px;
	height:319px;
	padding:15px 32px 0 32px;
}
#modal-send label{
	display:block;
	color:#fff;
	margin-bottom:5px;
}
#modal-send .input{
	display:block;
	width:215px;
	border:1px solid #878787;
	margin-bottom:15px;
}
#modal-send textarea{ height:45px; }
#modal-send button{
	display:block;
	position:absolute;
	bottom:15px;
	right:25px;
	width:80px;
	height:40px;
	border:none;
	background:url(/images/play/sports/buttons/submit.jpg) no-repeat left top;
	cursor:pointer;
}
/* thank you */
#modal-send form h3{
	width:116px;
	height:13px;
	margin:70px 0 4px 0;
	background:url(/images/play/sports/type/thank_you.gif) no-repeat left top;
}
#modal-send form p{
	color:#fff;
	margin:0px;
}
/*----------------------------------------------------------------------------------*/


/* news list modal
------------------------------------------------------------------------------------*/
#modal-news{
	width:582px;
	height:451px;
	background:url(/images/play/sports/bg_modal_news.jpg) no-repeat left bottom;
	font-size:13px;
	color:#fff;
}
#modal-news #news-scroll{
	position:absolute;
	top:115px;
	left:53px;
	width:486px;
	height:283px;
}
#modal-news ul{
	margin:0 0 0 15px;
	padding:0px;
}
#modal-news ul li{ margin:5px 0; }
#modal-news a{
	color:#fff;
	text-decoration:none;
}
#modal-news a:hover{ text-decoration:underline; }

/* scroll bar */
#modal-news .contents{
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
}
#modal-news .vThumb{
	position:absolute;
	top:0px;
	left:0px;
	width:17px;
	height:51px;
	background:url(/images/play/sports/scrollbar/thumb.jpg) no-repeat center center;
	cursor:pointer;
}
#modal-news .vTrack{
	position:absolute;
	top:0px;
	right:0px;
	width:17px;
	background:url(/images/play/sports/scrollbar/track.jpg) no-repeat left top;
}
/*----------------------------------------------------------------------------------*/


/* utility
------------------------------------------------------------------------------------*/
.hidden{
	display:none;
	visibility:hidden;
}
.clear{ clear:both; }
.float-right{ float:right; }
.float-left{ float:left; }
.text-left{ text-align:left; }
.text-right{ text-align:right; }
.inline{ display:inline !important; }
.cursor-default{ cursor:default !important; }
/*----------------------------------------------------------------------------------*/
