@charset "utf-8";

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

td {padding:0px 2px 0px 2px }

.sched {
	font-size: 12px;

}
.schedRed {
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}
.caution {
	font-size: 18px;
	color:#FF0000;
	text-decoration: underline;
}
.month {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.day {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
.teams {
	font-size: 14px;
	color: #000000;
}

/*
.hoverTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	/* Define the hover highlight color for the table row */
/*
.hoverTable td:hover {
     background-color: #ffff99;
    }
*/	
		
.hoverMenu a{
	font-size: 14px;
	background-color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	}		
.hoverMenu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.hoverMenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
}

.hoverRoster {
color:#FFFFFF;
}
		
.hoverRoster a{
	font-size: 14px;
	background-color: #990000;
	display: block;
	}		
.hoverRoster a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.hoverRoster a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
}


.button {
	height:15px;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	
}
.button a:link {
	text-decoration: none;
	color: #000000;
	background-color: #B1C3D9;
	font-weight: lighter;
	font-size: 14px;
	border-radius:2px;
	box-shadow: 2px 2px 2px #888888;
	padding: 2px 2px 2px 2px;
	margin-right:5px;
}
.button a:hover {
	color: #666666;
	background-color: #F0F0F0;
}
.button a:visited {

	color: #000000;

}
.submenu {
	font-size: 12px;
	height: 15px;
	background-color: #EFEFEF;

}
.submenu a:link {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	display:block;
}
.submenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
	display: block;
}
.submenu a:visited {
	text-decoration: none;
	color: #000000;
}
.menuRed {
	color: #FF0000;
}
.menuWhite {
	color: #FFFFFF;
}
/*
.over {
	background-color: #333333;
}
*/

#header{
	position:relative;
	height:150px;
	width:1280px;
	left:50%;
	margin-left:-640px;
}

#mainmenu{
	position:fixed;
	background-color: #FFFFFF;
	width:100%;	/*make bg hid scroll*/
	top:0px;
	padding-bottom: 5px;
	overflow:auto;
	z-index:1;
}
#content{
	position:relative;
	margin:auto;
	width:1280px;

	top:200px;
	z-index:0;
}
.footer{
position: absolute;
    bottom: 0;
    right: 0;
}

/* schedule css */

#schedMenu{
	position:fixed;
	top:190px;
	left:50%;
	margin-left:-640px;
	width:800px;
	background-color: #FFFFFF;
	padding: 15px 5px 5px 5px;
	z-index: 2;
	border-bottom: 5px;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
}
#schedDiv{
	position:relative;
	top:80px;
	left:50%;
	width:800px;
	margin-left:-640px;
	padding: 15px 5px 5px 5px;

	background-color: #FFFFFF;
	overflow: auto;
	margin-bottom: 50px;
}


#calDiv {
	position:fixed;
	left: 760px;
	top:200px;
	width:300px;
	height:400px;
	z-index:5;
	overflow:auto;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}


#addDiv {
	position:fixed;
	left: 30px;
	top:100px;
	width:530px;
	height:135px;
	z-index:5;
	background-color: #F0F0F0;
}
#editDiv {
	position:fixed;
	left: 15px;
	top:10px;
	/*width:200px;
	height:600px;*/
	z-index:5;
	background-color: #00CC66;
}
#swapDiv {
	position:fixed;
	left: 300px;
	top:200px;
	width:400px;
	height:75px;
	z-index:5;
	background-color: #FFFF99;
}
/* end schedule css*/

#champs {	
	position:absolute;
	width:420px;
	height:415px;
	z-index:1;
	left: 550px;
	top: 100px;
}

#minutesmenu{
	position:fixed;
	top:200px;
	width:250px;
	height:400px;
	overflow:auto;
}
#minutes{
	position:relative;
	top: 0px;
	width:930px;
	left:320px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#minuteshome{
	position:relative;
	width:500px;
	top:50px;
	left: 150px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: double;
	border-bottom-style: double;
	padding: 0px 0px 10px;
	font-size: 14px;
}

#bgimage{
	position: fixed;
	top:0px;
	margin-top: -20px;
}
#news{
	position: relative;
	width:720px;
	top:10px;
	left:10px;
	background-color: #F8F8F8;
	padding: 5px 5px 5px 5px;
	z-index:1;
}
.standings{
	background-color: #FFFFFF;
	padding: 15px 15px 15px 15px;
	margin: 15px 15px 15px 15px;
	border: solid gray 2px;
	border-radius:25px;
	box-shadow: 10px 10px 5px #888888;
	overflow:auto;
}
#standingsfixed{
	width:450px;

	position:fixed;
	top:220px;
	left:50%;
	margin-left:180px;
}
#standingsabs{
	width:475px;
	position:absolute;
	top:10px;
	left:750px;	
}
#editteam{
	position:absolute;
	left:250px;
	top:0px;
	width:265px;
	height:265px;
	z-index:5;
	background-color: #F9F9F9;
}

.stats{
	position: relative;
	top:10px;
	left: 50%;
	width:400px;
	margin-left:-700px;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#stats{
	position:relative;
	left:200px;
}

#login{
	position:relative;
	top:0px;
	left:0px;
}

.awards{
	background-color: #DFD5AC;
}

#adminmenuDiv {
	position:fixed;
	left: 300px;
	top:0px;
	width:700px;
	z-index:2;
}

#refschedDiv{
	position:relative;
	left:10px;
	top:0px;
	width:620px;
	height:500px;
	z-index:2;
	background-color: #FFFFFF;

}
