@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#homecontainer {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 60px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#poolcontainer {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;

}
#header {
	background: url(../images/logo.gif) no-repeat;
	height: 85px;
	padding: 0;
	text-align:right;
	font-size:12px;
	font-weight: bold;
}

#header a {
	color:#999999;
	padding: 0px 6px 0 6px;
	margin-top: 15px;
	text-decoration: none;
}
#header a:hover {
	color:#CCCCCC;
	padding: 0px 6px 0 6px;
	margin-top: 15px;
	text-decoration: none;
}
#header a.createpool {
	color:#FF0000;
	padding: 0px 6px 0 6px;
	margin-top: 15px;
	text-decoration: none;
}
#header a.createpool:hover {
	color:#D90000;
	padding: 0px 6px 0 6px;
	margin-top: 15px;
	text-decoration: none;
	}
#poolheader {
	background: url(../images/logo_sm17.gif) no-repeat;
	height: 58px;
	padding: 0;
	text-align:right;
	font-size:12px;
	font-weight: bold;
}

#poolheader a {
	color:#999999;
	padding: 0px 6px 0 6px;
	margin-top: 15px;
	text-decoration: none;
}
#poolheader a:hover {
	color:#CCCCCC;
	padding: 0px 6px 0 6px;
	margin-top: 15px;
	text-decoration: none;
}
#poolheader a.createpool {
	color:#FF0000;
	padding: 0px 6px 0 6px;
	margin-top: 15px;
	text-decoration: none;
}
#poolheader a.createpool:hover {
	color:#D90000;
	padding: 0px 6px 0 6px;
	margin-top: 15px;
	text-decoration: none;
	}
#poolheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 776px;
	height:341px;
	background:url(../images/box_main.jpg) no-repeat;
}
#homeContent {
	padding:130px 0 0 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 776px;
	height:215px;
	background:url(../images/box_main.jpg) no-repeat;
	color:#828282;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#homeContent ul li{
	list-style:disc;
	color: #FF0000;
}
#poolContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFFFFF;
	color:#828282;
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	border-top:2px solid #E4E4E4;
}
#poolContent a, #poolContent a:visited {
	color:#666666; 
	text-decoration:underline;
}
#poolContent a:hover {
	color:#999999; 
	text-decoration:none;
}
#poolContent table {
	color:#666666;
	font-size:10px;
	border:#E4E4E4 solid 1px;
	font-weight:normal;
}

#poolContent tr.d1 td {background:#FFFFFF; padding: 4px 3px 6px 10px; }
#poolContent tr.d2 td{background:#EEEEEE; padding: 4px 3px 6px 10px; }
#poolContent tr.title td{background:#666666;color:#FFFFFF; font-weight:bold; }

.cold {color:#0099CC; }
.hot {color:#FF0000; }

#boxes {
	padding:10px 0 0 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#box1 {
	width: 257px;
	height:120px;
	background:url(../images/box_login.jpg) no-repeat;
	float:left;
	padding: 50px 0 0 0;
	
}
#box2 {
	width: 257px;
	height:161px;
	background:url(../images/box_ezpool.jpg) no-repeat;
	float:right;	
}
#box3 {
	width: 262px;
	height:161px;
	background:url(../images/box_stats.jpg) no-repeat left;
	float:right;
}
#footer {
	padding:10px 0 0 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		clear:left;
		text-align:center;
}
#footer p {
	color:#CCCCCC;
	font-size:10px;
}
#footer a, a:visited {
	color:#666666;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#999999;
	font-size:11px;
	text-decoration:none;
}
#poolfooter {
	padding-top:5px;
	color:#CCCCCC;
	font-size:10px;
		clear:left;
		text-align:center;
}