/* ******************** */
/* GLOBAL configuration */
/* ******************** */

body {
	background-color:    White;
	margin-top:   0px;
	margin-left:   0px;
	margin-bottom:   0px;
	margin-right:   0px;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
	text-align: center;
/*
	scrollbar-arrow-color: red;
	scrollbar-base-color: red;
	scrollbar-darkshadow-color: #E2E2E2;
	scrollbar-face-color: #990033;
	scrollbar-highlight-color: #EFECD4;
	scrollbar-track-color: #E2E2E2;
*/	
}

.bodytext {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
}

A:link, A:visited {
	color:  black;
	text-decoration: underline;
}

A:hover {
	color:  red;
	text-decoration:  underline;
}

/* ******************** */
/* Header configuration */
/* ******************** */

/* Left header cell */
TD#header-left-cell {
	text-align:  center;
	width:  180px;
	padding: 5px;
}

/* Left header cell content */
DIV#header-left-content {
	text-align:  center;
	width:  180px;
}

/* Center header cell */
TD#header-center-cell {
	text-align:  center;
}

/* Right header cell */
TD#header-right-cell {
	text-align:  center;
	width:  180px;
	padding: 5px;
}

/* Right header cell content */
DIV#header-right-content {
	text-align:  center;
	width:  180px;
}

/* *********************************** */
/* Content configuration - Left Column */
/* *********************************** */

/* Left header cell */
TD#middle-left-cell {
	text-align:  center;
	width:  180px;
	padding: 5px;
	vertical-align: top;
}

/* Left header cell content */
DIV#middle-left-content {
	text-align:  left;
	width:  180px;
	color:   black;
	background:  #E2E2E2;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
	border:  1px solid red;
	padding: 2px;
}

/* ****************** */
/* Menu configuration */
/* ****************** */

DIV.vmenu1-level1-no A:link, DIV.vmenu1-level1-no A:visited{
	font-size:   14px;
	color:   black;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}

DIV.vmenu1-level1-no A:hover{
	color: red;
	text-decoration: underline;	
}

DIV.vmenu1-level2-no A:link, DIV.vmenu1-level2-no A:visited{
	font-size:   11px;
	color:   black;
	text-decoration: none;	
}

DIV.vmenu1-level2-no A:hover{
	text-decoration: underline;
	color: red;	
}

DIV.vmenu1-level2-act A:link, DIV.vmenu1-level2-act A:visited, DIV.vmenu1-level2-act A:active{
	font-size:   11px;
	border:  0px;
	text-decoration:  none;	
	color:  red;
}

/* ******************** */
/* Banner configuration */
/* ******************** */

div#middle-left-banner1{
	margin-top: 15px;
	text-align: center;
}

/* *********************************** */
/* Content configuration - MAIN Column */
/* *********************************** */

TD#middle-center-cell{
	position: relative;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
	padding: 5px;
	vertical-align: top;
}

div#middle-center-content {
	margin-top:   0px;
	padding-top:    0px;	
	background:   white;
	padding-bottom:   0px;
	color:   black;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
	text-align: left;
}

h1#page-title {
	color:   red;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   16px;
}

DIV.csc-header{
	position:relative;
}

DIV.csc-header H1{
	color:   black;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   14px;
	border-bottom:  solid 1px red;
	margin-bottom: 2px;	
}

DIV.csc-header-front-page {
	position:relative;
}

DIV.csc-header-front-page H1{
	color:   black;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   14px;
	border-bottom:  solid 1px red;
	margin-bottom: 2px;	
}

.menu-forms-labels {
	color:  black;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
}

.menu-forms-inputs {
	color:  black;
	border:  1px solid black;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
}

.content-forms-labels {
	color:  black;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
}

.content-forms-inputs {
	color:  black;
	border:  1px solid black;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
}

/* *********************************** */
/* Content configuration - Right Column */
/* *********************************** */

/* Left header cell */
TD#middle-right-cell {
	text-align:  center;
	width:  180px;
	padding: 5px;
	vertical-align: top;
}

/* Left header cell content */
DIV.middle-right-content {
	text-align:  left;
	width:  180px;
	color:   black;
	background:  #E2E2E2;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
	border:  1px solid red;
	padding: 2px;
}

/* ******************** */
/* FOOTER configuration */
/* ******************** */

div#main-footer {
	padding-top:    10px;	
	background:   white;
	padding-bottom:   10px;
	color:   red;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
	text-align: center;
	border-bottom:  1px solid red;
	border-top:  1px solid red;
}

/* ******************** */
/* LOGIN BOX configuration */
/* ******************** */

div.tx-newloginbox-pi1 h4, td{
	font-size:   14px;
	color:   black;
}

/* ******************** */
/* League Table Config  */
/* ******************** */

div.tx-webboleague-pi1 th{
	font-size:   11px;
	color:   black;
	font-weight:  bold;
	text-align: center;
	background:  #E2E2E2;
}

div.tx-webboleague-pi1 td{
	font-size:   11px;
	color:   black;
	text-align: center;
	background:  #E2E2E2;
}

div.tx-webboleague-pi1 select{
	font-size:   11px;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
}