body
{
	background-color: #444444;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin: 8px;
}

a
{
	color: #00ffff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}

pre
{
	margin: 0px;
}

#logo
{
	position: relative;
	margin: 40px auto 10px auto;
	width: 750px;
	height: 70px;
	background: url('images/logo.png') no-repeat;
}

#content
{
	padding: 0px;
	position: relative;
	width: 700px;
	margin: 0px auto;
}

#worlds
{
	position: relative;

}

#worlds h2,
#worlds h3
{
	text-align: center;
}

#worlds div.item
{
	background: #555555;
	border: 1px solid #222222;
	margin: 5px auto;
	text-align: left;
	padding: 10px;
	line-height: 1.3em;
	width: 350px;
}

#worlds div.current
{
	background: #666666;
}

#worlds div.item h2
{
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, sans-serif;
}

#worlds div.item:hover
{
	background: #777777;
}

#main
{
	margin-left: 350px;
}

#main div.links
{
	margin-bottom: 5px;
}

#main div.links a.showfile
{
	margin: 5px 3px 5px 0px;
	padding: 4px 10px 5px 10px;
	border-left: 1px solid #222222;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	background: #555555;
}

#main div.links a.shown
{
	background: #777777;
}

#file div.toolbar
{
	padding: 5px;
	background: #333333;
	border: 1px solid #222222;
}

#file div.contents
{
	border: 1px solid #222222;
	font-family: monospace;
	color: #888888;
	white-space: pre;
	overflow: auto;
	padding: 5px;
	background: #222222;
	height: 500px;
}

#footer
{
	margin-top: 20px;
	text-align: center;
	font-size: 8pt;
}

.icon
{
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 4px 4px 4px 26px;
}

.download
{
	background-image: url('images/icon_download.png');
}

.map
{
	background-image: url('images/icon_map.png');
}

.refresh
{
	background-image: url('images/icon_refresh.png');
}

.newwindow
{
	background-image: url('images/icon_newwindow.png');
}

.small
{
	font-size: 8pt;
}

.dim
{
	color: #888888;
}

.active
{
	color: #00ff00;
}

.center
{
	text-align: center;
}

.important
{
	color: #ffff00;
}

.spaceTop
{
	margin-top: 50px;
}

.error
{
	color: #ff8888;
	font-weight: bold;
}

.clear
{
	clear: both;
}
