body {
	text-align: center;
	background: #191364 url('../images/background.jpg') no-repeat top center;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
div#wrapper {
	text-align: left;
	margin: 39px auto 0;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
h1#logo {
	display: block;
	float: left;
	line-height:1;
	margin:0;
}

h1#logo a {
	display:block;
	float: left;
	width: 373px;
	height: 68px;
	margin: 0;
	
	font-size: 0;
	text-indent: -9999px;
	outline: none;
	
}

/* Email sign-up form ---------------------------------------*/

div.emailSignup {
	background: url('../images/get-results-by-email.gif') no-repeat top right;
	display: block;
	float: right;
	width: 327px;
	min-height: 92px;
	padding: 6px 10px 0px 50px;
	position:relative;
	font-size: 11px;
	z-index:1;
	
	
} * html div.emailSignup {height: 92px}

div.emailSignup form {
	background-color:#455aab;
	float: right;
	width: 237px;
}

div.emailSignup p.note {
	float: left;
	width: 75px;
}

div.emailSignup h2 {
	background:url(../images/emailSignupH2.gif) no-repeat top left;
	font-family: "Helvetica Compressed", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-weight:bolder;
	font-size: 1.81em;
	color: #CFD4E9;
	margin: 0;
	height: 22px;
	
	text-indent: -2000em;
}

body.pgEmail div.emailSignup h2 {
	background:url(../images/emailSignupH2_alt.gif) no-repeat top left;
	height: 41px;
}

div.emailSignup p {
	color: #fff;
	line-height: 1.2;
}

div.emailSignup form input {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* for IE */
	width: auto;
	max-width: 100%;
}
p#firstname, p#surname, p#email {
	margin: 0 ;
	vertical-align:middle;
	line-height:1;
	padding:0;
}
p#firstname input, p#surname input, p#email input {
	border: 0;
	margin:0;
	padding: 0;
}

p#firstname, p#surname {
	width: 117px;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 1px;
}
p#firstname {
	margin-right: 2px;
	width: 116px;
}
p#firstname input, p#surname input {
	margin-top: 2px;
	width: 100%;
}
p#email {
	width: 100%;
	float: left;
}
p#email input {
	width: 200px;
}
p#sign-up {
	vertical-align:middle;
	width: 40%;
	float: right;
	text-align:right;
}
div.emailSignup p.over18 {
	float: left;
	width: 50%;
} 
div.emailSignup p.over18 input {
	vertical-align: middle;
/*	position: absolute;
	left: 0;
	top:0;*/
}

div.emailSignup p.note {
	overflow: hidden;
	text-align: right;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.9em;
	line-height:1.2;
}
div.emailSignup p.note a {
	color:#D2E2EE;
	white-space:nowrap;
	text-decoration: underline;	
} 
div.emailSignup p.note a:hover {}


body.pgEmail div.emailSignup form {
	height: 75px;
}

body.pgEmail div.emailSignup form p {
	line-height: 1.5;
	margin-right: 2em;
}



/* Main Menu ------------------------------------ */
ul#mainNav {
	list-style: none;
	display: block;
	float: left;
	clear: left;
	background: transparent url('../images/navigation-bg.gif') repeat-x bottom;
	width: 570px;
	padding-left: 0;
	margin: 7px 0 0 5px;

} * html ul#mainNav {margin-left: 5px} /*double-margin bug*/

ul#mainNav li {
	display: block;
	float: left;
	margin: 2px 0 -5px 0; 
	/* negative bottom margin to move following elements up into space created by offsetting "active" button */
}
ul#mainNav li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 7px;
	min-height: 26px;
} * html ul#mainNav li a {height: 26px}

ul#mainNav li a span	{
	float: left;
	min-height: 17px;
	display: block;
	padding: 4px 20px 0 0;
} * html ul#mainNav li a span { height: 17px; }

	/* Current Tab ------------------------------*/
		ul#mainNav li.active,
		body.pgHome ul#mainNav li#mmHome,
		body.pgArk ul#mainNav li#mmArk, 
		body.pgLeague ul#mainNav li#mmLeague,
		body.pgGuide ul#mainNav li#mmGuide,
		body.pgBookies ul#mainNav li#mmBookies,
		body.pgAbout ul#mainNav li#mmAbout	{
			position: relative;
			top: -5px;
			left: -5px;
			z-index: 1;
		}
		ul#mainNav li.active a,
		body.pgHome ul#mainNav li#mmHome a,
		body.pgArk ul#mainNav li#mmArk a, 
		body.pgLeague ul#mainNav li#mmLeague a,
		body.pgGuide ul#mainNav li#mmGuide a,
		body.pgBookies ul#mainNav li#mmBookies a,
		body.pgAbout ul#mainNav li#mmAbout a {
			background: url('../images/active-tab_left.gif') no-repeat left bottom;
			min-height: 26px;
		}  * html ul#mainNav li a {height: 26px}
		
		ul#mainNav li.active a span,
		body.pgHome ul#mainNav li#mmHome a span,
		body.pgArk ul#mainNav li#mmArk a span, 
		body.pgLeague ul#mainNav li#mmLeague a span,
		body.pgGuide ul#mainNav li#mmGuide a span,
		body.pgBookies ul#mainNav li#mmBookies a span,
		body.pgAbout ul#mainNav li#mmAbout a span {
			background: url('../images/active-tab_right.gif') no-repeat right top;
			padding-top: 9px;
		}
		
	/* Hover styles -----------------------------------*/
		ul#mainNav li a:hover	{
			background: url('../images/hover-tab_left.jpg') no-repeat left top;
		}
		ul#mainNav li a:hover span	{
			background: url('../images/hover-tab_right.jpg') no-repeat right bottom;
			cursor: pointer;
		}
		ul#mainNav li.active a:hover	{
			background: url('../images/active-tab_left.gif') no-repeat left bottom;
		}
		ul#mainNav li.active a:hover span	{
			background: url('../images/active-tab_right.gif') no-repeat right top;
			cursor: default;
		}
		
		ul#mainNav li#bookmark a:hover, ul#mainNav li#bookmark a:hover span, ul#mainNav li#bookmark.active a:hover span, ul#mainNav li#bookmark.active a:hover {
			background:none;
		}
		

		
		
	/* Bookmark button ---------------------------*/
	
	ul#mainNav li#bookmark {
		position: absolute;
		right: 0;
		top: 2px;
	}
	
	p.note img {
		vertical-align: middle;
	}

/* ----------------------------------------------------- */

div#contentMain {
	background: #455aab;
	padding: 10px;
	clear: both;
	line-height: 15px;
}

	/* Header ------------------------------------------- */
	div#contentHeader {
		width: 739px;
		background: url('../images/contentHeader.jpg') no-repeat top center;
		font-size: 13px;
		padding-top: 10px;
		float: left;
	}
	div#contentHeader h2 {
		color: white;
		font-family: "Basic Sans Heavy SF", Impact, "Helvetica Compressed",  "Arial Narrow", Helvetica, Arial, sans-serif;
		font-weight:bolder;
		font-size: 2.76923em;
		padding: 0 0 10px 12px;
		float: left;
		line-height: 1;
	}
	div#contentHeader p {
		font-size: 11px;
		display: block;
		width: auto;
		line-height: 1.1;
		float: left;
		padding: 0.2em 0 10px 12px;
	}
	div#contentHeader p span, div#contentHeader p strong, div#contentHeader p a {
		color: #d2e1ee;
	}
	div#contentHeader p span {
		display: block;
	}
	div#contentHeader p strong {
		font-family: Arial;
		font-size: 18px;
		font-weight: bold;
	}
	div#contentHeader p a {
		text-decoration: none;
		color: #fff;
	}
	div#contentHeader p a:hover {
		text-decoration: underline;
	}
	
	/* contentBody layout --------------------------*/
	div#contentBody {
		background: #fff url('../images/rounded.jpg') no-repeat center bottom;
		clear: both;
		padding: 4px;
		width: 731px;
	}
	div.content, div.sidebar {
		background-color:white;
		margin: 0 0 20px;
	}
	div.content {
		float: left;
		width: 442px;
	}
	div.sidebar {
		width: 286px;
		float: right;
	}
	
	div.content * {
		margin-left: 10px;
		margin-right: 10px;
	}
	div.content * *, div.content #scoreboard {
		margin-left: 0;
		margin-right: 0;
	}
	div#contentBody p.note {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	div#contentBody div.sidebar p.note {
		margin-left: 0;
		margin-right: 0;	
	}
	
/* Fonts ---------------------------- */
div.content {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
div#scoreboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.content h2 {
	font-size: 1.307em;
	font-family: Arial;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #d2e2ee;
	margin-bottom: 0.2em;
}
div.content h3 {
	
}
div.content {
	line-height: 1.5;
}
div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6, div#scoreboard {
	line-height: 1.3;
}

div.content p, div.content ol, div.content ul, div.content blockquote, div.content dl {
	margin-bottom: 1em;
}  div#scoreboard * {line-height: 1.3; margin-bottom:0}

.highlight {
	background-color: #FFFFB7;
	border: 2px solid #FB973C;
	padding: 0.7em;
	margin-bottom: 1em;
}

td, th {
	vertical-align: top;
	white-space:nowrap;
	padding: 0.2em 0.5em;
	padding-left: 0;
	line-height: 1;
}

th {
	font-weight: bold;
	padding-right: 1.5em;
}

table {
	margin-bottom: 1em;
}

th.bet {
	width: 13em;
	white-space:normal;
	padding-right: 1em;
}

hr {
	border-top: 1px solid #d2e2ee;
	background-color: #d2e2ee;
	color: #d2e2ee;
	height: 0px;
}

/* Next/back links -------------------------------------- */

.nav {
	overflow: auto;
}
.prev {
	float: left;
	width: 45%;
}
.next {
	float: right;
	width: 45%;
	text-align:right;
}
.nav a {
	color: #426aad;
	text-decoration: none;
}
.nav a:hover {text-decoration:underline;}
	
/* Scoreboard ----------------------------------------*/
div#scoreboard  {
	background: url('../images/shadow-top.gif') no-repeat top center;
	padding: 6px 0 0 0;
}

div#scoreboard div.inner {
	background: url('../images/shadow.gif') repeat-y left;
	padding: 0 6px;
}

#scoreboard h3, #scoreboard h4, h3.title {
	display: block;
	background: url('../images/red-bar.gif') repeat-y left top;
	padding: 1px 2px 3px 10px;
	margin: 0 0 1px;
	font-weight: bold;
	color: #fff;
}
#scoreboard h3 {
	margin: 0;
}
.hidden {
	display: none;
}

#scoreboard .nav {
	background: url('../images/shadow-bottom.gif') no-repeat;
	padding: 3px 10px 0.5em 10px;
}

#scoreboard ul, #scoreboard ol {
	list-style:none;
	padding-left: 0;
}
	
/* Match statistics ---------------*/
div#scoreboard div.container {
	color: #000;
	background: #fff;
	padding: 0.5em 10px;
}
	.inplay { color: #999; }

	div#bets h3.title, div#bookings h3.title {
		color: #fff;
	}

	h4.title a.bestodds {
		font-weight: normal;
		font-size: 0.9em;
		color: white;
		text-decoration: none;
		margin-left: 0.5em;
	}
	
		h4.title a.bestodds:hover {border-bottom: 1px dotted white}


	a.minus, a.plus {
		display: block;
		float: left;
		text-indent: -9999px;
		background: url('../images/minus.gif') no-repeat;
		width: 11px;
		height: 11px;
		position: relative;
		top: 3px;
		margin: 0 5px 0 0;
	}
	a.plus { background: url('../images/plus.gif') no-repeat; }
	
	div#scoreboard .hometeam, div#scoreboard .awayteam {
		width: 50%;
		float: left;
		overflow: auto;
	}

	div#scoreboard div#bets {
		padding-bottom: 1em;
		padding-top: 0;
	}
	
	div#scoreboard div#bets h5 {
		text-transform: uppercase;
		color: #999;
		margin-top:0.5em;
		font-weight:bold;
	}

	div#bets ul {
		width: 100%;
		overflow: auto;
		margin-bottom: 2px;
		border-bottom: 1px dashed #d6d6d6;
	}
	
	div#bets li {
		border-top: 1px dashed #d6d6d6;
		float: left;
		padding: 0.2em 0;
		width: 50%;
	}
	
	div#bets li strong {
		width: 58%;
		float: left;
		font-weight: bold;
	}
	
	div#lineups span.shirt {
		display: block;
		float: left;
		width: 3ex;
		margin-right: 1ex;
		text-align:right;
	}

/* Main Scores ---------------*/
div#scoreboard div#mainscores {
	background: #3b3b3b url('../images/mesh.gif');
	color: #fff;
	padding: 1em 0 0 0;
}
	div#mainscores div.hometeam, div#mainscores div.awayteam, div#mainscores div.score {
		float: left;
	}
	div#mainscores div.hometeam, div#mainscores div.awayteam {
		width: 145px;
		margin: 0 5px 1em 5px;
		padding-bottom: 1em;
		line-height: 1.5;
	}
	div#mainscores p.team {
		font-size: 18px;
		font-family: Arial;
		padding-top: 0.8em;
		margin-bottom: 0.2em;
		line-height: 1;
	}
	div#mainscores div.hometeam {
		text-align: right;
	}
	div#mainscores div.score {
		width: 100px;
		margin: 0 0 10px 0;
		text-align: center;
	}
	div#mainscores div.score p {
		font-size: 9px;
		font-weight: bold;
		position: relative;
		padding: 0;
	}
	div#mainscores div.score p strong {
		font-size: 42px;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		line-height:1;
	}
	div#mainscores div.score p span {
		font-size: 10px;
		font-weight: normal;
		position: relative;
		text-transform: lowercase;
		top: -10px;
	}


/* Match listings -------------------------------------- */

div.sidebar table a {
	text-decoration: none;
	color: #000;
}
div.sidebar table {
	width: 99%;
	border-collapse: collapse;
}
div.sidebar table tr:hover {
	background: #e7edf1;
}
div.sidebar table tr.hover {
	background: #e7edf1;
	cursor: pointer;	
}
div.sidebar table tr a:hover {text-decoration: underline;} /* underline links in browsers that don't apply :hover to non-links */
div.sidebar table tr.hover a:hover, div.sidebar table tr:hover a:hover { text-decoration: none;} /* don't underline them in browsers that do */

div.sidebar div.container {
	margin: 8px 0 0 0;
}
div.sidebar table td {
	padding: 2px 0;
	border-bottom: 1px dashed #d9d9d9;
}
div.sidebar td.hometeam {
	text-align: right;
}
div.sidebar td.hometeam, div.sidebar td.awayteam {
	width: 42%;
}
div.sidebar td.score {
	width: 16%;
	text-align:center;
}

div.sidebar .future table {
	margin-top: 0.5em;
}
div.sidebar .future td.hometeam, div.sidebar .future td.awayteam{
	width: 45%;
}
div.sidebar .future td.score {
	width: 10%;
}


/* boxes ----------------------------------*/


div.bluebox {
	background-color: #446782;
	color: #fff;
	padding: 5px;
	border: 3px solid #3e5e76;
	margin: 5px 0;
	min-height: 65px;
} * html div.bluebox {height: 65px}

div.bluebox.hover {
	cursor: pointer;
	border-color:#2D3F68
}

div.future {
	color: #a3c3dc;	
}
div.future table td {
	border: none!important;
}
div.future table tr:hover {
	background: none!important;
}


div.bluebox h2 {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	line-height: 120%;
}
div.bluebox p { width: 170px; line-height: 1.3}
div.bluebox a {color: white; text-decoration:none}
div#linkboxOdds {
	background: #446782 url('../images/goal.jpg') no-repeat right top;
}
div#linkboxBet {
	background: #446782 url('../images/corner.jpg') no-repeat right top;
}
div#linkboxAbout {
	background: #446782 url('../images/kick.jpg') no-repeat right top;
}
div#linkboxHome {
	background: #446782 url('../images/ball.jpg') no-repeat right top;
}
div#linkboxEmail {
	background: #446782 url('../images/linkboxEmail.gif') no-repeat right top;
}
div#linkboxEmail h2, div#linkboxEmail p {
	width: auto;
	margin-right: 75px;
}

div#linkboxFBD {
	background: #1B3C75 url(../images/linkboxFBD.jpg) top right no-repeat;
	border-color: #385B95;
}
div#linkboxFBD.hover {
	border-color: #252567;
}

div#linkboxFBD h2 {
	width: 140px;
}

div#linkboxFBD p {
	width: auto;
	margin-right: 2em;
}

/* Additional content areas ----------------------------------- */

div#contentSup {
	margin: 1em 0;
	border: 10px solid #455aab;
	background: url(../images/rounded-top.jpg) no-repeat top left white;
	padding: 1em 4px 0 4px;
	width: 731px;
	overflow:hidden;
}
p.ads img {
	border: 3px solid #4888b9;
	margin: 2px 2px 2px 0;
}

p.ads a.gamcare img {
	padding-right: 2px;
}

p.ads a:hover img {
	border-color: #376193
}

/* Email sign-up pages -------------------------------------- */
body.pgEmail #mainNav {
	/* display: none; */
}

div.sidebar {}
div.sidebar form#emvForm {
	background: url(../images/highlight-bottom.gif) bottom right no-repeat #C2DBED;
	margin-right: 5px;
	padding: 0 0 1em 0;
	float: right;
	margin-top: 5px;
	width: 240px;
/*	position: fixed;
	top: 210px;
	width: 250px; */
}
div.sidebar form#emvForm h2 {
	background: url(../images/highlight-top.gif) top left no-repeat;
	padding: 0.5em 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
div.sidebar form p {margin-bottom: 0.5em; padding: 0 12px}
div.sidebar form label {
	display: block;
	clear: left;
}
div.sidebar form input {
	max-width: 220px;
}
div.sidebar form p.OVER18_FIELD label {
	display: inline;
}
div.sidebar form p.OVER18_FIELD input {
	vertical-align: middle;
}


/* Footer -------------------------------------------- */
p#footer {
	clear:both;
	margin: 10px 0 20px;
	color: #999;
}
p#footer img {
	position: relative;
	top: 3px;
}

.dasboardht_tm, .dasboardht{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding:2px 2px 2px 2px;
}
.dasboardhit_odd_tm, .dasboardhit_odd{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #E6E6E6;
	padding:2px 2px 2px 2px;
}
.dasboardhit_even_tm, .dasboardhit_even{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding:2px 2px 2px 2px;
}
.dasboardhit_highlight{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #E7EDF1;
	padding:2px 2px 2px 2px;
}
div.leaguetbl {
	color: #000;
	background: #fff;
	padding: 0.5em 2px;
	margin: 8px 0 0 0;
}