/* General Rules 
------------------------------------------------------------
*/

a, p, h2, h3, h4, h5, h6, li, dd, dt, .subtext, body {
	font-family: verdana, Helvetica, Arial, sans-serif;	
}


body {
	font-size: smaller;
	font-family: verdana, helvetica, arial, sans-serif;
	margin : 0;
	padding: 0;	
	text-align: left;
	background: #788898 url('site_images/wz_07_body_bg.png') top center no-repeat;


	/* This is always here, but always commented out
	
	background-color: #80A8C0;	
	
	It was the original background colour of WipeoutZone.
	We keep it for posterity, and so that I always know where
	I can get the hex value, should I need it again. Cool, huh? 
	
	*/
	}


a { text-decoration: none; color: #036;}
a:link  {text-decoration : none; color : #036;}
a:visited  {text-decoration : none; color : #024;}
a:hover  {text-decoration : underline; color : #f00;}

#page_container {

	width: 764px;
	max-width: 1164px;
	margin: auto

}

/* Header stuff */

	
#header {
	height: 52px;
	margin: 0 auto;
	padding:0;
	background: url("site_images//header_bg.png") top left repeat-x;
}

#header #tlc {
	position: relative;
	top: 0;
	left: 0;
	float:left;

}


#header_nav {
	height: 22px;
	padding: 0;
	margin: 0;
	background: url("site_images//header_brc_bg.png") top right no-repeat;

}

#header_logo {
	margin-right: 0;

}

#header_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	display:block


}

#header_nav li {
	display: inline;
	float: left;
	text-transform:uppercase;
	margin-right: 10px;
}

#header_nav li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0 0 0 4px;
	color: #fff;
	font-size: smaller
		}
#header li a:hover {
	
	color: #39f;

}

#header_nav li a.current {
	
	color: #f93;

}


.subtext { font-size: 9px; padding: 0px 2px 0px 2px;}

.borders, .container, #record_sort {

	border-top: 1px solid #003;
	border-left: 1px solid #003;
	border-right: 1px solid #001;
	border-bottom: 1px solid #001;
}


.nicetable {
	 margin: 2px 1%;
	 width: 98%;
	

}

.nicetable td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;

}
.nicetable th{
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	background: #000;	
	color: #36f;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.nicetable th.sub_heading {
	
	font-size: 12px;
	text-align: left;
	padding: 3px 5px;
	background: #000;
	color: #FFCC00;

}

.nicetable tr.player {

	background: #fc0;

}

#record_table td, #record_table th {

	border: 0;
}


.nicetable tr.highlighted {

	background: #dfd;

}


.nicetable .hover {
	background: #D2D7DD;
	}
.nicetable .default {
	background: #fff;
	}

#record_sort, #record_select{
	background: #eee;

}

#record_sort select {
	
	width: 160px;	

}

input, select {
	font-size: 12px;
	padding: 1px;
	
}

label {
	line-height: 18px;

}
.form_button {
	background: #036;
	color: #fff;
	font-size: 11px;

}

.form_button_warning {
	background: #f30;
	color: #fff;
	font-size: 11px;

}

.niceform {

	margin: 0;
}




H3 {

	font-size: 12px;
	/* color: #00B6FF; 
		background:#efefef;*/
	text-transform:uppercase;
	color: #36f;
	margin:  4px 0 1px 0;
	padding: 5px 7px 5px 7px;
	background: url("site_images//page_heading_bg.png") top right no-repeat;


}

h4 {

	font-size: 12px;
	margin: 0 0 5px 0;	
	background-image: url('site_images//main_panel_heading.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #47f;
	padding: 5px 7px;

}

p + h4 {

	border-top: 1px solid #777;
	margin-top: 10px;
}

h5 {

	font-size: 12px;
	margin: 7px 5px 2px 7px;
	color: #036;
	line-height: 16px;
}

H6 {

	font-size: smaller;
	margin: 1px 7px 4px 7px;
	color: #80A8C0
	
}



	
td h6 {
	margin: 0 0 0 -2px;
	background-color: #80A8C0;
	color: #007;
	}


.subheading {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin-top: 0;
	margin-bottom: 4px;
	line-height: 20px;
}


.boxout {
		padding: 8px 5px 8px 5px;
		margin: 0 1px 0 1px;
		width: auto;
		border: 1px solid #000000;
		background-color: #f5f5f5;
		}



#top {
	width: auto;
	margin: auto;
	padding:0;
	text-align:center;
	/* background: url("site_images//wz_top_right.png") top right no-repeat; */

}
#top_bg {
	width: 100%;
	float:left;
	margin: 0;
	height:55px;
	background: url("site_images//wz_header_bg.png") top repeat-x;
	position:fixed;
	display: inline;
	
}


#container {
	width: 760px;
	margin: auto;
	padding: 0;
}

#top_of_page {
	text-align:right ;
	font-size: smaller;
	border: 1px solid #111;
	border-top: 0;
	background: #eee;
	padding: 2px

}

#footer {
	display:none;
	clear: both;
	margin: 5px auto 0 auto;
	background: #fff url("site_images//wz_footer_bg.png") top repeat-x;
	height: 55px;
	text-align:center


}



/* main Rules 
------------------------------------------------------------
*/


#main {
	margin: 0 0 5px auto;
	float: left;
	width: 100%;
	}


#content ul {
	list-style-type: square;
	margin: 5px auto;
}

#content {
	background:#fff;
	border: 1px solid #111;
	padding: 0;	
	padding-bottom: 5px;
	margin: 0;
	}
#content img {
	border: 1px solid #555;

}
#content p {
	margin: 5px 7px;
	}
#content .left_container {	

	margin-right: 290px;
}

#content .left_container h4 {
	background-image: url('site_images//main_panel_heading.png');
	background-position: left bottom;
	background-repeat: no-repeat;

}

#content .right_container {	
	float: right;
	width: 290px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}


#content .right_container img {
	
	border: 0;
	border-bottom: 1px solid #000;
}




.warning {
	color: #f00;
}
.hidden {
	color: #eee;
	}
	


dl { margin: 5px auto 15px auto; }

dt {
	font-weight: bold;
	margin: 5px 7px;
}

dd {
	margin: auto 7px 8px 7px;
}



#content #sub_nav ul {
	height: 24px;
	margin: 0;
	padding: 0;
	background: url('site_images//main_panel_heading.png') bottom right no-repeat;	
	list-style-type: none;

}

#content #sub_nav li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 4px 0;
	color: #fff;
	font-size: 80%
		}
#content #sub_nav li a:hover {
	
	color: #39f;

}

#content #sub_nav li a.current {
	
	color: #f93;

}

#sub_nav li {
	
	float: left;
	text-transform:uppercase;
	margin: 0 7px;
}


