body
	{
		background: #FFFFFF url(img/mid.jpg) center repeat-y;
		font-family: Verdana;
		font-size: small;
		color: #fff;
	}
	
a:link {color: #fff;}
a:visited {color: #fff;}

img {
	max-width: 100%;
}

table
	{
		width: 100%;
	}

div#main
	{
		background: url(img/mid.jpg);
		margin: -15px auto 0 auto;
		width: 839px;
		height: 100%;
	}
	
div#main2
	{
		margin-left: 20px;
		background: #44436B;
		width: 799px;
	}
	
div#Left
	{
		float: left;
	}

div#LogoHeader
	{
		color: #FFFFFF;
		background: url(img/backgroundTop.jpg) center no-repeat;
		width: 799px;
		height: 87px;
		vertical-align: text-bottom;
	}
	
div#ContentMiddle
	{
		min-height: 700px;
	}
	
div#MiddleTopContent
	{
		height: 74px;
		background: url(img/Panel_top.jpg);
	}
	
div#Navigation
	{
		width: 130px;
	}
	
div.LeftMenu
	{
		width: 130px;
	}
	
div.MenuContent
	{
		background: #262649 url(img/ST_middleNav.jpg) repeat-x;
		width: 130px;
	}

ul#MenuContent_Navigation
	{
		margin: 0;
		padding-left: 0;
		padding-top: 3em;
		background: #262649 url(img/topLeftMenu.jpg) no-repeat;
		width: 130px;
		float: left;
	}

ul#MenuContent_Navigation li
	{
		list-style: none;
	}

h2#ContentTitleTop
	{
		background: #464689 url(img/Topic.jpg) repeat-x;
		padding-left: 5%;
		width: 95%;
		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: 1em auto 0 auto;
		width: 90%;
		clear: both;
	}

div#Content
	{
		float: left;
		margin-top: 10px;
		width: 588px;
		margin-left: 30px;
	}
	
div#MiddleContent
	{

		background: #373756 url(img/bottom.jpg) no-repeat bottom;
		padding-left: 30px;
		padding-right: 30px;
		min-height: 208px;
		width: 498px; /* 558 - 60 padding (30 left+30 right) */
		margin-left: 14px;
	}
	
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%;
	}
	
table#forum
	{
		width: 90%;
	}
	
table#forum thead, tr.postTop
	{
		background: #262649;
		width: 100%;
	}
	
table#forum img
	{
		max-width: 100%;
	}
	
td.textArea
	{
		background: #494968;
	}
	
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: #262649;
		width: 90%;
		margin: 0px;
		font-size: medium;
		font-weight: bolder;
		position: relative;
	}
	
h1 em
	{
		position: absolute;
		right: 0;
		font-size: small;
	}

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-bottom: 20px;
		margin-left: -40px;
		list-style: none;
	}

.NavHeader0
	{
		background: url(img/MainNavItem.jpg) no-repeat;
		font-weight: bold;
		font-size: 16px;
	}

.NavHeader1
	{
		margin-bottom: 0px;
		margin-left: -30px;
		font-weight: normal;
		font-size: 12px;
	}

.NavHeader2
	{
		margin-left: -20px;
	}
	
.editorButton
	{
		border: 0 solid;
		width: 16px;
		height: 16px;
	}
	
div#loading
	{
		text-align: center;
		margin: 0 auto;
		position: absolute;
		top: 300px;
		left: 40%;
		right: 40%;
		background: #484848;
		border: solid #000 1px;
		display: none;
	}
