@charset "utf-8";
/* CSS Document */

/*Choose Sports*/
body {
    overflow:auto;

}
.SportsCategory
{
	
	float:left;
	
}
/*New Styles Sprint 2*/
.SportsPanel
{
    height:88px;
    display:inline-block;
    margin-bottom:5px;
    width:99%;
    
}
.SportsPanelBg {
    background:url(/images/sports/sportspanel_bg.png) repeat-x;
    height:88px;
    width:99%;
    
}
.Panel
{
    display:block;
    margin:5px 0 0 5px;
    height:23px;
    font-size:11px;
    font-weight:bold;
    vertical-align:top;
}

.Panel a:hover {
    font-weight:bold;
}
.Panel a, .Panel a:visited
{
	margin:3px 0 3px 5px;
	*margin:3px 0 3px 0px;
	height:23px;
	*height:19px;
	color:#a6a6a6;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
}

.Panel a.selected, .Panel a:visited.selected {
	color:#ffffff;
}

.Panel a:hover {
	color:#ff8000;
}



.Orangeh2
{

	color:#ff8000;
	font-size:1.1em;
	font-weight:bold;	
	margin:0;
	padding:0;
	clear:both;
	
}
td.PromoItem h3 {

	color:#ff8000;
	font-size:1.1em;
	font-weight:bold;	
	margin:0;
	padding:0;
	clear:both;
	text-decoration:none;
	border: 0px;
}

.ChooseSportsTop
{
	background-image:url(../images/sports/choosesports_bg.png);
	width:275px;
	height:93px;
	padding:5px 10px 3px 4px;
	background-repeat:no-repeat;
	
}

.ChooseSportsTop ul
{
	list-style:none;
	list-style-position:inside;
	padding:0 0 5px 0;
	font-weight:bold;
	margin:3px 3px 3px 3px;
	padding:0px;
	color:#FFF;
}
.ChooseSportsTop ul li
{
	*margin:0 0 0 -12px;
	padding:0px;
	list-style-position:inside;
}

.ChooseSportsTop a, .ChooseSportsTop a:hover
{
	font-weight:bold;
	color:#ffffff;
}

.ChooseSportsTop input, .ChooseSportsTop input:hover
{
	background:url(../images/sports/button_show.png) no-repeat;
	width:88px;
	height:23px;
	border:none;
	background-position: 0 2px;
	display:inline-block;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	float:right;
	margin-top:-2px;
	*margin-top:-12px;
}

#ChooseSports td
{
	white-space:normal;	
}




/*SportsMenu*/

.IndexDarkGrayBox {
	background-color: #e6e6e6;
	color: #666;
	font-weight: bold;
	height:23px;

}

.IndexLightWhiteBox {
	background-color: #F6F6F6;
	color: #666;
	font-weight: bold;
	height:23px;
}

.IndexDarkGraySubBox{
	background-color:#FFFFFF;
	border-top:1px dashed #CCCCCC;
	color:#666666;
	font-style:normal;
	font-weight:normal;
}


a.IndexLightWhiteSubBox {
	background-color:transparent;
	border:0 none;
	color:#666666;
	margin-left:1px;
	padding:0;
	text-align:left;
	text-decoration:none;
	height:13px;
}

a.IndexDarkGraySubBox {
	background-color:transparent;
	border:0 none;
	color:#666666;
	margin-left:-4px;
	padding:0;
	height:13px;
	text-align:left;
	text-decoration:none;

}

.IndexLightWhiteSubBox {
	background-color: #FFFFFF;
	color: #666;
	font-weight: normal;
	font-style: normal;
	border-top: #CCCCCC 1px dashed;
}



/*Betting Tabs */

.BettingTabs
{
	margin:0 0 5px 0;
	padding:0;
	width:405px;
	
}



ul.Tabs
{
	margin:0px;
	padding:0px;
	height:29px;
	border-bottom:5px #ff8000 solid;

}

ul.Tabs li
{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	width:135px;
	*width:133px;
	float:left;
	height:19px;
}

ul.Tabs li a
{
	font-weight:bold;	
	height:19px;
	color:#333333;
	font-size:11px;
	padding:10px 0px 5px 35px;
	display:inline-block;
	width:99px;
	*width:133px;
	height:21px;
	
}

ul.Tabs li a.Tab_1
{
	background-image:url(../images/sports/live_betting_off.png);
	background-repeat:no-repeat;
	margin-right:3px;
	
	
	
}
ul.Tabs li a.LiveBetting_a
{
	background-image:url(../images/sports/live_betting_on.png);
	background-repeat:no-repeat;
	color:#ffffff;
	margin-right:3px;
}


ul.Tabs li a.Tab_2
{
	background-image:url(../images/sports/hot_bets_off.png);
	background-repeat:no-repeat;
	margin-right:3px;
}


ul.Tabs li a.HotBets_a
{
	background-image:url(../images/sports/hot_bets_on.png);
	background-repeat:no-repeat;
	color:#ffffff;
	margin-right:3px;
}

ul.Tabs li a.Tab_3
{
	background-image:url(../images/sports/next_bets_off.png);
	background-repeat:no-repeat;
	
}

ul.Tabs li a.NextBets_a
{
	background-image:url(../images/sports/next_bets_on.png);
	background-repeat:no-repeat;
	color:#FFF;
}

.BettingTabs .content
{
	margin:0;
	height:auto;
	width:405px;
	//background-color:#FFF;
	//background-repeat:repeat-y;
	/*
	border-left:#858585 solid 1px;
	border-right:#858585 solid 1px;
	min-height:180px;
	*/
	
}
.BettingTabs .content table
{
	background-color:#FFF;
    border-left:#858585 solid 1px;
    border-right:#858585 solid 1px;
    background-repeat:repeat-y;
    /*min-height:180px;*/
}
.BettingTabsFooter
{
	background-image:url(../images/sports/tabs_footer.png);
	background-color: #A6A6A6;
	height:28px;
	width:405px;
	background-repeat:none;
}
.BettingTabsFooter a, .BettingTabsFooter a:hover  {
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
	top:5px;
}

a.HotBetsEventLink, a.HotBetsEventLink:hover, a.HotBetsEventLink:visited {
	color: #000000;
}
a.HotBetsEventLink:hover {
	text-decoration:underline;
}
/*Tabs - Live Betting Content */

#LiveBetting td
{
	height:37px;
	font-size:10px;
	margin-left:1px;
	
}

.DarkBg
{
	background-color:#e9e9e9;
}

#LiveBetting tr
{
	width:403px;
	
}

#LiveBetting td.MarketInfo span
{
	height:10px;
	float:left;
	width:310px;
}

#LiveBetting td.MarketInfo
{
	width:310px;
	float:left;
	padding:8px 0 0px 5px;
}

td.Score
{
	padding:0 5px 0 3px;
	width:63px;
	text-align:right;

}

td.LiveImg
{
	padding:0 5px 0 3px;
}


/*Tabs - Hot Bets */
#HotBets td, #NextBets td
{
	height:45px;
	font-weight:normal;
	font-size:10px !important;
	margin-left:1px;
	
}

td a.bets, td a.bets:hover
{
	background-image:url(../images/sports/bets_bg.png);
	background-repeat:no-repeat;
	height:18px;
	*height:21px;
	width:50px;
	*width:54px;
	font-size:10px;
	display:inline-block;
	margin-right:3px;
	padding:3px 0 0 5px;
	color:#ffffff;
	font-weight:bold;
	
	
}

td a.bets span, b.orange
{
	color:#ff8000;
	
}


#HotBets td.MarketInfo, #NextBets td.MarketInfo
{	
	width:225px;
	padding:0 0 0 5px;
}

#HotBets td.MarketInfo span, #NextBets td.MarketInfo span
{
	height:13px;
	width:200px;
	font-weight:normal;
	display:block;
	overflow:hidden;
	
}


/* Promotions Section and SportsNews Section */

.Promotions
{
	width:405px;
	margin:0;
	
}


.PromotionHeader, .SportsNewsHeader
{
	width:405px;
	height:23px;
	background:url(../images/sports/promotion_header.png) no-repeat;
	color:#ff8000;
	padding:5px 0 0 5px;
	font-size:1em;
	font-weight:bold;
	font-size:12px;
	
}

.PromotionContent
{
	background-color:#ffffff;
	width:403px;
	*width:405px;
	border-left:#858585 solid 1px;
	border-right:#858585 solid 1px;
	vertical-align:top;	
	padding:0;
}



td.PromoNewsItem {
	font-size:10px;
	color:#333333;
	padding:10px 0 0px 0;
	vertical-align:top;
}
.PromotionItemFooter td {
	border-bottom:1px dotted #333333;
	font-size:6px;
	
}

.PromotionContent td.PromoThumb
{
	padding-right:10px;
}


.SportsNews
{
	margin:0 0 5px 0;
	width:405px;
	height:auto;
	
}
.SportsNewsContent
{
	background-color:#e9e9e9;
	width:403px;
	border-left:1px solid #858585;
	border-right:1px solid #858585;
}

.FirstBetDemo
{
	width:227px;
	margin:0 0 5px 0;
	
}

table.SuperSlip
{
	background-color:#e6e6e6;
	border:1px solid #858585;
	
}
.SuperSlip td
{
	border:hidden;
	font-size:11px;
	padding:0;
	vertical-align:middle;
}

td.SuperSlipHeader
{
	color: #ff8000;
	background-color:#333333;
	font-size: 11px;
	padding:5px 5px;
	font-style: normal;
	font-weight: bold;
	height:10px;
	margin:0;
}

td.SuperSlipBg {
	background-color:#666666;
   color: #FFFFFF; 
   height: 18px; 
   font-weight:bold; 
   text-align: center;
   padding-top:3px;

}

input.PresetBetButton, input.PresetBetButton:hover {
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 7pt;
    background: url(/images/sports/button_show.png) no-repeat;
    width: 88px;
    height: 21px;
    cursor: pointer;
}
.PresetSlipValues {
	padding-right: 4px; 
	
	background-color: rgb(255, 255, 255); 
	height: 20px;
}
.PresetAltRow1 {
	background-color: #ffffff;
}
.PresetAltRow2 {
	background-color: #ffffff;
}
.TVChannel {
    line-height:17px;
    color:#666666;
    width:100%;
    display:block;
    background-image: url(/images/tv2.gif);
    background-repeat:no-repeat;
    padding-left:15px;
}

/* Register left-frame*/
.RegisterLeftFrameContent {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
