﻿body,td,p,span,div,ul,li,input,select,textarea,submit
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #ccc;
	margin: auto;
}

body
{
	background: #595959 url(/resources/images/templates/bg.gif) repeat-x;
}

a
{
	color: #808080;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: underline;
}

h1
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

p
{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom:15px;
	margin-bottom:0px;
}

div#container
{
	width: 642px;
}

/* TOP */

div#top
{
	height: 54px;
}

div#logo
{
	float: left;
	padding-top: 20px;
}

div#banner
{
	float: right;
}

div#spacing
{

	padding: 6px 10px 5px 0px;
	height: 13px;
	line-height:13px;
	background: #303030;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:right;
}

div#spacing img
{
	padding-right:10px;
	vertical-align:bottom;
}

div#header
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* MENU */


div#menu
{
	height: 34px;
	line-height: 34px;
	background: #202020;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div#menu ul
{
	padding: 0px;
	list-style: none;
	text-align: right;
	padding-right: 10px;
}

div#menu ul li
{
	display: inline;
	text-transform: uppercase;
	padding: 0px 6px 0px 8px;
}

div#menu ul li a
{
	color: #6c6c6c;
	font-weight: bold;
}

div#menu ul li a:hover
{
	color: #9f9f9e;
}

div#menu ul li.split
{
	background: url(/resources/images/templates/bg-menu.gif) no-repeat right;
}

/* CONTENT */

div#content
{
	padding: 35px;
	height:auto !important;
	height: 290px;
	min-height:290px;
	background: #3f3f3f;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.news-front
{
	float: left;
/*	width: 200px;*/
	width: 195px;
	padding-right: 10px;
	overflow:hidden;
}

/* BOTTOM */

div#bottom
{
	color: #6d6d6d;
	height: 20px;
	line-height: 20px;
	background: #212121;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

div.clear
{
	clear: both;
}

div.clear
{
	clear: both;
}

/* EXTRAS */

div#popUp
{
	position:absolute;
	display:none;
	z-index:999;
	left:25px;
	top:25px;
	float:left;
	padding:20px;
	width:458px;
	border:1px solid #000;
	background: rgb(255,249,147);
	color:#000;
}

div#popUp h1
{
	color:#000;
	margin:0px;
	padding:0px 0px 25px 0px;
	font-weight:bold;
	font-size:14px;
}

div#popUp-close
{
	float:right;
}

div#popUp-close a
{
	cursor: pointer;
}

/* SITEMAP */

ul.sitemap
{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.sitemap li.level2
{
	padding-left:0px;
}

ul.sitemap li.level3
{
	padding-left:20px;
}

.date
{
	font-size:9px;
}

/* FIXES */

.newspic
{
	float:left;
}

.news-item
{
	width: 570px;
	height:auto !imporatnt;
	height: 105px;
	min-height:105px;
}

.news-main
{
	float:left;
	width: 110px;
	height: auto !important;
	height: 105px;
	min-height:105px;
}

.news-content
{
	float:left;
	width: 460px;
	height: auto !important;
	height: 105px;
	min-height:105px;
}

div.files
{
	float:left;
	padding:10px;
	width:550px;
	background:#fff;
	color: #000;
	border:1px solid rgb(32,32,32);
}

div .files a:hover
{
	color: #808080;
}

div .files tr td
{
	color: #808080;
}

div .files tr.alt td
{
	background:#f2f2f2;
}

div .files .parent
{
	display:block;
	/*padding-left:20px;*/
	line-height:16px;
	/*background: url(/resources/Images/Templates/bg-parent.gif) no-repeat center left;*/
	font-weight:bold;
}


div .files a.group
{
	display:block;
	padding-left:20px;
	line-height:16px;
	font-weight: normal;
	background: url(/resources/Images/Templates/bg-group.gif) no-repeat center left;
}


div .files a.file
{
	display:block;
	padding-left:20px;
	line-height:16px;
	font-weight: normal;
	background: url(/resources/Images/Templates/bg-file.gif) no-repeat center left;
}