html,body{
	margin:0;
	padding:0;
	background-color: #787860;
	color: #444;
}
body{
	font: 12px Helvetica,Arial,sans-serif;
	text-align:center;
}

table {
	text-align: left;
	margin-top: 6px;
	padding: 3px;
}

h1 {
	color: #444;
	text-align: left;
}

h2 {
	color: #444;
	text-align: left;
	font-size: 14px;
}


h3 {
	color: #444;
	text-align: left;
	font-size: 18px;
	margin-bottom: 0px;
}

h4 {
	color: #444;
	text-align: left;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

a:link {
	font-weight: bold;
	color: #308000; 
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #308000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #308000;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #308000;
	text-decoration: underline;
}


/* Advertisment Placeholders */
.banner_800x90 {
	width: 800px;
	height: 90px;
	padding: 0px;
	margin: 0px;
}

.box_200 {
	width: 240px;
	height: 400px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border:1px solid #ccc;
}

.ad_header {
	margin-bottom: 0px;
	font-size: 10px;
}

/* Custom Classes */
.container {
	width: 960px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #eee;
}

.header {
	width: 960px;
	height: 120px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

.footer {
	width: 960px;
	height: 80px;
	color: #444;
	background: #D8D8C0;
	margin-top: 40px;
	border-top: 25px solid #a8a890;
	padding-bottom: 40px;
}

/****** NAVIGATION ********************************************/
.navigation {
	text-align: center;
	width: 960px;
	height: 40px;
	line-height: 40px;
	border-bottom: 4px solid #A8A890;
	background: #909078;
	z-index:9999999;
}

.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #FFF;
}


.navigation li {
	float: left;
	width: 9em;
}


.navigation li ul {
	position: absolute;
	width: 9em;
	left: -999em;
	line-height: 2.2em;
	border: 4px solid #A8A890;
	background: #909078;
}

.navigation li:hover ul, .navigation li.sfhover ul {
	left: auto;
}

.navigation li ul ul {
	margin: -2.5em 0 0 9em;
}

.navigation li:hover ul ul, .navigation li.sfhover ul ul {
	left: -999em;
}

.navigation li:hover ul, .navigation li li:hover ul, .navigation li.sfhover ul, .navigation li li.sfhover ul {
	left: auto;
}

.navigation li:hover, .navigation li.sfhover {
    position: static;
}

.navigation a:link {
	color: #FFF; 
	text-decoration: none; 
	display:block;
}

.navigation a:visited {
	color: #FFF;
	text-decoration: none;
	display:block;
}

.navigation a:hover {
	color: #FFF;
	background: #A8A890;
	text-decoration: none;
	display:block;
}

.navigation a:active {
	color: #FFF;
	background: #A8A890;
	text-decoration: none;
	display:block;
} 
/*********************************************************/



/******* RATINGS ***********/

.rating_comments {
	margin-top: 20px;	
}
/***************************/



/******** ROSTER **********************************/
.addPlayerFormDiv {
	color: #444;
	font-weight: bold;
	margin-left: 0px;
	background: #A8A890;
	padding: 10px;
}

.rosterNumbersContainer {
	float:left;
}

.rosterNumberFloat {
	float:left;
	width: 65px;
}

.rosterNamesContainer {
	float:left;
	margin-left: 20px;
}

.rosterNamesFloat {
	float:left;
	width: 140px;
	margin-right: 20px;
}

.rosterSelectBoxesContainer {
	float:left;
	margin-top: 12px;
}

.rosterSelectFloat {
	float:left;
	width: 150px;
}

.rosterSelectFloat span {
	display:block;
	font-size: 10px;
	color: #666;
}

.opponentSelectFloat {
	float:left;
	width: 200px;
}

.timeSelectFloat {
	float:left;
	width: 240px;
}

.timeSelectFloat select {
	display: inline;
}

.rosterSelectFloat select {
	margin-top: 6px;
}

.rosterButtonsContainer {
	float:left;
	width: 160px;
	margin-left: 20px;
}

.rosterButtonsContainer button {
	margin-top: 30px;
}


.input_Roster_Number {
	text-align: center;
	width: 30px;
	border: 1px solid #444;
	background: #fff;
	margin-right: 20px;
	margin-top: 6px;
}

.input_Roster_Name {
	width:140px;
	border: 1px solid #444;
	background: #fff;
	margin-top: 6px;
}
/********************************************************/

.input_News_Title {
	width: 350px;
	border: 1px solid #444;
	background: #fff;
	margin-top: 6px;
}

.input_News_Body {
	font: 12px Helvetica,Arial,sans-serif;
	width: 350px;
	height: 150px;
	border: 1px solid #444;
	background: #fff;
	margin-top: 6px;
}

.dateInputFloat {
	float: left;
	width: 200px;
}


.content {
	width: 940px;
	margin: 10px;
}

.leftContent {
	text-align: left;
	float: left;
	width: 620px;
	padding: 0px;
	margin: 0px;
}

.rightContent {
	float: left;
	width: 300px;
	padding: 0px;
	margin-left: 20px;
}

.tableHeader {
	background: #A8A890;
}

.schoolRowDark {
	/*color: #fff;*/
	background: #A8A890;
}

.infoBox {
	text-align: left;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	background: #D8D8C0;
	color: #444;
}

.infoBoxRounded520 {
	width: 620px;
	height: 5px;
	background-image: url("../images/620_Bar.gif");
	background-repeat: no-repeat;
}

.infoBoxRoundedBottom520 {
	width: 620px;
	height: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url("../images/620_Bottom_Bar.gif");
	background-repeat: no-repeat;
}

.infoBoxRounded220 {
	width: 300px;
	height: 5px;
	background-image: url("../images/300_Bar.gif");
	background-repeat: no-repeat;
}

.infoBoxRoundedBottom220 {
	width: 300px;
	height: 5px;
	margin-top:0px;
	margin-bottom: 20px;
	background-image: url("../images/300_Bottom_Bar.gif");
	background-repeat: no-repeat;
}

.infoBoxHeader {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	height: 20px;
	background: #787860;
	padding-left: 10px;
	color: #eee;
}

.infoBoxHeader span {
	float:right;
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
	color: #eee;
}

.infoBox p {
	width: auto;
	height: auto;
	padding: 0px 10px 0px 10px;
	color: #444;
	text-align: left;
}

.infoBoxContent {
	width: auto;
	height: auto;
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	color: #444;
	text-align: left;
}

.infoBoxFloat {
	float:left;
	width: 245px;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: left;
}

.infoBoxLine {
	margin-left: 10px;
	margin-bottom: 10px;
	height: 0px;
	width: 500px;
	border-bottom: 1px solid #aaa;
}

.infoBoxFloat ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.infoBoxFloat li {
	padding: 0;
}

.sortListFloat {
	float:right;
	font-size: 12px;
	font-weight: normal;
}

.actionFloat {
	line-height: 20px;
	float:left;
	text-align: center;
	background: #fff;
	width: 165px;
	height: 165px;
	padding: 10px 5px 0px 5px;
	margin-top: 10px;
	margin-left: 50px;
}

.detailsFloat {
	float:left;
	text-align: center;
	background: #fff;
	width: 100px;
	height: 100px;
	padding: 10px 5px 0px 5px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
}

.leagueOverall {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.recordPoints {
	font-weight: bold;
}

.listedItems {
	list-style:none;
	line-height: 1.75em;
	margin-left: 22px;
	padding: 0px;
}

.listedItems ul {
	padding: 0px;
	margin-left:0px;
	list-style:circle;
}

.listedItems ul li {
	padding: 0px;
	margin-left:13px;
}

div#messageBox {
	font-size: 12px;
	font-weight: bold;
}

.success {
	font-weight: bold;
	color: #005e01;
}

.error {
	font-weight: bold;
	color: #cc0000;
}

.clearDiv {
	clear:both;
}





