BODY {
	background-color: #000;
	/*background-image: url('images/page_background.gif');*/
}
td { 
	vertical-align: top;
}
/*
.content th {
	background: #333;
	border-top: 2px solid #FFCC00;
	padding-left: 5px;
}
*/

.mainWindow{
	/*background: url('http://www.powerplaystats.com/common/images/bg_gray_blinds.gif');*/
}

th {
	background: #333;
	border-top: 2px solid #FFCC00;
}

table.login{
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
}

INPUT {
	background: #FECB00;
	color: #000;
	border: 1px solid #FFF;
}

.loginbox {
	font-family: "Trebuchet MS";
	font-size: 10px;
}

.spacerBar {
	background: #FECB00;
}
.bannerBar {
	background-color: #000;
	background-image: url('../images/banner_bg.jpg');
}

.menuLinks td {
	text-align: left;
	font-family: "Arial";
	font-size: 14px;
	color: #FFF;
	background: #333;
	padding: 2 0 2 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.footerBar {
	background: #ffcc00;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px;
}

/* DEFAULT DEFINITIONS FOR CALENDAR OBJECTS */
.calendar td, th {
	padding: 3px;
}
.calendar th {
	border: 0px;
}
.calendar td.highlight {
	background-color: #bcd2ee;
}
.calendar td.today { 
	font-weight: bold;
	background-color: #FFDD44;
	border: 1px solid #FFCC00;
}
.calendar td a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	padding: 4 0 4 0;
}
.calendar td a:hover {
	background: #ffec8b;
}

