* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}

a img {border: none;}

p {
	margin-bottom:10px;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	display: inline;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
	display: inline;
}

.intro h2, .news h2 {
	margin-bottom: 10px;
	display: block;
}

#wrapper {
	background: url(/images/body_bg.png) repeat-y 7px 0;
	width: 940px;
	padding:0 10px;
	padding-left: 35px;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}

#header {
	width: 100%;
	position: relative;
	height: 103px;
	background: url(/images/header_bg.png) repeat-x;
	margin-top: 25px;
}

#header h1 {
	text-indent: -2999px;
	z-index: 2;
	position: absolute;
	top: -20px;
	left: -40px;
	width: 365px;
	height: 363px;
	background: url(/images/scamdicappers_logo.png) no-repeat;
}

#header ul.nav {
	display: block;
	position: absolute;
	height: 48px;
	left: 300px;
	top: 30px;
	z-index: 3;
	list-style-type: none;
}

#header ul.nav li {
	display: inline;
	float:left;
}

#header ul.nav a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	outline-color: #FFFFFF;
}

#header ul.nav li.home {
	background: url(/images/home.png) no-repeat;
	width: 150px;
	height: 48px;
}

#header ul.nav li.home a:hover {
	background: url(/images/home_roll.png) no-repeat;
	width: 150px;
	height:48px;
}

#header ul.nav li.home a:active {
	background: url(/images/home_push.png) no-repeat;
	width: 150px;
	height: 48px;
}

#header ul.nav li.login {
	background: url(/images/login.png) no-repeat;
	width: 160px;
	height: 48px;
}

#header ul.nav li.login a:hover {
	background: url(/images/login_roll.png) no-repeat;
	width: 160px;
	height:48px;
}

#header ul.nav li.login a:active {
	background: url(/images/login_push.png) no-repeat;
	width: 160px;
	height: 48px;
}

#header ul.nav li.top_handicappers {
	background: url(/images/top_handicappers.png) no-repeat;
	width: 275px;
	height: 48px;
}

#header ul.nav li.top_handicappers a:hover {
	background: url(/images/top_handicappers_roll.png) no-repeat;
	width: 275px;
	height: 48px;
}

#header ul.nav li.top_handicappers a:active {
	background: url(/images/top_handicappers_push.png) no-repeat;
	width: 275px;
	height:48px;
}

#content {
	width: 100%;
	position: relative;
	margin-top: 270px;
}

#content .intro {
	width: 340px;
	position: absolute;
	top: -260px;
	left: 350px;
}

#content .news {
	width: 200px;
	position: absolute;
	top: -260px;
	left: 720px;
}

#content .date {
	width: 500px;
	position: absolute;
	top: -20px;
	left: 350px;
}

#content .text {
	width: 740px;
	padding-left: 100px;
}

#footer {
	padding-left: 100px;
	padding-right: 100px;
	clear: both;
	padding-bottom: 25px;
}

img.badge {
	display: inline;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
}

a {
	color: #5D0C0B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.main, table.top, table.narrow {
	width: 900px;
	margin: 0 20px;
	border: 1px #CCCCCC solid;
	margin-bottom: 20px;
}

table.top {
	width: 550px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	display: inline;
}

table.top td {
	width: 100%;
}

table.narrow {
	width: 430px;
	margin-bottom: 20px;
	margin-right: 18px;
	float: left;
	display:inline;
}

table.narrow td {
   /*there was width 100 percents*/
}

td {
	padding: 5px;
	border: none;
	background-color: #FFFFFF;
}

td.title, th.title, th{
	background-color:#E2F3FA;
	text-align:center;
	padding:5px;
}

th.header {
	cursor: pointer;
	background: #E2F3FA url('/img/sorticons/bg.gif') no-repeat left 8px;
	text-indent: 15px;
	padding: 0 !important;
}

th.headerSortDown { background: #E2F3FA url('/img/sorticons/desc.gif') no-repeat left 8px; }
th.headerSortUp { background: #E2F3FA url('/img/sorticons/asc.gif') no-repeat left 13px; }


td.afftable {
	background:none;
	padding: 0;
	
}

tr.highlight td {background: #eaeaea; cursor: pointer;}

.sbook a {background: url("/img/small.png") no-repeat 0px 4px; padding-left: 14px; text-decoration: none;}
.sbook a:hover {background-position: 0px -16px;}
.clear { clear: both; line-height: 1px; height: 1px;}
.scoretable { border: 1px #CCCCCC solid; position: absolute; left: 350px; top: -100px; }


/*.nextday td { background: #E3FACA;}*/
