body
	{
		font-family: Ariel, Verdana;
		font-size: small;
		color: #38386D;
		margin: 0px;
		background: #9c9dcd;
		padding: 0px;
	}
	
#ContentMiddle
{
	position: absolute;
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 250px;
	margin: 0 auto;
	display: none;
}

.verticalBack,
.topSide,
.bottomSide
{
	position: absolute;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-repeat: no-repeat;
}

.verticalBack
{
	position: absolute;
	left: -17px;
	right: -17px;
	top: 0px;
	bottom: 0px;
}

.leftTopCorner,
.rightTopCorner,
.leftBottomCorner,
.rightBottomCorner
{
	position: absolute;
	width: 20px;
	height: 20px;
}

.leftTopCorner
{
	background-image: url(img/cornerTopLeft.png);
	top: -20px;
	left: -20px;
}

.rightTopCorner
{
	background-image: url(img/cornerTopRight.png);
	top: -20px;
	right: -20px;
}

.leftBottomCorner
{
	background-image: url(img/cornerBottomLeft.png);
	bottom: -20px;
	left: -20px;
}

.rightBottomCorner
{
	background-image: url(img/cornerBottomRight.png);
	bottom: -20px;
	right: -20px;
}

.bottomSide
{
	bottom: -17px;
	height: 17px;
	right: 0px;
	left: 0px;
	background-position: top right;
}

.topSide
{
	top: -17px;
	height: 17px;
	right: 0px;
	left: 0px;
	background-position: top right;
}

.rightBorder,
.topBorder,
.leftBorder,
.bottomBorder
{
	background-color: #DDDCF7;
	position: absolute;
}

.leftBorder { left: -20px; }
.rightBorder { right: -20px; }
.topBorder { top: -20px; }
.bottomBorder { bottom: -20px; }

.leftBorder,
.rightBorder
{
	width: 10px;
	top: 0px;
	bottom: 0px;
}

.topBorder,
.bottomBorder
{
	height: 10px;
	left: 0px;
	right: 0px;
}
	
a:link {color: #603070;}
a:visited {color: #633E5E;}

div#BackgroundContainer
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 200px;
	padding: 0px;
}

div#main
{
	margin: 0 auto 0 auto;
	vertical-align: bottom;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	z-index: -1;
}
	
div#MiddleContent
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0 auto 0 auto;
	overflow-y: auto;
}
	
div#Navigation
{
	width: 130px;
}

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#bottomTop
{
	background: #9c9acb;
	border: solid 0px #000;
	text-align: center;
	width: 100%;
	height: 20px;
	clear: both;

}

div#bottom
{
	background: #e6e6ff url(img/top.jpg) repeat-x top;
	border: solid 0px #000;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 200px;
	clear: both;
	position: absolute;
	bottom: 0px;
}

div#ContentFrame
{
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 50%;
	background: url(img/mainText_1280.png) top center no-repeat;
	border: solid 0px;
	visibility: hidden;
}

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
{
	font-family: "Myriad Pro", Verdana;
	width: 99%;
	margin: 0.67em 0;
	font-size: x-large;
	font-weight: bolder;
}

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 {
	margin: 0;
	padding: 0;
}

.NavHeader0, .NavHeader1, .NavHeader2
{
	margin-top: 3px;
	width: 100%;
	list-style: none;
	text-align: center;
}

.NavHeader0 a, .NavHeader1 a, .NavHeader2 a
{
	padding: 0 20px;
}

a.loading
{
	background-image: url(img/loading_icon.gif);
	background-position: left;
	background-repeat: no-repeat;
}

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
{
	list-style: none;
	margin: 10px;
	margin-left: 20px;
}

div.NavHeaderDiv li
{
	color: black;
	font-weight: normal;
	font-size: smaller;
}

.NavHeader0
{
	background: url(img/textvak.jpg) no-repeat bottom;
	list-style: none;
	list-style-position: inline;
	clear: none;
	height: 185px;
	width: 164px;
	line-height: 22px;
	position: absolute;
}

.NavHeader1
{
	line-height: 16px;
}

li {
	display: block;
	list-style: none;
}