@charset "utf-8";
/* CSS Document */

body {
	background: white;
}
body, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#Content {
	width: 1000px;
	margin: 0px auto 100px auto;
}
#Header {
	width: 1000px;
	height: 100px;
}
#Header #Logo {
	position:absolute;
	margin: 18px 0px 0px 9px;
}
#Header #Menu {
	position:absolute;
	margin: 76px 0px 0px 14px;
}
#Header #Menu A {
	margin: 0px 1px 0px 0px;
	display: block;
	float: left;
}
#Header #Menu span {
	display: block;
	width: 383px;
	float: left;
}
/* ------------------------ */

#LeftPane {
	margin: 13px 0px 10px 13px;
	width: 162px;
	float: left;
}
#LeftPane #Menu {
	height: 19px;
	color: white;
	font-size:16px;
	text-transform: uppercase;
	padding: 2px;
}
#LeftPane #ContentPane {
	padding: 12px 2px 2px 2px;
}
#LeftPane #ContentPane #UserMenu {
	margin-top: 15px;
}
#LeftPane #ContentPane #UserMenu A {
	display: block;
}
#MainPane {
	margin: 13px 0px 13px 13px;
	float: left;
	width: 790px;
}
#MainPane #ContentPane {
	padding:  12px 2px 2px 2px;
}
#MainPane #Menu {
	height: 17px;
	padding: 3px;
}
#MainPane #Menu A {
	color: white;
	font-size: 14px;
	text-decoration: none;
	padding: 0xp 3px 0px 3px;
	margin: 0px 4px 0px 8px;
}
#MainPane #Menu A:hover {
	text-decoration:underline;
}
.ClearFloat {
	clear:both;
}
#Hyves {
	float: right;
	margin: 3px 14px 10px 3px;
}
H1 {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
H2 {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
/* ----------- */

#SiteLocation A {
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
#SiteLocation A:hover {
	text-decoration:underline;
}
#PoolManager {
	margin: 13px 13px 10px 13px;
}
.ImageLink A {
	text-decoration: none;
	font-weight: bold;
}
.ImageLink A img {
	margin: 0px 5px -10px 5px;
}


/* --------------- */
#AdminMenu {
	position: absolute;
}
#AdminMenu A {
	display: block;
}
/* --------------- */
.bordertable table {
	width: 100%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.bordertable table td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 1px;
	text-align: left;
}

.bordertable .desc {
	background-color: #DDDDDD;
	font-weight: bold;
}
.bordertable .tdoption {
	width: 76px;
}


.bordertable .tdoption a {
 	display: block;
	width: 70px;
	text-align: center;
	margin: 1px;
	border: 1px solid #AAAAAA;
	padding: 1px;
	background-color: #f0f0f0;
}

