body{
	background: #000;
	font-family: arial;
	font-size: smaller;
	padding: 0px 10px 10px 20px;
	margin: 10px auto 10px auto;
	width: 680px;
}
img{
	border: 0px;
}
div#header{
	height: 210px;
	padding: 5px 30px 10px 10px;
}

div#footer{
	margin: 10px auto 10px auto;
	width: 450px;
	text-align: center;
	color: #eee;
}
h1{
	font-size: large;
	margin-bottom: 50px;
	margin-top: 5px;
}

h2{
	font-size: medium;
}

.red{
	color: #f41;
}
.green{
	color: #5D5;
}
.blue{
	color:#55D;
}
.purple{
	color: #D4F;
}
.cyan{
	color: #55CCFF;
}
blockquote{
	margin-left: 100px;
	margin-bottom: 20px;
}

#header p.title{
	font-size: x-large;
	font-family:Verdana;
	font-weight: bold;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-variant: small-caps;
	text-align: right;
}

#header p.sub{
	clear: right;
	display: block;
	text-align: right;
	color: #eee;
}

#header a{
	text-decoration: none;
}
h2 span.newstime{
	font-size: small;
}

div.menu{
	float: right;
	width: 150px;
	height: 100px;
	margin: 5px;
	padding: 5px;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.menu li{
	margin: 0;
	padding: 0;
}


p.message{
	margin-left: 20px;
	padding: 2px 5px 2px 5px;
}
div.bar, div.postbar, div.cooldownbar, div.prebar{
	float: left;
}
div.bar{
	margin-left:1px;
}
div.plotbox{
	width: 600px; 
	height: 100px; 
}

div.evenbar, div.oddbar{
	float:left;
	height: 10px;
	font-size: x-small;
	text-align: right;
	width: 50px;
}

div.timeline{
	width: 600px;
	height: 10px;
}

div.upper{
	text-align:center;
}

div.lower{
	text-align: center;
}

div.tooltip{
	background: #222;
	border: 1px solid #888;
	color: #ddd;
	padding: 2px;
	font-size: small;
	position: absolute;
	visibility: hidden;
	width: 230px;
}

.tooltip p{
	padding: 0px;
	margin: 0px 0px 1px 1px;
}

.tooltip td.regentop {
	color: #0F0;
}