/*
	Filename: 		framework.css
	Description:	Sets styles major page elements
*/

body,html {
	color: #000;
	background: #693;
	}

body.admin #container {
	color: #000;
	background: #cc9;
	}

body.lockerroom #container {
	color: #000;
	background: #ececec;
	}

#ads {
	position: absolute;
	top: 0;
	right: 0;
	width: 341px;
	margin: 0;
        margin-top: 5px;
	padding: 0;
	color: #000;
	background: #ffffff;
	}

#adbox {
	margin-top: 5px;
	margin-bottom: 5px;
	}

#header {
	position: relative;
	height: 63px;
	color: #fff;
	background: #693;
	border-bottom: 1px solid #363;
	z-index: 100;
	}

#contents {
	min-height: 700px;
	}

#container {
	position: relative;
	color: #000;
	background: #fff;
	margin: 0 auto 0 auto;
	padding: 0 150px 0 160px;
	border-top: 6px solid #c60;
	border-bottom: 6px solid #c60;
	}

#footer {
	padding: 10px 0 10px 0;
	margin: 0;
	color: #9c6;
	background: #693;
	border-top: 1px solid #363;
	text-align: center;
	}

#logo {
	position: absolute;
	top: 25px;
	left: 15px;
	}

#nav {
	position: absolute;
	right: 15px;
	bottom: -2px;
	margin: 0 -15px 0 0;
	color: #fff;
	background: #c60 url(/resources/nav.gif) no-repeat;
	width: 300px;
	height: 27px;
	padding: 0 0 0 30px;
	}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 114px;
	margin: 0;
	padding: 10px 8px 10px 8px;
	color: #000;
	background: #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	}

ul#dateTime {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #fff;
	background: #000;
	list-style: none;
	margin: 0;
	padding: 2px;
	width: 5em;
	}

.pickem_standings table {
	max-width: 650px;
}
.pickem_standings td.subtotal {
	background-color: #ccffff;
}
.pickem_standings td.total {
	background-color: #99ccff;
}
.pickem_standings h1 {
	font-weight: bold;
	font-size: 30px;
}
.pickem_standings h2 {
	font-weight: bold;
	font-size: 20px;
}
.pickem_standings th.hidden {
	display: none;
}
.pickem_standings td.hidden {
	display: none;
}