﻿/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #FFFFFF;
	background-color: #141414;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

div.centerInParent {
	margin-left: auto;
	margin-right: auto;
}

/* HEADER */
div#headerwrap {
	background: url(images/header_bg.png) repeat-x top;
	position: relative;
}
div#header {
	background: url(images/header.png);
	width: 308px;
	height: 126px;
	padding-left: 658px;
	padding-top: 56px;
}

div#search {
	background: url(images/icons/find_32.png) center left no-repeat;	
	width: 272px;
	padding-top: 24px;
	padding-bottom: 24px;
}
div#search .textbox {
	margin-left: 34px;
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 150px;
	height: 16px;
}
div#search .button {
	background: url(images/button_black.png);
	width: 75px;
	height: 21px;
	padding-bottom: 3px;
	border: none;
	color: #FFFFFF;
}


/* SLIDER */
div#sliderwrap {
	background-color: #141414;
	position: relative;
}
div#slider {
	background-color: #141414;
	height: 170px;
	width: 950px;
	text-align: center;
	padding-top: 10px;
}

/* MAIN NAVIGATION */
div#mainnavigationwrap {
	background: url(images/mainnav_bg.png) repeat-x top;
	position: relative;
}
div#mainnavigation {
	height: 74px;
	width: 966px;
}
div#mainnavigation a {
	height: 74px;
	float: left;
	display: block;
}
div#mainnavigation a:hover {
	background-position: bottom;
}
a#nav_1 {
	background: url(images/nav_1.png) no-repeat top;
	width: 130px;
}
a#nav_2 {
	background: url(images/nav_2.png) no-repeat top;
	width: 147px;
}
a#nav_3 {
	background: url(images/nav_3.png) no-repeat top;
	width: 166px;
}
a#nav_4 {
	background: url(images/nav_4.png) no-repeat top;
	width: 164px;
}
a#nav_5 {
	background: url(images/nav_5.png) no-repeat top;
	width: 131px;
}
a#nav_6 {
	background: url(images/nav_6.png) no-repeat top;
	width: 125px;
}
div#nav_begin {
	background: url(images/nav_begin.png) no-repeat top;
	width: 51px;
	height: 74px;
	float: left;
	display: block;
}
div#nav_end {
	background: url(images/nav_end.png) no-repeat top;
	width: 52px;
	height: 74px;
	float: left;
	display: block;
}

/* CONTENT */
div#contentwrap {
	background-color: #212121;
	position: relative;
}
div#contentNoNav {
	font-size: 100%;
	width: 966px;
}
div#contentWithLeftNav {
	font-size: 100%;
	width: 966px;
	background: url(images/leftnav.png) left repeat-y;
}
div#contentRightSidebar {
	font-size: 100%;
	width: 966px;
	background: url(images/rightsidebar.png) repeat-y right;
	/*background-position: 660px 0px;*/	
	background-color: #212121;
}

div#leftnav {
	width: 120px;
	float: left;
	margin-top: 3.5em;
	text-align: right;
	font-size: 125%;	
}
div#leftnav ul {
	list-style: none;
	margin-left: 0;
}
div#leftnav a {
	text-decoration: none;
}
div#text {
	width: 800px;
	float: right;
	margin-left: 1em;
	text-align: left;
	padding-bottom: 1em;
}
div#textWide {
	text-align: left;
	padding-bottom: 1em;
}

/* FOOTER */
div#footerwrap {
	background-color: #141414;
	/*height: 132px;*/
	height: 280px;	
	position: relative;
}
div#footer {
	width: 966px;
}
div#footer a {
	text-decoration: none;
}
div#footersponsors {
	width: 966px;
	font-size: 120%;
	/*position: absolute;
	bottom: 0;*/
	margin-bottom: 1em;
	margin-top: 1em;
}
div#footerbottom {
	width: 966px;
	font-size: 120%;
	/*position: absolute;
	bottom: 0;*/
	margin-bottom: 1em;
	margin-top: 1em;
}

/* SIDEBAR */
h1.sidebar {
	padding-bottom: 0.1em;
}
hr.sidebar {
	padding-bottom: 0.1em;
	border: none;
}

/* GENERAL */
h1 {
	color: #EB8E2D;
	font-size: 200%;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h2 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
	color: #EB8E2D;
}

p {
	margin-bottom: 1em;	
	text-align: left;
}
div.fframe {
	background-color: #6F6045;
	margin-bottom: 1em;	
	text-align: left;
	padding: 1em;		
}
div#s3slider a {
	color: #000;
	text-decoration: underline;
	border: none;
}
a {
	color: #FFFFFF;	
	text-decoration: underline;
	border: none;
}	
a:link {

}
a:visited {
	
}
a:hover {
	color: #EB8E2D;
	font-size: 100%;
}
a:active {
	
}
.textbox {
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	height: 16px;
	width: 100%;
}
.textarea {
	background: url(images/input.png) repeat-x top #FFFFFF;
	width: 100%;
	border: 1px solid #B5B5B5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.button 
{	
	background: url(images/button.png);
	width: 75px;
	height: 21px;
	padding-bottom: 3px;
	border: none;
	color: #000000;
}
table {
	margin-bottom: 1em;	
	text-align: left;
	border-collapse: collapse;
}
.rowA {
	background-color: #6F6045;
	padding: 0.3em;
}
.rowB {
	background-color: #212121;	
	padding: 0.3em;
}
ul {		
	margin-left: 2em;
	margin-bottom: 1em;
}
ol {		
	margin-left: 2em;
	margin-bottom: 1em;
}

/* REPLIES */
div.reply {
	background-color: #2F2F2F;
	border: #6F6045 dotted 1px;
	margin-bottom: 1em; 
	margin-top: 1em; 
	padding: 0.5em;
}
div.replyNameAuth {
	color: #FFDE91;
	font-weight: bold;	
}
div.replyNameNoAuth {
	color: #FFFFFF;
	font-weight: bold;	
}	
div.replyDate {
	color: Gray; 
	margin-bottom: 1em;
}

/* REPORTS */
div.reportTitle {
	float: left;
	margin-top: 0.5em;
}
div.scoreOut {
	float: right;
	background:url(images/score_right.png);
	width: 179px; 
	height: 28px; 
	margin-left: 2px;
}
div.scoreOut .innerName {
	float: left; 
	font-size: 120%;
	padding-top: 6px;
	padding-left: 5px;
}
div.scoreOut .innerScore {
	float: right;
	font-size: 170%;
	padding-right: 7px;
    padding-top: 1px;
}
div.scoreHome {
	float: right;
	background:url(images/score_left.png); 
	width: 179px; 
	height: 28px;
}
div.scoreHome .innerName{
	float: right; 
	font-size: 120%;
	padding-top: 6px;
	padding-right: 5px;
}
div.scoreHome .innerScore{
	float: left; 	 
	font-size: 170%;
	padding-left: 7px; 
	padding-top: 1px;
}
.matchWon {
	color: #92EC00;	
}
.matchLost {
	color: #FF1800;	
}	
.matchDraw {
	color: #FF8500;		
}		
div.reportFooter {
	background-color: #2F2F2F; 
	height: 30px; 
	margin-top: 0.5em; 
	margin-bottom: 2em;
}
div.reportFooter img{
	vertical-align: middle;
	margin-top: 0.2em;
	margin-right: 0.5em;
	margin-left: 3em;
}

/* CALENDAR */
div#calendar 
{
	padding-bottom: 1em;	
}

	
/* FORMVIEW */
.AspNet-FormView {
	width: 100%;
	color: #FFFFFF;
}
.AspNet-FormView-Data .button {
	background: url(images/button.png);
	width: 75px;
	height: 21px;
	padding-bottom: 3px;
	border: none;
	margin-right: 0.5em;
}
.AspNet-FormView-Data fieldset {
	padding: 0.2em 0 0.2em 0;
	border: none;
}
.AspNet-FormView-Data label {
	width: 140px;
	float: left;
	text-align: left;
	padding-right: 5px;
	font-weight: bold;
}
.AspNet-FormView-Data input {
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 100%;
	height: 18px;
}	
.AspNet-FormView-Data textarea {
	background: url(images/input.png) repeat-x top #FFFFFF;
	width: 100%;
	border: 1px solid #B5B5B5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

/* GRIDVIEW */
.AspNet-GridView 
{	
	width: 100%;
	color: #FFFFFF;

}
.AspNet-GridView table 
{
	width: 100%;	
}
.AspNet-GridView tr {
	background-color: #141515;
}
.AspNet-GridView tr.AspNet-GridView-Alternate {
	background-color: #454545;
}
.AspNet-GridView th  
{
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: left;	
}
.AspNet-GridView td 
{
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: left;
}
.AspNet-GridView a 
{
	color: #FFFFFF;	
}
.AspNet-GridView-Pagination 
{
	text-align: center;
	font-size: 120%;
}	

/* LOGIN */
.AspNet-Login {
	/*width: 400px;*/
	color: #FFFFFF;
	text-align: left;
}
.AspNet-Login em {
	font-style: normal;
	/*font-weight: bold;*/
}	
.AspNet-Login-TitlePanel {
	font-weight: bold;
}
.AspNet-Login-UserPanel {
	padding: 0.2em 0 0.2em 0;
}
.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label {
	width: 120px;
	float: left;
	text-align: left;
	padding-right: 5px;
	font-weight: bold;
}
.AspNet-Login-PasswordPanel {
	padding: 0.2em 0 0.2em 0;
}
.AspNet-Login-UserPanel input {
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
}
.AspNet-Login-PasswordPanel input {
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
}
.AspNet-Login-SubmitPanel input {
	background: url(images/button.png);
	width: 75px;
	height: 21px;
	padding-bottom: 3px;
	border: none;
	margin-top: 0.2em;
	margin-left: 200px;
}

/* CreateUserWizard */    
.AspNet-CreateUserWizard {
	width: 400px;
	color: #FFFFFF;
}
.AspNet-CreateUserWizard em {
	font-style: normal;
	/*font-weight: bold;*/
}
.AspNet-CreateUserWizard-StepTitlePanel {
	font-weight: bold;
	margin-bottom: 0.4em;
}
.AspNet-CreateUserWizard-UserPanel input {
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
	margin-bottom: 0.4em;
}
.AspNet-CreateUserWizard-PasswordPanel input {
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
	margin-bottom: 0.4em;
}	
.AspNet-CreateUserWizard-ConfirmPasswordPanel input {
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
	margin-bottom: 0.4em;
}
.AspNet-CreateUserWizard-EmailPanel input {
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
	margin-bottom: 0.4em;
}
.AspNet-CreateUserWizard-CreateUserButtonPanel input {
	background: url(images/button.png);
	width: 75px;
	height: 21px;
	padding-bottom: 3px;
	border: none;
}      
.AspNet-CreateUserWizard-SuccessTextPanel {
	margin-bottom: 0.4em;
}

.AspNet-CreateUserWizard-ContinuePanel input {
	background: url(images/button.png);
	width: 75px;
	height: 21px;
	padding-bottom: 3px;
	border: none;
}
.AspNet-ChangePassword em 
{
	font-style: normal;	
}

.AspNet-ChangePassword-ContinuePanel input {
	background: url(images/button.png);
	width: 75px;
	height: 21px;
	padding-bottom: 3px;
	border: none;
}

/* ChangePassword */
.AspNet-ChangePassword-UserPanel input
{
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
	margin-bottom: 0.4em;		
}

.AspNet-ChangePassword-PasswordPanel input 
{
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
	margin-bottom: 0.4em;
}

.AspNet-ChangePassword-NewPasswordPanel input  
{
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
	margin-bottom: 0.4em;
}

.AspNet-ChangePassword-ConfirmNewPasswordPanel input 
{
	background: url(images/input.png) repeat-x top #FFFFFF;
	border: 1px solid #B5B5B5;
	width: 147px;
	height: 18px;
	margin-bottom: 0.4em;	
}

.AspNet-ChangePassword-SubmitPanel input 
{
	background: url(images/button.png);
	width: 75px;
	height: 21px;
	padding-bottom: 3px;
	border: none;		
}

/* LoginStatus */
.AspNet-LoginStatus 
{
	vertical-align: top;
}

/* DataList */
.AspNet-DataList table 
{
	width: 100%;
	margin-bottom: 0;	
}

