* {padding: 0; margin: 0;}

body {
	font-family:Tahoma;
	font-size:10px;
	background-color:#1789ca;
	background-image:url('http://lasvegaspoolscene.com/img/bg.gif');
	background-repeat:repeat-x;
	margin:0px;
}

td {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	color:#0a5375;
}

h2 {
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	color:#0a5375;
}


img {
	border:0;
}

a {
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#0a5375;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.contentPadding {
	padding:10px;
}

.midHeader {
	padding-left:10px;
	padding-top:6px;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:white;
}

input,textarea {
	font-family:Tahoma;
	font-size:10px;	
	padding:3px;
}



.dpTable {

	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #cccccc 1px solid; COLOR: #505050; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #19aaff; TEXT-ALIGN: center

}




/*
=Navigation
*/


#hbuttons  {
	padding-left: 4px;
	padding-right: -4px;
	margin-left: -10px;
	margin-right: 5px;
	width:966px;
	height:42;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	background-image:url(/img/button-bg.gif);
	background-repeat:repeat-x;
	padding-right: -9px;
}

.hbuttons {
	
	width:970px;
}


.hbuttons a{
	padding-left: 13px;
	padding-right: 13px;
	display: block;
	text-decoration: none;
	font: bold 12px Arial;
	color: #ffffff;
	height: 23px;
	float: left;
	margin-left: 8px;
	display: inline;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align:center;
}

.hbuttons a:hover{
	padding-top: 5px;
	background-image:url(/img/tabsquareover.gif);
	background-repeat:repeat-x;
	height: 30px;
	color:#FFFFFF;
	text-decoration:underline;
}

/***  IE HACK FOR BUTTONS TO SOHW UP CORRECTLY  ***/
html>body .hbuttons a:hover{
	height: 23px;
}
html>body #hbuttons {
	padding-left: 4px;
	padding-right: -4px;
	margin-left: -3px;
	margin-top: -3px;
	height: 42px;
}
