﻿body 
{ 
	font-family:Century Gothic;
	font-size:smaller;
	text-align:left;
	/*background-color:#CC6633;
	color:#CC6633;*/
	color:Black;
	padding:0px;
}

a
{
	text-decoration:none;
	color:Black;
}

a:hover
{
	text-decoration:underline;
}

.DisplayModes 
{	
	background-color:Black;
	color:White;
	margin:0px	
}

.Title
{
	color:Black;
	padding:0px;
	margin:0px
}

.PageHeader
{
	/*background-color:White;*/
	color:Black;
	margin:0px;
	padding:0px;
}

.BookmakersItemHeader
{   	
	color:Black;
	margin:0px
}

.BookmakersItemBody
{
	background-color:#CC6633;
	color:Black;
}

.BookmakersORIGINALItemHeader
{   	
	/* background-color:#CC6633; */
	color:Black;
	margin:0px
}

.Blank
{
	/*background-color:White;*/
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	/*color:Black;*/
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#CC6633;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#CC6633;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
span
{
	color:#CC6633;
	
	}
	
.firstPlayerToScore
{
	font-size:10px;
}
.firstPlayerToScore1, .scoreCast1, .halfTimeFullTime1
{
	font-size:10px;
	background-color:#EBEBEB;
}

.firstPlayerToScore2, .scoreCast2, .correctScore, .halfTimeFullTime, .halfTimeFullTime2
{
	font-size:10px;
	background-color:#FFFFFF;
}

.scoreCast
{
	font-size:10px;
	border: groove 4px;
}

.scoreCastHeader
{
	font-weight:bolder ;
}

.subheadDate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:White;
	font-size:16px;
	font-weight:bolder ;
	background-color: black;
	
}

.subheadDate span
{
	color:#fff;
}
.subheadCompetition
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold ;
	background-color: #D06D08;
	color:black
}

.subheadCompetition span
{

	color:#fff;
}

.ResultsTable
{
	border: 1px solid Black;
}

.ResultsAlternating
{
	color: Black;
	font-size:x-small ;
}

.ResultsItem
{
	color: Black;
	font-size:x-small ;
}

.ResultsHeader
{
	background-color:#CC6633;
	color: White;
	font-weight:bold;
	font-size:small ;
}

#TD .ResultsHeader
{
	background-color:#CC6633;
	color: Black;
}

/* Manage Files Grey-out Line */
tr.greyout td
{
    color:#999;
}

/* Competition management */
.competitionTable
{
    width:100%;
    margin:10px 0px 10px 0px;
}

.competitionTable .compHeaderRow
{
    background:grey;
    font-weight:bold;
    color:White;
}
/* /Competition management */
.dataEntryField
{
    padding:2px;
}

.label
{
    display:block;
    width:150px;
    text-align:right;
    padding-right:5px;
    float:left;
    clear:both;
    line-height:24px;
    vertical-align:middle;
}