/* Valley Tennis */

a:active {

text-decoration: none;

	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

DIV#loader {  border: 0px solid #ccc;  width: 100%;  height: 100%;}
/**  * While we're having the loading class set. * Removig it, will remove the loading message */

DIV#loader.loading {  background: url(images/VTC_Google_3D_4.jpg) no-repeat center center;}

body {
	font: 12px/180% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
  width : 100%;  

}



body.popup {
   background-image: none;
	background: #FFF;
	margin: 10px;
	padding: 10;
}

h2 {
	color: black;
	font: bold 17px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

h3 {
	color: royalblue;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 9px;
	padding-bottom: 2px;
	padding-top: 0;
}

ol {
	margin-top: 0px;
}

p {
	margin-bottom: 8px;
	margin-top: 0;
	padding-left: 20px;
	padding-top: 0;
}

ul {
	list-style: url(img/ball.gif);
	margin-top: 0px;
}

.columnone {
	margin-right: 215px;
	padding-right: 50px;
	/*background: #F0F;*/
}

.main {
	margin-left: 115px;
	padding-top: 10px;
	width: 580px;
	\width: 600px;
	w\idth: 580px;
	/*border: 1px solid royalblue;*/
}

.ratingblue {
	background: #14B5EC;
}

.ratingbrown {
	background: #A4672A;
	width: 10px;
}

.ratinggreen {
	background: #3ABE0F;
}

.ratingorange {
	background: #FAAD00;
}

.ratingred {
	background: #F00;
}

.ratingviolet {
	background: #940FBE;
}

.ratingyellow {
	background: #FE5;
}

.sidebar {
	float: right;
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	/*background: #808080;*/
}

.sidebar h3 {
	color: royalblue;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.sidebar p {
	padding-left: 50px;
}

.sidebar ul {
	margin-left: 50px;
	padding: 10;
}

.photos {
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.photos td {
	border: 1px solid #000;
	padding: 4px;
	vertical-align: bottom;
}

#header {
	background: royalblue;
	height: 82px;
	top: 10px;
}

#header h1 {
	border: 0;
	left: 50px;
	margin: 30;
	padding: 10;
	position: absolute;
	top: 0px;
}

#logo {
	border: 0px;
}

#nav {
	background: royalblue;
	float: left;
	padding: 0;
	width: 100px;
}

#nav a {
	border-bottom: 1px solid #EEE;
	background: royalblue;
	display: block;
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0 3px 3px;
	text-decoration: none;
	width: 100px;
}

#nav a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#nav a:hover {
	background-color: lightblue;
	color: #000;
}

#nav ul {
	background-color: royalblue;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/*.sidebar h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
}
*/