/**************************************************************************************************************************/
/* DOCUMENT STYLE */
/**************************************************************************************************************************/

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

body {

	/* body itself */
	background: url(/images/bg.gif);
	
}

div {

	-moz-box-sizing: content-box;
	box-sizing: content-box;

}

A IMG {
	border: 0px solid white;
}

/**************************************************************************************************************************/
/* MAIN LAYOUT */
/**************************************************************************************************************************/

div#whiteBorder {

	background: white;
	width: 808px;
	height: 100%;
	padding: 4px;

}

div#content {
	
	position: relative;
	text-align: left;
	background: white;
	border: 4px solid #010066;
	height: 100%;
	width: 800px;
	padding: 0px;
	margin: 0px;
	background: url("/images/content-bg.gif");
}

div#copyright {
	position: absolute;
	left: 4px;
	bottom: 4px;
	font-size: 9px;
	font-style: italic;
}

img#header {
	position: relative;
	z-index: 5;
}

/**************************************************************************************************************************/
/* LEFT NAVIGATION */
/**************************************************************************************************************************/

div#leftNav {

	position: absolute;
	height: 100%;
	width: 164px;
	top: 0px;
	left: 0px;
}

#leftNav div.leftNavLink {

	font-size: 13px;
	font-weight: bold;
	width: 160px;

	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 4px;

	cursor: pointer;

}

#leftNav div.leftNavHoverTriggerable {

}

#leftNav div.spacer {
	height: 15px;
}

#leftNav div.leftNavLinkHover {
	background: #CF9A33;
}

#leftNav div.leftNavLinkActive {
	background: #CF9A33;
}

#leftNav div#links {
	margin-top: 80px; 
}


#leftNav div.leftNavLink A {
	text-decoration: none;
	color: #010066;
}

div.leftNavSubContainer {
	display: none;
	padding-left: 4px;
	padding-right: 4px;
}

div.leftNavSubContainer div.leftNavSubLink,  #leftNav div.leftNavSubContainer div.leftNavSubLink A {
	font-size: 11px;
	color: #010066;
	text-decoration: none;
}

#leftNav div.leftNavSubContainer div.leftNavSubLink A:hover { 
	text-decoration: underline;
}

#leftNav div.leftNavSubContainer div.leftNavSubLinkActive A {
	text-decoration: underline;
}

div.leftSubNavHoverable {
	position: absolute ! important;
	background: #CF9A33;
	padding: 10px;
	width: 164px;
	z-index: 100;
}

/**************************************************************************************************************************/
/* MAIN CONTENT AREA */
/**************************************************************************************************************************/

div#mainContent {

	min-height: 500px;
	position: relative;
	text-align: left;
	margin-left: 186px;
	width: 608px;
	margin-bottom: 10px;
}

div#mainContent div#verticalSpacer {
	height: 500px;
	width: 1px;
	float: left;
}

#mainContent A {
	color: #CF0500;
	font-size: 12px;
	text-decoration: none;
}
#mainContent A:hover {
	text-decoration: underline;
}

#mainContent div.message {
	width: 90%;
	background: #E3CA87;
	border: 1px solid #CF0500;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContent div, #mainContent table tr td, #mainContent P, #mainContent blockquote {
	font-size: 12px;
}

#mainContent blockquote {
	margin-left: 15px;
}

table.alternatingRows {
	border-collapse: collapse;
}

table.alternatingRows tr td {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 8px;
	padding-right: 8px;
}

.row0 {
	background: #EEE;
}

.row1 {
	background: #CCC;
}

td.header {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #010066 ! important;
}

table.formTable tr td {
	vertical-align: top;
}

/**************************************************************************************************************************/
/* INPUT ELEMENTS */
/**************************************************************************************************************************/

input, textarea {
	font-size: 12px;
	padding: 2px;
	margin: 2px;
}

input.styled {
	border: 1px solid #010066;
}

select {
	font-size: 12px;
	border: 1px solid #010066;
}


/**************************************************************************************************************************/
/* CONTENT SPECIFICS */
/**************************************************************************************************************************/

div.sideNote {
	display: inline;
	font-size: 9px;
}

div.block {
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#fileManager input {
	font-size: 9px;
	padding: 0px;
}

textarea.mce {
	width: 500px; 
	height: 300px;
}

div.mce {
	width: 525px;
	height: 325px;
}

div.mceSimple {
	width: 400px;
	height: 200px;
}

textarea.mceSimple {
	width: 385px;
	height: 175px;
}

.inactive {
	color: #AAA;
}	

/* side by side layouts */


div.sideBySide div.block {
	padding: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	position: relative;
	width: 45%;
	border: 1px solid #010066;
	float: left;
}

/* used after floats to keep page flow going */
div.clearer {clear: left; line-height: 0; height: 0;}

div.sideBySide div.block h2 {
	margin: 0px;
	padding: 4px;
	background: #010066;
	color: white;
}

div.sideBySide div.block UL {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div.sideBySide div.block UL LI {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

div.sideBySide div.block UL LI.selected {
	background: #E3CA87 ! important;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

div.sideBySide div.block UL LI.invisible {
	margin: -5px;
	padding: 0px;
	line-height: 0px;
}

div.sideBySide div.block div.modify {
	float: right;
}

div.sideBySide div.block div.modify, div.sideBySide div.block div.modify A {
	font-size: 10px ! important;
}

div.sideBySide div.block UL LI.spacer {
	height: 10px;
}

/* schedule */
div#schedule {
	text-align: center;
	width: 100%;
}

div#schedule {
	text-align: left;
	margin-left: 4px;
}

div#schedule div.game {
	padding-left: 10px;
	padding-right: 10px;
}

div#schedule div.month {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

div#schedule div.highlights {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

div#schedule div.highlights div.header{
	font-weight: bold;
	display: block;
}

div#schedule div.highlights div.content {
	padding-left: 20px;
	display: block;
}

div#schedule div.team {
	display: inline;
}

div#schedule div.winner {
	font-weight: bold;
}

/******************* admin static pages **************************/
div.staticPage {
	width: 90%;
	margin-bottom: 10px;
}

div.staticPage div.header {
	background: #E3CA87;
	font-weight: bold;
	padding: 2px;
}

div.staticPage div.description {
	padding: 4px;
}

div.modify {
	float: right;
	margin-right: 4px;
	font-weight: normal;
}

/* site news */
div.news {
	border-bottom: 1px solid #010066;
	padding-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.news div.header {
	font-size: 14px ! important;
	font-weight: bold;
}

div.news div.date {
	font-size: 10px;
	font-weight: bold;
}

div.news div.content {
	padding-top: 10px;
}

/* site alerts */
div.alert {
	float: right;
	width: 200px;
	border: 1px solid #010066;
	background: #EDE1C0;
	cursor: pointer;
	margin: 4px;
}

div.alert div.header {
	font-weight: bold;
	font-size: 14px ! important;
	color: #EDE1C0;
	padding: 4px ! important;
	background: #010066 ! important;
}

div.alert div.content {
	padding: 4px;
	font-size: 11px;
}

div#divisionAndTeamPicker {
	border: 1px solid #010066;
	padding: 4px;
}

div#seasonPicker {
	float: right;
	padding: 4px;
	margin-top: 4px;
	border: 1px solid #010066;
}

div#seasonPicker div.header {
	font-weight: bold;
}

table tr.standingsTie {
	background: #CF0500; 
	color: white;
}

div.block div#rankings {
	padding: 4px;
}

div#sponsors div.block {
	width: 32% ! important; 
	border: 0px solid white ! important;
	text-align: center;
}

div#sponsors div.block div.header {
	font-weight: bold;
}

/************************ sponsor popups *********************/

div.sponsorAnchor {
	color: #CF0500;
	display: inline;
}

div.sponsorAnchor:hover {
	color: #CF0500;
	display: inline;
	text-decoration: underline;
}

div.sponsorAnchorActive {
	text-decoration: underline;
}

div.sponsorPopup {
	position: absolute;
	z-index: 100;
	display: none;
	
	width: 250px;
	border: 1px solid #010066;
	
}

div.sponsorPopup div.header {
	background: #010066;
	font-weight: bold;
	color: #EDE1C0;
	padding: 4px ! important;
}

div.sponsorPopup div.content {
	padding: 4px;
	font-size: 11px;
	background: white;
}

td.label {
	font-weight: bold;
}


