/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p, table, tr, td, th {
	font-family: Verdana, Arial, sans-serif;
}

body
{
    background-color:#FFF;
}
h1
{
	font-family: Verdana, Arial, sans-serif;
    text-align:center;
    font-weight:bold;
    font-size:18pt;
}

h2
{
	font-family: Verdana, Arial, sans-serif;
    text-align:center;
    font-weight:bold;
    font-size:12pt;
}

.divError
{
    display:table;
    margin:10px auto;
    color:red;
    max-width:400px;
    font-size:8pt;
}

.divSuccess
{
    display:table;
    margin:10px auto;
    color:green;
    max-width:400px;
    font-size:9pt;
}

.PageHeaderContainer
{
    background-color:#d3d3d3;
}

.PageHeader
{
    padding:2px 0 2px 10px;
    font-size:12pt;
    font-weight:bold;
    color:#465c71;
}

.tableheader1
{
	background-color: Silver;
	font-family: Verdana;
	font-weight: bold;	
}

.Highlight
{
    border:2px solid green;
}

.NoHighlight
{
    margin:1px;
    border:1px solid black;
}

table.fullseasongs1 {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.fullseasongs1 th {
	border-width: 1px 0px 1px 1px;
	padding: 0px 1px 0px 0px;
	border-style: solid none solid solid;
	border-color: black black black black;
	height:13px;
	vertical-align:middle;
	font-size: 9px;
	font-family: Verdana;
}
table.fullseasongs1 td {
	border-width: 1px 0px 1px 1px;
	padding: 0px 1px 0px 0px;
	border-style: dotted none dotted dotted;
	border-color: black black black black;
	height:13px;
	vertical-align:middle;
	font-size: 9px;
	font-family: Verdana;
}

table.fullseasongs2 {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.fullseasongs2 td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	font-size: 9px;
	font-family: Verdana;
	height:13px;
	vertical-align:middle;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.f04
{
	font-family: Verdana;
	font-size: 4pt;
}

.f05
{
	font-family: Verdana;
	font-size: 5pt;
}

.f06
{
	font-family: Verdana;
	font-size: 6pt;
}

.f06bold
{
	font-family: Verdana;
	font-size: 6pt;
	font-weight: bold;
}

.f07
{
	font-family: Verdana;
	font-size: 7pt;
}

.f07error
{
	font-family: Verdana;
	font-size: 7pt;
	color: Red;
}

.f07bold
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

.f08
{
	font-family: Verdana;
	font-size: 8pt;
}

.f07silver
{
	font-family: Verdana;
	font-size: 7pt;
	color: Silver;
}

.f08italic
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
}

.f08italicsilver
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
	color: Silver;
}

.f08silver
{
	font-family: Verdana;
	font-size: 8pt;
	color: Silver;
}

.f08error
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
}

.f08green
{
	font-family: Verdana;
	font-size: 8pt;
	color: Green;
}

.f08bold
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.f09
{
	font-family: Verdana;
	font-size: 9pt;
}

.f09bold
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

.f09red
{
	font-family: Verdana;
	font-size: 9pt;
	color: Red;
}

.f10
{
	font-family: Verdana;
	font-size: 10pt;
}

.f10bold
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.f10red
{
	font-family: Verdana;
	font-size: 10pt;
	color: Red;
}

.f12
{
	font-family: Verdana;
	font-size: 12pt;
}

.f12bold
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.f12red
{
	font-family: Verdana;
	font-size: 12pt;
	color: Red;
}

.f14
{
	font-family: Verdana;
	font-size: 14pt;
}

.f14bold
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold
}

.f16
{
	font-family: Verdana;
	font-size: 16pt;
}

.f16bold
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
}

.f18bold
{
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
}

.f20bold
{
	font-family: Verdana;
	font-size: 20pt;
	font-weight: bold;
}

.tblEdit
{
    background-color:#FFFFCC;
    padding:10px;
    font-size:10pt;
}
.tblEdit tr
{
    vertical-align:top;
}
.tblEdit tr th
{
    font-size:9pt;
    font-weight:bold;
    text-align:left;
}
.tblEdit tr td
{
    font-size:10pt;
    text-align:left;
}

.tblResSummary {font-size:8pt;}
.tblResSummary tr {vertical-align:top;}
.tblResSummary th {text-align:right;padding:1px 2px;font-weight:normal;}
.tblResSummary td {text-align:right;padding:1px 2px;font-weight:normal;}

