A  {color : #336699;}
A:Visited  {color : #336699;}
A:Active  {color : #336699;}
A:Hover  {color : #336699;}

A.blueback  {color : #ffffff; text-decoration : none;}
A.blueback:Visited  {color : #ffffff; text-decoration : none;}
A.blueback:Active  {color : #999999; text-decoration : none;}
A.blueback:Hover  {color : #cccccc; text-decoration : none;}

BODY   {
	font-family : Arial;
	color : #222222;
	font-size : 12px;
	background-image: url("../images/bgrink2.gif");
	background-repeat : no-repeat;
}
/* TD tag screws up datagrid unfortunately.. hopefully table tag is good enough */
TABLE,.main  {
	font-family : Arial;
	color : #222222;
	font-size : 12px;
}

h1,.header  {
	font-size : 18px;
	font-weight : bold;
	color : #003366;
}
h2  {
	font-size : 14px;
	color : #DF7F06;	
	font-weight : bold;
}


.table-header1,.table-header2 {
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial;
	line-height : 16px;
	padding : 2px;
	background-color : #F8971C;
}
.table-header2  {
	color : #FFFFFF;
	background-color : #869EC2;
}

.table-content1,.table-content2,.table-content3 {
	font-size : 11px;
	color : 333333;
	background-color : E6E6FF;
	font-weight : normal;
	font-family : Arial;
	padding : 2px;
}
.table-content2 { background-color:FFFFFF; }
.table-content3 { background-color:DDDDDD; }

table.table-border { border: 1px solid #003366; }

/* the following are the styles for the games stats table */
table.table-gamestats { border: 1px solid #003366; background-color: #869EC2;}
table.table-gamestats2 { border: 1px solid #dddddd;}
table.table-playerstats { border: 1px solid #003366; background-color: #869EC2;}
.title-gamestats,.title-playerstats {
	font: 11px verdana, arial, sans-serif;
	background-color: #F8971C;
	color : #ffffff;
}
.heading-gamestats,.heading-playerstats {
	font-size : 10px;
	color : FFFFFF;
	text-transform: uppercase;	
}
.playerstatslist1,.playerstatslist2 {
	font : 10px Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}
.playerstatslist2 {background-color: #99AFCF;}

.heading-gamestats-teamname {
	font-size : 11px;
	color : FFFFFF;
	font-weight : bold;
}
.content-gamestats {
	font-size : 11px;
	color : FFFFFF;
	font-weight : normal;
}
.statsbox,.goalbox {
	font: 11px verdana, arial, sans-serif;
	border: 1px solid #dddddd;
	color : #F8971C;
	text-align: center;
	background-color: #003366;	
}
.statsbox { font: 14px arial;}
.playerstatsbox { 
	font: 13px arial;
	border: 1px solid #003366;
	color : #333333;
	background-color: #eeeeee;	
}
.goalbox {
	width : 40px;
	font: 30px arial;
	height : 24px;
}
.smallgoalbox {
	font: 11px verdana, arial, sans-serif;
	color : #dddddd;
	text-align: center;	
	width: 20px;
}
/* end of styles for the games stats table */


.alert {font-size : 12px; color : 003366; font-weight : bold;}
.highlight {color : cc0000; font-weight : bold;}
.eleven {font-size : 11px;}
.ten {font-size : 10px;}

input,textarea,select { 
margin: 1px 0 2px 1px; 
padding: 2; 
font: 11px arial, sans-serif; 
color: #FFFFFF; 
background: #869EC2 !important ;
border: 1px solid #003366;
}

.checkbox {border: 0px; background-color: #E6E6FF; padding: 0px; }
.button {
	font-family : Verdana;
	line-height : 11px;
	font-weight : bold;
	cursor : hand;
}

.dropdown  {
	font-weight : normal;
	border: 1px solid #666666;
}

input.sm {
background: #e6e6ff !important ;
border: 0px;}

.inputbox  {
	color: #000066; 
	background: #FFFFFF; 
	border: 1px solid #666666;
	vertical-align : baseline;
}

/*for datagrid styles - see header style note - td tag screws it*/
.DataGrid
{
	font-size : 11px;
	color : 333333;
	
	background-color : E6E6FF;
	 
	font-weight : normal;
	font-family : Arial;
	padding : 2px;
	border: 1px solid #003366;
    
}

 
.AlternatingItemStyle  
{  
	background-color:FFFFFF;
}

/* font color won't work with td tag set */
.HeaderStyle  
{  
	background-color : #F8971C;
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial;
	line-height : 16px;
	padding : 2px;
}




 



