﻿.IE8Fix  
{
	z-index: 1000;
}

.logobackground
{
 background-image:url('Images/logobground.gif');	
}

.headerbackground
{
background-image:url('Images/header.gif');	
}

.pageTitle
{
	background-color: #daffc2;
	color: #cc6600;
	width: 100%;
	height: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Verdana;
}

.sectionTitle
{
	color: #000000;
	width: 100%;
	height: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Verdana;
}

.sectionHeader
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 1.0em;
	color: white;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #339900;
}

.defaultPanel
{
	border-right: silver 1px solid;
	padding-right: 2px;
	border-top: silver 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: silver 1px solid;
	padding-top: 2px;
	border-bottom: silver 1px solid;
	font-family: Verdana, Arial;
	height: 382px;
	text-align: center; 
}

.spotlightPanel
{
	border-right: silver 1px solid;
	padding-right: 2px;
	border-top: silver 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: silver 1px solid;
	padding-top: 2px;
	border-bottom: silver 1px solid;
	font-family: Verdana, Arial;
	text-align: center; 
}

.floatRight
{
	float:right;	
}

.floatLeft
{
	float:left;	
}

.errorMessage
{
    text-align: left;
    font-weight: bolder;
    font-size: 9pt;
    font-family: Verdana,Tahoma,sans-serif, Arial, Helvetica;
    color: #cc4433;
    background-color: #ffffff;
}

.textBoxString
{
    border:1px solid #666666;
    font-family:Tahoma,sans-serif,Geneva, Arial, Helvetica,Verdana;
	font-size:8pt;
}

.textBoxNumber
{
    border: 1px solid #666666;
    font-family: Tahoma,sans-serif,Geneva, Arial, Helvetica,Verdana;
    font-size: 8pt;
    text-align: right;
}

.labelOptional
{
	float:left;
	padding-left:2px;
	font-weight:normal;
	color:#0EA138;
}

.labelRequired
{
	float:left;
	padding-left:2px;
	font-weight:bolder; 
}

.button
{
	border: 1px solid #0EA138;
	color: silver;
	background-color: #339900;
	font-size: 1em;
	font-weight: bold;
	height: 22px;
	width: 100px;
	vertical-align: middle;
}

.statictext
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

.infoBulletText
{
	color:#000000;
	font-family:Verdana;
	font-size:1.0em;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;	
}

.infoText
{
	color:#CC6600;
	font-family:Verdana;
	font-size:1.0em;
	font-style:normal;
	font-weight:bold;
	text-align:left;
}

/* This style is used for providing instructions for the user */
.instruction
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

/* This style is used for the captions of data entry fields */
.caption
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

/* This style is used for the text of data entry fields */
.data
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

.dropdownlist
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	border:solid 1px #000000;
}

/* This style is used for the * of required data entry fields */
.required
{
	color:#FF0000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

.success
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}
.successcontainer
{
	border-collapse:separate;
	border-right: blue 1px solid; 
	border-top: blue 1px solid;
    border-left: blue 1px solid; 
    border-bottom: blue 1px solid; 
    background-color: #339900;
    padding: 5px 5px 5px 5px;
    margin:0;
    width: 100%; 
    height: 20px;
    text-align:left;
    vertical-align:middle;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#339900);
}

/* This style is used to display validation/error messages */

.confirmation
{
	color:#0EA138;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

.error
{
	color:#FF0000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

.errorcontainer
{
	border-right: red thin solid; 
	border-top: red thin solid;
    border-left: red thin solid; 
    border-bottom: red thin solid; 
    padding: 5px 5px 5px 5px;
    margin:0;
    width: 100%; 
    height: 20px;
    background-color: #ffffcc;
    text-align:left;
    vertical-align:middle;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffcc,endColorStr=#ffddcc); 

}

.footerLink
{
	border-top: #cc6600 thin solid;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 3px;
	background-color: #ffffff;
	text-align: center;
}
.copyright, a.copyright:active, a.copyright:visited, a.copyright:link
{
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 3px;
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
	color: black;
}

.scheduleTable
{
	border: solid 1px #000000
}

.scheduleHeader
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	border-bottom:solid 1px #000000 
}

.scheduleCell
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	border-bottom:solid 1px #000000 
}


.separator
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	border-right:solid 1px #C0C0C0;
}

#scores
{
	color:#000000;
}

#scrores table
{
	border-bottom:solid 1px #000000;
}
#scores table th
{
	color:#000000;
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #000000; 	
}

#scores table td
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	text-align:center;
	border-bottom:solid 1px #000000;	
}

#scores table td br
{
	height: 20px;
		
}

#standings
{
	color:#000000;
}

#standings table
{
	border-bottom:solid 1px #000000;
}
#standings table th
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #000000; 	
}

#standings table td
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	text-align:center;
	border-bottom:solid 1px #000000;
}


.divPopup
{
	display:none;
	position:absolute;
	border-style: solid;
	border-width:2px;
	border-color:Gray;
	background-color: white;
	padding: 1px; 
	width:250px;
	text-align:left;
	color:#000000;
	font-family:Arial;
	font-size:10px;
	font-style:normal;
	text-align:left;
	z-index:999;
}

.sectionseparator
{
 height:1px;	
}

.stockphoto
{
	float:right;
}

.link
{
	color:Blue;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

.helpPageTitle
{
	color: #000000;
	width: 100%;
	height: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Verdana;
}

.helpSectionTitle
{
	color: #000000;
	width: 100%;
	height: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana;
}

.helpSectionSubTitle
{
	color: #000000;
	width: 100%;
	height: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	font-style:italic;
	font-size: 1.1em;
	font-family: Verdana;
}


.modalBackground 
{
        background-color:#000000;
        filter:alpha(opacity=70);
        opacity:0.7px;
}
 
.modalPopup 
{
    background-color:#CCCCCC;
    border:solid 3px #ccc;
    padding:5px;
}

/*======================================================*/
/* BEGIN - Styles for statistics                        */
/*======================================================*/

.statHeader
{
    background-color:#339900;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #FFFFFF;
    vertical-align:top;
    line-height:1.5;    
}

.statSubHeader
{
    background-color:#339900;
	color:#FFFFFF;
    font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	border-left:solid 1px #FFFFFF;	
    vertical-align:top;
    line-height:1.5;    
}

.statFirstSubHeaderColumn
{
    background-color:#339900;
	color:#FFFFFF;    
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;	
    vertical-align:top;
    line-height:1.5;
}

.statLastSubHeaderColumn
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
    vertical-align:top;
    line-height:1.5;
}

.statMetricLabel
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
    vertical-align:top;
    line-height:1.5;
    border-right:solid 1px #000000;	    
}

.statMetricLabelAlternate
{
    background-color:#F7F6F3;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
    vertical-align:top;
    line-height:1.5;  
    border-right:solid 1px #000000;	    
}

.statMetricLabelTotal
{
    background-color:#CCCCCC;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
    vertical-align:top;
    line-height:1.5;  
    border-right:solid 1px #000000;	    
}

.statDataTotal
{
    background-color:#CCCCCC;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
    vertical-align:top;
    line-height:1.5;
    border-right:solid 1px #000000;	
}

.statDataLastColumnTotal
{
    background-color:#CCCCCC;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
    vertical-align:top;
    line-height:1.5;
}

.statData
{
    background-color:White;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
    vertical-align:top;
    line-height:1.5;
    border-right:solid 1px #000000;	
}

.statDataLastColumn
{
    background-color:White;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
    vertical-align:top;
    line-height:1.5;
}

.statDataAlternate
{
    background-color:#F7F6F3;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
    vertical-align:top;
    line-height:1.5;
    border-right:solid 1px #000000;	
}

.statDataAlternateLastColumn
{
    background-color:#F7F6F3;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
    vertical-align:top;
    line-height:1.5;	
}

/*======================================================*/
/* END - Styles for statistics                          */
/*======================================================*/

/*======================================================*/
/* BEGIN - Styles for head to head                        */
/*======================================================*/

.h2hDataAlternate
{
    background-color:#F7F6F3;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
    vertical-align:top;
    line-height:1.5;
    border-right:solid 1px #000000;	
}

.h2hData
{
    background-color:White;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
    vertical-align:top;
    line-height:1.5;
    border-right:solid 1px #000000;	
}