body {
	background-color: #000000;
}
a:link, a:visited, a:active {
	color: #f5ad46;
	text-decoration: none;
}
a:hover {
	color: #f6c278;
	text-decoration: none;
}
.containerStyle {
	color: #D9D9D9;
	background-color: #1F1F1F;
}
.logoStyle {
	background-image: url('/images/top_bkg.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 135px;
	padding-top: 10px;
}
.menuStyle {
	font-weight: bold;
}
.contentStyle {
	background-color: #2B2B2B;
	padding-top: 25px;
}
.newsHeaderStyle {
	background-image: url('/images/news/news_enclosure.gif');
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 51px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.newsHeaderTitle {
	text-shadow: #000000 2px 2px 0px;
}

#recoverDiv {
	display:none;
	margin: 10px 0 0 0;
}

.otherHeaderStyle {
	margin-bottom: 10px;
}

.otherStuffItem {
	margin-bottom: 5px;
	clear: left;
}
.otherStuffIcon {
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.gradientTop {
	background-image: url('/images/gradient_top.gif');
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 40px;
}

.gradientBottom {
	background-image: url('/images/gradient_bottom.gif');
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 40px;
}

.supportsStyle {
	text-align: center;
	padding-top: 20px;
}
.supportImage {
	vertical-align: middle;
	margin: 0 5px 0 5px;
}

.contactStyle {
	text-align: center;
}

.scoresContainer {
	position: relative;
	padding: 0;
	margin: 0;
}
.scoresRowTeam {
	display: inline-block;
	width: 125px;
	text-align: left;
	padding: 0;
	margin: 0;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
.scoresRowNumber {
	display: inline-block;
	width: 17px;
	text-align: center;
	color: #000000;
	padding: 0;
	margin: 0;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
.scoresColEven {
	background-color: #B1E1EF;
}
.scoresColOdd {
	background-color: #8FB5D9;
}
/* general css */
.textCenter {
	text-align: center;
}
.vAlignMiddle {
	vertical-align: middle;
}

