/* general stuff */
body { 
	background: #000000;
	font-family:Verdana, "Trebuchet MS", serif;
	font-size:12px;
	color:#FFFFFF;
}

a:link {
	color:#1E90FF;
	text-decoration:none;
}

a:visited {
	color: #4169E1;
}

a:hover {
	color: #FFFFFF;
}

/* title header stuff */
.toptable {
	width:100%;
	margin-bottom:5px;
	border-collapse:collapse;
}

.title {
	font-size:40px;
	font-weight:bold;
	color: #1E90FF;
}

.subtitle {
	font-size:12px;
	color: #CCCCCC;
	margin-bottom:5px;
}

.login_box {
	font-size:10px;
	color: #CCCCCC;
	text-align:right;
}

.login_form {
	background-color: #000000;
	border-width:1px;
	border-style:solid;
	border-color: #666666;
	color: #1E90FF;
	font-family:Verdana, "Trebuchet MS", serif;
	font-size:10px;
}

.signup_link {
	font-weight:bold;
}

/* form stuff, included in header */
input, select, textarea {
	background-color: #000000;
	border-width:1px;
	border-style:solid;
	border-color: #666666;
	color: #FFFFFF;
	font-family:Verdana, "Trebuchet MS", serif;
	font-size:10px;
}

/* menu stuff */

.menu_table {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	margin-bottom:10px;
}

.menu_table td {
	width:12.5%;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
}

.menu_table2 {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}

.menu_table2 td {
	width:25%;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
}

ul.menu {
	list-style-type:none;
	position:relative;
	height:33px;
	font-size:12px;
	background:url(bg.png) repeat-x top left;
	background-color:#4169E1;
	font-family:Verdana, "Trebuchet MS", serif;
	border:0;
	margin:0;
	padding:0;
	width:100%;
}

ul.menu li {
	border:0;
	margin:0;
	padding:0;
}

ul.menu li a {
	display:block;
	color:#1E90FF;
	text-decoration:none;
	height:24px;
	padding-top:9px;
	font-weight:bold;
}

ul.menu li a:hover {
	color:#fff;
	background:url(bg.png) repeat-x top left;
	text-decoration:none;
	background-color:#FFFFFF;
}

.current {
	color:#fff !important;
	font-weight:bold;
	background:url(bg.png) repeat-x top left;
	text-decoration:none;
	background-color:#FFFFFF;
}

.current a {
	color:#fff !important;
	font-weight:bold;
}

/* status table */
.status_table {
	width:100%;
	border:0;
	padding:0;
	margin:0;
	margin-bottom: 10px;
	border-collapse:collapse;
}

.status_left {
	width:70%;
	border:0;
	padding:0;
	margin:0;
	vertical-align: top;
}

.picks_table {
	width:100%;
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

.stat_title {
	text-align:center;
	font-weight:bold;
	font-size:22px;
}

.stat_subtitle {
	text-align:right;
	font-weight:bold;
	font-size:14px;
	border-bottom: 1px solid #1E90FF;
	padding-top: 15px;
}

.stat_subtitle2 {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	border-bottom: 1px solid #1E90FF;
	padding-top: 15px;
}

.pick {
	width:30%;
	height:30px;
	font-size: 25px;
	text-align:right;
}

.names {
	width:30%;
	text-align:left;
	font-size:10px;
}

.names div {
	display:none;
}

.stats {
	font-size: 25px;
	width:20%;
	text-align:center;
}

.lastrow {
	padding-bottom:15px;
	text-align:right;
	font-weight:bold;
}

.status_right {
	width:15%;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	vertical-align: top;
}

.points_box {
	background-color: #333333;
	height: 75px;
	margin: 15px 7px 15px 7px;
	padding: 8px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.points_title {
	color:#1E90FF;
	font-size: 12px;
	text-align: center;
}

.points {
	color:#FFFFFF;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

/* footer stuff */
.footer {
	border-top: 1px solid #1E90FF;
	width:100%;
	border-collapse:collapse;
}

.tag {
	text-align:center;
	font-size:10px;
	color: #666666;
}

/* results classes */
.results_table {
	width:100%;
	border:0;
	padding:0;
	margin:0;
	margin-bottom: 10px;
	border-collapse:collapse;
}

.results_title {
	text-align:center;
	font-weight:bold;
	font-size:22px;
}

.results_subtitle {
	text-align:right;
	font-weight:bold;
	font-size:14px;
	border-bottom: 1px solid #1E90FF;
	padding-top: 15px;
}

.result {
	width:20%;
	height:30px;
	font-size: 25px;
	text-align:right;
}

.names2 {
	width:20%;
	text-align:left;
	font-size:10px;
}

.names2 div {
	display:none;
}

.points2 {
	font-size: 25px;
	width:10%;
	text-align:center;
}

.total_points {
	width:10%;
	text-align:center;
	font-weight:bold;
	font-size:25px;
}

.result2 {
	width:6%;
	height:30px;
	font-size: 25px;
	text-align:right;
}

.names3 {
	width:12%;
	text-align:left;
	font-size:10px;
}

.names3 div {
	display:none;
}

.points3 {
	font-size: 25px;
	width:6%;
	text-align:center;
}

.total_points2 {
	width:6%;
	text-align:center;
	font-weight:bold;
	font-size:25px;
}


/* normal page classes */
.pagetitle {
	font-size:24px;
	font-weight:bold;
	margin-top: 5px;
}

.contact_form {
	margin-left:10px;
}

.contact_input {
	font-weight: bold;
	font-size: 14px;
	color: #1E90FF;
}

.newstitle {
	font-size:20px;
	border-bottom: 1px solid #1E90FF;
	margin-bottom: 5px;
	padding-bottom: 0px;
	position:relative;
	width:100%;
}

.stamp {
	font-size:10px;
	color: #666666;
	margin-top:5px;
	margin-bottom:10px;
}

.hall_table {
	width:100%;
	border:0;
	padding:0;
	margin:0;
	margin-bottom: 10px;
	border-collapse:collapse;
}

.hall_title {
	text-align:left;
	font-weight:bold;
	font-size:20px;
	border-bottom: 1px solid #1E90FF;
	padding-top: 40px;
}

.hall_subtable {
	width:100%;
	border:0;
	padding:3;
	margin:0;
	font-size:14px;
	border-collapse:collapse;
}

.hall_subtable td {
	text-align:center;
}

.standings_table {
	width:100%;
	border:0;
	padding:5;
	margin:0;
	margin-bottom: 10px;
}

.standings_title {
	text-align:center;
	font-weight:bold;
	font-size:20px;
	border-bottom: 1px solid #1E90FF;
}