/*
	Summary
	+--------------------------------------+
	Project:		SportsSpread
	Date Created:	01 February 2010
	Date Modified:	25 May 2011
	Author:			IPAG (Ireland) Ltd. (KG)
	
	#EEEFF1 - Header Grey
	#9AB800 - Left Green / Header Login
	#B7D600 - Centre button BG
	#69910C - Featured Market Green
*/
html, body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	
}
body
{
	background:url('../images/bgBody.gif') top left repeat-x #FFF;
}
#wrapper{
	margin:0px auto;
	padding:0px;
	width:960px;
}
/* Header */
#header{
	float:left;
	width:960px;
	height:117px;
	background-color:Transparent;
}
#headerTopNav
{
	float:left;
	width:960px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #D1D5D8;
	color:#666668;
}
#headerTopNav .links
{
	text-align:right;
	float:right;
	color:#666668;
}
#headerTopNav .links a
{
	color:#666668;
	text-decoration:none;
	font-style:italic;
}
#headerTopNav .links a:hover
{
	color:#666668;
	text-decoration:none;
	font-style:italic;
}
#headerLogo{
	float:left;
	width:319px;
	height:95px;
	background:url('../images/headerLogo.jpg') top left no-repeat transparent;
}
#headerLogo h1 {
	font-size: 0;
	line-height:0;
	height:0;
	text-indent: -1000px;
}
#headerDate{
	float:left;
	width:321px;
	height:75px;
	background-color:#EEEFF1;
	text-align:right;
	padding:20px 20px 0px 0px;
}
#headerLogin{
	float:left;
	width:300px;
	height:95px;
	background:url('../images/headerLogin.jpg') top left no-repeat Transparent;
}
#headerLoginLoggedIn
{
	float:left;
	width:300px;
	height:95px;
	background:url('../images/headerLoginLoggedIn.jpg') top left no-repeat Transparent;
}
#headerLoginLoggedIn #signup{
	float:left;
	width:300px;
	height:75px;
	margin-top:20px;
}

#headerLoginLoggedIn #signup img
{
	float:left;
	margin-bottom:5px;
	width:300px;
	height:25px;
}
#headerLoginLoggedIn #signup select
{
	margin:0 5px;
	float:left;
	width:290px;
	font-size:11px;
	height:20px;
	border:1px solid #BEC3C7;
	padding:1px;
	text-transform:capitalize;
}

#headerLogin #signup{
	float:left;
	height:20px;
	width:300px;
	height:25px;
	margin-top:20px;
}

#headerLogin h3, #headerLoginLoggedIn h3{
	font-size: 0;
	line-height:0;
	height:0;
	text-indent: -1000px;
}
#headerLogin #login{
	padding:0;
	float:left;
	margin:8px 0px 0px 78px;
	border:none;
}
#headerLogin #login input{
	border:1px solid #9AB800;
	width:97px;
	height:17px;
	background-color:#FFF;
	float:left;
	padding:0px 0px 0px 2px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-style:italic;
}
#headerLogin #login #butLogin{
	border:none;
	width:17px;
	height:19px;
	background:none;
}
#headerNav{
	padding:0;
	margin:0;
	float:left;
	width:960px;
	height:22px;
	background:url('../images/bgHeaderNav.jpg') center left no-repeat #BEC3C7;
	font-size:11px;
}
#headerNav ul, #loggedinCenterNav ul{
	float:left;
	width:960px;
	height:22px;
}
#headerNav ul li, #loggedinCenterNav ul li{
	float:left;
	display:block;
	height:22px;
}
.headerNavAccount   
{
    background-color:#E4E6E8 !important;
}
#headerNav ul li a:link, #headerNav ul li a:visited, #loggedinCenterNav ul li a:link, #loggedinCenterNav ul li a:visited{
	text-decoration:none;
	text-transform:uppercase;
	color:#5E656B;
	line-height:22px;
	padding-left:9px;
	padding-right:9px;
	background:url('../images/liHeaderNav.gif') top right no-repeat #BEC3C7;
	height:22px;
	font-size:11px;
}
#headerNav ul li a:hover, #loggedinCenterNav ul li a:hover{
	height:22px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}
#headerNav ul li a:active, #loggedinCenterNav ul li a:active{
	text-decoration:none;
	text-transform:uppercase;
	color:#5E656B;
}
/* left */
#left{
	float:left;
	width:180px;
	margin:20px 20px 0px 0px;
}
/* Left Navigation */
.accordion
{
    background-color:#9AB800 !important;
}
.accordion li
{
    
    background:url('../images/singleLeftNav.jpg') top left no-repeat #9AB800 !important;

}
.accordion li > ul li
{
    
    background:none !important;
}
.lnSport
{
    background:url('../images/singleLeftNav.jpg') top left no-repeat #9AB800 !important;
}
#leftNav
{
    min-height:200px;
    width:180px;
	background:url('../images/leftHeading.jpg') top left no-repeat transparent;
	padding-top:30px;
	color:#FFF;
	margin-left:-9999px;
}
#leftNav.loaded
{
    margin-left:0;
}
#leftNav li
{
    text-decoration:none;
    color:#FFF;
    font-size:10px;
    text-transform:uppercase;
    background-color:#9AB800;
    width:180px;
    background:none;
}
#leftNav a{
    color:#FFF;
    text-decoration:none;
    
    display:block;
    font-weight:bold;
    padding:4px 0px 2px 15px;
} 
.lnMeetings a
{
    color:#FFF !important;
    background:none !important;
    font-weight:normal !important;
    padding:0px 0px 0px 20px !important;
}
.lnMeetings a.active
{
    background-color:#668E0A !important;
}
.lnMeetings a:hover
{
    background-color:#7B9F07 !important;
}
.lnEvents
{
    background:none !important;
}
.lnEvents a
{
    color:#FFF !important;
    background:none !important;
    font-weight:normal !important;
    padding:0px 0px 0px 25px !important;
}
.lnEvents a.active
{
    background-color:#668E0A !important;
}
.lnEvents a:hover
{
    background-color:#7B9F07 !important;
}
#leftNavFooter{	
	float:left;
	width:180px;
	height:10px;
	background:url('../images/leftFooter.jpg') bottom left no-repeat;
}
a.trigger {background: url('../images/plus.gif') center right no-repeat !important;}
a.trigger.open {background: url('../images/minus.gif') center right no-repeat !important; }
/* leftNav end */
/* RSS Feed */
#leftBlogRSS{
	margin-top:20px;
	padding-top:25px;
	float:left;
	width:180px;
	height:auto;
	background:url('../images/leftBlogRSSHeader.jpg') top left no-repeat #FFF;
}
#injectrssfeed ul{
	border-bottom:1px solid #E1EF97;
}
#injectrssfeed li{
	border-top:1px solid #E1EF97;
	display:block;
	line-height:15px;
}
#injectrssfeed li a{
	text-decoration:none;
	display:block;
	color:#676767 !important;
	line-height:15px;
	padding:5px 0px 5px 5px;
	background-color:#FFF;
	font-size:11px;
}
#leftBlogRSS ul li a:hover{
	background-color:#F1F6CD;
	color:#658F09;
	font-size:11px;
}
#injectrssfeed li a:visited
{
    color:#676767 !important;
}
#injectrssfeed li a strong{
	font-weight:bold !important;
}
/* End RSS Feed */
/* Centre */
#centre{
	float:left;
	width:520px;
	height:100%;
}
#centreMainContent, #centreMainContentFullWidth{
	float:left;
	width:520px;
	height:auto;
	min-height:500px;
	margin-top:20px;
}
#centreMainContentFullWidth
{
    width:760px;
}
#centerMainContentPromotion
{
    margin-top:-15px;
}
#centerMainContentText{
	float:left;
	width:520px;
	padding-top:33px;
	background:url('../images/headingCenterMainContentText.jpg') top left no-repeat #FFF;
	height:auto;
	border-bottom:1px solid #B5D601;
}
.featuredMarket{
	float:left;
	width:450px;
	/*min-height:63px;*/
	border-top:1px solid #B5D601;
	padding-left:70px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#FFF;
}

.featuredMarketWrapper{
	width:450px;
	float:left;
	overflow:hidden;
}

.featuredMarket h2{
	text-transform:uppercase;
	color:#69910C;
	font-size:14px;
}
.featuredMarket h3{
	color:#69910C;
	font-weight:normal;
	font-size:14px;
	padding-bottom:3px;
}
.featuredMarket h3 a
{
	color:#608C01;
	text-decoration:none;
}
.featuredMarket h3 a:hover
{
	color:#C33835;
	text-decoration:none;
}
.featuredMarket .live{
	color:#C33835;
}
.featuredMarket p{
	width:450px;
	float:left;
	color:#636363;
	overflow:hidden;
	clear:both;
	/*width: 37em;  temp */
	 /*white-space: nowrap; temp */
	/*text-overflow: ellipsis;  temp */
	
}
.featuredMarket a:link.buttonSupremacy, .featuredMarket a:visited.buttonSupremacy
{
	margin-top:4px;
	float:left;
	width:152px;
	height:16px;
	text-align:center;
	background:url('../images/bgButtonSupremacy.jpg') top center no-repeat transparent;
	display:block;
	font-size:10px;
	color:#636363;
	text-decoration:none;
	font-style:italic;
}
.featuredMarket a:hover .buttonSupremacy{
	color:#636363;
	text-decoration:none;
	font-style:italic;
}
.featuredMarket a:active .buttonSupremacy{
	color:#636363;
	text-decoration:none;
	font-style:italic;
}
.featuredMarket.golf{
	background:url('../images/featuredMarketGolf.jpg') top left no-repeat #FFF;
}
.featuredMarket.football{
	background:url('../images/featuredMarketSoccer.jpg') top left no-repeat #FFF;
}
.featuredMarket.nfl{
	background:url('../images/featuredMarketNFL.jpg') top left no-repeat #FFF;
}
.featuredMarket.rugby{
	background:url('../images/featuredMarketRugby.jpg') top left no-repeat #FFF;
}
.featuredMarket.rugbyunion{
	background:url('../images/featuredMarketRugby.jpg') top left no-repeat #FFF;
}
.featuredMarket.rugbyleague{
	background:url('../images/featuredMarketRugby.jpg') top left no-repeat #FFF;
}
.featuredMarket.soccer{
	background:url('../images/featuredMarketSoccer.jpg') top left no-repeat #FFF;
}
.featuredMarket.horseracing
{
	background:url('../images/featuredMarketHorseRacing.jpg') top left no-repeat #FFF;
}
.featuredMarket.cricket
{
	background:url('../images/featuredMarketCricket.jpg') top left no-repeat #FFF;
}
.featuredMarket.cycling
{
	background:url('../images/featuredMarketCycling.jpg') top left no-repeat #FFF;
}
.featuredMarket.darts
{
	background:url('../images/featuredMarketDarts.jpg') top left no-repeat #FFF;
}
.featuredMarket.formulaone, .featuredMarket.motorsports
{
	background:url('../images/featuredMarketFormulaOne.jpg') top left no-repeat #FFF;
}
.featuredMarket.entertainment
{
	background:url('../images/featuredMarketEntertainment.jpg') top left no-repeat #FFF;
}
.featuredMarket.tennis
{
	background:url('../images/featuredMarketTennis.jpg') top left no-repeat #FFF;
}
.featuredMarket.snooker
{
	background:url('../images/featuredMarketSnooker.jpg') top left no-repeat #FFF;
}
.featuredMarket.pool
{
	background:url('../images/featuredMarketPool.jpg') top left no-repeat #FFF;
}
.featuredMarket.baseball
{
	background:url('../images/featuredMarketBaseball.jpg') top left no-repeat #FFF;
}
.featuredMarket.hurling
{
	background:url('../images/featuredMarketHurling.jpg') top left no-repeat #FFF;
}
.featuredMarket.gaelic
{
	background:url('../images/featuredMarketGaelic.jpg') top left no-repeat #FFF;
}
.featuredMarket.boxing
{
	background:url('../images/featuredMarketBoxing.jpg') top left no-repeat #FFF;
}
.featuredMarket.greyhounds
{
	background:url('../images/featuredMarketGreyhound.jpg') top left no-repeat #FFF;
}
.featuredMarket.politicalmarkets
{
	background:url('../images/featuredMarketsPolitics.jpg') top left no-repeat #FFF;
}
.featuredMarket.rowing
{
	background:url('../images/featuredMarketRowing.jpg') top left no-repeat #FFF;
}
.featuredMarket.noicon
{
	background:url('../images/featuredMarketNoIcon.jpg') top left no-repeat #FFF;
}
/* Generic Talble Styles -  Green */
.generic
{
    border-bottom:5px solid #99B900;
    border-top:1px solid #99B900;
	float:left;
	background-color:#F5F8E5;
	font-weight:normal;
	font-size:11px;
	color:#5C6972;
	padding:2px 0 2px 0;
	margin-bottom:20px;
}
.generic td
{
    line-height:20px;
    padding-left:5px;
}
.generic .heading
{
    background-color:#5C6972;
    line-height:20px;
    color:#FFF;
    font-weight:bold;
    text-transform:uppercase;
}
.generic input
{
    width:150px;
}
.balance td    
{
    padding:0 5px;
}
/* Generic Talble Styles -  Black */
.genericBlack
{
    font-size:10px;
}
.genericBlack td
{
    border-bottom:1px solid #BEC3C7;
    line-height:20px;
    background-color:#FFF;
    color:#5B6773;
}
.genericBlack .heading td, .genericBlack .heading th
{
    font-weight:bold;
    background-color:#5C6972;
    color:#FFF;
    text-transform:uppercase;
    line-height:20px;
    border-bottom:none;
}
.genericBlack td a
{
    display:block;
    color:#5B6773;
}
.genericBlack td a:hover
{
    color:#6F971A;
    text-decoration:none;
    background-color:#F1F6CD;
}
.genericBlack td.marketsCell
{
    font-style:italic;
}
.genericBlack td.sellbuy a
{
    display:inline-block;
}
.genericBlack td.sellbuy a:hover
{
    background:none;
}
.genericBlack td.marketsInfoLink a, .genericBlack td.marketsInfoLinkHeading
{
    padding-left:5px;
}
.genericBlack td.soFarHeading, .genericBlack td.quoteHeading, .genericBlack td.centerCol
{
    text-align:center;
}
.genericBlack td.soFar
{
    background-color:#EFF0F2;
    text-align:center;
}
.genericBlack td.quote
{
    text-align:center;
    
}
.genericBlack td.quote .red
{
    color:#CD3436;
}
.genericBlack td.quote .green
{
    color:#668D0C;
}
.genericBlack td.stakeHeading
{
    text-align:center;
}
.genericBlack td.stake
{
    text-align:center;
}
.genericBlack input
{
    height:13px;
    width:60px;
    border:1px solid #BEC3C7;
    font-family:Courier New, monospace;
}
.genericBlackGreyedOut
{
    background-color:#eeeeee;
    border:1px solid #eeeeee;
}
.genericBlack td.sellbuy, .genericBlack td.sellbuyHeader
{
    text-align:center;
    width:70px;
}
.genericBlack td a.buy, .genericBlack td a.sell
{
    display:block;
    text-decoration:none;
    padding:0 4px;
    float:right;
    text-align:center;
}
.genericBlack td a.buy
{
    color:#5E696F;
    background-color:#D8D9DB;
}
.genericBlack td a.sell
{
    color:#658E0A;
    background-color:#E4EDBE;
}
/* Register Form */
#registerAccount h1
{
	font-size:18px;
	color:#668F0D;
	padding-bottom:9px;
	margin-bottom:10px;
	border-bottom:5px solid #99B900;
	width:520px;
}
#registerAccount h2
{
	font-size:14px;
	color:#668F0D;
	width:520px;
}
.registerAccount
{
	border-bottom:5px solid #99B900;
	float:left;
	background-color:#F5F8E5;
	font-weight:normal;
	font-size:11px;
	color:#5C6972;
	padding:2px 0 2px 0;
	margin-bottom:20px;
}
.plain td, .plain td input
{
    width:auto !important;
}
#chkReadandaccSITC, #chkOptOut, #chkSMSMarketing, #chkEmailMarketing, #chkNoUSA, #agreeToTC
{
    width:10px !important;
    vertical-align:middle;
}
.plain td label, .plain td input 
{
    vertical-align:middle;
}
.registerAccount td:first-child
{
    width:150px;
}
.registerAccountFirst td:first-child
{
    width:auto;
}
.registerAccountSecond td:first-child
{
    width:400px;
}
.registerAccount td
{
	height:22px;
	vertical-align:top;
	padding:5px 2px 2px 5px;
}
.registerAccount th
{
	background-color:#FFFFFF;
	text-align:left;
	padding-bottom:5px;
}
.registerAccount .thinLine
{
    border-top:1px solid #99B900;
}
.registerAccount b
{
	font-weight:normal;
	font-size:11px;
	color:#5C6972;
}
.registerAccount h3
{
	font-size:11px;
	color:#668F0D;
}
.registerAccount select, .registerAccount input
{
    font-size:11px;
    width:200px;
}
.dob input, .dob select
{
    width:auto;
}
.registerAccount a
{
	text-decoration:none;
	color:#668F0D;
}
.registerAccount a:hover
{
	text-decoration:underline;
	color:#668F0D;
}
.currency input
{
	margin-right:60px;
}
/* Lodgement Pages Styles */
#lodgement h1
{
	font-size:18px;
	color:#668F0D;
	padding-bottom:9px;
	margin-bottom:10px;
	border-bottom:5px solid #99B900;
	width:100%;
}
#lodgement h2
{
	font-size:14px;
	color:#668F0D;
	width:520px;
}
.lodgement
{
	border-bottom:5px solid #99B900;
	float:left;
	background-color:#F5F8E5;
	font-weight:normal;
	font-size:11px;
	color:#5C6972;
	padding:2px 0 2px 0;
	margin-bottom:20px;
}
.lodgement td:first-child
{
    /*width:200px;*/
}
.lodgement td
{
	height:22px;
	vertical-align:top;
	padding:5px 2px 2px 5px;
}
.lodgement th
{
	background-color:#FFFFFF;
	text-align:left;
}
.lodgement .thinLine
{
    border-top:1px solid #99B900;
}
.lodgement b
{
	font-weight:normal;
	font-size:11px;
	color:#5C6972;
}
.lodgement h3
{
	font-size:11px;
	color:#668F0D;
}
.lodgement a
{
	text-decoration:none;
	color:#668F0D;
}
.lodgement a:hover
{
	text-decoration:underline;
	color:#668F0D;
}
.lodgement .heading
{
    font-weight:bold;
    background-color:#5C6972;
    color:#FFF;
    text-transform:uppercase;
}
/* Account Pages Styles */
#account h1
{
	font-size:18px;
	color:#668F0D;
	padding-bottom:9px;
	margin-bottom:10px;
	border-bottom:5px solid #99B900;
	width:100%;
}
#account h2
{
	font-size:14px;
	color:#668F0D;
	width:520px;
}
.account
{
	border-bottom:5px solid #99B900;
	float:left;
	background-color:#F5F8E5;
	font-weight:normal;
	font-size:11px;
	color:#5C6972;
	padding:2px 0 2px 0;
	margin-bottom:20px;
}
.account td:first-child
{
    width:200px;
}
.account td
{
	height:22px;
	vertical-align:top;
	padding:5px 2px 2px 5px;
}
.account th
{
	background-color:#FFFFFF;
	text-align:left;
}
.account .thinLine
{
    border-top:1px solid #99B900;
}
.account b
{
	font-weight:normal;
	font-size:11px;
	color:#5C6972;
}
.account h3
{
	font-size:11px;
	color:#668F0D;
}
.account a
{
	text-decoration:none;
	color:#668F0D;
}
.account a:hover
{
	text-decoration:underline;
	color:#668F0D;
}
/* Event Pages Styles */
#events .heading
{
    display:none;
}
#events table
{
    border-top:5px solid #99B900;
    border-bottom:5px solid #99B900;
    margin-top:5px;
    font-size:11px;
}
#events table a
{
    display:block;
    color:#5B6773;
    padding-left:6px;
    font-size:12px;
}
#events table a:hover
{
    color:#6F971A;
    text-decoration:none;
    background-color:#F1F6CD;
}
#events td
{
    border-bottom:1px solid #E1EF98;
    line-height:22px;
    color:#5B6773;
    
}
/* Events dropdown menu styles */
#ddEventsList
{
    float:left;
    display:block;
}
#ddEventsList ul
{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    width:200px !important;
    line-height:20px !important;
    border-bottom:none;
    z-index:99 !important;
    background-color:#FFF !important;
}
#ddEventsList ul li
{
    position:relative !important;
    height:21px !important;
    width:200px;
    
}
#ddEventsList ul li ul
{
    position:absolute !important;
    left:0 !important;
    top:20px !important;
    display:none !important;
    background:#FFF !important;
    height:20px !important;
}
#ddEventsList a
{
	display: block !important;
	text-decoration: none !important;
	padding: 0px 0px 0px 10px !important;
	border-bottom:1px solid #BEC3C7 !important;
	height:20px !important;
	color:#5B6773 !important;
	background-color:#FFF !important;
}
#ddEventsList li:hover ul, #ddEventsList li.over
{
	display: block !important;
    height:20px !important;
    float:left;
    background-color:#FFF;
}
#ddEventsList a:hover
{
    background-color:#F1F6CD !important;
    color:#6F971A !important;
    text-decoration:none !important;
    height:20px !important;
}
#ddEventsList li
{
    list-style:none !important;
}
#ddEventsList strong
{
    padding-left:10px;
    background:url('../images/plus-down.gif') center right no-repeat     !important;
    display:block;
}
/* Markets Pages Styles */
#markets select
{
    font-size:11px;
}
#markets .selectWrapper
{
    background-color:#9AB800;
    display:block;
    float:left;
    width:755px;
    padding:5px 0 5px 5px;
    height:20px;
}
#eventInfoBox
{
    float:left;
    width:100%;
    padding:5px 0 5px 60px;
    min-height:60px;
}
/* Takeover the featured market styles used on the homepage, will save adding sport icons in twice
   Styles for the Event info box over the markets listings
 */
.eventInfoBox
{
    float:left;
    width:auto;
    padding:0;
    margin:0;
    border:0;
}
#eventInfoBoxText
{
    margin-top:10px;
}
#eventInfoBoxText .highlight
{
    color:#668E0A;
}
/* The Grid
#markets table, #grdCards
{
    font-size:12px;
}
#markets td,  #grdCards td
{
    border-bottom:1px solid #BEC3C7;
    line-height:20px;
    height:20px;
    background-color:#FFF;
    color:#5B6773;
    font-size:12px;
}
#markets .marketheader td, #markets .marketheader th,  #grdCards .marketheader td, #grdCards marketheader th
{
    font-weight:bold;
    background-color:#5C6972;
    color:#FFF;
    text-transform:uppercase;
    line-height:20px;
    height:20px;
    border-bottom:none;
}
#markets td a,  #grdCards td a
{
    display:block;
    color:#5B6773;
    line-height:20px;
    height:20px;
}
#markets td a:hover,  #grdCards td a:hover
{
    color:#6F971A;
    text-decoration:none;
    background-color:#F1F6CD;
    line-height:20px;
    height:20px;
}
#markets td.marketsCell,  #grdCards td.marketsCell
{
    line-height:20px;
    font-size:12px;
    height:20px;
}
#markets td.sellbuy a
{
    display:inline-block;
}
#markets td.sellbuy a:hover
{
    background:none;
}
#markets td.marketsInfoLink a, #markets td.marketsInfoLinkHeading
{
    padding-left:5px;
    height:20px;
    line-height:20px;
}
#markets td.marketsInfoLink
{
    text-align:left;
    background:url('../images/iconInfo.gif') left middle no-repeat transparent;
    height:20px;
    line-height:20px;
}
#markets td.soFarHeading, #markets td.quoteHeading, #markets td.centerCol
{
    text-align:center;
}
#markets td.soFar
{
    background-color:#EFF0F2;
    text-align:center;
}
#markets td.quote
{
    text-align:center;
    font-weight:bold;
}
#markets td.quote .red
{
    color:#CD3436;
}
#markets td.quote .green
{
    color:#668D0C;
}
#markets td.stakeHeading
{
    text-align:center;
}
#markets td.stake
{
    text-align:center;
}
#markets input
{
    
    width:60px;
    border:1px solid #BEC3C7;
    font-family:Courier New, monospace;
    font-size:12px;
    line-height:20px;
    height:20px;
}
#markets td.sellbuy, #markets td.sellbuyHeader
{
    text-align:center;
    width:70px;
}
#markets td a.buy, #markets td a.sell
{
    display:inline-block;
    text-decoration:none;
    padding:0 4px;
    text-align:center;
}
#markets td a.buy
{
    color:#5E696F;
    background-color:#D8D9DB;
    line-height:20px;
    height:20px;
}
#markets td a.sell
{
    color:#658E0A;
    background-color:#E4EDBE;
    line-height:20px;
    height:20px;
}
    
/* Let's try that again... */
#markets table
{
    font-size:12px;
    width:760px;
    float:left;
}
#markets table td
{
    vertical-align:middle;
    border-bottom:1px solid #BEC3C7;
    height:30px;
    line-height:30px;
    background-color:#FFF;
    color:#5B6773 !important;
}
#markets .marketheader td, #markets .marketheader th
{
    font-weight:bold;
    background-color:#5C6972;
    color:#FFF !important;
    text-transform:uppercase;
    line-height:20px;
    height:20px;
    border-bottom:none;
}
#markets td.soFarHeading, #markets td.quoteHeading, #markets td.centerCol
{
    text-align:center;
}
#markets td.soFar
{
    background-color:#EFF0F2;
    text-align:center;
}
#markets td.quoteHeading
{
    text-align:center;
}
#markets td.quote
{
    text-align:center;
    font-weight:bold;
}
#markets td.quote .red
{
    color:#CD3436;
}
#markets td.quote .green
{
    color:#668D0C;
}
#markets input
{
    width:60px;
    border:1px solid #BEC3C7;
    font-family:Courier New, monospace;
    font-size:12px;
    height:13px;
}
#markets a, .marketsInfoLink a
{
    display:block;
    color:#5B6773 !important;
} 
.openPositionLink a
{
    text-decoration:underline !important;
}
.meetinglistlink
{
    font-weight:bold;
    color:#F0F !important;
}
#markets a:hover
{
    text-decoration:none !important;
    color:#668E0A !important;
}
.marketsInfoLink a:hover
{
    text-decoration:none !important;
    color:#668E0A !important;
    background-color:#F1F6CD !important;
}
#markets .over,#markets .over td
{
    background-color:#F1F6CD !important;
}
#markets .marketheader.over td, #markets .marketheader.over th
{
    background-color:#5C6972 !important;
}
#markets td.sellbuy, #markets td.sellbuyHeader
{
    text-align:center;
    width:86px;
}
#markets td a.buy, #markets td a.sell
{
    display:inline-block;
    text-decoration:none;
    padding:0 4px;
    text-align:center;
    height:100%;
    line-height:30px;
}
#markets td a.buy
{
    color:#5E696F !important;
    background-color:#D8D9DB;
    width:35px;
}
#markets td a.sell
{
    color:#658E0A !important;
    background-color:#E4EDBE;
    width:35px;
}
#markets .marketsCell a
{
    display:block;
}
/* Right */
#right{
	float:left;
	width:220px;
	margin:20px 0px 0px 20px;
	font-weight:normal;
	font-size:12px;
	padding:0px 0px 5px 0px;
}
#rightSquawkBox{
	float:left;
	width:220px;
	/*min-height:150px;  temp */
	background:url('../images/rightHeading.jpg') top left no-repeat #FFF;
}
#rightSquawkBoxHeader
{
	background-color:#E0F2F6;
	color:#287C96;
	line-height:14px;
	font-weight:bold;
	padding:3px 0px 3px 10px;
	text-transform:uppercase;
	border-top:1px solid #C1E3ED;
	border-bottom:1px solid #C1E3ED;
	background:url('../images/iconTwitter.gif') center right no-repeat #E0F2F6;
	float:left;
	margin-top:25px;
	width:210px;
	font-size:11px;
}

.joinText
{
	float:left;
	width:150px;
}
.facebooklink, .twitterlink
{
	float:left;
	vertical-align:top;
	
}
.twitterlink
{
	
}
.facebooklink
{
	
}
.tweet_list ul
{
	background-color:#FFF;
}
.tweet_list li
{
	padding:5px !important;
	float:left;
	border-bottom:1px solid #C1E3ED;
	color:#287C96;
	line-height:14px;
	padding-left:10px;
	font-style:italic;
	font-size:11px;
	background-color:#FFF;
	width:210px;
}
.tweet_list li a
{
	color:#287C96;
}
#rightSquawkBoxFooter{
	float:left;
	width:220px;
	height:10px;
	background:url('../images/rightFooter.jpg') bottom left no-repeat #FFF;
}
#rightInPlayToday{
	margin-top:20px;
	padding-top:25px;
	float:left;
	width:220px;
	height:auto;
	background:url('../images/rightInPlayTodayHeader.jpg') top left no-repeat #FFF;
}
#rightInPlayToday ul{
	border-bottom:1px solid #E1EF97;
}
#rightInPlayToday ul li{
	border-top:1px solid #E1EF97;
	display:block;
	line-height:15px;
}
#rightInPlayToday ul li a{
	text-decoration:none;
	display:block;
	color:#676767;
	line-height:15px;
	padding:5px 0px 5px 5px;
	background-color:#FFF;
	font-size:11px;
}
#rightInPlayToday ul li a:hover{
	background-color:#F1F6CD;
	color:#658F09;
	font-size:11px;
}
/* Right In Play Now */
#rightInPlayNow{
	margin-top:20px;
	padding-top:25px;
	float:left;
	width:220px;
	height:auto;
	background:url('../images/rightInPlayNow.jpg') top left no-repeat #FFF;
}
#rightInPlayNow ul{
	border-bottom:1px solid #FFD7D7;
}
#rightInPlayNow ul li{
	border-top:1px solid #FFD7D7;
	display:block;
	line-height:15px;
}
#rightInPlayNow ul li.heading
{
    font-size:11px;
    font-weight:bold;
    font-style:normal;
    color:#C83234;
    background-color:#FFD7D7;
    text-transform:uppercase;
    line-height:15px;
    padding:5px 0px 5px 5px;
}
#rightInPlayNow ul li a{
	text-decoration:none;
	display:block;
	color:#676767;
	line-height:15px;
	padding:5px 0px 5px 5px;
	background-color:#FFF;
	font-size:11px;
}
#rightInPlayNow ul li a:hover{
	background-color:#FFD7D7;
	color:#C83234;
	font-size:11px;
}
/* End */
#rightCallUs{
	margin-top:20px;
	padding-top:25px;
	float:left;
	width:220px;
	height:auto;
	background:url('../images/rightCallUsHeader.jpg') top left no-repeat #FFF;
	color:#676767;
}
#rightCallUs ul{
	border-bottom:1px solid #E0E0E0;
}
#rightCallUs ul li{
	border-top:1px solid #E0E0E0;
	padding:5px 0;
	padding-left:5px;
	font-size:11px;
}
#rightCallUs ul li.on{
	background-color:#EFF0F2;
}
#rightCallUs ul li.onLink{
	background-color:#EFF0F2;
}
#rightCallUs ul li.onLink:hover{
	background-color:#FFF;
}
#rightCallUs ul li a{
	text-decoration:none;
	display:block;
	color:#676767;
	line-height:15px;
	font-size:11px;
	
}
#rightCallUs ul li .numberSpacing{
	width:90px;
	float:left;
}
#rightCallUs ul li a:hover{

}
#rightChat
{
	margin-top:20px;
	/*padding-top:25px;*/
	float:left;
	width:220px;
	height:auto;
	/*background:url('../images/rightChatHeader.jpg') top left no-repeat #FFF;*/
	background-color:#FFFFFF !important;
	color:#3991A9;
}
#rightChatWrapper
{
background-color:#FFF !important;
height:111px;
float:left;
width:220px;
border-top:1px solid #63B9D0;
border-bottom:1px solid #63B9D0;
}
#rightChatWrapper img
{
	margin:0;
	background-color:#64B8D2;
	float:left;
	height:88px;
	padding-right:49px;
	background-color:#63B9D0;
}
#rightChatWrapper table
{
	float:left;
	width:220px;
	height:88px;
	/*background-color:#63B9D0;*/
	
}
.lpPoweredBy
{
	width:220px;
	padding-left:10px;
	background-color:#FFF !important;
	text-align:center !important;
	float:left !important;
	vertical-align:middle;
	margin-top:3px;
}
.lpEmtStarRating
{
	border-bottom:1px solid #63B9D0;
	width:220px;
	float:left;
}
.lpEmtStarRating
{
	display:none;
}
/* Footer */
#footer{
	float:left;
	width:100%;
	background:url('../images/bgFooter.gif') top left repeat-x #F8FCE5;
	margin-top:18px;
}
#wrapperFooter{
	margin:0px auto;
	padding:0px;
	width:960px;
}
#footerAddThis{
	width:960px;
	float:left;
	border-top:1px solid #DCED87;
	background-color:#F1F8CF;
	margin-right:49px;
	margin-bottom:5px;
	height:29px;
	line-height:29px;
}
#footerAddThis p{
	float:left;
	font-weight:bold;
	color:#65870C;
	text-transform:uppercase;
	margin:0 16px;
}
#footerAddThis img{
	float:right;
	margin-right:49px;
	padding-top:5px;
}
#addThis{

}
#addThis li{
	float:left;
}
#addThis li a{
	text-decoration:none;
	color:#65870C;
	padding-left:21px;
	width:69px;
	float:left;
}
.addThisFacebook{
	background:url('../images/butAddThisFacebook.gif') center left no-repeat;
}
.addThisTwitter{
	background:url('../images/butAddThisTwitter.gif') center left no-repeat;
}
.addThisDigg{
	background:url('../images/butAddThisDigg.gif') center left no-repeat;
}
.addThisDelicious{
	background:url('../images/butAddThisDelicious.gif') center left no-repeat;
}
.addThisReddit{
	background:url('../images/butAddThisReddit.gif') center left no-repeat;
}
.addThisStumbleUpon{
	background:url('../images/butAddThisStumbleUpon.gif') center left no-repeat;
}
#footerRiskWarning
{
	width:960px;
	background-color:#F1F8CF;
	float:left;
	height:auto;
	margin-bottom:5px;
	padding-top:11px;
	padding-bottom:11px;
}
#footerRiskWarning p{
	font-size:9px;
	line-height:13px;
	float:left;
	color:#65870C;
	margin:0 16px;
}
#footerFindOutMore
{
	width:960px;
	background-color:#F1F8CF;
	float:left;
	height:auto;
	margin-bottom:5px;
	padding-top:11px;
	padding-bottom:11px;
}
#footerFindOutMore p{
	font-size:9px;
	line-height:13px;
	color:#65870C;
	margin:0 16px;
	text-decoration:none;
}
#footerFindOutMore a
{
    text-decoration:none;
    color:#65870C;
}
#footerSports{
	background-color:#F1F8CF;
	float:left;
	height:auto;
	min-height:190px;
	width:960px;
	margin-bottom:5px;
	padding-top:11px;
}
#footerSports .col{
	margin:0 0 10px 10px;
	float:left;
	font-size:9px;
	width:120px;
	overflow:hidden;
	white-space:nowrap;
}

#footerSports .col ul li strong{
	color:#65870C;
	text-transform:uppercase;
}
#footerSports .col ul li a{
	/*color:#B7D600;*/
	color:#65870C;
	text-decoration:none;
	line-height:11px;
}
#footerSections{
	padding-left:15px;
	background-color:#F1F8CF;
	float:left;
	height:22px;
	width:945px;
	margin-bottom:4px;
}
#footerSections p{
	font-size:9px;
	text-align:left;
	color:#B7D600;
	font-weight:bold;
	text-transform:uppercase;
	line-height:22px;
}
#footerSections a{
	/*color:#B7D600;*/
	color:#65870C;
	font-weight:normal;
	text-decoration:none;
}
#footerCredits{
	padding-left:15px;
	/*color:#B7D600;*/
	color:#65870C;
	font-size:9px;
	float:left;
	width:945px;
	height:54px;
}
#footerCredits p
{
	/*color:#B7D600;*/
	color:#65870C !important;
}
#footerCredits a{
	/*color:#B7D600;*/
	color:#65870C;
	font-weight:normal;
	text-decoration:none;
}
#footerCredits a:hover
{
	color:#65870C !important;
	text-decoration:underline;
}
.FooterLinks{
	/*color:#B7D600;*/
	color:#65870C;
	text-decoration:none;
}
.credits{
	float:right;
	padding-top:5px;
}
/* Generic */
.clear{
	clear:both;
}
/* Easy Slider */
ol#centreTopButtons{
	float:left;
	width:520px;
	height:20px;
	background-color:#FFF;
	margin:5px 0px;
}
ol#centreTopButtons{
	float:left;
	height:20px;
	line-height:20px;
}
ol#centreTopButtons li{
	float:left;
	display:block;
	height:20px;
	width:20px;
	text-align:center;
	margin-right:5px;
}
ol#centreTopButtons li a:link, ol#centreTopButtons li a:visited{
	display:block;
	height:20px;
	width:20px;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#BEC3C7;
	color:#FFF;
}
ol#centreTopButtons li a:hover{
	color:#FFF;
}
ol#centreTopButtons li a:active{
	text-decoration:none;
	text-transform:uppercase;
	background-color:#BEC3C7;
}
ol#centreTopButtons li.current a{
	display:block;
	height:20px;
	width:20px;
	background-color:#B7D600;
}
ol#centreTopButtons li a:focus{outline:none;}

#centerMainContentPromotion{
	float:left;
	width:520px;
	height:230px;
	margin-bottom:20px;
	overflow:hidden;
}
#centerMainContentPromotion ul, #centerMainContentPromotion li{
	margin:0;
	padding:0;
	list-style:none;
	}
#centerMainContentPromotion li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:520px;
	height:230px;
	overflow:hidden;
	/*background:url('../images/bgcenterMainContentPromotion.jpg') top left repeat-x #99B800;*/
	}
#centerMainContentPromotion{
	color:#FFF;
}
#centerMainContentPromotion p{
	font-style:italic;
	font-weight:bold;
	padding:0px 20px 0px 20px;
}
#centerMainContentPromotion .left h3, #centerMainContentPromotion .right h3{
	font-size:24px;
	line-height:24px;
	padding:20px;
}
#centerMainContentPromotion li .left, #centerMainContentPromotion li .right{
	float:left;
	width:260px;
	height:220px;
}
#centerMainContentPromotion li .more{
	float:left;
	padding:20px;
}
.promotions 
{
	background-color:#ffffff;
	width:400px;
	margin:0 auto;
	font-size:11px;
	color:#000000;
	line-height:100%;
	font-family:arial;
	padding:0px;
}
.promotions tr td
{
	height:20px;
	text-align:left;
	vertical-align:middle;
}
.promotionsAlternateBG
{
	background-color:#eeeff1;
}
/* Popup box styles */
#popup
{
    background:none #FFF;
    padding:10px;
}
#popup img
{
    margin:10px;
}
.popupContent
{
    color:#5C6972;
}
.popupContent p 
{
    padding-bottom:9px;
}
.popupContent h1 {
    color:#668E0A;
    font-size:19px;
    line-height:22px;
    padding-bottom:9px;
}
.popupContent h3 
{
    color:#668E0A;
    font-size:14px;
    line-height:17px;
    padding-bottom:9px;
}
/* Text styles */

#centreMainContent strong, #centreMainContentFullWidth strong
{
	color:#69910C;	
}
#centreMainContent ul, #centreMainContentFullWidth ul
{
   list-style:disc outside;
   margin:0px 0px 10px 20px;
}
#centreMainContent ol, #centreMainContentFullWidth ol
{
   list-style:decimal outside;
   margin:0px 0px 10px 20px;
}
#centreMainContent p, #centreMainContentFullWidth p
{
    padding-bottom:10px;
}
.featuredMarket p{ padding-bottom:0 !important; }
#centreMainContent h1, #centreMainContentFullWidth h1
{
   color:#668E0A;
   font-size:19px;
   line-height:22px;
   padding-bottom:9px;   
}
#centreMainContent h2, #centreMainContentFullWidth h2
{
   /*color:#668E0A;*/
   color:#2E4102;
   font-size:14px;
   line-height:17px;   
}
#centreMainContent h3, #centreMainContentFullWidth h3
{
   color:#668E0A;
   font-size:13px;
   line-height:15px;  
   font-weight:bold; 
}
#centreMainContent a, #centreMainContentFullWidth a
{
    color:#668E0A;
    text-decoration:none;
}
#centreMainContent a:hover, #centreMainContentFullWidth a:hover
{
    color:#668E0A;
    text-decoration:underline;
}
#centreMainContent blockquote, #centreMainContent address, #centreMainContentFullWidth blockquote, #centreMainContentFullWidth address
{
    margin:0px 0px 10px 20px;
}
.liSiteMap li
{
	list-style-type:none;
	margin-left:-20px;
}
/* right align, mainly for buttons */
.alignRight
{
    text-align:right;
}
.alignCenter p,.alignCenter h2,.alignCenter h1, .alignCenter
{
	text-align:center !important;
}
.alignCenter li
{
	text-align:left;
}
/* For error messages, mandatory fields etc */
.mandatory, .error, .required, .highlightLastFiveSeconds
{
    color:#DA2404 !important;
}
#error, #openAccountValSummary, #labelMessage
{
    float:left;
    padding:20px;
    background-color:#FBF0EC;
    color:#DA2404;
    border:1px solid #DA2404;
    width:478px;
    margin-bottom:20px;
}
#error strong, #labelMessage strong
{
    color:#DA2404 !important;
    font-weight:bold;
    
}
.noError{
    background-color:#F1F6CD !important;
    border:1px solid #658F09 !important;
    float:left;
    padding:20px;
    color:#658F09 !important;
    width:478px;
    margin-bottom:20px;
}
#loggedinCenterNav
{
    width:960px;
    float:left;
    margin-top:5px;
    height:22px;
    background:url('../images/bgHeaderNavLoggedIn.jpg') top left no-repeat transparent;
}
/* marketInfoDialog */
#marketInfoDialog
{
    
}
#marketInfoDialog .full
{
    width:100%;
    display:block;
    /* 2000 lines of CSS, oh god. */
    float:left;
}
#marketInfoDialog .red
{
   color:#CD3436;
   /* Stake and price ammended messages. */
}

 .fullgreen
{
    width:100%;
    display:block;
    float:left;
    background-color:#E4EDBE;

    color:#000;
}
#marketInfoDialog .half
{
    width:49%;
    height:auto;
    display:block;
    float:left;
}

#betDialog, #marketInfoDialog
{
    background:transparent url('../images/betDialogBG.jpg') center center no-repeat !important;
    font-size:12px !important;
    color:#636363;
}
#betDialog{
     padding-top:13px;
}
#betDialog h1, #marketInfoDialog h1
{
    font-size:14px;
    margin-bottom:10px;
}
#betDialog p, #marketInfoDialog p
{
    font-size:14px;
    line-height:20px;
    margin-bottom:10px;
}
#marketInfoDialog strong, #betDialog strong
{
    color:#668E0A;
    font-weight:bold;
    font-size:14px;    
    line-height:20px;
}
#marketInfoDialog a, #betDialog a
{
    text-decoration:none;   
    color:#668E0A;
}
/*#betMessage
{
    color:#668E0A;
    font-weight:bold;
    font-size:11px;
    line-height:17px; 
}
#placeBetLink{ text-decoration:none;color:#668E0A;}
.large, .large p, .large p strong, .large span strong, #contractNote, #contractNote span, #contractNote span strong, #referralFields, #referralFields span, #referralFields span strong
{
    font-size:16px !important;
    line-height:26px !important;
    color:#636363;
}
.large p strong, .large span strong, #contractNote span strong, #referralFields span strong{
    color:#668E0A;
}
.countdownTimer
{
    margin-left:10px;
}
#betMessage p
{
    color:#636363;
    font-weight:normal;
    font-size:11px;
    line-height:17px; 
    margin:0 0 10px 10px;
}
#betMessage h1
{
    margin-bottom:10px;
}*/
.large, .large p, .large p strong, .large span strong, #contractNote, #contractNote span, #contractNote span strong, #referralFields, #referralFields span, #referralFields span strong
{
    font-size:14px !important;
    line-height:20px !important;
}
#referralFields span.full{ 
    clear:both;
    width:476px;
    float:left;
}

#betMessage, #referralFields{
    width:370px;
    float:left;
    font-size:14px;
    font-weight:bold;
    display:block;
    margin-bottom:10px !important;
}
.countdownTimer
{
    float:right;
    width:70px;
    height:70px;
    background-color:#F5F8E5;
    border:dashed 1px #99B900;
    font-size:50px;
    line-height:70px;
    text-align:center;
    padding:10px;
    margin:0;
    top:0;
    right:0;
}
.countdown_section strong{
    font-size:0 !important;
    line-height:0 !important;
    display:block;
    clear:both;
    margin-left:-9999px;
}
.countdown_amount{
    clear:both;
    display:block;
}
.ui-dialog .ui-dialog-buttonpane button, .ui-dialog-title{
    font-size:20px;
}
.ui-dialog-title{
    line-height:30px;
    height:30px;
}
#refSell
{
    background-color:#E4EDBE;
    color:#658E0A;
    display:inline-block;
    padding:2px 10px;
    text-decoration:none;
    width:auto;
}
#refSell:hover
{
    background-color:#FFF;
}
#miWebName
{
    border-bottom:1px solid #CCC;
    width:100%;
    float:left;
    padding-bottom:10px;
    margin-bottom:10px;
}
#refBuy
{
    color:#5E696F;
    background-color:#D8D9DB;
    display:inline-block;
    padding:2px 10px;
    text-decoration:none;
    width:auto;
}
#refBuy:hover
{
    background-color:#FFF;
}
#RadioPhone td
{
  vertical-align:middle;
}
#RadioPhone label
{

}
#RadioPhone input[type=radio]
{
    
}
/* Payment Button Styles */
#account #btnAdd
{
    background:url('../images/paywithnewcard-but.gif') top left no-repeat transparent;
    border:none;
    text-indent:-9999px;
    font-size:0;
    line-height:0px;
    display:block;
    float:left;
    width:120px;
    height:17px;
    cursor:pointer;
    margin-right:10px;
}
#account #btnEdit
{
    background:url('../images/editselectedcard-but.gif') top left no-repeat transparent;
    border:none;
    text-indent:-9999px;
    font-size:0;
    line-height:0px;
    display:block;
    float:left;
    width:120px;
    height:17px;
    cursor:pointer;
    margin-right:10px;
}
#account #btnPay    
{
    background:url('../images/paywithselected-but.gif') top left no-repeat transparent;
    border:none;
    text-indent:-9999px;
    font-size:0;
    line-height:0px;
    display:block;
    float:left;
    width:150px;
    height:17px;
    cursor:pointer;
    margin-right:10px;
}
#grdCards input[type=radio]
{
    float:left;
    width:10px !important;
}
#grdCards
{
    width:100%;
    float:left;
    margin-bottom:20px;
}
#grdCards td.first
{
    width:20px !important;
}
/* Markets meetings */
#openingRef, #openingPrice, #resultingPL, #totalPL
{
    width:100%;
    float:left;
    clear:both;
}
#cnBetString
{
    float:left;
    margin:10px 0;
    font-size:14px;
}
#doubleTake
{
    width:100%;
    clear:both;
    float:left;
}
#hideOnLoad
{
    visibility:hidden !important;
    display:none !important;
    margin-left:-9999px !important;
    display:block !important;
    width:0 !important;
    height:0 !important;
    line-height:0 !important;
}
/* Open Positions */
#dgOpenPositions
{
    font-size:10px !important;
}
#dgOpenPositions .closingVal, #dgOpenPositions .currQuote
{
    text-align:center;
}
/* reCAPTCHA */
#recaptcha_image
{
    border:1px solid #99B900;
    margin:10px;
}
.recaptcha_only_if_incorrect_sol, .recaptcha_only_if_image, .recaptcha_only_if_audio, .recaptcha_help
{
    width:150px;
    float:left;
    clear:both;
}

