body {
	margin: 1em;
	background: #fff url("../img/body-bg.gif") repeat-x;
	font-family: Verdana;
}
/* links */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}
a.sel {
	color: #cc0000;
}
a.disabled {
	color: #aaa;
}
/* html tags */
h3 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}
/* message text */
div#message {
	background-color: #ffc;
	margin: 0 0 1em 0;
	padding: 0.2em;
}
/* header frame */
#container {
	width: 750px;
	margin: 0 auto; 
}
/* header menu */
#menu {
	margin-bottom: .25em;
	background: transparent url("../img/header-bg.gif") bottom left repeat-x; 
	position: relative;
	height: 4.50em;
	padding: 15px 0;
	font-size: 0.70em;
	width: 100%;
}
#menu h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
#menu h1 a {
	display: block;
	width: 280px;
	height: 50px;
	background: transparent;
	text-decoration: none;
}
#menu ul {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
}
#menu li {
	float: right;
	background: transparent url("../img/header-tab.gif") 100% -600px no-repeat;
	padding: 0 6px 0 0;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #515358;
}
#menu ul a {
	float: left;
	display: block;
	padding: 3px 3px 3px 9px;
	background: transparent url("../img/header-tab.gif") 0% -600px no-repeat;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu ul li:hover a { background-position: 0% -400px; }
#menu ul li:hover { background-position: 100% -400px; }

/* header search form */
#menu form {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 20px 0 0;
	margin: 0; /* need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
}
#menu form label {
	color: #333; 
}
#menu form #submit {
	font-size: 85%;
	background: #6A7389;
	color: #fff;
	padding: 1px 4px;
	border-right: 1px solid #283043;
	border-bottom: 1px solid #283043;
	border-top: 1px solid #9097A2;
	border-left: 1px solid #9097A2;
}
#menu form #sp {
	width: 170px;
	border:	1px solid #9097A2;
	background: #D9DBE1;
	padding: 0px 2px 0px 2px;
}
#menu form #sp:hover, #menu form #sp:focus {
	background: #fff;
}
/* menu tabs */
#container.sectionPlayers li#menu_players a,
#container.sectionSeasons li#menu_seasons a,
#container.sectionCareer li#menu_career a,
#container.sectionGoalies li#menu_goalies a,
#container.sectionEfficiency li#menu_efficiency a,
#container.sectionRookie li#menu_rookie a,
#container.sectionTeams li#menu_teams a,
#container.sectionDraft li#menu_draft a {
	background-position: 0% -200px;
	color: #039;
}	
#container.sectionPlayers li#menu_players,
#container.sectionSeasons li#menu_seasons,
#container.sectionCareer li#menu_career,
#container.sectionGoalies li#menu_goalies,
#container.sectionEfficiency li#menu_efficiency,
#container.sectionRookie li#menu_rookie,
#container.sectionTeams li#menu_teams,
#container.sectionDraft li#menu_draft {
	background-position: 100% -200px;
	border-bottom: 1px solid #fff;
}	
#container.sectionPlayers li#menu_players:hover,
#container.sectionSeasons li#menu_seasons:hover,
#container.sectionCareer li#menu_career:hover,
#container.sectionGoalies li#menu_goalies:hover,
#container.sectionEfficiency li#menu_efficiency:hover,
#container.sectionRookie li#menu_rookie:hover,
#container.sectionTeams li#menu_teams:hover,
#container.sectionDraft li#menu_draft:hover {
	background-position: 100% 0%;
}	
#container.sectionPlayers li#menu_players:hover a,
#container.sectionSeasons li#menu_seasons:hover a,
#container.sectionCareer li#menu_career:hover a,
#container.sectionGoalies li#menu_goalies:hover a,
#container.sectionEfficiency li#menu_efficiency:hover a,
#container.sectionRookie li#menu_rookie:hover a,
#container.sectionTeams li#menu_teams:hover a,
#container.sectionDraft li#menu_draft:hover a {
	background-position: 0% 0%;
	color: #333;
}
/* latest update & flash */
#latestinfo {
	clear: both;
}
#dataupdate {
	float: right;
	font-size: 0.70em; 
	color: #000;
}
/* submenu */
div.submenu {
	margin: 0;
	width: auto;
	height: 23px;
	border-top: solid 1px #819cb1;
	border-bottom: solid 1px #819cb1;
}
div.submenu ul {
	background-color: #39c;
	border-top: solid 1px #a3d8fa;
	border-bottom: solid 1px #a3d8fa;
	height: 21px;
	margin: 0;
}
div.submenu ul li {
	list-style: none;
	float: right;
}
div.submenu ul li a {
	font: bold 11px Verdana;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 10px;
}
div.submenu ul li.sel a, div.submenu ul li a:hover, div.submenu ul li a:active {
	background: #069 url("../img/submenuSel.gif") no-repeat 50% 100%;
	color: #fff;
}
/* content and advertisements */
#frames {
	clear: both;
	width: 910px;
	
}
/* advertisements */
#advertisements {
	float: right; 
	width: 140px;
	padding-top: 0.9em;
}
/* content frame */
#content {
	width: 750px; /* 630 */
	font-size: 0.8em;
	float: left;
}
/* title of page */
#content h4 {
	margin: 0 0 2px 0;
	font-size: 0.9em; 
	font-weight: bold;
	color: #414f6e;
	border-bottom: solid 1px #ccc;
}
#filterframe, #seasonselectmain {
	border-top: dashed 1px #ccc;
	padding-left: 2px;
}
#filterframe.alert {
	background: transparent url("../img/filter-alert.gif") no-repeat 99% 50%;
}
div.hidemenu {
	font-size: 0.85em;
	padding: 0 0 0.2em 0;
}
/* hidemenu */
ul.hidemenu {
	width: auto;
	margin: 0;
	padding: 0.2em 0 0 0;
	list-style: none;
}
ul.hidemenu li {
	background: transparent url("../img/minus.gif") no-repeat left;
}
ul.hidemenu li.hide {
	background: transparent url("../img/plus.gif") no-repeat left;
}
ul.hidemenu li a {
	padding: 0 0 0 13px;
}
/* hidemenu filter optionlist */
ul.filteroptions {
	width: auto;
	margin: 0 0 0 13px;
	padding: 0;
	list-style: none;
}
ul.filteroptions li {
	background: transparent url("../img/filter-no.gif") no-repeat left;
	display: inline;
}
ul.filteroptions li.sel {
	background: transparent url("../img/filter-yes.gif") no-repeat left;
} 
ul.filteroptions li.header {
	background: none;
	font-weight: bold;
}
ul.filteroptions li a {
	padding: 0 0 0 16px;
}
/* seasonselect */
#seasonselectmain {
	padding: 2px;
}
div#seasonselect {
	padding: 2px; 
	display: block; 
	clear: both;
	font-size: 0.85em; 
	display: block;
}
div#seasonselect a {
	padding: 1px 5px 1px 5px; 
	white-space: nowrap; 
	display: inline; 
	float: left; 
}
/* datatable */
table.datatable {
	border: 0;
	margin: 0 0 10px 0;
	width: 100%;
}
table.datatable tr {
	background-color: #f6f6f6;
}
table.datatable tr.total 
{
	background-color: #e5e5e5;
}
table.datatable th 
{
	border-left: solid 1px #f6f6f6;
	border-top: solid 1px #f6f6f6;
	border-right: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
	background-color: #cbcbcb;
	font-weight: normal;
}
table.datatable td 
{
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0 4px 0 4px;
}
table.datatable tr.activeplr 
{
	background-color: #e6e6e6;
}
table.datatable td.rnkUp {
	background-image: url(../img/rnkup.gif);
}

table.datatable td.rnkDown {
	background-image: url(../img/rnkdown.gif);
}
col.sel, td.sel {
	background-image: url(../img/sortedcol.gif);
}
table.datatable th a
{
	background-color: #ccc;
	padding: 0px 4px 0px 4px;
	display: block;
	text-decoration: none;
}
table.datatable th a:hover 
{
	background-color: #e5e5e5;
}
table.datatable th.bigheader {
	border: 0;
	background-color: #fff;
	padding: 15px 0 5px 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}
/* paging control */
#paging {
	text-align: right;
}
/* player vitals */
div#playerinfo {
	margin-bottom: 1.5em;
	clear: left;
}
div#playerinfo img {
	padding: 5px 10px 10px 0;
	width: 79px;
	height: 104px;
}
div#playerinfo strong {
	margin: 0 0.5em 0 0.5em;
}
/* ahl link */
div#ahllink {
	margin-top: 0.5em;
	padding: 2px 0 2px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
/* footer */
#footer {
	font-size: 0.85em;
	color: #666;
	width: 64%;
	margin: 1em 0 2em 0;
	float: left;
}
#settingsLink {
	font-size: 0.85em;
	width: 35%;
	margin: 1em 0 2em 0;
	float: right;
	text-align: right;
}
#settingsLink a {
	color: #666;
}
#settingsLink a:hover {
	color: #cc0000;
}
div.hidead {
	display: none;
}
/* team logo */
div#teamlogo {
	clear: both; 
	width: 100%; 
	height: 80px; 
	padding: 5px;
}
div#teamlogo h2 
{
	padding: 0 0 0 4.5em;
	font-size: 1.6em;
	margin: 1.4em 0 0 0;
}

/* loader */
div#loaderStatusShade {
	background: #bbb;
	position: absolute;
	display: block;
	margin: 0;
	z-index: 101;
	height: 1000%;
	width: 97%;
/*	filter: alpha(opacity=20); */
	-moz-opacity: 0.20;
}
div#loaderStatusDiv {
	position: absolute;
	border: solid 1px #ccc;
/*	background: #fff url("../img/loading.gif") no-repeat 75% 50%; */
	background-color: #fff;
	display: block;
	z-index: 102;
	width: 150px;
	padding: 1em;
	font-size: 0.85em;
	text-align: center;
	margin-top: 25px;
	-moz-border-radius: 1em;
}
/* feedback form */
#feedback-form { 
	clear: both; 
	margin-right: 1em; 
	margin-top: 3em; 
}
#feedback-form form { 
	background-color: #EEE; 
	padding: 1em 2em; 
	-moz-border-radius: 1em; 
}
#feedback-form form fieldset { 
	border: none; 
	margin: 0; 
	padding: 0; 
	width: 65%; 
}
#feedback-form form fieldset label { 
	clear: both; 
	display: block; 
	margin-bottom: 0.5em; 
}
#feedback-form form label span { 
	display: none; 
}
#feedback-form form fieldset.fields textarea { 
	width: 100%; 
}
#feedback-form form fieldset.buttons { 
	padding-top: 0.5em; 
	text-align: right; 
}
#sent-feedback div dd { 
	font-style: italic; 
}
/* search highlight */
.hilight { background-color: #ff9; }

#f-nhlticker {
	font-size: 0.75em;
}