
/* GENERAL CSS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0;
}

td, th { 
	font-family:Helvetica; 
	font-size: 8pt;
}
 
a {text-decoration: none;}

.inline {
	float:left;
}
.hdd {
	display: none;
}
.headline {
	font-family:Helvetica; 
	font-size: 12pt; 
	font-weight: bold;
}
.lowhead {
	font-family:Helvetica; 
	font-size: 11pt; 
	font-weight: bold;
}
.headl {
	font-family:Helvetica; 
	font-size: 18pt; 
	font-weight: bold;
}
.headlineshadow {
	font-family:Helvetica; 
	font-size: 18pt;
	text-shadow: #000000 2px 2px 4px;
}
.footp {
	font-family:Helvetica; 
	font-size: 7pt;
}
.article {
	font-family:Helvetica; 
	font-size: 8pt;
}
.mchup {
	font-family:Helvetica; 
	font-size: 8pt;
	text-shadow: #000000 1px 1px 2px;
}
.mchupp {
	font-family:Helvetica; 
	font-size: 9pt;
	text-shadow: #000000 1px 1px 2px;
}
.stlineup {
	font-family:Helvetica; 
	font-size: 9pt;
}
.tmhead {
	font-family:Helvetica;
	font-size: 10pt;
}
.unpaid {
	font-family:Helvetica; 
	font-size: 14pt;
	font-weight: bold;
}
.scoreboard {
	font-family:Helvetica; 
	font-size: 24pt; 
	font-weight: bold;
	color: #fff;
	text-shadow: #000000 1px 1px 2px;
}
.dropshadowclass {
	border: solid 1px #333;
	-moz-box-shadow: 3px 3px 7px #333;
	-webkit-box-shadow: 3px 3px 7px #333;
	box-shadow: 3px 3px 7px #333;
}
.aleft {
	text-align: left;
}


.startpos {
	font-family:Helvetica; 
	font-size: 9pt;
	color: #fff;
}
.whiteborder {
	border-top: 1px solid #ffffff;  
	border-left: 1px solid #ffffff;  
	border-bottom: 1px solid #ffffff; 
	border-right: 1px solid #ffffff;
}
.ltgreyborder {
	border-top: 1px solid #999999;  
	border-left: 1px solid #999999;  
	border-bottom: 1px solid #999999; 
	border-right: 1px solid #999999;
}
.mdgreyborder {
	border-top: 1px solid #666666;  
	border-left: 1px solid #666666;  
	border-bottom: 1px solid #666666; 
	border-right: 1px solid #666666;
}
.dkgreyborder {
	border-top: 1px solid #333333;  
	border-left: 1px solid #333333;  
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333;
}
.blackborder {
	border-top: 1px solid #000000;  
	border-left: 1px solid #000000;  
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000;
}


/* HEADTOHEAD.PHP */
#mainnews{
	background: #E3E3E3;
	height:400px;
}


/* TEAMLIST.PHP */
#tmlist{background: #E3E3E3}

#teamsidebar {
	border-right: 2px solid #999;
	width: 300px;
	height:800px;
	top:0px;
	background: url('/images/proto1.png') repeat-y; 
}


/* TEMPLATEMENU.PHP */
.horizontalcssmenu{
	width: 850;
}
.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

	/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	align: center;
	width: 85px;
	padding: 2px 2px;
	text-decoration: none;
	color: white;
	font: bold 12px Arial;
}
	
	/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 999;
}

	/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}


	/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 85px; /*width of sub menu levels*/
	font-weight: normal;
	font-color: #ffffff;
	opacity: .75;
	filter: alpha(opacity=75);
	padding: 4px 4px;
	background: #000000;
	border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
	font-color: #ffffff;
}

.horizontalcssmenu ul li ul li a:hover{
	background: #000000;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */


/* DRAWERS */
#notices ul {
	list-style: none outside; 
	width:160px;
}
#notices ul.drawers {
	margin: 0 
	!important;
}

#notices .slider .drawer-handle { 
	color: #333; 
	font-size: 10px; 
	padding: 0px 0; 
	text-align: center; 
	width: 160px; 
	background: #fff url(/images/columnhead2.gif) 0 0 no-repeat; 
	cursor: default;
}

#notices .slider .drawer-content {
	display: block; 
	margin: 0; 
	height: auto; 
	background: #fff url(/images/columnmid2.gif); 
	padding:0px;
}
#notices .slider h4.open { 
	background-color: #000000; 
	background-position: -160px 0; 
	color: #000;
}
#notices .stories {
	margin-left: 10px; 
	width: 132px; 
	background: #fff; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	padding: 2;
}
#notices p { margin-bottom: 2px; }
#notices h1 { 
	font-weight: bold; 
	font-size: 24px; 
	line-height: 36px; 
	margin-bottom: 0px;
}
#notices h2 { 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 24px; 
	margin-bottom: 0px;
}
#notices h3 { 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 18px; 
	margin-bottom: 5px;
}
#notices h4 { 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 18px; 
	margin-bottom: 0px; 
}
#notices p.intro { font-weight: bold; }
#notices .more { text-align: right; }
#drawer-content .boxcap {vertical-align: bottom;}

#latest-data { 
	height: auto; 
	min-height: 400px; 
	margin-top: 0px; 
	margin-bottom: 15px; 
	position: relative; 
	z-index: 50;
}
#latest-data .drawer-content { 
	min-height: 281px; 
	*height: 281px; 
}

#latest-scores { 
	height: auto; 
	min-height: 400px; 
	margin-top: 0px; 
	margin-bottom: 15px; 
	position: relative; 
	z-index: 50; 
}
#latest-scores .drawer-content { 
	min-height: 281px; 
	*height: 281px; 
}

