* { margin: 0; padding: 0; }
html { overflow: auto; }
body, input, select {
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
}
body {
	font-size: 68.75%;
	background-color: #fff;
	color: #333;
	height: 100%;
}

select {
	font-size: 0.9em;
}
#heading {
	min-width: 970px;
}

.link {
	cursor: pointer;
}

a.link,
span.link {
	color: #095ba6;
	text-decoration: none;
}

a.link:hover,
span.link:hover {
	text-decoration: underline;
}

.hidden {
	visibility: hidden;
}

#site_frame {
	height: 100%;
}

#navAccountContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 105px;
	background-color:#fff;
}

div.img_login_baseline_border_gif { clear: both; width: 100%; background: transparent url(/www/betfair/GBR/it/prospect/images/login_baseline_border.gif) repeat-x scroll bottom left; }

#NoScriptAlert {
	font-weight:bold;
	position:absolute;
	top:18px;
	left:10px;
	background:white;
}

/* limb */
iframe#LIMB {
	border:0;
	position:absolute;
	width:502px;
	height:100%;
	left:0;
	top:0;
}
div#LIMBMask {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	background:white;
}

div#contentEditTab {
	position: absolute;
	color: #0084B4;
	font-size:1.2em;
	line-height:1.1;
	float: left;
	left: 0;
	top: 0;
	border: 1px solid green;
	background-color: #DDFFCC;
	visibility: hidden;
}

#contentEditorInput {
	position: absolute;
	color: #0084B4;
	float: left;
	left: 0;
	top: 0;
	background-color: #DDFFCC;
	padding: 5px;
	border: 1px solid #0084B4;
	visibility: hidden;
}

.beingEdited {
	background-color: #bbb;
}

#contentEditorChangeManagerBox {
	position: absolute;
	color: #0084B4;
	float: left;
	right: 0;
	top: 0;
	background-color: #DDFFCC;
	padding: 5px;
	border: 1px solid #0084B4;
	visibility: hidden;
}

#templateContentEditorBox {
	position: absolute;
	color: #0084B4;
	float: left;
	top: 0;
	left: 0;
	background-color: #DDFFCC;
	padding: 5px;
	border: 1px solid #0084B4;
	visibility: hidden;
}

#templateContentEditorFrame {
	margin: 5px;
	border: none;
	width: 373px;
	height: 380px;
}

#richTextContentEditorBox {
	position: absolute;
	color: #0084B4;
	float: left;
	top: 0;
	left: 0;
	background-color: #DDFFCC;
	padding: 5px;
	border: 1px solid #0084B4;
	visibility: hidden;
}

.templateEditableMarkerTab {
	position: absolute;
	color: #0084B4;
	left: 0;
	top: 0px;
	text-decoration: underline;
	cursor: pointer;
	background-color: #DDFFCC;
	padding: 5px;
	border: 1px solid #0084B4;
	visibility: hidden;
}
/* State switches - begin*/
#loginMessages > *{ display:none; }

#loginMessage > * { display:none; }

#account #userLogin { display: block; }
#account.authenticated #userLogin { display: none; }
#account.loginStatePending #userLogin { display: none; }

#account #livePricesLogin { display: inline; }
#account.authenticated #livePricesLogin { display: none; } 
#account.loginStatePending #livePricesLogin { display: none; }

#account #livePricesDeposit { display: none; }
#account.authenticated #loginMessages.unfundedUser #livePricesDeposit { display: inline; }
#account.loginStatePending #loginMessages.unfundedUser #livePricesDeposit { display: none; }

#account #livePricesHelp { display: none; }

#account #livePricesHelpLinkLoggedout { display: block; }
#account.authenticated #livePricesHelpLinkLoggedout { display: none; }

#account #livePricesHelpLinkLoggedin { display: none; }
#account.authenticated #livePricesHelpLinkLoggedin { display: block; }

#account #customerNumberLink { display: none; }
/*#account.authenticated #loginMessages.customerNumberAvailable #customerNumberLink { display: inline; }*/

#account #customerNumberPopup { display:none; }

#account #userAccount { display: none; }
#account.authenticated #userAccount { display: block; }
#account.loginStatePending #userAccount { display: none; }

#account #registeredUserName { display:none; }
#account.authenticated #registeredUserName { display:inline; }

#overlay { display:none; }

#account.authenticated #processingLogin { display: none; }

#account #processingLogout { display: none; }
#account.authenticated #processingLogout { display: block; }

#account #myaccount { display: none;}
.casino #account.authenticated #myaccount ,
.games #account.authenticated #myaccount ,
.arcade #account.authenticated #myaccount { display: none;}
#account.authenticated #myaccount { display: inline; }

#account #mycasinoaccount { display: none; }
.casino #account.authenticated #mycasinoaccount { display: inline; }

#account #mygamesaccount { display: none; }
.games #account.authenticated #mygamesaccount { display: inline; }

#account #myarcadeaccount { display: none; }
.arcade #account.authenticated #myarcadeaccount { display: inline; }


#account .hidden {
	display:none;
}

#account .invisible {
	visibility:hidden;
}

#account #loginChannel { display:none; }
/* State switches - end*/

#account a {
	cursor:pointer;
	color:#2789ce;
	text-decoration:none;	
}
#account a.disabled {
	color:#7E97A7;
}

#account a:hover {
	color:#2789ce;
	text-decoration:underline;	
}
#account a.disabled:hover {
	color:#7E97A7;
	text-decoration:none;
	cursor:default;	
}

#account #userLogin, 
#account #userAccount,
#account .overlay,
#account #livePricesHelp, 
#account #customerNumberPopup {
	background-color:#e7ebef;
	height:85px;
	left:718px;
	padding:5px;
	overflow-y:hidden;
	overflow-x:visible;
	position:absolute;
	top:0;
	min-width:250px;
}


#account #userLogin, 
#account #userAccount 
{
	padding-left: 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;	
	z-index:0;
	float:left;
}


#account #refreshBalance {
	float:right;
	height:19px;
	width:19px;
	margin:0;
	padding:0;
	
}

#account #refreshBalance span{
	display:block;
	height:19px;
	width:19px;	
	background: transparent url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat  4px -103px ;		

	margin:0;
	padding:0;
}

#account #refreshBalance span:hover {
  -webkit-animation-name: rotateThis;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
}

@-webkit-keyframes rotateThis {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
} 

#account #userLogin input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	margin:10px 0 0 10px;
	width:70px;
}


#account #refreshBalance:active span {
//	background-position:3px -102px
}

#account #userLogin input {
	width:150px;
	margin:5px 0 0 5px ;
	padding:0;
}

html>body #userLogin input {
	margin:10px 0 0 10px;
}

#account #userLogin input.placeholder {
	color:#bfbfbf;
}

#account #userLogin input#login {
	width:auto;
}

#account #userLogin input:active, #userLogin input:focus, #userLogin input:target {

	outline:#a9d5f5 solid 2px;
}

#account #loginLinks {
	margin:4px 0 0 12px;
}

#account #toggleFundsDisplay {
	border:#cbdbe6 1px solid;
	float:left;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	height:38px;
	width:8px;
	margin-right:5px;
	cursor:pointer;
	background: #fff url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll -29px -88px ;
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: all 0.3s ease;	
}
#account #toggleFundsDisplay.disabled {
	cursor:default;
}
#account #toggleFundsDisplay.walletsHidden {
	background: #fff url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll -29px -114px ;
}

#account #toggleFundsDisplay:hover {
	background: #fff url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll -21px -88px ;
}
#account #toggleFundsDisplay.disabled:hover {
	background: #fff url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll -29px -88px ;
}

#account #toggleFundsDisplay.walletsHidden:hover {
	background: #fff url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll -21px -114px ;
}
#account #toggleFundsDisplay.walletsHidden.disabled:hover {
	background: #fff url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll -29px -114px ;
}

#account #walletAmounts {
	color:#7e97a7;
	margin-top:8px;
	margin-left:0;
}

#account #walletAmounts .money {
	color:#000;
}

#account #walletAmounts .fundsRow {
	height:15px;
	xmargin:5px 0;
	margin-left:15px;
	white-space:nowrap;
	display:block;
	overflow:hidden;
	text-indent:-300px;
}

#account #walletAmounts .fundsRow:last-child 
{
	padding-right:15px;
}

#account .fundsRow {
	padding-top:3px;
	padding-bottom:2px;
}

#account #walletAmounts .inactive {
	color:Gray;
}

#account .accountRow.bottom div {
	padding-top:7px;
	white-space:nowrap;
}

#account #logout {
	margin:0;
	padding:1px 8px;
	float:right;
}

#account .button 
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	

	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#f8fbfd), 
	    to(#e1eef7)
	);
	
	background:-moz-linear-gradient(
	    center top,
	    #f8fbfd,
	    #e1eef7
	);
	border:#cddae2 1px solid;
}
#account .button:active {
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#e1eef7), 
	    to(#f8fbfd)
	);
	
	background:-moz-linear-gradient(
	    center top,
	    #e1eef7,
	    #f8fbfd
	);
}

#account #loginMessage {
	position:absolute;
	display:block;
	text-align:right;
	width:250px;
	left:460px;
	padding:0;	
	top:4px;
	margin:0;
	color:#273a47;
}

#account #loginMessage #registeredUserName {
	font-weight:bold;
}

#account #livePricesLogin div { display: block; float:right;}
#account #registeredUserName div { display: block;  float:right;}
#account #livePricesDeposit div { display: block;  float:right;}

#account .overlay,
#account #livePricesHelp, 
#account #customerNumberPopup {
	width:250px;
  	border:5px solid #aaaaab;
  	border-top-width:0;
	border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	z-index:2;
}

#account #livePricesDeposit .loginMessage {
	margin-left:4px;
}

#account #livePricesHelp p {
	margin-top:5px;
}

#account #livePricesHelpHeader, #customerNumberPopupHeader {
	width:100%;
	height:20px;
}

#account #loginMessages div.linkSuffix 
{
	display:inline;
	margin-left:4px;
	background:	transparent url(/www/betfair/GBR/it/prospect/images/icon_help.gif) no-repeat scroll 0 0;
	width: 14px;
	height: 14px;
}

#account .img_icon_close_gif {
	background-color: #4992de ;		

	height:17px;
	width:17px;
	float:right;
	margin: 0px 0px 8px 8px;
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#4992de),
	    to(#336da7)
	);
	background:-moz-linear-gradient(
	    center top,
	    #4992de,
	    #336da7
	);	
	border-radius: 3px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	pointer:arrow;
	color:#fff;
	text-weight:bold;
	text-align:center;
	font-family:Arial, sans-serif;
	
}
#account .img_icon_close_gif span {
	display:block;
	height:100%;
	width:100%;
	background: transparent url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat  5px -118px ;		
}
#account .img_icon_close_gif:active {
	background-color: #336da7 ;		

	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#336da7),
	    to(#4992de)
	);
	background:-moz-linear-gradient(
	    center top,
	    #336da7,
	    #4992de
	);	
}
#account .img_icon_close_gif:active span {
//	background-position: 6px -119px ;	

}

#userLogin #security {
	background: transparent url(/www/betfair/GBR/it/prospect/images/icon_padlock.gif) no-repeat scroll 0 0;
	display: block;
	height: 15px;
	margin-left: 8px;
	margin-top: 9px;
	overflow: hidden;
	text-indent: -999em;
	width: 12px;
}


/*
#account {
	position: absolute;
	top: 0; left: 700px;
	width: 100%;
	overflow:hidden;
	height: 87px;
    background-color: #f3f8fb;
}

#account.loginStatePending #userLogin,
#account.loginStatePending #userAccount {
	display: none;
}
#account.loginStatePending #loginMessages * {
	visibility: hidden;
}

input.button {
	font-size: 100%;
}

#userLogin {
	background-color: #f3f8fb;
	padding: 0 0 0.2em 0.7em;
	height: 74px;
}

#userLogin table {
	border: 0;
	margin-top: 0.3em;
	height: 40px;
}

#userLogin form {
	border: 0;
	padding: 0;
}

#userLogin #loginLinks {
	padding-top: 0.2em;
	clear: both;
}

#userLogin label,
#userLogin input {
	display: block;
	float: left;
	margin: 0 0.3em 0 0;
}

#userLogin label {
	padding: 0.2em 0 0 0;
}

#userLogin input.text {
	width: 110px;
	font-size: 100%;
}

#userLogin input#login {
	margin: 1px 0.5em 0 0;
}

#userLogin #security {
	background: transparent url(/www/betfair/GBR/it/prospect/images/icon_padlock.gif) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 15px;
	margin-top: 0.3em;
	overflow: hidden;
	text-indent: -999em;
	width: 12px;
}
#userLogin br {
	clear: left;
}

#loginChannel {
	display: none;
	width: 0;
	height: 0;
}
#loginMessages {
	background-color: #84a5bf;
	padding: 5px 3px 4px 5px;
	height: 13px;
	overflow: hidden;
}

#loginMessages p.loginMessage {
	float: left;
	color: #fff;
	font-weight: bold;
	padding-right: 0.2em;
}

#livePricesLogin { display: inline; }
#livePricesDeposit { display: none; }
#livePricesHelpLaunch { display: inline; }
#customerNumberLink { display: none; }

#livePricesHelp { z-index: 1000; }

#account.authenticated #livePricesLogin { display: none; } 
#account.authenticated #livePricesHelpLaunch { display: none; }
#account.authenticated #loginMessages.unfundedUser #livePricesDeposit { display: inline; }
#account.authenticated #loginMessages.unfundedUser #livePricesHelpLaunch { display: inline; }
#account.authenticated #loginMessages.fundedUser #livePricesHelpLaunch { display: none; }
#account.authenticated #loginMessages.customerNumberAvailable #customerNumberLink { display: inline; }

#account #processingLogout { display: none; }
#account.authenticated #processingLogin { display: none; }
#account.authenticated #processingLogout { display: block; }

#account #userAccount { display: none; }
#account.authenticated #userAccount { display: block; }
#account.authenticated #userLogin { display: none; }

#loginMessages div.linkSuffix {
	float: left;
	background:	transparent url(/www/betfair/GBR/it/prospect/images/icon_help.gif) no-repeat scroll 0 0;
	width: 13px;
	height: 13px;
}

#account .overlay {
	position: absolute; top: 0; left: 0;
	z-index: 200;
	opacity:.9;
	background-color: #aaa;
	display: none;
	font-weight: bold;
	color: #fff;
}


#account .overlay div {
	padding: 1em 2em 0 2em;
}

#account #userAccount {
	padding: 0 70px 1px 0;
	height: 74px;
	position:relative;
	float:left;
}

#account .accountRow {
	clear:both;
	margin:2px 0 0;
	height:17px;
	float:left;
}

#account .accountRow .inline {
	float: left;
}

#account .accountRow .button {
	font-size: 9px;
	width: 70px;
	position:absolute;
	right:0;
}

#account .accountBalance {
	padding: 3px 0.2em 0 0.2em;
	min-width: 190px; /* safe in this instance not to have a min-width set for IE6 */
/*	border: 0 solid #d00;
}

#account .toggleFundsDisplay {
	margin: 4px 2px 3px 2px;
}
#account div.accountRow .inactive {
	color:Gray;
}

div.img_icon_padlock_gif { width: 12px; height: 15px; background: transparent url(/www/betfair/GBR/it/prospect/images/icon_padlock.gif) no-repeat scroll 0 0; }
div.img_icon_close_gif { width: 13px; height: 13px; background: transparent url(/www/betfair/GBR/it/prospect/images/icon_close.gif) no-repeat scroll 0 0; }
div.img_icon_help_gif { margin: 2px; width: 13px; height: 13px; background: transparent url(/www/betfair/GBR/it/prospect/images/icon_help.gif) no-repeat scroll 0 0; }
div.img_icon_refresh_gif { margin: 2px; width: 13px; height: 13px; background: transparent url(/www/betfair/GBR/it/prospect/images/icon_refresh.gif) no-repeat scroll 0 0; }
*/
/* start: live prices help */
/*
#livePricesHelp {
	display: none;
	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid #84a5bf;
	width: 263px;
	background-color: #fff;
}

#livePricesHelpHeader {
	position: relative;
	margin: 1px;
	padding: 1px;
	background-color: #84a5bf;
	height: 13px;
}

#livePricesHelpClose {
	position: absolute;
	top: 1px;
	right: 1px;
}

#livePricesHelp p {
	margin: 3px 1px;
	text-align: center;
}
/* end: live prices help */
/* start: customer number popup */
#customerNumberPopup {
	display: none;
	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid #84a5bf;
	width: 263px;
	background-color: #fff;
	z-index: 100;
}

#customerNumberPopupHeader {
	position: relative;
	margin: 1px;
	padding: 1px;
	background-color: #84a5bf;
	height: 13px;
}

#customerNumberPopupClose {
	position: absolute;
	top: 1px;
	right: 1px;
}

#customerNumberPopup p {
	margin: 3px 1px;
	text-align: center;
}

#customerNumberLink{
	font-size		: 11px;
	color			: #00599A;
	text-decoration	: none;
	font-weight		: bold;
	line-height		: 15px;
	display			: none;
}

#customerNumberLink span{
	padding-left: 5px;
	cursor		: pointer;
}

#customerNumberPopupContent{
    text-align: left;
    font-size: 11px;
    padding-left: 10px;
}

#customerNumberValue{
    text-align: center;
    font-size: 11px;    
    line-height: 20px;
}

/* end: customer number popup */
h1.img_logo_gif {
	position: relative;
	margin-top: 2px;
	overflow: hidden;
	background: transparent url(/www/betfair/GBR/it/prospect/images/logo/logo_www.gif) no-repeat scroll 0 0;
	width: 400px;
	height: 40px;
	text-indent: -999em;
}

.sports h1.img_logo_gif  { background: transparent url(/www/betfair/GBR/it/prospect/images/logo/logo_sports.gif) no-repeat scroll 0 0; }
.games h1.img_logo_gif  { background: transparent url(/www/betfair/GBR/it/prospect/images/logo/logo_games.gif) no-repeat scroll 0 0; }
.poker h1.img_logo_gif  { background: transparent url(/www/betfair/GBR/it/prospect/images/logo/logo_poker.gif) no-repeat scroll 0 0; }
.casino h1.img_logo_gif  { background: transparent url(/www/betfair/GBR/it/prospect/images/logo/logo_casino.gif) no-repeat scroll 0 0; }
.arcade h1.img_logo_gif  { background: transparent url(/www/betfair/GBR/it/prospect/images/logo/logo_arcade.gif) no-repeat scroll 0 0; }


#globalLinks {
	list-style:none outside none;
	background-color: #eef2f6;
	height:22px;
	margin:0;
	padding:3px 0 0 6px;
	clear:none;
}

#dropdownContainer .dropdownHead,
#globalLinks li {
	color:#7E97A7;
	float:left;
	margin:3px 0;
	padding:0 8px 0px 9px;
	border-right: 1px solid #7E97A7;
}
#globalLinks li.end {
	border-right-width:0;
}
#globalLinks li a {
	cursor:pointer;
	color:#7E97A7;
	text-decoration:none;	
}

#globalLinks li a:hover {
	color:#273a47;
	text-decoration:underline;	
}

#globalNavigation .hide {
 	display:none;
 }

#globalNavigation .lineBreak 
{
	clear:both;
}

#dropdownContainer .hide {
 	display:none;
 }

#dropdownContainer .lineBreak 
{
	clear:both;
}

#globalLinks #openaccount {
	display:block;
}

#globalNavigation #username {
	border-right-width:0;
	position:absolute;
	text-align:right;
	width:95px;
	left:600px;
	padding:0;	
	top:4px;
	margin:0;
	font-weight:bold;
	color:#273a47;
}
#globalNavigation .dropdownLink {
	position:relative;
	z-index:3;
}
#dropdownContainer .dropdownHead p,
#globalNavigation .dropdownLink a {
	padding-right:15px;
	display:block;
	background:transparent url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll 100% 3px ;	
}

#globalNavigation .dropdownLink a:hover {
	background-position:100% -11px;	
}

#globalLinks .dropdownLink.disabled a:hover,
.loginStateLimbo #globalLinks .dropdownLink a:hover {
	cursor:default;
	color:#7E97A7;
	text-decoration:none;	
	background-position:100% 3px;	
}

#dropdownContainer {
	width:auto;
}
#dropdownContainer .dropdown {
	position:absolute;
	display:none;
	z-index:0;
} 
#dropdownContainer .dropdownHead {
	color:#273a47;
	position:relative;
	z-index:3;
	background-color:#fff;
	margin-bottom:0px;
	padding-top:2px;
	padding-bottom:5px;
	border-color:#bdc9d2;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;	
}
#dropdownContainer .dropdownHead p {
	background:#fff url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll 100% -11px ;	
}

#dropdownContainer .dropdownBody 
{
	position:relative;
	z-index:1;
	overflow-y:hidden;
	top:-1px;
	height:0px;
	background-color:#fff;
	border-color:#bdc9d2;
	border-width:1px;
	border-style:solid;
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;	
} 
#dropdownContainer .dropdownBody.straight 
{
	border-radius-topright: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius-topright: 0px;
} 

#dropdownContainer .dropdown .scroller {
	position: relative;
	overflow-y:auto;
	overflow-x:hidden;
	height:198px; /* 18px x ll items */
	margin:2px;
}

#dropdownContainer .dropdown .selector {
	display:block;
	border-width:0px;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	width:auto;
}

#dropdownContainer .dropdown .selector.scroll {
	margin-right:2px;
}

#dropdownContainer .dropdown li 
{
	display:block;
	background-color: #ebf4fb;
	margin:0px;
	padding:2px 5px 3px 5px;
	width:auto;
	white-space:nowrap;
	cursor:pointer;
}

#dropdownContainer .dropdown li:hover {
	background-color:#2384c9;
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#2f98e2),
	    to(#2384c9)
	);
	background:-moz-linear-gradient(
	    center top,
	    #2f98e2,
	    #2384c9
	);	
	color: #fff;
}


#navAccountContainer .hide {
 	display:none;
 }

#navAccountContainer .lineBreak 
{
	clear:both;
}

#navAccountContainer #logoContainer {
	height:48px;
}

#productNavigation {
	xwidth:680px;
	float:left;
	min-height:30px;
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;	
	
	background:#3b5160;
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#3b5160),
	    to(#283b48)
	);
	background:-moz-linear-gradient(
	    center top,
	    #3b5160,
	    #283b48
	);
	padding:0 0 0 7px;
	margin:0;
}

#productNavigation li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 3px 1px 0 4px;
	margin:0;
	text-align: center;
	width: auto;
	background:transparent url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat -34px -38px;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;	
}

#productNavigation li.selected, 
#productNavigation li.followsSelected, 
#productNavigation li:first-child {
	background-image:none;
}

#productNavigation li a {
	color: #fff;
	font-weight:bold;
	padding: 0 6px;
	margin:0px;
	text-decoration:none;
	position:relative;
	top:-20px;
	padding-top:20px;
	margin-bottom:-20px;
	height:auto;
	display:block;

}

#productNavigation li a:hover {
	text-decoration:none;
}

#productNavigation li span.tab1 {
	display: block;
	padding: 0px;
	margin: 0px;
}

#productNavigation li span.tab2 {
	display:block;
	padding: 6px 0 8px;
	margin:0px;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

#productNavigation li span.tab2:hover {
	background-color:#546875;
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#546875),
	    to(#445460)
	);
	background:-moz-linear-gradient(
	    center top,
	    #546875,
	    #445460
	);
}

#productNavigation li.selected span.tab2, 
#productNavigation li.selected span.tab2:hover {
	background-color:#2a8bcf;
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#349ce5),
	    to(#2a8bcf)
	);
	background:-moz-linear-gradient(
	    center top,
	    #349ce5,
	    #2a8bcf
	);	
}

#productNavigation li.new a {
	background:transparent url(/www/betfair/GBR/it/prospect/images/navigation/new_tag.gif) no-repeat center 0px ;	
}


#subNavigationLinks ul {
	list-style-type: none;
	height:30px;
	background:#2a8bcf;
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#2a8bcf),
	    to(#1f78b7)
	);
	background:-moz-linear-gradient(
	    center top,
	    #2a8bcf,
	    #1f78b7
	);	

	padding:0px;
	width:100%;
	position:absolute;	
}

#subNavigation {
	height:30px;
}

#subNavigation.sports #subNavigationLinks ul {
	display: none;
}

#subNavigation.sports #subNavigationLinks.default ul.default, 
#subNavigation.sports #subNavigationLinks.sports ul.sports, 
#subNavigation.sports #subNavigationLinks.multiples ul.multiples, 
#subNavigation.sports #subNavigationLinks.toteaus ul.toteaus, 
#subNavigation.sports #subNavigationLinks.soccer ul.soccer, 
#subNavigation.sports #subNavigationLinks.horseracing ul.horseracing, 
#subNavigation.sports #subNavigationLinks.aushorseracing ul.aushorseracing, 
#subNavigation.sports #subNavigationLinks.fairprice ul.fairprice {
	display: block;
}

#subNavigationLinks li {
	float: left;
	margin: 8px 0px;
	padding: 0px 10px 0px 8px;
	background:transparent url(/www/betfair/GBR/it/prospect/images/navigation/header_sprite.gif) no-repeat scroll 100% -24px ;		
}

#subNavigationLinks li:first-child {
	margin-left: 7px;
}

#subNavigationLinks li:last-child {
	background:none;		
}

#subNavigationLinks li a {
	color:#fff;
	text-decoration:none;
}
#subNavigationLinks li a:hover {
	text-decoration:underline;
}

/* exchange games style for subnavigation */
#subNavigation.games {
	background: none;
	height: 43px;
}
#subNavigation.games #subNavigationLinks {
	float: left;
	width: 100%;
	background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-subnav-sprite.gif") repeat-x scroll top left;
	background-position: 0px -84px;
	height: 41px;
	padding-top: 2px;
	
}
#subNavigation.games #subNavigationLinks ul {
    margin:0;
    padding:0;
    list-style:none;
}
#subNavigation.games #subNavigationLinks ul.default {
    height: 41px;
}

#subNavigation.games #subNavigationLinks li {
    float:left;
	border: 0;    
    margin:0;
    padding:0;
	background:none;
}

#subNavigation.games #subNavigationLinks li.first{
	margin-left: 5px;
}

#subNavigation.games #subNavigationLinks li.first a{
	background:none;
}

#subNavigation.games #subNavigationLinks li.first.hoverXGSubmenu a{
	background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-subnav-sprite.gif") no-repeat left top;
	background-position: 0px 0px;
}

#subNavigation.games   #subNavigationLinks li.first.hoverXGSubmenu li a {
	background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-blue-dot.png") no-repeat right center;	
	padding-right:10px;
}

#subNavigation.games   #subNavigationLinks li.first.hoverXGSubmenu li.end a {
	background:none;
}

#subNavigation.games #subNavigationLinks a {
    display:block;
    background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-white-dot.png") no-repeat left center;
    padding:3px 8px 3px 11px;
}
 
/* Hover changes */
#subNavigation.games #subNavigationLinks .rohXGSubmenu a  {
	background: none;
}
#subNavigation.games .hoverXGSubmenu a {
	text-decoration: none;
}
#subNavigation.games .hoverXGSubmenu .subNavigationGames {
	display: block;
}

#subNavigation.games #subNavigationLinks .hoverXGSubmenu a {
	background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-subnav-sprite.gif") no-repeat left top;
	background-position: 0px 0px;	
}

#subNavigation.games #subNavigationLinks li.hoverXGSubmenu {
	background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-subnav-sprite.gif") no-repeat right top;
	background-position: 100% -21px;
}

/*  sub-sub navigation menu */
#subNavigation.games .subNavigationGames {
	display: block;
	left: -9999px;
	position: absolute;	
	background: none;
	background-color: #165480;	
	height: auto;
	width: auto;	
}
#subNavigation.games  #subNavigationLinks .subNavigationGames li {
	display: inline;
	height: 19px;
	padding: 0;
}
#subNavigation.games   #subNavigationLinks .subNavigationGames li.end {
	border-right: none;
	background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-subnav-sprite.gif") no-repeat right top;
	background-position: 100% -63px;
}
#subNavigation.games   #subNavigationLinks .subNavigationGames li.end a {
	background: none;
}
#subNavigation.games   #subNavigationLinks .subNavigationGames li.start {
	background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-subnav-sprite.gif") no-repeat left top;
	background-position: 0 -42px;
}
#subNavigation.games   #subNavigationLinks .subNavigationGames li a {
	background:url("/www/betfair/GBR/it/prospect/images/navigation/subNavigation/xg-blue-dot.png") no-repeat right center;
	padding-right: 10px;
}
#subNavigation.games  #subNavigationLinks .subNavigationGames li a {
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-decoration:none; 
}
#subNavigation.games  #subNavigationLinks .subNavigationGames li a:hover {
	text-decoration: underline;
}

#subNavigation.join {
	height:4px;
	background:#2a8bcf;
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#2a8bcf),
	    to(#1075c2)
	);
	background:-moz-linear-gradient(
	    center top,
	    #2a8bcf,
	    #1075c2
	);	
	width:100%;
}


#content {
	position: relative;
	width: 960px;
	height: 510px;	
	font-family: verdana,arial,helvetica,sans-serif;	
	font-size: 1em;
}
#content .mainColumn {
	float:left;
	padding: 3px 6px;
	width:725px;
}
#content .rightColumn {
	float:right;
	padding: 3px 0;
	width:220px;
}
#content .rightColumn iframe,
#content .rightColumn img {
	display:block;
	padding:0 0 7px;
}
#content .rightColumn .listPod {
	height:104px;
	padding:24px 0 0;
	width:220px;
}
#content .rightColumn .topFeaturesPod {
	background: transparent url(/www/betfair/GBR/it/prospect/images/topFeaturesPod.gif) no-repeat;
}
#content .rightColumn .popularEventsPod {
	background: transparent url(/www/betfair/GBR/it/prospect/images/popularEventsPod.gif) no-repeat;
}
#content .rightColumn .listPod ul {
	list-style-image: url(/www/betfair/GBR/it/prospect/images/icon_bullet2.gif);
	list-style-type:square;
	margin-left:28px;
	vertical-align:bottom;
}
#content .rightColumn .listPod li {
	padding:0 0 3px;
}
#content div.row {
	border:2px solid #dddddd;
	float:left;
}
#content div.first {
	border-bottom:0;
	margin-top:8px;
}
#content div.last {
	border-top:0;
}
#content div.pod {
	border-color: #dddddd;
	border-style: solid;
	border-width: 2px 2.5px;
	height:120px;
	padding: 1px 1px 0 1px;
	width:233px;
}
#content .mainColumn div.pod {
	float:left;
}
#content div.pod span {
	display:block;
	margin:10px 0 6px 9px;
}
#content div.pod ul {
	font-size:90.9%;
	list-style-image: url(/www/betfair/GBR/it/prospect/images/icon_bullet2.gif);
	list-style-type:square;
	margin-left:17px;
	vertical-align:bottom;
}
#content div.pod li {
	height:16px;
	margin-left:20px;
}
#content a, a:visited {
	color: #0163b0;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
	cursor: pointer;
}
#content span {
	color: #333333;
}
#content div.pod a.soccer {	
	background: transparent url(/www/betfair/GBR/it/prospect/images/soccerPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.worldcuplight{	
	background: transparent url(/www/betfair/GBR/it/prospect/images/worldcupPod_light.gif) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.worldcupdark{	
	background: transparent url(/www/betfair/GBR/it/prospect/images/worldcupPod_dark.gif) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.football {	
	background: transparent url(/www/betfair/GBR/it/prospect/images/footballPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.tennis {
	background: transparent url(/www/betfair/GBR/it/prospect/images/tennisPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.multiples {
	background: transparent url(/www/betfair/GBR/it/prospect/images/multiplesPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.poker {
	background: transparent url(/www/betfair/GBR/it/prospect/images/pokerPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.casino {
	background: transparent url(/www/betfair/GBR/it/prospect/images/casinoPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.americanfootball {
	background: transparent url(/www/betfair/GBR/it/prospect/images/americanfootballPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.australianrules {
	background: transparent url(/www/betfair/GBR/it/prospect/images/aflfootballPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.hotgames {
	background: transparent url(/www/betfair/GBR/it/prospect/images/hotgamesPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.basketball {
	background: transparent url(/www/betfair/GBR/it/prospect/images/basketballPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.baseball {
	background: transparent url(/www/betfair/GBR/it/prospect/images/baseballPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.icehockey {
	background: transparent url(/www/betfair/GBR/it/prospect/images/icehockeyPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.cricket {
	background: transparent url(/www/betfair/GBR/it/prospect/images/cricketPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.golf {
	background: transparent url(/www/betfair/GBR/it/prospect/images/golfPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.otherSports {
	background: transparent url(/www/betfair/GBR/it/prospect/images/otherSportsPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.puntersGuide {
	background: transparent url(/www/betfair/GBR/it/prospect/images/puntersGuidePod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.horseracing {
	background: transparent url(/www/betfair/GBR/it/prospect/images/horseracingPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.hotbets {
	background: transparent url(/www/betfair/GBR/it/prospect/images/hotbetsPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}
#content div.pod a.winterolympics {
	background: transparent url(/www/betfair/GBR/it/prospect/images/olympicsPod.png) no-repeat scroll 0% 0%;
	display:block;
	height:35px;
	width:233px;
}

/*
#content div.pod {
	display:inline;
	width: 224px;
	height: 75px;
	margin: 4px 1px 0px 4px;
	padding-top: 46px;
	padding-left: 11px;
	background-color: white;
	
}
#content div.pod div {
	display:inline;
}
#content div.pod ul {
	font-size: 90.9%;
	padding-top: 5px;
}

#content div.listPod {
	width:224px;
	height:255px;
}

#content div.content_list {
	width: 220px;
	height: 90px;
	padding: 30px 0px 10px 0px;
}
*/


.GlobalBackground 
{
	background-color:#ffffff;
}

.GlobalNextHorseRaceBackground 
{
	background-color:#0063b5;
}

.FrontpageAlternateBackground 
{
	background-color:#f1f1f1;
}

.FrontpageTime 
{
	color:#666666; font-weight:bold;
}

.FrontpageContentBackground 
{
	background-color:#f7f7f7;
}


#footer {
	width: 970px;
	text-align: center;
	color: #666;
	font-size: 0.9em;
	clear: both;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footer_Links {
	list-style: none;
	padding: 1em 0.5em 0.5em 0.5em;
}

#footer #footer_Links li {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/betfairLinks_divider.gif) no-repeat left 1px;
	display: inline;
	padding: 0 2px 0 6px;
}

#footer #footer_Links li.start { background: none; }

#footer p {
	padding: 0.3em 0.1em;
	margin: 0 1em;
}

#footer #footer_Regulations {
	font-weight: bold;
	font-size: 1.1em;
}

#footer #footer_Regulations .uk {
	display: inline;
}

#footer #footer_Regulations .international {
	display: none;
}

#footer #footer_AffiliateLinks {
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	padding: 1em 0 1em 0;
	width: 700px;
}

#footer #footer_AffiliateLinks li {
	display: inline;
}

#footer #footer_AffiliateLinks li a {
	overflow: hidden;
	display: block;
	float: left;
	height: 25px;
	margin: 12px 2px 0 0;
	text-indent: -999em;
}

#footer #footer_AffiliateLinks a#LGAMalta {
	background: none;
	width: 0;
}
#footer #footer_AffiliateLinks a#verisign {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/verisign.gif) no-repeat scroll top left;
	width: 56px;
}
#footer #footer_AffiliateLinks a#gamCare18Plus {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/18plus.gif) no-repeat scroll top left;
	width: 21px;
}
#footer #footer_AffiliateLinks a#gamblingTherapy {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/logo_gamblingtherapy.gif) no-repeat scroll top left;
	width: 21px;
}
#footer #footer_AffiliateLinks a#gamCare {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/gamcare_2.gif) no-repeat scroll top left;
	width: 19px;
}
#footer #footer_AffiliateLinks a#ibas {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/ibas.gif) no-repeat scroll top left;
	width: 49px;
}
#footer #footer_AffiliateLinks a#charity {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/logo_sparks.gif) no-repeat scroll top left;
	width: 29px;
}
#footer #footer_AffiliateLinks a#sun {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/powered_by_sun.gif) no-repeat scroll top left;
	width: 37px;
}
#footer #footer_AffiliateLinks a#queensAward {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/158058_queens_award.gif) no-repeat scroll top left;
	width: 134px;
}
#footer #footer_AffiliateLinks a#barcaFC {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/prospectBarcaFCFooter.gif) no-repeat scroll top left;
	width: 44px;
	height: 45px;
	margin-top: 0;
}
#footer #footer_AffiliateLinks a#manUTD {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/prospectManUFCFooter.gif) no-repeat scroll top left;
	width: 50px;
	height: 45px;
	margin-top: 0;
}
#footer #footer_AffiliateLinks a#ausAFL {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/afl_logo.gif) no-repeat scroll top left;
	width: 46px;
	height: 47px;
	margin-top: 0;
}
#footer #footer_AffiliateLinks a#ausCric {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/cricket_aus.gif) no-repeat scroll top left;
	width: 46px;
	height: 47px;
	margin-top: 0;
}

#footer #footer_AffiliateLinks a#proudToBack{
	text-indent: 0pt;
	text-decoration:none;
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 11px;
	color:#000;
	padding:5px 5px 0 12px;
	margin-left: 3px;
	border-left:2px solid #939CA3;
	height: 17px;
}

#footer ul#footer_Products {
	position: relative;
	list-style-type: none;
	text-align: center;
	width: 970px;	
	margin: 0 auto 1em auto;
}

ul#footer_Products li {
	margin: 0 0 0.4em 0;
	line-height: 0.7em;
}

ul#footer_Products li a.footer_ProductsLink{
	font-weight: bold;
}

#footer #locales {
	margin: 0.5em auto;
	width: 600px;
}

/* International customer adjustments */

#footer.international_customer #footer_AffiliateLinks a#LGAMalta {
	background: transparent url(/www/betfair/GBR/it/prospect/images/footer/lga_malta.gif) no-repeat scroll top left;
	width: 53px;
}

#footer.international_customer #footer_AffiliateLinks {
	width: 700px;
}

#footer.international_customer #footer_Regulations .uk  {
	display: none;
}

#footer.international_customer #footer_Regulations .international  {
	display: inline;
}


.loginWidgetHolder #loginWidget {
	display: none;
	position: absolute;
	left: 35%;
	top: 45%;
	width:435px;
	height: 193px;
	background-color:white;
	border:1px solid #90AFC9;
	padding:5px 5px 5px 5px;
}


.lightboxBG {
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color: grey;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.loginWidgetHolder .hidden {display: none;}

.loginWidgetHolder #loginWidget.loggedOut {display: block;}

.loginWidgetHolder #loginWidget.loggingIn {display: block;}

.loginWidgetHolder #loginWidget.loggedIn {}

.loginWidgetHolder h1 {
	font-family:tahoma;
	font-size:11px;
	font-size-adjust:none;
	margin: 0 0 10px 0;
}
.loginWidgetHolder .login { 
	position: absolute;
	width: 160px; left: 250px; top: 30px; padding: 15px;
	background-color: #d6e5f8; 
}

.loginWidgetHolder .register { width:190px; margin: 40px 0 0 20px; float:left; height:133px;}

.loginWidgetHolder .registerButton { height: 25px; width: 100px; background: no-repeat url(/www/betfair/GBR/it/prospect/images/navigation/registerButton.png); padding: 3px 0 0 0; color: white; text-align: center; font-weight: bold; }
.loginWidgetHolder h1 {font-family:Tahoma,Verdana,Arial,Sans-Serif; font-size:13px; }

.loginWidgetHolder form { display:block; height:auto; margin:0; padding:0; width:150px;}

.closeLink {position: absolute; top: 5px; right: 10px; width:55px; cursor: pointer;}
.closeCross {background-image: url(/www/betfair/GBR/it/prospect/images/navigation/closeCross.png); margin-left: 3px; height: 20px; width: 20px; float: right;}

.loginWidgetHolder div.spacer {clear:both; float:none; height:1px; margin:0; padding:0;display:none; border-width:0; }
.loginWidgetHolder .formElement { display:block; width:145px; }
.loginWidgetHolder .formField { margin: 5px 0 5px 0; }
.loginWidgetHolder .formField input { border-style: none; color: gray; }
.loginWidgetHolder .forgotPassword { margin: 5px 0 5px 0; float:left; }
.loginWidgetHolder .forgotPassword a {color:#2A7BBD; text-decoration:none; }

.loginWidgetHolder .regTick { padding-left: 17px; margin-bottom: 5px; background: no-repeat url(/www/betfair/GBR/it/prospect/images/navigation/tick.png);}

#restrictedCountryMask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:black;
	opacity:0.75;
	filter:alpha(opacity=75);
}

#restrictedCountry {
	position:absolute;
	top:262px;
	left:150px;
	width:630px;
	height:310px;
	padding:5px 10px;
	border:solid 1px #555;
	background:white;
}
#restrictedCountry iframe {
	width:100%;
	height:90%;
}
#restrictedCountry div {
	text-align:center;
}
#restrictedCountry input {
	font-weight:bold;
	padding:0 6px;
}
.unusedStyle
{
}
.speechBubbleDiv
{
	position: absolute;
	left: 10px; top: 2px;
	width: 21px; height: 14px;
	z-index: 3;
}
.numMessagesBubbleDiv
{
	position: absolute;
	left: 20px;	top: -5px;
	width: 20px; height: 14px;
	z-index: 3;
}
.numMessagesLabel 
{
	position: absolute;
	left: 14px; top: 0px;
	color: #ffffff;
	font: bold 11px Helvetica;
	z-index: 3;
}
.dividerDiv
{
	position: absolute;
	left: 0px; top: 2px;
	width: 6px; height: 14px;
	color: #333333;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 14;
	z-index: 3;
}
.messageNotificationDiv
{
	position: absolute;
	top: 3px;
	width: 40px; height: 30px;
	display: none;
	z-index: 3;
}
.allMessagesViewDiv
{
	position: absolute;
	top: 0px; 
	width: 334px; height: 367px;
	background-image: url(/www/betfair/GBR/it/prospect/images/webmessaging/all_messages_view_background.gif?ver=2);
	display: none;
	z-index: 2;
	overflow: hidden;
}
.messagesScrollViewDiv
{
	position: absolute;
	top: 33px; left: 3px;
	width: 329px; height: 330px;
	overflow: auto;
}
.dividerMessageDiv 
{
	position: absolute;
	left: 1px;
	background-image: url( /www/betfair/GBR/it/prospect/images/webmessaging/web_message_inbox_divider.gif?ver=2 );
	background-repeat: no-repeat;
	width: 311px; height: 2px;
}
.bigImageMessageDiv 
{
	position: absolute;
	width: 312px; height: 116px;
	color: #8B969E;
}
.smallImageMessageDiv 
{
	position: absolute;
	width: 312px; height: 81px;
	color: #8B969E;
}
.textOnlyMessageDiv 
{
	position: absolute;
	width: 312px; height: 64px;
	color: #8B969E;
}
.bigImageMessageImage 
{
	position: absolute;
	left: 27px; top: 6px;
	width: 283px; height: 93px;
}
.webMessageCheckBoxUnchecked 
{
	position: absolute;
	left: 4px;
	width: 19px; height: 19px;
	background-image: url(/www/betfair/GBR/it/prospect/images/webmessaging/box_unchecked.gif?ver=2);
	z-index: 3;
}
.webMessageCheckBoxChecked 
{
	position: absolute;
	left: 4px;
	width: 19px; height: 19px;
	background-image: url(/www/betfair/GBR/it/prospect/images/webmessaging/box_checked.gif?ver=2);
	z-index: 3;
}
.webMessageCheckBoxUncheckedOnBlue 
{
	position: absolute;
	left: 4px;
	width: 19px; height: 19px;
	background-image: url(/www/betfair/GBR/it/prospect/images/webmessaging/box_unchecked_on_blue.gif?ver=2);
	z-index: 3;
}
.webMessageCheckBoxCheckedOnBlue
{
	position: absolute;
	left: 4px;
	width: 19px; height: 19px;
	background-image: url(/www/betfair/GBR/it/prospect/images/webmessaging/box_checked_on_blue.gif?ver=2);
	z-index: 3;
}
.bigImageMessageDate 
{
	position: absolute;
	left: 27px; top: 100px;
	width: 280px; height: 14px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10px;
}
.smallImageMessageImage 
{
	position: absolute;
	left: 27px; top: 8px;
	width: 89px; height: 66px;
}
.smallImageMessageDate 
{
	position: absolute;
	left: 122px; top: 62px;
	width: 180px; height: 14px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10px;
	overflow: hidden;
}
.smallImageMessageSubject
{
	position: absolute;
	left: 122px; top: 7px;
	width: 180px; height: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	overflow: hidden;
}
.smallImageMessageDetail
{
	position: absolute;
	left: 122px; top: 26px;
	width: 180px; height: 28px;
	color: #000000;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	overflow: hidden;
}
.textOnlyMessageDate 
{
	position: absolute;
	left: 27px; top: 46px;
	width: 280px; height: 14px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10px;
	overflow: hidden;
}
.textOnlyMessageSubject
{
	position: absolute;
	left: 27px; top: 12px;
	width: 280px; height: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	overflow: hidden;
}
.textOnlyMessageDetail
{
	position: absolute;
	left: 27px; top: 29px;
	width: 280px; height: 14px;
	color: #000000;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	overflow: hidden;
}
.popupFrameHolderDiv 
{
	position: absolute;
	top: 180px; left: 300px;
	width: 852px; height: 452px;
	display: none;
	background-color: #3c5160; 
}
.messagePopupFrame
{
	position: absolute;
	left: 26px; top: 26px;
	width: 800px; height: 400px;
	visibility: visible;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden; 
	background-color: transparent; 
}
.popupCloseButtonDiv 
{
	position: absolute;
	right: 5px; top: 5px;
	background-image: url(/www/betfair/GBR/it/prospect/images/webmessaging/popup_close_button.gif?ver=2);
	width: 18px; height: 18px;
}
