body {
	background-image: url(/summer10/images/site/background.jpg);
	background-color: #146578;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
/*	margin: 0px 20px; */
}
.pages {
	float: left;
	width: 705px;
	padding-right: 10px;
}

table {
	border: 1px solid #CCE;
	background-color: #DEF;
	border-bottom: none;
	width: 100%;
}

h2, h3 {
	clear: both;
	color: #000;
	border-bottom: 1px solid #999;
}

h1 {
	font-size: 22px;
}

h2 {
	margin-top: 30px;
	font-size: 16px;
}

h3 span {
	font-size: 12px;
	color: #C60;
}

h3 {
	margin-top: 10px;
	font-size: 14px;
}

td a {
	text-decoration: none;
}

td, th {
	font-size: 12px;
	padding: 3px 5px;
}

td {
	vertical-align: top;
	border-bottom: 1px solid #CCE;
}

th {
	border-top: 1px solid #0EE;
	text-align: left;
	color: #FFF;
	background-color: #06C;
}

fieldset {
	border: 1px solid #000;
	margin: 5px;
	padding: 10px;
	background-color: #DDD;
	clear: both;
}

fieldset table {
	background-color:#EEE;
}

fieldset table td, fieldset table th {
	border-bottom-color: #CCC;
}

fieldset h3 {
	font-size: 16px;
	border-bottom: 1px solid #999;
}

legend {
	font-weight: bold;
}

.navigation {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 5px 0px;
	font-size: 14px;
	font-weight: bold;
}

.verticalSplit {
	display: block;
	width: 50%;
	float: left;
	clear: none;
	margin-bottom: 10px;
}

.tournamentBlock {
	text-align: justify;
	float: left;
	clear: none;
	border: 1px solid #FFF;
	background-color: #FFF;
	width: 330px;
	margin: 5px 0px;
	font-size: 12px;
	padding: 5px;
}

.tournamentBlock .title {
	border-bottom: 1px solid #41beff;
	margin-bottom: 10px;
	display: block;
	clear: both;
}

.tournamentBlock a {
	text-decoration: none;
}

.tournamentBlock a:hover {
	text-decoration: underline;
}

.tournamentBlock a:visited {
	color: #000099;
}

.tournamentBlock:hover {
	background-color: #cceeff;
	border: 1px solid #0066cc;
}

.tournamentBlock img {
	width: 64px;
	height: 64px;
	border: none;
	float: left;
	clear: none;
	margin: 0px 5px 0px 0px;
}

.tournamentBlock p {
	margin: 0px;
	margin-bottom: 5px;
}

.tournamentBlock span {
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

p {
	font-size: 14px;
	margin: 10px;
	line-height: 15pt;
}

.footer {
	clear: both;
	background-color:#FFF;
	color: #666;
	font-size: 12px;
	padding: 10px;
}

.footer a, .footer a:visited {
	color: #666;
}

strong span, a span {
	vertical-align: text-top;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 2px;
}

hr {
	border: none;
	margin: 5px 0px;
	height: 1px;
	background-color: #99C;
}

td span {
	font-size: 10px;
}

a {
	color: #2ba5b2;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #2ba5b2;
	text-decoration: none;	
	font-weight: bold;	
}
a:hover {
	color: #2ba5b2;
	text-decoration: underline;	
	font-weight: bold;	
}


.browser a, .browser strong {
	padding: 5px;
	margin: 2px;
	float: left;
	width: 95%;
	text-decoration: none;
	font-size: 12px;
	display: block;
	background-color: #EEE;
	border: 1px solid #CCC;
}

.browser a:hover {
	background-color: #CEF;
	border: 1px solid #30baff;
}

.browser {
	clear: both;
	margin-bottom: 20px;
	height: 70px;
}

input[type=text], input[type=password] {
	broder: 1px solid #666;
	width: 100%;
}

.sponsors {
	width: 170px;
	float: right;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
}
.sponsors h2 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
}

img {
	border: none;
}

.note {
	font-size: 11px;
}
.mainContainer {
	width: 960px;
	margin: 0 auto;
}

.mainHeader {
	height: 165px;
	background-image: url(/summer10/images/site/header.png);
	background-repeat: no-repeat;
}

.mainContent {
	background-color: #FFF;
	padding: 20px;
}


.mainMenu {
	padding: 10px 10px;
	background-color: #FFF;
	clear: both;
	height: 30px;
/*	border-bottom: 1px solid #CCC;*/
/*	height: 30px;*/
}

.mainMenu a {
	color: #ff5400;
	display: block;
	float: right;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #CCC;
	margin: 0px 3px;
	text-decoration: none;
	font-weight: bold;
}

.mainMenu a:hover {
	color: #000;
	background-color: #EEE;
	border: 1px solid #CCC;
}
.h1 { width: 50%; }

