/* 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;
}

/* 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;
}

a.djs img {
	background: #FFE2AA url('images/djs-idle.png');
}
a.djs:hover img {
	background: #FFE2AA url('images/djs-select.png');
}
a.dossier img {
	background: #FFE2AA url('images/dossier-idle.png');
}
a.dossier:hover img {
	background: #FFE2AA url('images/dossier-select.png');
}
a.listen img {
	background: #FFE2AA url('images/listen-idle.png');
}
a.listen:hover img {
	background: #FFE2AA url('images/listen-select.png');
}
a.donate img {
	background: #FFE2AA url('images/donate-idle.png');
}
a.donate:hover img {
	background: #FFE2AA url('images/donate-select.png');
}
a.forum img {
	background: #FFE2AA url('images/forum-idle.png');
}
a.forum:hover img {
	background: #FFE2AA url('images/forum-select.png');
}
a.schedule img {
	background: #FFE2AA url('images/schedule-idle.png');
}
a.schedule:hover img {
	background: #FFE2AA url('images/schedule-select.png');
}
a.store img {
	background: #FFE2AA url('images/store-idle.png');
}
a.store:hover img {
	background: #FFE2AA url('images/store-select.png');
}

/* Server info box */
.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;
}