p, div, form, input, ul, a, li, span, img 
{margin: 0px; padding: 0px;}

div#white {width: 1008px; height: 866px; position: absolute; top: 0px; left: 50%; margin-left: -504px; z-index: 0; }

body {font-family: Verdana, 'sans-serif'; font-size: 10px;}

a:link, a:visited {color: #e00303;}
a:hover {color:#0d498f;}

img.imagelink, a.imagelink:link, a.imagelink:hover, a.imagelink:visited {border: 0px solid white; }

img.floatleft {float: left; margin-right: 5px;}
img.floatright {float: right;}

td {vertical-align: top;}

p.center {text-align: center}

p.indentleft {margin-left: 10px;}

hr {border: 1px solid #000000;}

li.indentleft {margin-left: 40px; padding-top: 10px;}

/* HEADER CSS STARTS HERE */

img#header
{
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
}

img#logo
{
position: absolute;
top: 0px;
left: 17px;
z-index: 2;
}

div#rotater
{
position: absolute;
top: 0px;
left: 393px;
z-index: 1;
width: 383px;
height: 196px;
}

a#actionsportslink
{
position: absolute;
top: 225px;
left: 95px;
z-index: 5;
color: black;
font-family: arial black;
font-size: 11px;
}

a#actionsportslink:hover{color: #e00303;}

img#tabimg
{
position: absolute;
top: 207px;
left: 10px;
z-index: 4;
}

div#sectionmenu
{
position: absolute;
top: 259px;
left: 24px;
z-index: 13;
}


div#adcolumn
{
position: absolute;
top: 253px;
left: 763px;
z-index: 1;
width: 245px;
text-align: center;
vertical-align: top;
}




span.notation
{
font-size: 10px;
color: #666666;
}



/** 
slide component
**/
#slide-component {
	width: 725px;
	height: 355px;
	margin-top: 3px;
	overflow: hidden;
}
#slide-component.loading {
	background: transparent url(/images/slide-loading.gif) no-repeat scroll center center;
}
	#slide-component .story-image {
		width: 470px;
		height: 345px;
		float: left;
		overflow: hidden;
	}
	#slide-component.loading .story-image {
		visibility: hidden;
	}
		#slide-component .story-image .story-imagecontainer {
			width: 470px;
			height: 345px;
			overflow: hidden;
		}
			#slide-component .story-image .story-imagecontainer img.story-currentimage {
				width: 470px;
				height: 345px;
				z-index:1;
				position:relative;
			}
			#slide-component .story-image .story-imagecontainer img.story-nextimage {
				position: absolute;
				width: 470px;
				height: 345px;
				z-index: 0;
			}
	#slide-component .story-content {
		width: 245px;
		~overflow: hidden;
		height: 295px;
		~height: 284px;
		padding-top: 50px;
		margin-left: 9px;
		float: left;
		background: transparent url(/images/slide-component-headerb.jpg) no-repeat;
	}
	#slide-component.loading .story-content {
		visibility: hidden;
	}
		#slide-component .story-content .story-container {
			height: 270px;
		}
			#slide-component .story-content .story-header {
				margin: 0;
				padding: 5px;
				margin-top: 10px;
				padding-top: 7px;
				border-top: 2px solid #cccccc;
				margin-bottom: 10px;
				padding-bottom: 7px;
				border-bottom: 2px solid #cccccc;
			}
				#slide-component .story-content .story-header .story-date {
					display: block;
					height: 12px;
					background: transparent url(/images/slide-component-arrow.gif) no-repeat 0 2px;
					padding-left: 10px;
					color:black;
					font-family:verdana,arial,sans serif;
					font-size:10px;
					font-style:normal;
					font-variant:normal;
					font-weight:normal;
					line-height:10px;
				}
				#slide-component .story-content .story-header .story-title {
					color:#999999;
					display:block;
					font-family:Arial;
					font-size:21px;
					font-weight:normal;
					line-height:25px;
					margin:4px 0 0 2px;
					padding:0;
				}
			#slide-component .story-content .story-subtitle {
				margin: 0;
				font-family:verdana,arial,sans serif;
				font-size:12px;
				color: #0033CC;
			}
			#slide-component .story-content .story-teaser {
				margin: 7px 0 0;
				font-family:verdana,arial,sans serif;
				font-size:10px;
			}
			#slide-component .story-content p.story-more {
				margin-bottom:7px;
				margin-left:0;
				margin-right:0;
				margin-top:7px;
			}
				#slide-component .story-content p.story-more a.story-morelink {
					display: block;
					width: 52px;
					height: 0px;
					~height: 0.01%;
					padding-top: 17px;
					overflow: hidden;
					background: transparent url(/images/slide-component-buttons.gif) no-repeat scroll 0 0;
				}
				#slide-component .story-content p.story-more a.story-morelink:hover {
					background-position: 0 -17px;
				}
		#slide-component .story-content .story-navagation {
			height: 20px;
			overflow: hidden;
			clear: left;
		}
		#slide-component .story-content .story-navagation ul.story-controls {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:0 0 0 100px;
			overflow:hidden;
			padding:0;
			width:75px;
		}
			#slide-component .story-content .story-navagation .story-controls li {
				float: left;
				margin-right: 9px;
				~height: 0.01%;
			}
				#slide-component .story-content .story-navagation .story-controls li a {
					display: block;
					overflow: hidden;
					height: 0px;
					padding-top: 13px;
					outline: none;
					cursor: pointer;
					~height: 0.01%;
				}
				
				#slide-component .story-content .story-navagation .story-controls li.story-prev a {
					width: 16px;
					background: transparent url(/images/slide-component-buttons.gif) no-repeat scroll 0px -34px;
				}
				#slide-component .story-content .story-navagation .story-controls li.story-prev a:hover {
					background-position: 0 -47px;
				}			
				
				#slide-component .story-content .story-navagation .story-controls li.story-pause a {
					width: 14px;
					background: transparent url(/images/slide-component-buttons.gif) no-repeat scroll -16px -34px;
				}
				#slide-component .story-content .story-navagation .story-controls li.story-pause a:hover {
					background-position: -16px -47px;
				}
				
				#slide-component .story-content .story-navagation .story-controls li.story-next a {
					width: 17px;
					background: transparent url(/images/slide-component-buttons.gif) no-repeat scroll -30px -34px;
				}
				#slide-component .story-content .story-navagation .story-controls li.story-next a:hover {
					background-position: -30px -47px;
				}
				
		#slide-component .story-content .story-navagation .story-page {
			float: right;
			font-family:verdana,arial,sans serif;
			font-size:8px;
		}

/* PAGE CSS STARTS HERE */




table#maincontent
{
position: absolute;
top: 255px;
left: 10px;
background-color: white;
border: 8px solid #7f021d;
border-top: 0px;
width: 753px;
z-index: 5;
font-size: 11px;
}

td#footer
{
padding-top: 100px;
}

div#maincontent
{
position: absolute;
top: 255px;
left: 10px;
background-color: white;
padding-top: 35px;
border: 8px solid #A50326;
border-top: 0px;
width: 727px;
z-index: 5;
padding-left: 10px;
font-size: 11px;
padding-bottom: 100px;
}


td.title 
{
background-color: #888888; 
text-align: center; 
color: white; 
font-weight: bold; 
vertical-align: center; 
height: 20px;
padding-top: 3px;
}

td.lightgray {background-color: #A1A1A1;}


span.title
{
font-size: 20px;
font-weight: bold;
color: #444444;
}

span.title2
{
font-size: 24px;
font-weight: bold;
color: #0054A6;
}

span.subtitle
{
font-size: 12px;
font-weight: bold;
color: #e00303;
}

span.subtitle2
{
font-weight: bold;
color: #7f021d;
}

p#photos
{
float: right;
width: 240px;
border: 8px solid #888888;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-top: 5px;
background-color: #888888;
text-align: center;
color: white;
}


ul.homepageschedule
{
margin-left: 50px;
line-height: 20px;
font-weight: normal;
}





/* begin athletesnavCss */

.white14{font-family: verdana, arial, sans serif;
	font-size: 14px;
	line-height: 16px;
	color:#FFFFFF;}
.white12 {font-family: verdana, arial, sans serif;
	font-size: xx-small;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	color:#FFFFFF;}
.black12 {	font-family: verdana, arial, sans serif;
	font-size: xx-small;
	line-height: 12px;
	text-align: right;
	color:#000000;}

#history{
	padding: 0px 0px 0px 0px;
	margin:0px;
	border: 0px 0px 0px 0px;
	background-color: #BFBFBF;
	font-family: verdana, arial, sans serif;
	font-size: xx-small;
	line-height: 17px;
	font-weight: normal;
	text-decoration:none;
	text-align: left;
	color:#333333;
}

#history td{
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0px;
	border: 0px 0px 0px 0px;
	background-color: #BFBFBF;
	font-family: verdana, arial, sans serif;
	font-size: xx-small;
	line-height: 17px;
	font-weight: normal;
	text-decoration:none;
	text-align: left;
	color:#333333;
}
#history th{
	padding-left: 0px;
	margin:0px;
	border: 0px 0px 0px 0px;
	background-color: #BFBFBF;
	font-family: verdana, arial, sans serif;
	font-size: xx-small;
	line-height: 17px;
	font-weight: normal;
	text-decoration:none;
	text-align: left;
	color:#333333;
}

#stevetest{
	background: none;
	position:absolute;
	top:316px;
	left:200px;
	z-index:4;
	border:0px solid red;
}

.stattbl th{padding-left:10px;}
.stattbl td{padding-left:10px;}

/* end athletesnavCss */

