body {
    text-align: center;
    font-family: Arial;
    margin:0;
	margin-bottom:50px;
    padding: 0;
	padding-bottom:50px;
    background: url("background.jpg") repeat-y center;
    /* base font for IE */
    font-size: 10pt;
}

h1{color:navy; font-family:"trebuchet ms",tahoma, arial;}
h2{color:navy; font-family:"trebuchet ms",tahoma, arial;}
h3{margin:2px;}

a {
	color:navy;
}

a:visited {
	color:navy;
}

a:hover {
	color:darkorange;
}

#head {
	position:relative;
	height:150px;
	width:1000px;
	margin:auto;
	/*border:1px dashed green;*/
}
#logo {
	background: url("top3.jpg") no-repeat center;
	height:150px;
	width:1000px;
	/*text-align:center;*/
	position:relative;
	margin:auto;
	/*float:both;*/
	/*border:1px dashed yellow;*/
	}
#body {
	background: url("midbackground.jpg") repeat-y center;
	/*height:100;
	//display:table;*/
	margin:auto;
	padding-bottom:50px;
	padding-top:10px;
	/*border:1px dashed red;*/
	text-align:center;
	width:1000px;
	}
#menubar {
	/*background: orange;*/
	height: 30px;
	width:600px;
	position:absolute;
	left:200px;
	top:80px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	color:#0000C0;
	font-family: tahoma;
}
#menubar td{
	text-align:center;
	background-color:darkorange;
	border: solid #E07800 1px;
	width: 20%;
}
.altlink{
	font-size:16px;
	color:#0000C0;
	font-family:tahoma;
}
#menubar .altlink{
	font-size:16px;
	color:#0000C0;
	font-weight:bold;
	font-family: "trebuchet ms", arial, "arial black", tahoma;
}
#ribbonContainer {
	position:absolute;
	left:50px;
	top:126px;
	width:900px;
	margin:auto;
	z-index:10;
	overflow:hidden;
	/*border:1px dashed green;*/
}
#ribbon.default{
	/*background:blue;*/
	background:#000080 url("ribbonBottom.jpg") repeat-x bottom;
	background:#000080;
	/*background:#000080 url("/2007/ribbonbars/PeopleBG.jpg") no-repeat center;*/
	width:900px;
	height:150px;
	margin:auto;
	/*border:1px dashed red;*/
}
#ribbon a{
	color:white;
	font-weight:bold;
	font-family:tahoma;
}
#ribbon a:hover {
	color:darkorange;
}
div.People{
	background:#000080 url("/ribbonbars/PeopleBG.jpg") no-repeat center;
	background-color:#000080;
	font-size:16px;
	width:900px;
	height:150px;
	margin:auto;
}
div.History{
	background:#000080 url("/ribbonbars/HistoryBG.jpg") no-repeat center;
	/*background-color:#F04040;*/
	font-size:16px;
	width:900px;
	height:150px;
	margin:auto;
}
div.Media{
	background:#000080 url("/ribbonbars/MediaBG.jpg") no-repeat center;
	/*background-color:#F04040;*/
	font-size:16px;
	width:900px;
	height:150px;
	margin:auto;
}
div.Feedback{
	background:#000080 url("/ribbonbars/FeedbackBG.jpg") no-repeat center;
	/*background-color:#F04040;*/
	font-size:16px;
	width:900px;
	height:150px;
	margin:auto;
}
#ribbonMenu{
	border:0px solid blue;
	position:absolute;
	/*left:175px;*/
	left:250px;
	top:20px;
	width:400px;
}
#ribbonAd{
	border:0px solid blue;
	position:absolute;
	right:10px;
	height:120px;
}
#quoteContainer{
	/*background:url("/2007/images/TalkinFootball.gif") no-repeat center;*/
	position:absolute;
	top:5px;
	left:580px;
	width:180px;
	height:110px;
	text-align:center;
	display:none;
}
#ribbonQuote{
	border:0px solid blue;
	/*position:absolute;
	top:50%;*/
	width:166px;
	height:86px;
	padding:12px 7px;
	font:11px tahoma;
	color:white;
	text-align:center;
	/*margin-top:-49;*/
}
.adImage{
	margin-top:12px;
}

#table_row_header td{
	/*background-color:navy;*/
	background:url(thbg2.jpg);
	color:white;
	padding-left:3px;
	padding-right:3px;
	}
th{
	/*background-color:navy;*/
	background:url(thbg2.jpg);
	color:white;
	padding-left:3px;
	padding-right:3px;
	font-size:12pt;
	font-family:"trebuchet ms",tahoma, arial;;
	}

tr.table_row_odd td {				/*tan, darker*/
	background-color:#f5f0dc;
	/*-moz-opacity:0.85;*/filter:alpha(opacity=85);
	padding-left:7px;
	padding-right:7px;
	font-family:"trebuchet ms",tahoma, arial;
	font-size:13px;
	border:1px solid #dcb;
	text-align:center;
	}

tr.table_row_even td {				/*tan, lighter*/
	background-color:#f5f5f0;
	/*-moz-opacity:0.85;*/filter:alpha(opacity=85);
	padding-left:7px;
	padding-right:7px;
	font-family:"trebuchet ms",tahoma, arial;
	font-size:13px;
	border:1px solid #ddc;
	text-align:center;
	}
td.odd {				/*tan, darker*/
	background-color:#f5f0dc;
	/*-moz-opacity:0.85;*/filter:alpha(opacity=85);
	padding-left:7px;
	padding-right:7px;
	font-family:"trebuchet ms",tahoma, arial;
	font-size:13px;
	border:1px solid #dcb;
	text-align:center;
	}

td.even {				/*tan, lighter*/
	background-color:#f5f5f0;
	/*-moz-opacity:0.85;*/filter:alpha(opacity=85);
	padding-left:7px;
	padding-right:7px;
	font-family:"trebuchet ms",tahoma, arial;
	font-size:13px;
	border:1px solid #ddc;
	text-align:center;
	}


/*
	Vertical Accordions
*/

.accordion_toggle {
	display: block;
	height: 30px;
	width: 680px;
	/*background: url(images/bluebar2.gif) repeat-x center right #000080;*/
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	/*font-size: 12px;*/
	color: #ffffff;
	border-bottom: 1px solid white;
	cursor: pointer;
	margin: 0 0 0 0;
	
	background: -moz-linear-gradient(top, rgba(30,30,153,0.5) 0%, rgba(24,36,159,0.8) 10%, rgba(20,40,163,1) 16%, rgba(0,62,186,1) 51%, rgba(20,40,164,1) 84%, rgba(24,36,160,0.8) 90%, rgba(30,30,153,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,153,0.5)), color-stop(10%,rgba(24,36,159,0.8)), color-stop(16%,rgba(20,40,163,1)), color-stop(51%,rgba(0,62,186,1)), color-stop(84%,rgba(20,40,164,1)), color-stop(90%,rgba(24,36,160,0.8)), color-stop(100%,rgba(30,30,153,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,30,153,0.5) 0%,rgba(24,36,159,0.8) 10%,rgba(20,40,163,1) 16%,rgba(0,62,186,1) 51%,rgba(20,40,164,1) 84%,rgba(24,36,160,0.8) 90%,rgba(30,30,153,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,30,153,0.5) 0%,rgba(24,36,159,0.8) 10%,rgba(20,40,163,1) 16%,rgba(0,62,186,1) 51%,rgba(20,40,164,1) 84%,rgba(24,36,160,0.8) 90%,rgba(30,30,153,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,30,153,0.5) 0%,rgba(24,36,159,0.8) 10%,rgba(20,40,163,1) 16%,rgba(0,62,186,1) 51%,rgba(20,40,164,1) 84%,rgba(24,36,160,0.8) 90%,rgba(30,30,153,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,30,153,0.5) 0%,rgba(24,36,159,0.8) 10%,rgba(20,40,163,1) 16%,rgba(0,62,186,1) 51%,rgba(20,40,164,1) 84%,rgba(24,36,160,0.8) 90%,rgba(30,30,153,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801e1e99', endColorstr='#801e1e99',GradientType=0 ); /* IE6-9 */
}

.accordion_toggle_active {
	/*background: url(images/accordion_toggle_active.jpg) no-repeat top right darkorange;*/
	/*background: darkorange;*/
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid white;
	
background: rgb(209,108,0); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(209,108,0,1) 0%, rgba(242,171,72,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(209,108,0,1)), color-stop(100%,rgba(242,171,72,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(209,108,0,1) 0%,rgba(242,171,72,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(209,108,0,1) 0%,rgba(242,171,72,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(209,108,0,1) 0%,rgba(242,171,72,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(209,108,0,1) 0%,rgba(242,171,72,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d16c00', endColorstr='#f2ab48',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.accordion_content {
	background-color:#f5f0dc;
	/*color: #444444;*/
	overflow: hidden;
}

.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

.accordion_toggle_game {
	display: block;
	height: 30px;
	width: 780px;
	/*background: url(images/bluebar2.gif) repeat-x center right #000080;*/
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-size:16px;
	color: #ffffff;
	font-weight: normal;
	font-family:"trebuchet ms",tahoma, arial;
	text-decoration: none;
	outline: none;
	/*font-size: 12px;*/
	color: #ffffff;
	border-bottom: 1px solid white;
	cursor: pointer;
	margin: 0 0 0 0;
	
	background: -moz-linear-gradient(top, rgba(30,30,153,0.5) 0%, rgba(24,36,159,0.8) 10%, rgba(20,40,163,1) 16%, rgba(0,62,186,1) 51%, rgba(20,40,164,1) 84%, rgba(24,36,160,0.8) 90%, rgba(30,30,153,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,153,0.5)), color-stop(10%,rgba(24,36,159,0.8)), color-stop(16%,rgba(20,40,163,1)), color-stop(51%,rgba(0,62,186,1)), color-stop(84%,rgba(20,40,164,1)), color-stop(90%,rgba(24,36,160,0.8)), color-stop(100%,rgba(30,30,153,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,30,153,0.5) 0%,rgba(24,36,159,0.8) 10%,rgba(20,40,163,1) 16%,rgba(0,62,186,1) 51%,rgba(20,40,164,1) 84%,rgba(24,36,160,0.8) 90%,rgba(30,30,153,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,30,153,0.5) 0%,rgba(24,36,159,0.8) 10%,rgba(20,40,163,1) 16%,rgba(0,62,186,1) 51%,rgba(20,40,164,1) 84%,rgba(24,36,160,0.8) 90%,rgba(30,30,153,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,30,153,0.5) 0%,rgba(24,36,159,0.8) 10%,rgba(20,40,163,1) 16%,rgba(0,62,186,1) 51%,rgba(20,40,164,1) 84%,rgba(24,36,160,0.8) 90%,rgba(30,30,153,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,30,153,0.5) 0%,rgba(24,36,159,0.8) 10%,rgba(20,40,163,1) 16%,rgba(0,62,186,1) 51%,rgba(20,40,164,1) 84%,rgba(24,36,160,0.8) 90%,rgba(30,30,153,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801e1e99', endColorstr='#801e1e99',GradientType=0 ); /* IE6-9 */
}

.accordion_toggle_active_game {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right darkorange;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.accordion_content_game {
	/*background-color:#f0f8ff;*/
	background-color:#e6eaf0;
	/*color: #444444;*/
	overflow: hidden;
	/*padding-top:20px;
	padding_bottom:30px;*/
}




.bighead2{
	background-color:navy;
	background:url(thbg2.jpg);
	color:white;
	/*padding-left:3px;
	padding-right:3px;*/
	margin:0;
	font-size:20px;
}

div.infobox{
	margin:20px;
	border:4px double navy;
	background-color:#f5f5f0;
	-moz-opacity:0.85;filter:alpha(opacity=85);
	/*border:4px double darkorange;
	background-color:navy;
	color:white;*/
	padding:10px;
	width:400px;
	}

td.subhead{
	font-weight:bold;
	text-align:left;
	}

/*
#loading {
 z-index: 100;
 position: absolute;
 top: 40%;
 left: 40%;
 background-image: url("ajax-loader.gif");
 background-repeat: no-repeat;
 background-position: 5px;
 background-color: white;
 padding-left: 25px;
 padding-top: 8px;
 border-style: double;
 border-color: #c0c0c0;
 width: 120px;
 height: 30px;
 font-size: 1.5em;
 font-weight: bolder;
}*/

#loading {
 z-index: 100;
 position: absolute;		/* ribbon is 900w X 150h */
 top: 50px;
 left: 340px;
 margin:auto;
 background-image: url("ajax-loader.gif");
 background-repeat: no-repeat;
 background-position: bottom;
 /*padding-left: 25px;
 padding-top: 8px;*/
 /*border-style: double;
 border-color: #c0c0c0;*/
 width: 222px;
 height: 40px;
 font-size: 1.5em;
 font-weight: bolder;
 color:white;
}


table.coaches{
	width:600px;
	margin:0px 20px 30px;
	}
table.coaches2010{
	width:750px;
	margin:0px 20px 60px;
	}
div.coaches{
	width:500px;
	margin:0px 20px 30px;
	}
table.coaches th{
	/*width:150px;*/
	}
th.coachhead{margin:0; font-size:20px; width:356px;}

td.thcoach{
	width:340px;
	max-height:20px;
	height:20px !important;
	background:url(thbg2.jpg);
	color:white;
	padding-left:3px;
	padding-right:3px;
}
h3.coaches{
	margin-bottom:5px;
	}
th.pichead{margin:0; padding:3px; font-size:24px;}

.prezyr{
	font-weight:bold;
	background-color:#f5f0dc;
	padding-left:7px;
	padding-right:7px;
	font-family:"trebuchet ms",tahoma, arial;
	font-size:13px;
	border:1px solid #dcb;
	text-align:center;
}

.prezname{
	width:200px;
	background-color:#f5f5f0;
	padding-left:7px;
	padding-right:7px;
	font-family:"trebuchet ms",tahoma, arial;
	font-size:13px;
	border:1px solid #ddc;
	text-align:center;
}

.stripe{
	background-image:url('/images/stripe.gif');
	height:12px;
	margin:30px 40px 10px;
	width:800px;
	border:0px;
}
