body
	{
		font-family: Verdana;
		font-size: small;
		color: #000;
		margin: 0px;
	}
	
a:link {color: #000;}
a:visited {color: #111;}

div#main
	{
		margin: 0 auto 0 auto;
		width: 50%;
		min-width: 500px;
	}
	
div#LoginBox
	{
		border: solid 1px #000;
		padding: 5px;
		background: #bbb;
		float: right;
		text-align: right;
		margin-top: 2px;
		margin-right: 4px;
		font-size: smaller;
		height: 60px;
	}

div#LoginBox input[type="text"], input[type="password"]
	{
		width: 70px;
		height: 12px;
		font-size: small;
	}
	
div#Top
	{
		border: solid 1px #000;
		background: url(img/TopBar.png);
		width: 100%;
		height: 78px;
	}
	
div#Middle
	{
		width: 100%;
		min-height: 600px;
	}
	
div#TopContentDivider
	{
		margin-top: 8px;
		margin-bottom: 12px;
		background: #eee;
		height: 12px;
		width: 100%;
	}
	
div#Left
	{
		border: solid 0px #000;
		float: left;
		min-height: 100px;
		margin-left: 10px; 
		width: 10%;
	}

div#LogoHeader
	{
		color: #FFFFFF;
		background: url(../../images/RWare2_logo.png) left bottom no-repeat;
		width: 70%;
		height: 90px;
		float: left;
		vertical-align: text-bottom;
	}
	
div#LogoCube
	{
		color: #FFFFFF;
		background: url(img/RWare2_cube.png) left no-repeat;
		width: 120px;
		height: 90px;
		float: left;
		vertical-align: text-bottom;
	}
	
div#MiddleContent
	{
		min-height: 700px;
	}
	
div#Navigation
	{
		width: 130px;
	}
	
div.LeftMenu hr
	{
		border: solid 1px #000;
		height: 1px;
	}

div.MenuContent_Navigation
	{
		width: 130px;
	}


div#ContentTitleTop
	{
		background: #464689 url(img/Topic.jpg) repeat-x;
		width: 100%;
		height: 21px;
		color: #FFF;
	}

	
div.TitleTop
	{
		background: #464689 url(img/Topic.jpg) repeat-x;
		width: 100%;
		height: 21px;
		color: #FFF;
	}

div#bottom
	{
		background: #464689;
		border: solid 1px #000;
		text-align: center;
		margin: 0 auto 0 auto;
		width: 90%;
		clear: both;
	}

div#Content
	{
		border: solid 2px #999;
		float: right;
		width: 80%;
		min-height: 400px;
		margin-left: 30px;
	}
	
div#ContentMiddle
	{
		margin: 10px;
	}
	
	
div#ContentTopBar
	{
		background: url(img/Gray.png) repeat-x;
		padding-top: 0px;
		height: 20px;
		width: 100%;
	}
	
div#textMiddle
	{
		margin-left: 10%;
	}
	
div.quote
	{
		background: #11b;
		width: 90%;
	}

.MainNavItem
	{
		background: url(img/MainNavItem.jpg) no-repeat;
		height: 14px;
		font-weight: bolder;
		font-size: smaller;
	}

table#Content
	{
		width: 90%;
		margin-left: 50px;
	}

table
	{
		
	}

table.Comment
	{
		width: 80%;
		border-collapse: collapse;
		border: solid 0px;
		margin-top: 10px;
	}

tr.Title
	{
		background: #262649;
	}
	
tr.List1
	{
		background: #45458A;
	}
	
tr.List0
	{
		background: #343461;
	}
	
table.TableForum
	{
		width: 90%;
	}
td.TopTableForum
	{
		background: #262649;
	}
	
td 
	{
		vertical-align: top;
	}
	
td.TopicUser
	{
		width: 100px;
	}
	
td.TopicMessage
	{
		width: 400px;
	}
	
p.errorText
	{
		color: #00FF00;
	}
	
input
	{
		border: solid 1px;
	}

h2
	{
		padding: 0px;
		margin: 0px;
		margin-top: 4px;
		margin-left: 4px;
		font-size: medium;
		font-weight: bolder;
	}
	
h1
	{
		background: #ddd;
		width: 100%;
		margin: 0px;
		font-size: medium;
		font-weight: bolder;
	}
	
#GalaxyMap
	{
		border: solid 1px #000;
		position: relative;
		min-width: 300px;
		max-width: 600px;
		max-height: 300px;
		height: 600px;
		max-height: 600px;
		background: url(../img/game/zone.png) #000;
		overflow: auto;
	}

#planetSurface
	{
		position: relative;
		padding: 0px;
		margin: 0 auto 0 auto;
		border: solid 1px #000;
		width: 350px;
		height: 350px;
	}

img
	{
		border: 0px;
	}
	
h3.errorMessage
	{
		font-size: small;
		color: red;
	}
	
fieldset label
	{
		clear: both;
		display: block;
	}

fieldset label span
	{
		width: 140px;
		float: left
	}
	
img#screenshot
	{
		width: 80%;
		margin: 10px;
	}
	
.NavHeader0, .NavHeader1, .NavHeader2
	{
		margin-top: 3px;
		margin-left: -40px;
		list-style: none;
		text-align: center;
	}
	
div.NavHeaderDiv
	{
		background: url(img/Gray.png) repeat-x;
		padding-top: 0px;
		font-weight: bold;
		color: white;
		font-size: smaller;
		text-align: center;
	}

div.NavHeaderDiv ul
	{
		margin: 0px;
		margin-left: 20px;
	}

div.NavHeaderDiv li
	{
		color: black;
		font-weight: normal;
		margin-left: -80px;
		font-size: smaller;
	}

.NavHeader0
	{
	}

.NavHeader1
	{
	}

.NavHeader2
	{
	}

