@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #66FFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
h1{
	font-size:18px;
	padding-top:0px;
	line-height:1.4;
	margin-top:0px;
}
.small_text{
	font-size:11px;
}

.gray {
	color:#999999;
}

#email_signup {
	width:250px;
	height:23px;
	border:2px #CCCCCC solid;
	font-size:16px;
	color:#666666;
	padding:8px;
	margin:10px;
}

.friendsignup{
	width:200px;
	height:18px;
	border:1px #CCCCCC solid;
	font-size:14px;
	color:#666666;
	padding:6px;
	margin:4px;
}

#main {
	position:absolute;
	background-color:#FFFFFF;
	border:0px;
	top:100px;
	left:50%;
	margin-left:-350px;
	width:700px;
	height:auto;
}


#feedback{
	float:left;
	margin:10px;
	padding:10px;
	width:350px;
	height:40px;
}
.menu_button{
	float:left;
	height:30px;
	width:80px;
	border:1px solid #000000;
	margin:10px;
	margin-top:20px;
	text-align:center;
	padding-top:10px;
}

.menu_button:hover{
	background-color:#CCCCCC;
	float:left;
	height:30px;
	width:80px;
	border:1px dashed #000000;
	margin:10px;
	margin-top:20px;
	text-align:center;
	padding-top:10px;
	cursor:pointer;
	font-weight:bold;
}

#maincontent{
	width:670px;
	float:left;
	height:auto;
	padding:15px;
}

#news {
	width:680px;
	float:left;
	font-size:11px;
	background-color:#11FFFF;
	padding:10px;
	border-top: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	text-align:center;
}

#disclaimer{
	float:left;
	width:680px;
	height:10px;
	padding:10px;
	text-align:center;
	font-size:10px;
}

#logo{
	position:absolute;
	width:auto;
	height:auto;
	left:50%;
	margin-left:-350px;
	top:56px;
	z-index:101;
}

#login_button{
	text-align:center;
	padding:10px;
	width:80px;
	height:20px;
	border:1px #000000 solid;
	background-color:#CCCCCC;
	color:#FF00FF;
	float:left;
}
#login_button:hover{
	text-align:center;
	padding:10px;
	width:80px;
	height:20px;
	font-weight:bold;
	border:2px #000000 solid;
	background-color:#FF00FF;
	color:#000000;
	float:left;
	cursor:pointer;
}
#signup_friends_button{
	text-align:center;
	padding:10px;
	width:110px;
	height:15px;
	border:1px #000000 solid;
	background-color:#CCCCCC;
	color:#FF00FF;
	float:left;
}
#signup_friends_button:hover{
	text-align:center;
	padding:10px;
	width:110px;
	height:15px;
	font-weight:bold;
	border:2px #000000 solid;
	background-color:#FF00FF;
	color:#000000;
	float:left;
	cursor:pointer;
}
.message_box{
	width:auto;
	height:auto;
	background-color:#FF00FF;
	padding:4px;
	border:1px #000000 solid;
	margin-bottom:10px;
	display:none;
}
.message_box_visible{
	width:auto;
	height:auto;
	background-color:#FF00FF;
	padding:4px;
	border:1px #000000 solid;
	margin-bottom:10px;
	display:block;
}
#remove_me_button{
	text-align:center;
	padding:10px;
	width:100px;
	height:15px;
	border:1px #000000 solid;
	background-color:#CCCCCC;
	color:#FF00FF;
	float:right;
}
#remove_me_button:hover{
	text-align:center;
	padding:10px;
	width:100px;
	height:15px;
	font-weight:bold;
	border:2px #000000 solid;
	background-color:#FF00FF;
	color:#000000;
	float:right;
	cursor:pointer;
}
