/* Global styles */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #222;
	color: #FFF;
	font-family: "Arial",serif;
}

form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}

/* Header styles */
#MainHeader {
	background-color: #313031;
	height: 70px;
	width: 100%;
	background-image: url('/images/BarInHeader.png');
	background-repeat: repeat-x;
	background-position: 0% 46px;
}

#MainHeaderBar {
	background-image: url('/images/HeaderBar.png');
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}

#MainHeaderQuip {
	position: absolute;
	left: 93px;
	top: 49px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#MainHeaderMenu {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	position: absolute;
	top: 47px;
	left: 300px;
}

#MainHeaderMenu li {
	display: inline;
	list-style-type: none;
}

#MainHeaderMenu a {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #E5E5E5;
}

#MainHeaderSearch {
	float: right;
	margin-top: 48px;
	margin-right: 5px;
}

#MainHeaderSearch input {
	font-size: 10px;
	border: 1px solid #808080;
	background-color: #333;
	color: #c0c0c0;
}

#MainHeaderSearch p {
	padding: 0px;
	margin: 0px;
}

/* Content Styles */

#ContentLeft {
	width: 140px;
	float: left;
	margin: 2px;
}

#ContentRight {
	width: 140px;
	float: right;
	margin: 2px;
}

#ContentCenter {
	margin-left: 144px;
	margin-right: 144px;
	min-width: 500px;
}

.ContentBlock {
	border:1px solid #333333;
	margin-bottom: 2px;
	padding: 2px;
}

.ContentBlock h5 {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	text-align: center;
	color: #73CE42;
	border-bottom: 1px solid #333333;
}

.ContentBlock h6 {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	text-align: center;
	color: #73CE42;
	border-bottom: 1px solid #333333;
}

.Content {
	font-size: 12px;
}

.Advert {
	text-align: center;
}

#ContentCenter {
	padding-top: 2px;
}

#ContentCenter .ContentBlock h5 {
	text-align: left;
}

#ContentCenter a {
	color: #bde8a6;
}

#ContentCenter a:hover {
	text-decoration: underline;
	color: #bde8a6;
}

.MenuContentBlock a {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #E5E5E5;
}

.MenuContentBlock ul {
	padding: 0px;
	margin: 0px;
	list-style: none outside none;
	line-height: 1.01em;
}

.MenuContentBlock ul li ul {
	margin-left: 10px;
	margin-bottom: 4px;
	line-height: 10px;
}

.MenuContentBlock ul li ul li a {
	font-size: 11px;
}



/* Footer Styles */
#MainFooter {
	width: 100%;
	clear: both;
	padding-top: 9px;
	padding-bottom: 4px;
	text-align: center;
	font-size: 10px;
	background-image: url('/images/FooterBar.png');
	background-repeat: repeat-x;
	background-color: #313031;
}

#MainFooterBar {
	width: 100%;
	height: 7px;
	background-image: url('/images/HeaderBar.png');
	background-repeat: repeat-x;
}       

.clsPerc {
	float: right;
}

#IPStatus {
	margin-top: 50px;
	margin-right: 5px;
	float: right;
}

h5 {
	height:20px;
}

.ButtonBlock {
	float: right;
}

#phpclasses {
	float: right;
	color: #000
}

#phpclasses a {
	color: #00F
}