body{
	background-color:#010101;   
	font-family: Tahoma, Arial;
}

.table_page {
	width: 760px;
	text-align:center;
	background-color:#A4A4A4;
	border:2px solid #000000;
	border-top:none;
	border-left:1px solid #000000;
}


/*Forms*/

.table_form {
	width: 740px;
	background-color:#FFFFFF;
}

.form_heading{
	font-family:Arial, Tahoma;
	background-color:#404040; 
	font-size:10pt; 
	font-weight:bold; 
	font-style:italic; 
	padding-left:10px; 
	height:25px;
	color:#FFFFFF;
}

.cell_form_info{
	font-family: Tahoma, Arial;
	font-size:8pt; 
	font-style:italic; 
	text-align:center; 
	padding-left:5px; 
	padding-right:5px;
}

.cell_form_title {
	font-family: Arial, Tahoma;
	font-weight:bold;
	font-size:8pt;
	padding-left:10px;
	width:100px;
	padding-bottom:5px;
}

.cell_form_title_feature {
	font-family: Arial, Tahoma;
	font-weight:bold;
	font-size:10pt;
	font-style:italic;
	padding-left:10px;
	width:100px;
	padding-bottom:5px;
	color:#A4A4A4;
}

.cell_form_item {
	font-family: Tahoma, Arial;
	padding-left:10px;
	padding-bottom:5px;
	text-align:left;
	font-size:8pt;
}

.cell_form_title_light {
	font-family: Arial, Tahoma;
	font-weight:bold;
	font-size:8pt;
	padding-left:10px;
	width:100px;
	padding-bottom:5px;
	color:#FFFFFF;	
}

.cell_form_title_light_2 {
	font-family: Arial, Tahoma;
	font-weight:bold;
	font-size:8pt;
	padding-left:10px;
	width:100px;
	padding-bottom:5px;
	color:#A4A4A4;	
}

.cell_form_item_light {
	font-family: Tahoma, Arial;
	padding-left:10px;
	padding-bottom:5px;
	text-align:left;
	font-size:8pt;
	color:#FFFFFF;
}

.table_form_inner {
	background-color:#A4A4A4; 
}

.table_form_intro {
	width: 740px;
	background-color:#A4A4A4; /*9ABCE7 7BA8DF*/
}

/*Form Items*/

.textbox_standard {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	height:19px;
	background-color: #FFFFFF !important;
	font-weight:100;
	padding-left:2px;
	border:1px solid #A4A4A4;
}

.textbox_error {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	height:19px;
	background-color:#FFD7D7 !important;
	font-weight:100;	
}

.dropdown_standard {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	background-color:#FFFFFF !important;
	font-weight:100;	
	border:none;
	border:1px solid #A4A4A4;
}

.dropdown_error {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	background-color:#EE6464 !important;	
	font-weight:100;	
	border:1px solid #A4A4A4;		
}

.button_standard {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	border:0px;
	background-color:#A4A4A4;
	font-weight:bold;
	font-style:italic;	
	height:22px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:1px;
	color:#FFFFFF;
}

.button_standard_light {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	border:0px;
	padding-right:5px;
	padding-left:5px;
	height:22px;
	color:#A4A4A4;
	background-color:#000000;
	font-weight:bold;
	font-style:italic;	
	padding-bottom:1px;	
}

.button_standard_light_2 {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	border:0px;
	padding-right:5px;
	padding-left:5px;
	height:22px;
	color:#A4A4A4;
	background-color:#FFFFFF;
	font-weight:bold;
	font-style:italic;	
	padding-bottom:1px;	
}

.radio_standard {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-weight:100;	
}

.checkbox_standard {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-weight:100;	
}

.checkbox_standard_light {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-weight:100;	
	color:#FFFFFF;
}

.cellbox{
	font-family: Tahoma, Arial;
    font-size : 8pt;
	color:#000000;
	border:none;
	background-color:#A4A4A4;
	padding:0px;
	line-height:9pt;
}

.cellbox_2{
	font-family: Tahoma, Arial;
    font-size : 8pt;
	color:#000000;
	border:none;
	background-color:#FFFFFF;
	padding:0px;
	line-height:9pt;
}

.cellbox_light{
	font-family: Tahoma, Arial;
    font-size : 8pt;
	color:#A4A4A4;
	border:none;
	background-color:#FFFFFF;
	padding:0px;
	line-height:9pt;
}

.cellbox_highlight{
	font-family: Tahoma, Arial;
    font-size : 8pt;
	color:#000000;
	border:none;
	background-color:#C1FCBA;
	padding:0px;
	line-height:9pt;
}


/*Menu*/

.table_menu {
	font-family:Arial, Tahoma;
	width: 760px;
	height:23px;	
	background-color:#838383;
	text-align:center;
	border-left:1px solid #000000;
}

.table_submenu {
	font-family:Arial, Tahoma;
	width: 740px;
	height:18px;
	background-color:#726E6D;
	color:#000000;
	text-align:center;
}

.table_progress {
	font-family:Arial, Tahoma;
	width: 480px;
	background-color:#838383;
	text-align:center;
}

.cell_progress {
	font-family:Arial, Tahoma;
	width:120px;
	font-size:8pt;
	border-right:1px solid #A4A4A4;
}

.cell_progress_blank {
	font-family:Arial, Tahoma;
	width:120px;
	font-size:8pt;
	background-color:#A4A4A4;
}

.cell_progress_active {
	font-family:Arial, Tahoma;
	width:120px;
	font-size:8pt;
	border-right:1px solid #A4A4A4;
	background-color:#FFFFFF;
}

.cell_menu {
	font-family:Arial, Tahoma;
	width:125px;
	font-size:10pt;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	font-style:italic;
	font-weight:bold;
}

.cell_submenu {
	font-family:Arial, Tahoma;
	width:120px;
	font-size:8pt;
	border-right:1px solid #A4A4A4;
}

.cell_menu_spacer{
	font-family:Arial, Tahoma;
	border-bottom:1px solid #000000; 
	background-color:#010101;
}

.cell_submenu_spacer{
	font-family:Arial, Tahoma;
	background-color:#A4A4A4; 
	font-size:8pt;
}

.cell_menu_active {
	font-family:Arial, Tahoma;
	width:125px;
	background-color:#A4A4A4;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	font-size:10pt;	
	border-right:1px solid #000000;
	border-top:1px solid #000000;	
}

.cell_submenu_active {
	font-family:Arial, Tahoma;
	width:120px;
	background-color:#FFFFFF;   
	color:#000000;
	border-right:1px solid #A4A4A4;
	font-weight:bold;
	font-size:10pt;	
	font-style:italic;		
}

.link_menu {
	font-family:Arial, Tahoma;
	color:#000000; /*A4A4A4*/
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.link_submenu {
	font-family:Arial, Tahoma;
	color:#000000;
	font-weight:bold;
	font-size:10pt;	
	text-decoration:none;
	font-style:italic;	
}


/* Ladder Styles */

.cell_heading {
	font-family:Arial, Tahoma;
	padding-left: 5px;
	height:25px;
	background-color:#000000;
	color:#A4A4A4;
	font-size:10pt;
	font-weight:bold;
}

.cell_heading_right {
	font-family:Arial, Tahoma;
	padding-left: 5px;
	height:20px;
	background-color:#000000;
	color:#A4A4A4;
	font-size:10pt;	
	font-weight:bold;	
}

.cell_ladder {
	font-family: Arial, Tahoma;
	padding-left: 5px;
	background-color:#cfcfcf; 
	color:#000000;
	height:19px;
	font-size:8pt;
	border-top:1px solid #FFFFFF;		
	padding-top:3px;
	padding-bottom:3px;
}

.cell_ladder_light {
	font-family: Arial, Tahoma;
	padding-left: 5px;
	background-color:#FFFFFF; 
	color:#000000;
	height:19px;
	font-size:8pt;
	border-top:1px solid #A4A4A4;		
	padding-top:3px;
	padding-bottom:3px;
}


/* Fixture Styles */

.link_fixture{
	color:#4075FF;
	text-decoration:underline;
	font-size:9pt;
}

.date_fixture{
	font-family: Arial, Tahoma;
	border-right:1px solid #FFFFFF; 
	font-size:10pt; 
	border-top:1px solid #FFFFFF;
	padding-left:5px;
	background-color:#000000;
	width:70px;
	padding-top:2px;
	padding-bottom:2px;
	color:#A4A4A4;
	font-weight:bold;	
}

.date_fixture_past{
	font-family: Arial, Tahoma;
	border-right:1px solid #FFFFFF; 
	font-size:10pt; 
	border-top:1px solid #FFFFFF;
	padding-left:5px;
	background-color:#000000;
	width:70px;	
	padding-top:2px;
	padding-bottom:2px;	
	color:#838383;	
}

.heading_fixture{
	font-family: Arial, Tahoma;
	border-right:1px solid #FFFFFF; 
	width:55px;
	font-size:10pt;
	vertical-align:top;
	padding-left:5px;
	background-color:#000000;
	color:#A4A4A4;
	font-weight:bold;
}

.game_fixture_future{
	font-family: Tahoma, Arial;
	border-right:1px solid #FFFFFF; 
	border-top:1px solid #FFFFFF; 
	font-size:9pt; 
	text-align:center;
	background-color:#404040;
	padding-top:2px;
	padding-bottom:2px;	
	color:#FFFFFF;	
}

.game_fixture_past{
	font-family: Tahoma, Arial;
	border-right:1px solid #FFFFFF; 
	border-top:1px solid #FFFFFF; 
	font-size:9pt; 
	text-align:center;
	background-color:#A4A4A4;
	padding-top:2px;
	padding-bottom:2px;	
	color:#000000;	
}

.game_fixture_highlight{
	font-family: Tahoma, Arial;
	border-right:1px solid #FFFFFF; 
	border-top:1px solid #FFFFFF; 
	font-size:9pt; 
	text-align:center;
	background-color:#C1FCBA;
	padding-top:2px;
	padding-bottom:2px;	
	color:#000000;	
}

.game_fixture_highlight_2{
	font-family: Tahoma, Arial;
	border-right:1px solid #FFFFFF; 
	border-top:1px solid #FFFFFF; 
	font-size:9pt; 
	text-align:center;
	background-color:#000000;
	padding-top:2px;
	padding-bottom:2px;	
	color:#FFFFFF;	
}

.game_fixture_grading{
	font-family: Tahoma, Arial;
	border-right:1px solid #FFFFFF; 
	border-top:1px solid #FFFFFF; 
	font-size:9pt; 
	text-align:center;
	background-color:#000000;
	padding-top:2px;
	padding-bottom:2px;	
	color:#FFFFFF;	
}

.game_fixture_grading_past{
	font-family: Tahoma, Arial;
	border-right:1px solid #FFFFFF; 
	border-top:1px solid #FFFFFF; 
	font-size:9pt; 
	text-align:center;
	background-color:#CCCCCC;
	padding-top:2px;
	padding-bottom:2px;	
	color:#FFFFFF;	
}


/*News*/

.table_body {
	width: 740px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:10pt;
}


/*Ads*/


.table_ad {
	width: 740px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-left:none;
}

.table_ad_inner {
	width: 230px;
	font-size:8pt;
	height:72px;
}

.table_ad_header {
	font-family: Arial, Tahoma;
	padding:5px; 
	width:300px; 
}

.cell_ad{
	font-family: Tahoma, Arial;
	text-align:center;
	font-size:8pt;
	width:246px;
	border-left:1px solid #000000;
	border-top:none;
	border-bottom:none;
	padding-top:10px;
	padding-bottom:10px;
}

.cell_ad_header{
	font-family: Arial, Tahoma;
	background-color:#404040; 
	font-size:10pt; 
	font-weight:bold; 
	font-style:italic; 
	padding-left:10px; 
	height:20px;
	color:#FFFFFF;
	text-align:center;
	width:246px;
}

.cell_ad_heading{
	font-family: Arial, Tahoma;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
}

.cell_ad_text{
	font-family: Tahoma, Arial;
	font-size:8pt;
	padding:2px;
}


/*Contact Details*/

.cell_contact_header{
	font-family: Arial, Tahoma;
	width:120px; 
	vertical-align:top; 
	font-size:10pt;
	font-weight:bold;
	padding-left:5px;
	color:#FFFFFF;
}

.cell_contact_info{
	font-family: Tahoma, Arial;
	vertical-align:top; 
	font-size:10pt;
	padding-left:5px;
	color:#FFFFFF;
}


/*Stats*/

.cell_stats_1{
	font-family: Arial, Tahoma;
	font-size:8pt;
	padding-left:3px; 
	padding-bottom:3px;
	padding-top:3px;
	background-color:#A4A4A4;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;	
}

.cell_stats_1_highlight{
	font-family: Arial, Tahoma;
	font-size:8pt;
	padding-left:3px; 
	background-color:#C1FCBA;
	padding-bottom:3px;
	padding-top:3px;
	color:#000000;
	border-top:1px solid #FFFFFF;	
}

.cell_stats_title{
	font-family:Arial, Tahoma;
	width:130px; 
	font-size:8pt;
	padding-left:5px;
	background-color:#A4A4A4;
	vertical-align:top;
	color:#FFFFFF;
	padding-bottom:3px;
	padding-top:3px;
	border-top:1px solid #FFFFFF;
}

.cell_stats_field{
	font-family:Tahoma, Arial;
	font-size:8pt;
	background-color:#A4A4A4;	
	color:#FFFFFF;	
	padding-bottom:3px;
	padding-top:3px;
	border-top:1px solid #FFFFFF;
	line-height:15px;
}





.table_intro {
	width: 740px;
	background-color:#A4A4A4;
	color:#FFFFFF;
}

.table_welcome {
	width: 740px;
}

.table_contact {
	width: 540px;
	padding:10px;
	background-color:#F0F0F0;
	border:1px solid #000000;
	border-right:2px solid black;
	border-bottom:2px solid black;
}

.table_info {
	width: 740px;
	background-color:#FFFFFF;
	font-size:10pt;
}

.table_header {
	text-align:center;
	padding:0px;
}


.table_footer {
	width: 740px;
	padding:10px;
	text-align:center;
}

.cell_error{
	font-family:Arial, Tahoma;
	background-color:#A4A4A4;
	color:#FFFFFF;
	text-align:center;
	font-style:italic;
	font-size:10pt;
	font-weight:bold;
	padding:5px;
	text-align:center;
}



.cell_header {
	font-family: Arial, Tahoma;
	font-weight:bold;
	font-size:28px;
	text-align:center;
	padding-top:10px;
}

.cell_header_2 {
	font-family: Arial, Tahoma;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

.cell_header_3 {
	font-family: Arial, Tahoma;
	font-weight:bold;
	font-size:10pt;
	font-style:italic;
	padding-left:10px;
	color:#A4A4A4;
}



.cell_info {
	padding: 10px;
	font-family: Tahoma, Arial;
	font-size:10pt;
}

.cell_info_light {
	padding: 10px;
	font-family: Tahoma, Arial;
	font-size:10pt;
	color:#FFFFFF;
}




.cell_table {
	padding-left: 5px;
	border-right: 1px solid #000000;
	background-color:#DBDBDB;
	font-size:10pt;
}

.cell_table_right {
	padding-left: 5px;
	background-color:#DBDBDB;
	font-size:10pt;	
}

.cell_summary {
	width:130px; 
	font-size:8pt;
	padding-left:5px;
	background-color:#C9C9C9;
	border-bottom:1px solid black;
}

.cell_summary_fill {
	padding-left: 5px;
	background-color:#0099FF;
	color:#FFFFFF;
}

.link_color{
	color:#0000E1;
}










.gamesheet_cell {
    font-family : Tahoma;
	text-align:center;
	font-size: 8pt;
	height:19px;	
 	border-right:1px solid #000000;	
	border-bottom:1px solid #000000;	
}

.gamesheet_header {
    font-family : Tahoma;
	font-weight:bold;
	text-align:center;
	font-size: 8pt;
	height:19px;	
 	border-right:1px solid #000000;	
	border-bottom:1px solid #000000;	
}

.gamesheet_header_small {
    font-family : Tahoma;
	font-weight:bold;
	text-align:center;
	font-size: 7pt;
	height:19px;	
 	border-right:1px solid #000000;	
	border-bottom:1px solid #000000;	
}

.gamesheet_header_right {
    font-family : Tahoma;
	font-weight:bold;
	text-align:center;
	font-size: 8pt;
	height:19px;	
	border-bottom:1px solid #000000;	
}

.gamesheet_cell_score {
    font-family : Tahoma;
	text-align:center;
	font-size: 8px;
	height:15px;	
 	border-right:1px solid #000000;	
	border-bottom:1px solid #000000;	
}

.gamesheet_cell_score_right {
    font-family : Tahoma;
	text-align:center;
	font-size: 8px;
	height:15px;	
	border-bottom:1px solid #000000;	
}

.gamesheet_cell_middle {
    font-family : Tahoma;
	text-align:center;
	font-size: 8pt;
	height:19px;	
 	border-right:2px solid #000000;	
	border-bottom:1px solid #000000;	
}

.gamesheet_cell_right {
    font-family : Tahoma;
	text-align:center;
	font-size: 8pt;
	height:19px;	
	border-bottom:1px solid #000000;	
}



/* search */

.search_box {
	width:110px; 
	height:17px; 
	font-size:8pt; 
	background-color:#CCCCCC !important;
	font-family: Tahoma, Arial;
	font-weight:100;
	padding-left:2px;
	border:0px solid #000000;
}

.search_button {
	font-family: Arial, Tahoma;
	font-size:8pt; 
	height:17px; 
	color:#000000; 
	background-color:04880D;
	border:0px;
	font-weight:bold;
	font-style:italic;	
	padding-right:5px;
	padding-left:5px;
	padding-bottom:1px;
}

