/* Main styles */
body {
	background-color: #FFE2AA;
}


div {
	overflow: visible;
	padding: 2px;
}

.body {
	position: absolute;
	left: 7px;
	right: 438px;
	text-align: left;
}

.footer {
	float: left;
}

td {
	padding: 2px;
}

a {
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}

p.mainpage {
	border-bottom: 1px solid #000000;
	width: 90%;
	padding: 3px;
}

/* The News pocket */
hr.news {
	height: 1px;
	width: 400px;
	color: #000000;
}

/* Sidebar stuff */
.menu {
	float: right;
	text-align: right;
	width: 424px;
}

.copyright {
	text-align: right;
	font-size: small;
}
/* The menu images */
a.djs img {
	background: url('images/djs-sprite.png') 0px 0px;
}
a.djs:hover img {
	background: url('images/djs-sprite.png') 75px 0px;
}
img.djs {
	background: url('images/djs-sprite.png') 75px 0px;
}
a.listen img {
	background: url('images/listen-sprite.png') 0px 0px;
}
a.listen:hover img {
	background: url('images/listen-sprite.png') 120px 0px;
}
img.listen {
	background: url('images/listen-sprite.png') 120px 0px;
}
a.donate img {
	background: url('images/donate-sprite.png') 0px 0px;
}
a.donate:hover img {
	background: url('images/donate-sprite.png') 150px 0px;
}
img.donate {
	background: url('images/donate-sprite.png') 150px 0px;
}
a.forum img {
	background: url('images/forum-sprite.png') 0px 0px;
}
a.forum:hover img {
	background: url('images/forum-sprite.png') 130px 0px;
}
img.forum {
	background: url('images/forum-sprite.png') 130px 0px;
}
a.schedule img {
	background: url('images/schedule-sprite.png') 0px 0px;
}
a.schedule:hover img {
	background: url('images/schedule-sprite.png') 175px 0px;
}
img.schedule {
	background: url('images/schedule-sprite.png') 175px 0px;
}
a.store img {
	background: url('images/store-sprite.png') 0px 0px;
}
a.store:hover img {
	background: url('images/store-sprite.png') 115px 0px;
}
img.store {
	background: url('images/store-sprite.png') 115px 0px;
}

/* Server info box */
.activestreaminfo {
	border: 1px solid #000000;
	padding: 3px;
	text-align: left;
	font-size: small;
}
.inactivestreaminfo {
	border: 1px solid #000000;
	padding: 3px;
	text-align: center;
	font-size: small;
}
.activeserverinfo {
	border: 1px solid #000000;
	padding: 3px;
	text-align: left;
	font-size: small;
}
.inactiveserverinfo {
	border: 1px solid #000000;
	padding: 3px;
	text-align: center;
	font-size: small;
}
.downedserverinfo {
	border: 3px solid #ff0000;
	padding: 3px;
	text-align: center;
	color: #ff0000;
	font-size: x-large;
	font-weight: bold;
}

