
/*****************************************************************
 *  TAGS
 *****************************************************************/
 
body, td, tr, table, textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px ;
	color: #333;
}

h1	{font-size:16px;padding-top:45px;margin-bottom:15px;margin-top:0px}
h2	{font-size:14px;margin-bottom:8px;}
h3	{font-size:12px;margin-bottom:6px;}
h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; font-weight:bold;color: #333;}

a:link    {color:#b01c12;text-decoration:none;background-color:transparent}
a:visited {color:#b01c12;text-decoration:none;background-color:transparent}
a:active  {color:#b01c12;text-decoration:none;background-color:transparent}
a:hover   {color:#b01c12;text-decoration:underline;background-color:transparent}
a:focus   {color:#b01c12;text-decoration:underline;background-color:transparent; outline: none;}

pre { font:12px "Courier New",monospace;}

abbr {border: none;}

/*****************************************************************
 *  Addidtional Colors and Sizes
 *****************************************************************/

.light {color: #e6e6e6;}
.gray {color: #dbdbdb;}
.dark {color: #333;}
.highlighted {color: #b01c12; background-color: transparent;}
.clear {display: block; clear: both;}
.small {font-size: 11px;}


.error{color:#c30;background-color:transparent;}
.success{color: #390; background-color: transparent;}

.wide {line-height: 150%;}

.spacer {
	display:block;
	width:100%;
	height:15px;
	clear:both;
}

/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 0 20px 45px; }	
a.pdf { background: url(../images/files/file_pdf.png) no-repeat top left;}
a.jpg { background: url(../images/files/file_jpg.png) no-repeat top left;}
a.png { background: url(../images/files/file_png.png) no-repeat top left;}
a.eps { background: url(../images/files/file_divimg.png) no-repeat top left;}
a.ai  { background: url(../images/files/file_divimg.png) no-repeat top left;}
a.psd { background: url(../images/files/file_divimg.png) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.png) no-repeat top left;}
a.gif { background: url(../images/files/file_gif.png) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.png) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.png) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.png) no-repeat top left;}
a.div { background: url(../images/files/file_div.png) no-repeat top left;}
a.divimg { background: url(../images/files/file_divimg.png) no-repeat top left;}

a.more_link { 
	background: url(../images/arrow.png) no-repeat right 4px;
	padding: 0 9px 0 0;
	text-decoration: none;
	color: #b01c12;	
}
a.more_link:hover{
	text-decoration: underline;
}

a.button {
	color: #333;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #e6e6e6;	
}
a.button:visited {
	color: #333;
	background-color: #e6e6e6;
}
a.button:hover{
	background-color: #dbdbdb;
}

/*******************************************************************************
 * aligning
 ******************************************************************************/

/*******************************************************************************
 * aligning
 ******************************************************************************/
.center {
	text-align: center;
}

.line { 
	clear : both; 
	width: 100%;
	padding: 0 0 30px 0;
	float: left;
}
.left {
	padding: 5px 0;
	float: left;
}
.right {
	padding: 5px 0;
	float: right;
}

.bg_col_11, .bg_col_21, .bg_col_12, .bg_col_13, .bg_col_31, .bg_col_111, .bg_col_112, .bg_col_121, .bg_col_211, .bg_col_1111 {
	clear: both;
}
/*** insert backgrounds here ***/
.bg_col_11 {}
.bg_col_21 {}
.bg_col_12 {}
.bg_col_13 {}
.bg_col_31 {}
.bg_col_111 {}
.bg_col_112 {}
.bg_col_121 {}
.bg_col_211 {}
.bg_col_1111 {}

.col_12, .col_13, .col_23, .col_14, .col_34 {
	float: left;
	margin: 0 10px;
}

.col_12	{ width: 280px; }
.col_13 { width: 180px; }
.col_14 { width: 130px; }
.col_23 { width: 380px; }
.col_34 { width: 430px; }
.first 	{ margin-left: 0; }
.last	{ margin-right: 0; }



/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #dbdbdb;
	background-color: #e6e6e6;
	padding: 5px 10px;
	margin: 10px 0;
}
div.feature_box h2 {
	margin: 0 0 5px 0;
}
div.feature_box p {
	margin: 0;
}

/*******************************************************************************
 * message boxes
 ******************************************************************************/

div.message{
	padding: 10px;
	border: 1px solid #ee0;
	background-color: #fe9;
	margin-bottom: 10px;
}
div.error{
	border-color: #c30;
	background-color: #ea9;
	color: black;
}
div.ok{
	border-color: #390;
	background-color: #aeb;
}
div.message h1{
	font-size: 8pt;
}
div.message ul{
	margin: 0;
}

/*******************************************************************************
 * articles
 ******************************************************************************/

div.news_article {
	clear: both;
	padding-bottom: 10px;
}

h2.news span{
	float: right;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

img.news_thumb{
	float: left;
	margin: 0 10px 10px 0;
} 

a.article_link {
	display: block;	
	font-size: 11px;
	color: #333;
	background-color: #e6e6e6;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
a.article_link:hover{
	background-color: #dbdbdb;
	color: #FFF;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #b01c12;
}
a.article_link .article_intro {
	display: block;
	padding: 5px;
}

/*******************************************************************************
 * content tables
 ******************************************************************************/
table {
	clear: both;
	border: 0;
}
td {
	border: 0;
}

td.date {
	color: #333;
	font-size: 11px;
}

table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 0;
	border-collapse: collapse;
}
table.content_table thead th{
	background-color: #b01c12;
	color: #FFF;
	padding: 2px;
	margin: 0;
	text-align: center;
}
table.content_table tbody th {
	background-color: #e6e6e6;
	border: 0;
	border-bottom: 1px solid #dbdbdb;
	padding: 2px;
	margin: 0;
	
}
table.content_table td {
	padding: 2px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #dbdbdb;
}
table.content_table tr.alt{
	background-color: #e6e6e6;
}

table.content_table td.td_ok{
	color: #FFF;
	background-color: #390;
	padding: 2px 4px;
}
table.content_table td.td_error{
	color: #FFF;
	background-color: #c30;
	padding: 2px 4px;
}

/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	clear: both;
	margin: 8px 0;
}
dl dt {
	float: left;
	width: 150px;
}
dl dd {
	margin-left: 165px;
}

/*******************************************************************************
 * forms (login_form for member-login and edit_form for normal forms)
 ******************************************************************************/
form.login_form label{
	display: block;
	padding: 3px 0;
}
form.login_form input {
	margin-bottom: 5px;
}
 
form.edit_form fieldset{
	border: 1px solid #dbdbdb;
	background-color: #e6e6e6;
	padding: 5px;
	margin-bottom: 15px;
}
form.edit_form h1{
	margin-top: 10px;
	margin-bottom: 5px;
}

form.edit_form .required {
	font-weight: bold;
}

form.edit_form dl dt {
	padding: 5px 0;
}

form.edit_form dl dd.text_only{
	padding-top: 5px;
}

dl.checkbox {
	clear: none;
	margin: 0;
}
dl.checkbox dt {
}
dl.checkbox dd {
	margin-left: 25px;
	padding: 8px 0 10px;
}
/*
form.edit_form input:focus,
form.edit_form textarea:focus {	background-color: #ffffff; }
*/
input.error {
	color: #333;
	background: #ea9;
	border: 1px solid #c30;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/
 
div.page_browser a.page {
	color: #FFF;
	background-color: #b01c12;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #b01c12;
}
div.page_browser span.current_page {
	padding: 3px 6px;
	border: 1px solid black;
}
div.page_browser span.page_name {
	padding: 3px 6px;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 10px 0; 
	padding: 3px 0;
	border-bottom: 1px #dbdbdb solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span{
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #dbdbdb;
	border-bottom: #FFF;
	background: transparent;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #dbdbdb;
	border-bottom: none;
	background: #e6e6e6;
	text-decoration: none;
}

/*******************************************************************************
 * comments
 ******************************************************************************/

div.comments {
	background-color: #e6e6e6;
	border: 1px solid #dbdbdb;
	padding: 10px 5px;
}

div.comments h2{
	margin-top: 0;
}
.comment {
	background: url(../images/comment_arrow.gif) top left no-repeat;
}
.cm_meta {
	line-height: 150%;
}
.cm_message {
	padding: 5px 8px;
	margin: 0 5px 15px 165px;
	background-color: white;
	min-height: 35px;
}
.cm_sender {
	font-weight: bold;
	display: block;
}

/*******************************************************************************
 * gallery
 ******************************************************************************/

.foto {
	position: relative;
	float: left;
	background: #e6e6e6;
	border: 1px solid #dbdbdb;
	margin: 0 8px 8px 0;
	min-height: 140px;
}
.foto .viewed{
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #dbdbdb;
	border-bottom: 0;
	border-left: 0;
	background-color: white;
	padding: 0 2px;
}
.foto .download {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

/*******************************************************************************
 * U N I T E D   
 ******************************************************************************/

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

ul#sponsor li {
	list-style: none;
	margin: 0px 0 30px 0;
	text-align: center;
}

.td_right{
	text-align: right;
}
.td_center{
	text-align: center;
}

.td_left{
	text-align: left;
}

/*****************************************************************
 *  Addidtional Classes
 *****************************************************************/



.overview h2 {
	margin-top: 8px;
}


.slight {
	color: #666;
	font-size: 12px;
}

.emphasized {
	color: #b01c12;
	font-weight: bold;
}

.background {
	background-color: #e5e5e5;
}

.factsbox {
	padding: 5px;
}

.factsbox h3 {
	padding: 0;
	margin: 8px 0 0;
}

.factsbox span {
	display: block;
}

.detail {
	margin-bottom: 20px;
}

.detail span {
	display: block;
}

.detail p {
	margin-bottom: 5px !important;
	padding: 0;
}

.detail h2 {
	margin-bottom: 4px;
}

.gradient {
	margin: 0 -20px 20px;
	background: url(../images/bg_title.png) repeat-x top left;
	padding: 5px 0 0 22px;
	height: 40px;
	border-top: 1px solid #ccc;
}


/*****************************************************************
 *  Team Module Classes
 *****************************************************************/
 
.player {
	position: relative;
	top: 0;
	left: 0;
	width: 120px;
	height: 150px;
	float: left;
	margin: 0 25px 60px 0;
}

.panini {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 190px;
	border: 1px solid #e5e5e5;
}

.panini:hover {
	border: 1px solid #999;
}

.paninidetail {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 190px;
	border: 1px solid #e5e5e5;
}

.rolepicture {
	padding: 5px 0 0 5px;
}

.name {
	position: absolute;
	left: 6px;
	top: 156px;
	padding-left: 4px;
}

.number {
	position: absolute;
	top: 137px;
	left: 111px;
	text-align: right;
	min-width: 9px;
	font-weight: bold;
}

.number strong {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.position {
	position: absolute;
	top: 136px;
	left: 5px;
	text-align: left;
	min-width: 120px;
	background: url(../images/white_transparent.png) repeat;	
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.player h3 {
	font-weight: normal;
	line-height: 130%;
}

.position h4 {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.link:hover {
	text-decoration: none;
}

