body 
{
	background-color: #000;
}

div.start 
{
	margin-top: 50px;
	width: 620px;
	height: 460px;
	/*background-image:url(/layout/start.jpg);
	background-position:center top;
	background-repeat: no-repeat;*/
}

div.start_link1 
{
	position: relative;
	top: 200px;
	left: 0px;
	width: 100px;
	height: 40px;
	border: 1px solid green;
}

div.main{
	width:863px;
	margin-top:25px; 
	margin-bottom:25px; 
}

td.center{
	width:100%;
	padding:10px 5px 10px 5px;
}

td.center .modules_center 
{
	background-image:url(/layout/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding: 2px;
	min-height:400px;
	height:auto !important;
	height:400px;	
}

td.left, td.right 
{
	width: 175px;
}

td.left .menu, td.right .pane
{
	margin:10px 10px 10px 5px;
}

td.left 
{
	border-right: 1px solid #9e9e9e;
}

td.right 
{
	border-left: 1px solid #9e9e9e;
}

div.top
{
	border-bottom: 5px solid #ffad13;
}

div.middle 
{
	background-color: #FFF;
}

div.bottom
{
	background-color: #FFF;
	border-top:1px solid #ccc;
}

#imagepane_885 .item 
{
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #9e9e9e;
}
	
.level_0 td
{
	background-color: #FFF;
	padding: 0px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.level_0 table.items 
{
	padding: 10px;
}

.level_0 .item
{
	display:block;
	height: 20px;
	/*width: 70px;*/
}

.level_0 a 
{
	display:block;
	width:100%;
	height:100%;
	padding-left: 5px;
	padding-top: 1px;
}

.level_0 .active 
{
	background-color: #ffad13;
}

.level_1 a 
{
	display:block;
	width: 130px;
	height: 25px;
	background-color: #f5f5f5;
	background-image: url(/layout/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 7px;
	font-size: 12px;
}

.level_1 a:hover 
{
	text-decoration: none;
}

.level_2 a 
{
	color: #ffad13;
	padding-left: 5px;
}

.modules_menulevel0 p 
{
	display: none;
}

