/* The Following Items are UNIQUE to this particular POOL and the values for colors and bgcolors are to be modified if necessary */
.navtitle {
	background-color:#FFC433;
	color: #000066;
	display: block;
	height: 2em;
	width:121px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ********************************************************************************** */

#commandmenu {
/*	float: left;*/
	width: 120px;  
	padding-top: 10px;
	font: bold 100% Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ulLeftNav {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#ulLeftNav a:link,#ulLeftNav a:visited, #ulLeftNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #111B59;
	background-image: url("../images/nav_blankpeek.gif");
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 30px;
	width: 80px;
	text-align: left;
	/*text-indent: 40px;*/
	padding-left: 40px;
	border: thin solid #000000;
	margin: 1px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration:none;
}

#ulLeftNav a.current:link, #ulLeftNav a.current:visited, #ulLeftNav a:hover  {
	background-color:#FFC433;
	background-image: url("../images/nav_filled.gif");
	background-repeat: no-repeat;
	color: #000066;
}


 #ulLeftNav a.currentAdminEveryday:link, #ulLeftNav a.currentAdminEveryday:visited, #ulLeftNav a.currentAdminEveryday:hover  {
	background-color:#599EBF;
	background-image: url("../images/nav_filled.gif");
	background-repeat: no-repeat;
	color: black;
}


 #ulLeftNav a.currentAdminWeekly:link, #ulLeftNav a.currentAdminWeekly:visited, #ulLeftNav a.currentAdminWeekly:hover  {
	background-color:#599EBF;
	background-image: url("../images/nav_filled.gif");
	background-repeat: no-repeat;
	color: black;
}

#ulLeftNav .adminEveryday {
	background-color:#FF9966;
}

#ulLeftNav .adminWeekly {
	background-color:#FF9966;
}

/*  Sample CSS using just <a href.. code rather than lists for menues
#nflmenu {width:140px; margin:1px 15px;}
#nflmenu a, #nflmenu a:visited {display:block; width:100%; height:30px; line-height:20px; text-decoration:none; color:#000; background:url(../images/nav_blankpeek-nfl.gif); background-repeat:no-repeat;  border:1px solid #000;}
#nflmenu a span {padding-left:40px;}
#nflmenu a:hover {display:block; width:100%; height:30px; cursor:pointer; text-decoration:none; color:#c00; background:url(../images/nav_filled-nfl.gif); background-repeat:no-repeat;}

*/
#pageheading {
	/*	float: left;*/
/*	width: 715px;*/
	padding-top: 10px;
	font: Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/pagebanner_ncaa08_715w.png);
	background-repeat: no-repeat;
	display: block;
	height: 109px;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.selectionrow {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#pageleftright {
	align: center;
	width: auto;
	font: Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.lowheat {
	background-image: url(../images/lowheat.gif);
	background-repeat: repeat;
}
.medheat {
	background-image: url(../images/medheat.gif);
	background-repeat: repeat;
}
.highheat {
	background-image: url(../images/highheat.gif);
	background-repeat: repeat;
}
	
.table_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #004079;
}

.gamewin {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #009900;
}
.gameloss {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
	text-decoration: line-through;
}
.gamenone {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.results_none {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.results_db {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.results_feedboth {
	background-color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
}
.results_feedone {
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
}
.selected_game {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #FFDE05;
}
.recommended_game {
	font-weight: normal;
	color: #000000;
	background-color: #FFFABF;
}

.autopick_ON {
	background-color:#CCFFCC;
	border:thin solid #FFFFFF;
	color:#333333;
	display:block;
	width:55em;
	}
	
.autopick_OFF {
	background-color:#C0C0C0;
	border:thin solid #FFFFFF;
	color:#333333;
	display:block;
	width:55em;
	}
