/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */

body {
	position:relative;
	height:100%;
	background-color:#ffffff;
	background-image:url(images/background/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top center; 
	margin:0px;
	font-size:12px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	
	/*border:1px solid #999999;*/
}
/* ***************************************************************************** */
/* Top */
#top {
	position:relative;
	height:36px;
}
#name {
	position:relative;
	float:left;
	padding-top:10px;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;	
	color:#ffffff;
	font-size:18px;
}	
#search {
	position:relative;
	float:right;
	padding-top:5px;
}
form {
	padding:0px;
	margin:0px;
	}
input.top {
	background-color:#ffffff;
	color: #3f5c82;
	border: 1px solid #999999;
	height:16px;
	font-size:11px;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:960px;
	height:132px;
	margin-top:5px;
	text-align:left;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:26px;
	z-index:10;
}
/* ***************************************************************************** */
/* CONTENT TOP ROW */
#content {
	position:relative;
	padding:15px 0px;
}
#content h1 {
	text-transform:uppercase;
	}
#left_column ul li {
	list-style:circle;
	line-height:normal;
	margin-left:-22px;
}
#left_column {
	position:relative;
	float:left;
	width:740px;
}	
#right_column {
	position:relative;
	float:right;
	width:205px;	
}

#news {
	position:relative;
	width:205px;
}
#heading {
	height:18px;
	background-image:url(images/background/headingbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d0a60c;
	font-size:12px;
	color:#032a47;
	padding:1px 8px;
	letter-spacing:1px;
}
#news_content {
	position:relative;
	background-color:#f4f4f4; 
	border-right:1px solid #d2d2d1;
	border-left:1px solid #d2d2d1;
	border-bottom:1px solid #d2d2d1;
	padding:8px;
	line-height:normal;
	margin-bottom:10px;
}
#news_content .snippet_ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
}
#news_content .snippet_li {
	margin-top:3px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}
#news_content a:link,
#news_content a:visited,
#news_content a:hover {
	color:#c20a1c}

#ad {
	position:relative;
	margin:10px 0px;
	}

#poll {
	position:relative;
	font-size:11px;
	padding:4px;
	background-color:#f3faff;
	border:1px solid #e5f3fd;
	}
#poll a:link,
#poll a:visited,
#poll a:hover {
	color:#509cd6}
	#poll p{line-height:normal;margin:0px;}
/* ***************************************************************************** */
/* Search Module */

.search_highlight {
	background-color:#f2eb22;	
	padding:4px;
}

/* ***************************************************************************** */
/* Team Module */


/* TEAM HOME TABLE*/

table.team_table{
	position:relative;
	width:100%;
	border-spacing:0px;
}
.team_table tr th{
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#bb091f;
	text-transform:uppercase;
	background-color:#f1f1f1;
	border-top:1px solid #e7e6e6;
	border-bottom:1px solid #e7e6e6;
	padding:2px;
}
.team_table tr th.first{ border-left:1px solid #e7e6e6; text-align:left}
.team_table tr th.last{  border-right:1px solid #e7e6e6; }

.team_table tr td{
	padding:2px;
}
.team_table tr.alt{ background-color:#f7f7f7;}


/* TEAM LIST */

table.team_list{
	position:relative;
	width:100%;
	border-spacing:0px;
}
.team_list tr th{
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#bb091f;
	text-transform:uppercase;
	background-color:#f1f1f1;
	border-top:1px solid #e7e6e6;
	border-bottom:1px solid #e7e6e6;
	padding:2px;
	text-align:center;
}
.team_list tr th.first{ border-left:1px solid #e7e6e6; }
.team_list tr th.last{  border-right:1px solid #e7e6e6; }

.team_list tr td{
	padding:2px;
	color:#032a47;
	text-align:center;
}
.team_list tr.alt{ background-color:#f7f7f7;}

/* FORM TABLES */

table.form_table{
	position:relative;
}
.form_table tr{
	height:30px;
}
.form_table td label{
	font-size:12px;
	color:#032a47;
	white-space:nowrap;
}
.form_table td.form_left{
	text-align:right;
	padding-right:6px;
	width:100px;
	vertical-align:text-top;
}
.form_table td.form_right{
	text-align:left;
	vertical-align:top;
}

input.login{
	background-color:#032a47;
	border:1px solid #0269b5;
	font-size:12px;
	line-height:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:1px 4px;
}
input.submit{
	background-color:#f8d45a;
	border:1px solid #ebbd12;
	font-size:12px;
	line-height:14px;
	color:#022946;
	text-transform:uppercase;
	padding:1px 4px;
}

.form_table input.text,
.form_table select{
	border:1px solid #bcb9b9;
	background-color:#FFFFFF;
	font-size:12px;
}

.error{
	font-size:12px;
	color:#FF0000;
	padding:10px 0px;
}
.message{
	font-size:12px;
	color:#FF0000;
	padding-bottom:10px;
}

/* COACH NAV */

a.coach-button:link,
a.coach-button:visited{
	background-color:#032a47;
	border:2px solid #085a97;
	font-size:12px;
	color:#FFFFFF;
	padding: 1px 8px;
	text-decoration:none;
	text-transform:uppercase;
}
a.coach-button:hover{
	background-color:#509cd6;
	border:2px solid #0a7dd4;
	color:#FFFFFF;
	text-transform:uppercase;
}
a.coach-button-selected:link,
a.coach-button-selected:visited,
a.coach-button_selected:hover{
	background-color:#509cd6;
	border:2px solid #0a7dd4;
	font-size:12px;
	color:#FFFFFF;
	padding: 1px 8px;
	text-decoration:none;
	text-transform:uppercase;
}

.coachlogin{
	position:relative;
	text-align:right;
}

input.button{
	background-color:#5c5757;
	border:1px solid #d2d1d0;
	font-size:12px;
	line-height:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:1px 4px;
}

#list,
#options{
	position:relative;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* Registration forms */
input.reg {border:1px solid #aeb0b2;}
/* ***************************************************************************** */
/* TABS */

#tabs{
	position:relative;
	margin:5px 0px;
}
#tabs .tab-button:link,
#tabs .tab-button:visited{
	background-color:#032a47;
	border:2px solid #085a97;
	font-size:12px;
	color:#FFFFFF;
	padding: 1px 8px;
	text-decoration:none;
	text-transform:uppercase;
}
#tabs .tab-button:hover{
	background-color:#509cd6;
	border:2px solid #0a7dd4;
	color:#FFFFFF;
	text-transform:uppercase;
}

#tabs .tab-button-selected:link,
#tabs .tab-button-selected:visited,
#tabs .tab-button_selected:hover{
	background-color:#509cd6;
	border:2px solid #0a7dd4;
	font-size:12px;
	color:#FFFFFF;
	padding: 1px 8px;
	text-decoration:none;
	text-transform:uppercase;
}

#tab-container{
	position:relative;
	width:100%;
	margin-top:10px;
	font-size:12px;
}
#tab-container .tab-panel{
	position:relative;
	display:none;
	width:100%;
}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	border-top:1px solid #d2d2d1;
	padding:10px 0px;
	width:960px;
	margin:0 auto;
	margin-top:20px;
}
#plujo {
	float:right;
	font-size:11px;
	color:#797b7c;
	}
/* ***************************************************************************** */
/* MISCELLANEOUS*/
#clear_column {clear:both;}
h1 {font-weight:normal}
:focus {outline:none}
