/*
* html {
	height: 100%;
}
html, body {
	height: 100%;
}
*/
body, form, div, p, img, table, table tr td, ul, ul li {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	border-collapse: collapse;
}
html {
	background: #a7a7a7 url(../images/body-bg.jpg) repeat-x 0 0;
}
body {
	color: #000;
	font: 12px/18px Arial, sans-serif;
	/*background: #a7a7a7 url(../images/body-bg.jpg) repeat-x 0 0;*/
}

a:link, a:visited, a:hover {
	color: #2e50b9;
	text-decoration: underline;
}
h1 {
	font: bold 13px/18px Arial, sans-serif;
	color: #3b3f94;
	background: #d5def9;
	padding: 0px 10px 3px 10px;
	margin: 0px;
}
h2 {
	font: bold 16px/18px Arial, sans-serif;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}
h3 {
	font: normal 11px/12px Arial, sans-serif;
	color: #bdc5dc;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}
p {
	font: 13px/18px Arial, sans-serif;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: square;
	padding: 0px 0px 12px 23px;
}
div.clear {
	clear: both;
	font-size: 0px;
}

div.container {
	width: 964px;
	margin: 38px auto 0px auto;
	background: url(../images/shadow.gif) repeat-y 0 0;
}
div.body {
	width: 964px;
	background: url(../images/shadow-top2.jpg) no-repeat 0 -38px;
}

div.TopLineMenu {
	width: 964px;
	height: 38px;
	color: #9297a5;
	background: url(../images/TopLineMenu-bg.gif) no-repeat 0 100%;
	position: absolute;
	top: 0px;
	z-index: 999;
}
div.TopLineMenu ul {
	list-style-type: none;
	padding: 12px 0px 0px 16px;
	float: left;
}
div.TopLineMenu ul li {
	float: left;
	padding-right: 3px;
}
div.TopLineMenu a:link, div.TopLineMenu a:visited, div.TopLineMenu a:hover {
	color: #9297a5;
	font-size: 12px;
}
div.TopLineMenu table.moduletable-top-line-links tr td {
	padding: 6px 0px 0px 9px;
}

div.header {
	width: 950px;
	height: 101px;
	background: #525d7f url(../images/header-bg.gif) repeat-x 0 0;
	margin-left: 7px;
}
div.header div.logo {
	width: 320px;
	float: left;
}
div.header div.logo img {
	float: left;
}
div.header div.banner {
	width: 620px;
	height: 90px;
	float: right;
	text-align: right;
	color: #fff;
	padding: 5px 5px 0px 0px;
}

div.MainMenu {
	width: 950px;
	height: 39px;
	background: #000 url(../images/MainMenu-bg.gif) repeat-x 0 0;
	padding: 0px;
	text-align: left;
	color: #fff;
	margin-left: 7px;
}
div.MainMenu ul {
	width: 930px;
	list-style-type: none;
	padding: 0px;
	float: left;
}
div.MainMenu ul li {
	float: left;
	background: url(../images/MainMenu-separator.gif) no-repeat 100% 0;
}
div.MainMenu ul li a:link, div.MainMenu ul li a:visited, div.MainMenu ul li a:hover {
	padding: 0px 16px 0px 16px;
	margin-right: 1px;
	height: 39px;
	display: block;
	color: #7b86a5;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	float: left;
}
div.MainMenu ul li.first a:link, div.MainMenu ul li.first a:visited, div.MainMenu ul li.first a:hover {
	padding: 0px 16px 0px 21px;
}
div.MainMenu ul li a:hover {
	color: #fff;
}
div.MainMenu ul li a.selected:link, div.MainMenu ul li a.selected:visited, div.MainMenu ul li a.selected:hover {
	background: url(../images/MainMenu-bg-selected.gif) repeat-x 0 0;
	color: #fff;
}
div.MainMenu ul li.back {
	float: right;
	background: none;
}
div.MainMenu ul li.back a:link, div.MainMenu ul li.back a:visited, div.MainMenu ul li.back a:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/MainMenu-bg-back.gif) no-repeat 0 8px;
	padding-left: 28px;
	font-weight: normal;
}
div.MainMenu ul li.back a:hover {
	background: url(../images/MainMenu-bg-back-hover.gif) no-repeat 0 0;
}


div.SubMenu {
	width: 950px;
	height: 27px;
	padding: 0px;
	margin-left: 7px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #c3c3c3;
	background: #d9d9d9;
}
div.SubMenu ul {
	width: 920px;
	list-style-type: none;
	padding: 0px;
	float: left;
}
div.SubMenu ul li {
	float: left;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #fff;
}
div.SubMenu ul li a:link, div.SubMenu ul li a:visited, div.SubMenu ul li a:hover {
	color: #768ac7;
	font-size: 14px;
	height: 23px;
	display: block;
	line-height: 24px;
	padding: 0px 9px;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	float: left;
}
div.SubMenu ul li a:hover {
	color: #616161;
}
div.SubMenu ul li a.selected:link, div.SubMenu ul li a.selected:visited, div.SubMenu ul li a.selected:hover {
	border-top: 2px solid #616161;
	border-bottom: 2px solid #616161;
	text-decoration: none;
	color: #616161;
}
div.SubMenu ul li.first {
	border-left: none;
}
div.SubMenu ul li.first a:link, div.SubMenu ul li.first a:visited, div.SubMenu ul li.first a:hover {
	padding: 0px 9px 0px 13px;
}
div.SubMenu ul li.empty {
	height: 27px;
	border-right: none;
}
div.SubMenu ul li.back {
	border-left: none;
	border-right: none;
	text-align: right;
	float: right;
}
div.SubMenu ul li.back a:link, div.SubMenu ul li.back a:visited, div.SubMenu ul li.back a:hover {
	color: #616161;
	text-decoration: none;
	background: url(../images/SubMenu-bg-back.gif) no-repeat 6px 3px;
	padding-left: 29px;
	font-weight: normal;
}
div.SubMenu ul li.back a:hover {
	background: url(../images/SubMenu-bg-back-hover.gif) no-repeat 0 -2px;
}


div.content {
	width: 950px;
	background: #fff url(../images/content-bg.gif) repeat-x 0 0;
	padding-bottom: 2px;
	margin-left: 7px;
}
div.left-column {
	padding: 18px 0px 0px 18px;
	width: 578px;
	float: left;
}
div.right-column {
	padding: 18px 17px 0px 0px;
	width: 323px;
	float: right;
}
div.full {
	width: 915px;
}

div.footer {
	width: 946px;
	height: 61px;
	background: #000000 url(../images/footer-bg.gif) repeat-x 0 0;
	margin-left: 7px;
	border: 2px solid #fff;
	border-top: none;
	color: #fff;
}
div.footer div.logo {
	width: 300px;
	height: 61px;
	float: left;
}
div.footer div.logo img {
	float: left;
}
div.footer div.banner {
	width: 635px;
	height: 51px;
	padding: 5px 5px 5px 0px;
	float: right;
	text-align: right;
}

div.shadow {
	width: 964px;
	height: 8px;
	font-size: 0px;
	background: #a7a7a7 url(../images/shadow-bottom.gif) no-repeat 0 0;
}

div.BottomLineMenu {
	width: 964px;
	text-align: center;
	color: #2e50b9;
	background: #a7a7a7;
	padding: 2px 0px 10px 0px;
}
div.BottomLineMenu table {
	width: 100%;
}

div.block {
	background: #f5f8ff;
	border-top: 3px solid #bac2da;
	border-bottom: 1px solid #d5def9;
	margin-bottom: 12px;
}
div.padding {
	padding: 10px 16px;
}
div.right-column div.padding {
	padding: 10px 12px;
}
div.blog {
	padding-left: 57px;
}

div.subject {
	padding-bottom: 8px;
}
div.calendar {
	font: bold 12px/12px Arial, sans-serif;
	width: 37px;
	height: 32px;
	position: absolute;
	margin-left: -46px;
	z-index: 999;
	background: #f5f8ff url(../images/icon-calendar.gif) no-repeat 2px 0;
	text-align: center;
}
div.calendar p {
	font: bold 12px/6px Arial, sans-serif;
	padding: 10px 0px 0px 0px;
}
div.calendar span {
	font: normal 11px/8px Arial, sans-serif;
}
div.block div.body {
	width: auto;
	background: none;
	padding-bottom: 16px;
	border: none;
}
div.block div.body p {
	line-height: 16px;
}
div.center {
	padding: 10px 0px;
	text-align: center;
}
td.left, th.left {
	text-align: left;
}
td.right, th.right {
	text-align: left;
}
td.center, th.center {
	text-align: center;
}

div.block ul {
	list-style-type: none;
	padding: 5px 0px 8px 9px;
}
div.block a:link, div.block a:visited, div.block a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.block a:hover {
	text-decoration: underline;
}
div.screenshots {
	padding-top: 15px;
}
div.screenshots img {
	margin-top: 6px;
}

div.info {
	float: right;
	width: 250px;
	height: auto;
	margin: 0px 1px 5px 17px;
	border: none;
}
div.info img {
	float: left;
	margin-right: 4px;
}
div.info h2 {
	padding: 23px 0px 15px 23px;
}
div.bg {
	width: 247px;
	background: #cdd4e6 url(../images/info-bg.gif) repeat-y 0 0;
	margin: 3px 0px 25px 0px;
}
div.bg div.top {
	width: 247px;
	background: url(../images/info-bg-top.jpg) no-repeat 0 0;
}
div.bg div.top div.bottom {
	width: 247px;
	background: url(../images/info-bg-bottom.jpg) no-repeat 0 100%;
}
div.bg div.top table {
	width: 200px;
	margin: 0px 0px 20px 23px;
}
div.bg div.top table tr td {
	border-top: 1px dashed #a2a6b5;
	padding: 0px 0px 2px 0px;
}
div.bg div.top table tr.first td {
	border: none;
}

div.headers {
	float: left;
}
div.buttons {
	float: right;
	width: 256px;
	height: 51px;
	text-align: right;
	padding-right: 3px;
}
img.buy-now {
	position: relative;
	top: -11px;
	left: -20px;
}

.auto {
	width: auto;
}
.full {
	width: 100%;
}
.five {
	width: 5%;
}
.nine {
	width: 9%;
}
.ten {
	width: 10%;
}
.fifteen {
	width: 15%;
}
.twenty {
	width: 20%;
}
.twenty-two {
	width: 22%;
}
.twenty-five {
	width: 25%;
}
.thirty {
	width: 30%;
}
.thirty-five {
	width: 35%;
}
.fourty {
	width: 40%;
}
.fifty {
	width: 50%;
}
.sixty {
	width: 60%;
}
.seventy {
	width: 70%;
}
.eighty {
	width: 80%;
}
.ninty {
	width: 90%;
}
table.blog {
	margin: 10px 0px 0px 57px;
}







.cols {
	overflow: hidden;
}
.cols .col1, .cols .col2 {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	float: left;
}
.cols .col1 {
	width: 578px;
	background: #f5f8ff;
}
.cols .col2 {
	float: right;
	width: 323px;
	background: #f5f8ff;
	border-bottom: none;
	margin-left: 14px;
}
.cols .block {
	border-bottom: none;
	border-top: none;
}
.cols h1 {
	border-top: 3px solid #bac2da;
}
div.border {
	clear: both;
	height: 10px;
	background: #fff url(../images/border.gif) repeat-x 0 0;
	position: relative;
	top: -7px;
}
div.oncourt-cleaner {
	width: 915px;
	height: 35px;
	background: #fff;
	position:absolute;
	margin-top:-16px;
}


table.live {
	width: 100%;
}
table.live tr td {
	padding-left: 5px;
}
table.live tr.header td {
	padding: 4px 0px 7px 1px;
}
table tr td.tournament {
	font-weight: bold;
}
table tr td.surf {
	text-align: right;
}
table tr td.surf div {
	padding: 0px 4px 1px 0px;
	line-height: 15px;
}
div.clay {
	border-right: 6px solid #ff9966;
}
div.ihard {
	border-right: 6px solid #99ccff;
}
div.hard {
	border-right: 6px solid #3399cc;
}
table tr.odd td {
	background: #e9efff;
}
table tr.even td {
	background: #f5f8ff;
}
img.ball {
	position: relative;
	top: 1px;
}
img.flag {
	margin-right: 4px;
	position: relative;
	top: 1px;
}
img.surf {
	margin: 0px 3px 0px 1px;
	position: relative;
	top: 1px;
}
table.scores {
	width: 100%;
	margin: 3px 0px 8px -5px;
}
table.scores tr td {
	line-height: 15px;
	padding: 3px 10px 4px 10px;
}
table.scores tr.odd td.status {
	border-left: 0px solid #e9efff;
}
table.scores tr td.status {
	width: 20px;
	padding-left: 15px;
	padding-right: 5px;
}
table.scores tr td.type {
	width: 40px;
	padding-right: 5px;
}
table.scores tr td.round {
	width: 20px;
	padding-left: 5px;
	padding-right: 0px;
}
table.scores tr td.set {
	width: 15px;
	padding-left: 0px;
	padding-right: 5px;
}


input.search {
	border: 1px solid #6a6e79;
	border-right: none;
	background: url(../images/input-text-bg.gif) repeat-x 0 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left: 3px;
}
input.icon-search {
	width: 16px;
	height: 18px;
}

.no-border {
	border: none !important;
}