html, body
{
	height: 100%;
	width: 720px;
	background: white;
	margin: 0;
	padding: 0;
}

body
{
	font-family: Geneva CE, Helvetica CE, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.hide { display: none; }
.clear { clear: both; }
.plain { font-weight: normal; }
.gray { color: #666; }
.red { color: black; }

.alert
{
	color: #cc0000;
	font-weight: bold;
}

.small 
{
	font-size: 11px;
	font-weight: normal;
}

.submit_btn
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
	height: 20px;
	background-color: #929292;
	border: 1px solid #666666;
	margin: 0;
}

.green_btn
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
	height: 20px;
	background-color: green;
	border: 1px solid #666666;
	margin: 0;
}

.red_btn
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
	height: 20px;
	background-color: #cc0000;
	border: 1px solid #666666;
	margin: 0;
}


h1,h2,h3
{
	padding-top: 0;
	margin-top: 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

/* ----------------------------------------------- */
div.uni_scroll
{
	display: none;
	background-color: #f8f8f8;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	height: 22px;
	margin: 5px 0 5px 0;
	padding: 4px 0 0 0;
}

div.uni_scroll div
{
	float: right;
	color: #333333;
	font-size: 10px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

div.uni_scroll div select
{
	color: #333333;
	font-size: 10px;
	vertical-align: baseline !important;
}

div.uni_scroll #arrows
{
	float: none;
	padding: 0;
	margin: 2px 0 0 5px !important;
	width: 500px;
	text-align: center;
	color: #990000;
	font-size: 10px;
}

div.uni_scroll #arrows a
{
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}

div.uni_scroll #arrows #prev,
div.uni_scroll #arrows #next
{
	margin: 0;
	width: 70px;
	padding: 0;
	height: 12px;
	color: #B3B3B3;
}

div.uni_scroll #arrows #prev { float: left; }

div.uni_scroll #arrows #next
{
	float: right;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 12px;
}

div.uni_scroll #arrows #prev img,
div.uni_scroll #arrows #next img
{
	margin: 0 8px 0 8px !important;
	vertical-align: middle;
}

/* ---------------------------------------- */
#main_container
{
	width: 720px;
	text-align: left;
	margin: 0;
	background-color: white;
}

/* ---------------------------------------- */
#top_logo
{	
	display: none;
	width: 212px;
	height: 81px;
	margin: 0;
	padding: 15px 30px;
}

#top_logo h2
{
	background: url("/images/th1/f1_logo.gif") no-repeat;
	width: 212px;
	height: 81px;
	margin: 0;
	padding: 0;
}


/* ---------------------------------------- */
#top_info
{
	display:none;
	font-size: 10px;
	margin: 40px 20px 0px 0px;
	padding: 0;
	float: right;
	text-align: right;
}

#top_info p { margin: 0 0 10px 0; }

/* ---------------------------------------- */
#toolbar
{
/*	border-top: 1px solid black;
	border-bottom: 1px solid black; */
	margin: 0;
	padding: 0;
}

#toolbar table
{
	margin: 0;
	padding: 0;
}

#toolbar td
{
	display: none;
	text-align: center;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

#toolbar td.active
{
	display: table-cell;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

/* ---------------------------------------- */
#toolbar_sub
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
}

#toolbar_sub ul
{
	margin: 0;
	padding: 2px 0px;
}

#toolbar_sub li
{
	visibility: hidden;
	display: none;
	font-size: 10px;
	font-weight: normal;
	list-style: none;
/*	display: inline; */
	padding: 0;
	width: 0;
}

#toolbar_sub li.active
{
	display: inline;
	visibility: visible;
	font-weight: bold; 
}

#toolbar_sub li.last { border-right: none; }

/* ---------------------------------------- */
#main_body
{
	padding: 20px 0;
}

/* ---------------------------------------- */
#news_list ul
{
	padding: 0;
	margin: 0;
}

#news_list li
{
	list-style: none;
	padding: 5px 0px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: bold;
}

#news_list .date
{
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding-left: 10px;
}

#news_list .cat
{
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	padding-left: 10px;
}

/* ---------------------------------------- */
#news_list_small
{
	display:none;

	width: 200px;
	float: right;
	margin: 0px 0px 15px 15px;
	border: 1px solid #ccc;
}

#news_list_small h2
{
	margin: 0;
	padding: 4px;
	background: #ccc;
	font-size: 12px;
}

#news_list_small ul
{
	padding: 4px;
	margin: 0;
}

#news_list_small li
{
	list-style: none;
	padding: 2px 0px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 10px;
}

#news_list_small li.last { border-bottom: none; }

/* ---------------------------------------- */
#news_article p
{
	margin: 0 0 10px 0;
}

#news_article h2
{
	margin: 0 0 10px 0;
}

#news_article h3 
{
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#news_article p.date
{
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 10px;
	color: #666;
}

#news_article table
{
/*	clear: both;  */
	width: 520px;
	display: table;
	margin: 5px 0;
}

#news_article th
{
	background: #dcdcdc;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	color: black;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#news_article td
{
	background: #eee;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* ---------------------------------------- */
#discussions_form td
{
	padding: 2px;
}

#discussions_form td.desc
{
	width: 100px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
}

#discussions_form input, #discussions_form textarea
{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border: 1px solid #999;
}

#discussions_form select
{
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

/* ---------------------------------------- */
#members_list img
{
	margin: 0 0 5px 0;
	border: 1px solid #333;
}

#members_list ul
{
	margin: 0;
	padding: 0;
}

#members_list li
{
	padding: 10px;
	margin: 5px;
	list-style: none;
	display: block;
	float: left;
	width: 150px;
	height: 130px;
	text-align: center;
}

#members_list li.online
{
	background: #f9eded;
}


#members_list .date
{
	color: #666;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}


/* ---------------------------------------- */

#comm_box
{
	display:none;

	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 10px 14px 8px 14px;
	color: #666666;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	margin: 14px 0 24px 0;
	clear: both;
}

#comm_box form
{
	padding: 0;
	margin: 0;
}

#comm_box div
{
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#comm_box p { margin: 0 0 8px 0; }
#comm_box .my_comm { font-size: 10px; }

#comm_box input
{
	height: 13px;
	width: 150px;
	font-weight: normal;
}

#comm_box textarea
{
	height: 14em;
	width: 90%;
}

#comm_box input,
#comm_box textarea
{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border: 1px solid #999;
}

#comm_box input#comm_sbm
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	width: 60px;
	padding: 1px 0 2px 0;
	height: 20px;
	background-color: #929292;
	border: 1px solid #666666;
	margin: 10px 0 0 0;
}

/* ---------------------------------------- */
a#comm_o
{
	color: #666666;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	margin: 0 0 0 30px;
}

a#comm_o:hover { text-decoration: underline; }

a#comm_reg
{
	color: #FF6600;
	margin: 0 0 0 18px;
}

a#comm_reg:hover { text-decoration: none; }

/* ---------------------------------------- */
#comm_page { padding: 0; }

#comm_page h3
{
	padding: 0;
	margin: 14px 0 12px 0;
}

#comm_page h3,
#comm_page h3 a
{
	color: #000000;
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

#comm_page h3 a:hover { text-decoration: underline; }

#comm_page p.intro
{
	font-size: 11px;
	padding: 4px;
	background: #EFEFEF;
	border: 1px solid #999;
}

#comm_page .date
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

/* ---------------------------------------- */
p.comm_colorE3ECFC { background-color: #EFEFEF; }
p.comm_color { background-color: #FFFFFF; }

p.comm
{
	padding: 2px 3px 4px 7px;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

p.comm span
{
	color: #333333;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

p.comm span.date
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

p.comm span.comm
{
	color: #333333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

p.comm span.red { color: #cc0000; }

/* ---------------------------------------- */
#login_form .label
{
	margin: 10px 0 2px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

#login_form .tx
{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
}


/* ---------------------------------------- */
#results_table table
{
	margin: 0 0 10px 0;
}

#results_table h3 
{
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#results_table th
{
	background: #dcdcdc;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	color: black;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#results_table td
{
	background: #eee;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.standings_normal
{
	width: 350px;
	float:left;
}

.standings_rookie
{
	margin: 0 0 0 20px;
	
	width: 350px;
}

/* ---------------------------------------- */
#payments_table table
{
	width: 700px;
}


#payments_table th
{
	background: #dcdcdc;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	color: black;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#payments_table td
{
	background: #eee;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#payments_table .invisible
{
	visibility: visible;
}


/* ---------------------------------------- */
#footer
{	
	border-top: 1px solid #999;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	padding: 0 0 10px 0;
	font-size: 10px;
}

#footer p
{
	margin: 3px;
}

/* ---------------------------------------- */
#poll_form,
#poll_form_home,
#poll_content,
#search_small,
#countdown
{
	display: none;
}