/*******************************************************
*  Warriorhoops Stylesheet
*******************************************************/

/**************************************
* Global Default Settings
**************************************/
body {
	margin: 10px;
	padding: 0px;
	background-color: #ffffff;
	}
	
body, td, input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #000000;
	}
		
a {
	color: #990033;
	text-decoration: underline;
	}
	
h5 {
	color: #990033;
	font-size: 85%;
	}
	
a:visited {
	color: #666666;
	}

a:hover {
	text-decoration: underline;
	background-color: #ffffcc;
	}
	
a.header, a.header:visited
	{
	color: #ffffff;
	text-decoration: none;
	}

a.header:hover
	{
	text-decoration: underline;
	background-color: transparent;
	}	
	
td.gray 
	{
	background-color: #666666;
	text-align: center;
	font-size: 12px;
	font-family: verdana;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	width: 8%;
	white-space: nowrap;
	}	
	
td.warning 
	{
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	padding: 8px 0px 0px 6px;
	white-space: nowrap;
	}	
	
td.small 
	{
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	padding: 8px 0px 4px 0px;
	white-space: nowrap;
	}	
	

td.boldStat
	{
	font-weight: bold;
	color: #990033;
	}
	
tr.homeStat, tr.opponentStat
	{
	font-weight: bold;
	}

.smallText
	{
	font-size: 9px;
	}

div.title
	{
	font-weight: normal;
	color: #CC0000;
	padding: 0px 0px 5px 0px;
	}
