body
	{
		font-family: Verdana;
		font-size: small;
		background: #4b4b4d url(img/background.jpg) top repeat-x;
		color: #fff;
	}
	

a 
{
	font-weight: bolder;
}
a:link {color: #ddd;}
a:visited {color: #eee;}

div#top, div#bottom, div#content
	{
		margin: 0 auto 0 auto;
		width: 502px;
	}
	
div#top
	{
		margin-top: 50px;
		height: 31px;
		background: no-repeat url(img/top.jpg);
	}
	
div#content
	{
		padding-top: 10px;
		background: repeat-y url(img/mid.jpg);
		height: 480px;
	}

div#bottom
	{
		background: repeat-y url(img/bottom.jpg);
		height: 32px;
	}
	
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#TopContentDivider
	{
		margin-top: 8px;
		margin-bottom: 12px;
		background: #eee;
		height: 12px;
		width: 100%;
	}
	
div#MiddleContent
	{
		min-height: 400px;
	}
	
div#Navigation
	{
		width: 130px;
	}
	
div.LeftMenu hr
	{
		border: solid 1px #000;
		height: 1px;
	}

div.MenuContent_Navigation
	{
		width: 130px;
	}

p 
{
	margin-top: 4px;
}

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#ContentMiddle
	{
		margin: 0 10px;
		overflow-y: auto;
		overflow-x: hidden;
		height: 480px;
	}
	
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
	{
		width: 100%;
		margin: 0px;
		font-size: medium;
		font-weight: bolder;
	}
	
h1 em
	{
		font-size: x-small;
		font-weight: normal;
	}

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;
	}

ul#navigationList
	{
		padding: 0;
		margin: 0 auto 0 auto;
		width: 502px;
		height: 122px;
		background: #231f20 url(img/midtop.jpg) no-repeat;
	}

.NavHeader0, .NavHeader1, .NavHeader2
	{
		display: block;
		float: left;
		margin: 0 38px 0 38px;
		padding-top: 40px;
		width: 90px;
		height: 82px;
		background: url(img/nonTab.jpg);
		list-style: none;
		text-align: center;
	}
	
.NavHeader0:hover
	{
		background: url(img/activeTab.jpg);
	}

div#loading
	{
		text-align: center;
		margin: 0 auto;
		position: absolute;
		top: 300px;
		left: 40%;
		right: 40%;
		background: #484848;
		border: solid #000 1px;
		display: none;
	}
	
div#photoviewer img
{
	display: none;
}
	
div#photoviewer:hover img
{
	display: block;
}
