body {
	background-color: Black;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	margin: 8px 10px;
	padding: 0px;
}

.break {
	clear: both;	
}

html>body .break{
	height: 100%;
}

h1 {
	font-size: 1.8em;
	text-shadow: white;
	letter-spacing: 0.1em;
	display: block;
	padding: 0px;
	color: White;
	font-family: "Arial Black";
	font-size: 40px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

.headerlinks {
	float: right;
	margin-bottom : 10px;
}

.headerlinks img {
	display: inline;
	vertical-align: text-bottom;
}

.leaguetable th{
	background-color: Red;
	font-weight : bold;
	color:#ffffff;
	}
	
.leaguetable td{
	background-color : Black;
	color: White;
}

.leaguetable td a{
	color: White;
	font-weight: normal;
}

leaguetable tr
{
	background-color: Black;
}
.leaguetable th a{
	 color:#ffffff;
 }
 
.news {
	margin: 0px 0em;
}

.newsitem {
	border: 1px solid Red;
	border-bottom-color: Red;
	border-right-color: Red;
	padding: 2px;
	margin-bottom: 8px;
	background-color: Black;
}
.newsitem h2 {
	font-size: 1em;
	margin: 0px;
	color: White;
	border-bottom: 1px dotted Red;
	display: block;
	padding: 0px 4px;
	background-color: Red;
}

.news a, {
	color: White;
}

.newsitem div {
	font-size: 0.8em;
	padding: 4px;
}

/* decent browsers */
.newsitem div p:first-child{
	margin-top: 0;
}

/* IE */
* html .newsitem div p{
	margin-top: 0;
}

.menu {
	width: 10em;
	float: left;
	margin: 0px 20px 12px 0px;
	border: 1px solid Red;
	border-top: 0px none;
}

.menu .panelheader, .panelheader {
	font-size: 0.9em;
	margin: 0px;
	background-color: Red;
	padding: 3px;
	border-bottom: 1px solid Red;
	border-top: 1px solid Red;
}

.more {
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
}

form {
	display: inline;
}

.panelheader h2{
	margin: 0;
	text-align: left;
}

.panelheader .paneledit,.panelheader .paneladd{
	float: left;
	background: transparent;
	height: 16px;
	width: 16px;
	padding: 0;
}

/* increase padding for decent browsers */
html>body .panelheader .paneledit{
	padding: 0 0.25em 0 0;
}

.panelheader .paneledit:hover{
	background: transparent;
	border: none;
}

.headerlinks a {
	border: 1px solid white;
	border-bottom-color: white;
	border-right-color: white;
	color: White;
}

.headerlinks a:hover {
	border: 1px solid white;
	border-top-color: white;
	border-left-color: white;
	color: white;
}

.menu a {
	display: block;
	padding: 2px;
	font-size: 0.8em;
	border-bottom: 1px solid Red;
	text-decoration: none;
	color: White;
}

.menu a:hover {
	background-color: #FF7D7D;
	border-bottom: 1px dotted Red;
}
