html, body
{
	background: #f9f9f9;
}

.header
{
	background-image: url('../images/header_bg.gif');
	height: 75px;
	width: 100%;
}
.subHeader
{
	width: 100%;
	background: #635f59;	
	height: 25px;
}
.header_bottom_border
{
	width: 100%;
	background-image: url('../images/header_bottom_border.gif');
	background-repeat: repeat-x;
	height: 6px;
}

.fullWidthWhite
{
	width: 100%;
	background: #ffffff;
	text-align: center;
}
.orange
{
	color: #f8a201;
}
.module960, .module960RoundTop, .module960RoundContent, .module960RoundBottom
{
	width: 960px;
	text-align: left;
}
.module960
{
	display: inline-block;
}

.module960RoundTop
{
	background-image: url('../images/960_round_top.png');
	height: 10px;
}	
.module960RoundContent
{
	background-image: url('../images/960_round_content.png');
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	width: 940px;
}	
.module960RoundBottom
{
	background-image: url('../images/960_round_bottom.png');
	height: 10px;
}	

.popOver300Top, .popOver300Bottom, .popOver300Content
{
	width: 318px;
	text-align: left;
}
.popOver300Top
{
	background-image: url('../images/300popover_top.png');
	height: 15px;
}
.popOver300Bottom
{
	background-image: url('../images/300popover_bottom.png');	
	height: 25px;
}
.popOver300Content
{
	background-image: url('../images/300popover_content.png');
	padding: 5px 15px 5px 15px;
	width: 288px;
	background-repeat: repeat-y;
}
.splashPageShareGear
{
	width: 630px;
	height: 385px;
	background-image: url('../images/splash_page_share_gear.jpg');
}

.splashBottomBorder
{
	width: 100%;
	background-image: url('../images/splash_bottom_border.gif');
	background-repeat: repeat-x;
	height: 7px;
}

.splashTryNowWrapper
{
	height: 385;
	width: 324px;
}
.splashTryNowTop
{
	height: 10px;
	width: 324px;
	background-image: url('../images/splash_try_now_top.gif');
}
.splashTryNowContent
{
	background-image: url('../images/splash_try_now_content.gif');
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	height: 363px;
	width: 304px;
}
.splashTryNowBottom
{
	height: 12px;
	width: 324px;
	background-image: url('../images/splash_try_now_bottom.gif');
}
.lightGrayBottomBorder
{
	border-bottom-color: #e6e5e5;
}
.profileBox
{
	width: 198px;
	background-image: url('../images/profile_box_bg.gif');
	background-repeat: repeat-y;
}
.profileBoxTopBrder
{
	width: 198px;
	height: 2px;
	background-image: url('../images/profile_box_top_border.gif');
}
.profileBoxBottomBorder
{
	width: 198px;
	height: 5px;
	background-image: url('../images/profile_box_bottom_border.gif');
}

.teal
{
	color: #04a2f1;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.tabnav li 
{
	list-style: none;
        width: 142px;
        height: 26px;
}

.tabnav li a 
{
	display: block;
	text-decoration: none;
	color: #f8a201;
	outline: none;
	width: 142px;
}
.sportsSelector
{
	background: #635f59;
	height: 29px;
	width: 65px;
	padding: 0px 5px;
}
.sportsTab
{
        background-image: url('../images/sports_tab_inactive.png');
        width: 142px;
	padding-left: 10px;
        height: 26px;
}
.sportsTabActive
{
	background-image: url('../images/sports_tab_active.png');
	color: #ffffff;
	width: 142px;
	padding-left: 10px;
	height: 26px;
}
.sportsTabActive a
{
	color: #ffffff;
}

.tabnav
{
	z-index: 3;
	margin: 0px;
	padding: 0px;
}
.sportsListWrapper
{
	margin-left: -435px;
	margin-top: 25px;
	display: none;
	position: absolute;
	width: 956px;
	background: #ffffff;
	overflow: hidden;
	border-style: solid;
	border-color: #52585b;
	border-width: 1px;
}
.sportsListContent
{
	background-image: url('../images/sports_list_bg.png');
	width: 432px;
}
.sportsListBottomBorder
{
	background-image: url('../images/sports_list_bottom_border.png');
	width: 432px;
	display: block;
	height: 16px;
}

.sportsSelectorWrapper
{	
	position: absolute;
	margin-top: 28px;
	margin-left: -1px;
	display: none;
}
.sportsSelectorContent, .sportsSelectorTop, .sportsSelectorBottom
{
	width: 204px;
	background-image: url('../images/sports_selector_content.png');
	overflow: hidden;
}
.sportsSelectorContent
{
	padding: 5px 2px 5px 2px;
	width: 200px;
}
.sportsSelectorTop
{
	height: 3px;
	background-image: url('../images/sports_selector_top.png');	
}
.sportsSelectorBottom
{
	height: 6px;
	background-image: url('../images/sports_selector_bottom.png');	
}
.sportsSelectorItem
{
	padding: 2px 10px 2px 10px;
	padding-right: 10px;
}

.activeSportsSelector
{
	background-color: #e6e5e5;
}

