body {
	background: url(../../images/background3.png) top right no-repeat #FFF fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* possible color scheme */
.base-b { background-color: #70A6E0; }
.base-f { color: #70A6E0; }
.light1-b { background-color: #D8E7F7; }
.light1-f { color: #D8E7F7; }
.light2-b { background-color: #B4D0F0; }
.light2-f { color: #B4D0F0; }
.mid1-b { background-color: #AFBBC8; }
.mid1-f { color: #AFBBC8; }
.mid2-b { background-color: #8499B0; }
.mid2-f { color: #8499B0; }
.dark1-b { background-color: #647B96; }
.dark1-f { color: #647B96; }
.dark2-b { background-color: #323E4B; }
.dark2-f { color: #323E4B; }

/* flag active value (often for team ownership) */
.active {
	font-weight:bold;
}

th {
	color: #323E4B;
}

abbr {
	border-bottom: medium none;
}

div.line {
	height: 1px;
	font-size: 1px;
	width: 100%;
	border: 0 solid;
	border-top: 1px solid #8499B0;
	background-color: transparent;
	clear: both;
	margin-top: 3px;
}

div#footerbox {
	width:100%;
	height: 16px;
	border: 1px solid #8499B0;
	background-color: #D8E7F7;
	margin-top: 4px;
}

div#nav {
	/* position and z-index prevent overlap of main and submenus */
	position: relative;
	z-index: 30;
	font-family: Tahoma, Verdana, sans-serif;
	float: left;
	background: #FFF;
	border: 1px solid #8499B0;
	width: 100%;
	margin: -1px 0 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #AFBBC8;
	border-width: 0 1px;
}
div#nav ul.level1 {
	margin-left: -1px;
	margin-right: -1px;
}
div#nav li {
	font-size: 8pt;
	position: relative;
	float: left;
	width: 10em;
	list-style: none;
	margin: 0px;
	margin-bottom: -1px;
/*	line-height: 1em; */
}
div#nav li:hover {
	background-color: #B4D0F0;
}
div#nav li.submenu {
	background: url(../../images/dropmenu.gif) 95% 50% no-repeat;
}
div#nav li.submenu li.submenu {
	background: url(../../images/submenu.gif) 95% 50% no-repeat;
}
div#nav li.submenu:hover {
	background-color: #D8E7F7;
}
div#nav li.submenu li.submenu:hover {
	background-color: #D8E7F7;
}
div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 100%; /* for IE 5 */
	voice-family: "\"}\""; voice-family: inherit; /* box model hack */
	width: 7.5em; /* for IE 6 */
}
div#nav>ul a { width: auto; /* for everyone else */ }
div#nav ul ul {
	position: absolute;
	width: 10em;
	display: none;
}
div#nav ul ul li {
	border-bottom: 1px solid #AFBBC8;
}
div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
}
div#nav ul.level2 {
	left: -1px;
}
div#nav ul.level3 {
	top: -1px; 
	left: 10em;
	border-top: 1px solid #AFBBC8;
}
div#nav li.submenu ul {
	margin-top: 0;
}


div#subnav {
	font-family: Tahoma, Verdana, sans-serif;
	float: left;
/*	border: 1px solid #8499B0; 
	width: 100%; */
	margin: -1px 0 0 0;
}
div#subnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #AFBBC8;
	border-width: 0 1px;
}
div#subnav ul.level1 {
	margin-left: -1px;
	margin-right: -1px;
}
div#subnav li {
	font-size: 8pt;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding: 1px 3px 1px 3px;
	list-style: none;
	margin-bottom: -1px;
}
div#subnav li#caption {
	padding-left: 0px;
	margin-left: 0px;
}
div#subnav li:hover {
	background-color: #B4D0F0;
}
div#subnav li#caption:hover {
	background-color: inherit;
}
div#subnav li a:hover {
	text-decoration: none;
}

/* end new menu section */

/* I can't make this work for the body tag. 
	Looks like <table> won't inherit this property.
*/
body,table {
	font-size: 10pt;
}

a, a:visited, a:active {
	text-decoration : none;
	color: #259;
/*	font-weight : bold; */
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #323E4B;
}

h1#league-title {
	margin-bottom: 0;
	display:inline;
	position: relative;
	bottom: -9px;
	font-size: 16pt;
	color: #259;
}

h2#page-title {
	padding-top: .4em;
	font-size: 18pt;
}

.bigger {
	font : 24px Verdana, Arial, Helvetica, sans-serif;
}

.big {
	font : 18px Verdana, Arial, Helvetica, sans-serif;
}


.small {
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.bold {
	font-weight : bold;
}

.headline {
	font-family: Verdana,Arial, sans-serif;
	font-size: 24px;
	color: black;
	font-weight: bold;
}

.red {
	color: red
}

.white {
	color: white
}

.dark {
	color: #236;
	font-weight : bold;
}

.grey {
	color: #777777
}

.alert {
	font-size: 18px;
	color: red;
	font-weight: bold;
}

.success {
	font-size: 18px;
	color: #384;
	font-weight: bold;
}

.altline {
	background-color: #dddddd;
}

.darkline {
	background-color: #236;
}

.header {
	text-decoration: none;
}

table.alldraft {
	border-collapse: collapse;
}

table.alldraft td, table.alldraft th {
	border: 1px solid #000;
	padding-left: 4px;
	padding-right: 4px;
}

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

td.droplink {
	font-size:x-small;
}

td.droplink a, td.droplink a:visited {
	color: #F00;
	border-left: 1px solid #F00;
	border-right: 1px solid #F00;
	padding-left: 3px;
	padding-right: 4px;
}

td.droplink a:hover {
	text-decoration: none;
	border: 1px solid #F00;
}

.alth3 h3 {
	margin-bottom:0px;
	margin-top:0px;
	padding:3px 8px 3px 8px;
	font-size: 12pt;
}

table.matchup {
	width: 90%;
	max-width: 770px;
}

table.matchup th {
	background-color: #CCC;
}

table.matchup th.top {
	background-color: #FFF;
}

table.matchup td {
	text-align:center;
}

table.matchup td.pname {
	text-align: left;
	padding-left: 1em;
}

table.stattable {

}

table.stattable th {
	background-color: #CCC;
	vertical-align: middle;
}

table.stattable th.vborder {
	width:1px;
}

table.stattable td {
	text-align: right;
	padding-right: 5px;
}

.current {
	color: #323E4B !important; 
	font-weight: bold;
}

.oddrow {
	background-color: transparent;
}

.evenrow {
	background-color: #D8E7F7;
}

.teamrow {
	background-color: yellow;
}

.clinchedDivision {
	background-color: yellow;
}

.clinchedPlayoff {
	background-color: orange;
}

.mayClinch {
	background-color: red;
}

span#motto {
	font-style: italic;
}
span#motto:before {	content: open-quote;	}
span#motto:after {	content: close-quote;	}


/* adding generic table styles */
table#ffl-table {
	/* width: 100%; */
	max-width: 400px;
	margin-top: 1em;
	border-collapse: collapse;
	border: 1px solid #B4D0F0;
}

table#ffl-table td, th {
	padding: 3px 5px 3px 5px;
}

table#ffl-table th {
	text-align: left;
	background-color: #B4D0F0;
}

table#ffl-table th#table-title {
	font-size: larger;
	text-align: center;
	background-color: #fff;
	color: #259;
}

table#ffl-table tfoot th.record {
	background-color: transparent;
}

table#ffl-table tfoot tr {
	border-bottom: 1px solid #B4D0F0;
}

table#ffl-table td {
	white-space: nowrap;
}

