#top_menu {
	width:100%;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 150px;
}

body {
	/*background-color:#230000;*/
	background-color:#000000;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}

#right_menu {
	width: 150px;
	float:right;
	height:600px;
}

a {
	color:#CCCCCC;
	text-decoration:none;
	cursor:pointer;
	margin: 3px;
}

a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	color:#FFFF00;
}

#left_menu {
	width:150px;
	float:left;
	height:600px;
	top:190px;
	position:absolute;
}

/* the actual menu */
.top_menu_pages{
	cursor:pointer;
	background-image:url(images/topmenu_pages.png);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	margin: 3px;
}

.span_top_menu_pages {
	font-size:12px;
	padding-left: 3px;
	border-top:1px solid #ffff9a;
	border-bottom:1px solid #ffff9a;
	border-left:1px solid #ffff9a;
	width:85%;
	height:28px;
	display:block;
	color:#ffff9a;
	font-weight:bold;
	line-height:28px;
	margin-bottom: 3px;
}

	.top_menu_pages:hover {
		background-image:url(images/topmenu_news_hover.png);
	}

	.span_top_menu_pages:hover {
		border-top:1px solid #f8fa36;
		border-bottom:1px solid #f8fa36;
		border-left:1px solid #f8fa36;
		color:#f8fa36;
	}

.top_menu_news {
	cursor:pointer;
	background-image:url(images/topmenu_news.png);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	margin-bottom: 3px;
}

.span_top_menu_news {
	font-size:12px;
	padding-left: 3px;
	border-top:1px solid #fff200;
	border-bottom:1px solid #fff200;
	border-left:1px solid #fff200;
	width:85%;
	height:28px;
	display:block;
	color:#fff200;
	font-weight:bold;
	line-height:28px;
	padding-left:8px;
}

	.top_menu_news:hover{
		background-image:url(images/topmenu_news_hover.png);
	}
	
	.span_top_menu_news:hover {
		border-top:1px solid #f8fa36;
		border-bottom:1px solid #f8fa36;
		border-left:1px solid #f8fa36;
		color: #f8fa36;
	}	

.link_menu {
	cursor:pointer;
	background-image:url(images/topmenu_links.png);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	margin-bottom: 3px;
}

.span_link_menu {
	font-size:12px;
	padding-left: 3px;
	border-top:1px solid #ab85eb;
	border-bottom:1px solid #ab85eb;
	border-left:1px solid #ab85eb;
	width:85%;
	height:28px;
	display:block;
	color:#ab85eb;
	font-weight:bold;
	line-height:28px;
	padding-left:8px;
}

	.link_menu:hover{
		background-image:url(images/topmenu_news_hover.png);
	}
	
	.span_link_menu:hover {
		border-top:1px solid #f8fa36;
		border-bottom:1px solid #f8fa36;
		border-left:1px solid #f8fa36;
		color: #f8fa36;
	}	

.location_menu {
	cursor:pointer;
	background-image:url(images/topmenu_locations.png);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	margin-bottom: 3px;
}

.span_location_menu {
	font-size:12px;
	padding-left: 3px;
	border-top:1px solid #9aceff;
	border-bottom:1px solid #9aceff;
	border-left:1px solid #9aceff;
	width:85%;
	height:28px;
	display:block;
	color:#9aceff;
	font-weight:bold;
	line-height:28px;
	padding-left:8px;
}

	.location_menu:hover{
		background-image:url(images/topmenu_news_hover.png);
	}
	
	.span_location_menu:hover {
		border-top:1px solid #f8fa36;
		border-bottom:1px solid #f8fa36;
		border-left:1px solid #f8fa36;
		color: #f8fa36;
	}	

.top_menu_inactive {
	cursor:pointer;
	background-image:url(images/topmenu_inactive.png);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	margin-bottom: 3px;
}

.span_top_menu_inactive {
	font-size:12px;
	padding-left: 3px;
	border-top:1px solid #3266cc;
	border-bottom:1px solid #3266cc;
	border-left:1px solid #3266cc;
	width:85%;
	height:28px;
	display:block;
	color:#3266cc;
	font-weight:bold;
	line-height:28px;
	padding-left:8px;
}

#content {
	font-family:tng;
	padding: 10px;
	margin-left: 180px;
	margin-right: 180px;
	display:block;
	border-left: 2px solid #0099FF;
	border-top: 8px solid #0099FF;
}


#content h1 {
	color:#FFFF33;
}

#content h2 {
	color:#CCFFFF;
	border-bottom:1px solid #CCFFFF;
	font-size:14px;
}

#ranks {
	width: 600px;
}

#ranks th {
	border: 1px solid #CCCCCC;
	padding:5px;
	text-align:left;
	background-color:#FFFF99;
	color:#0066FF;
	width: 200px;
	padding-top:5px;
	padding-left:5px;
}

#ranks td {
	border: 1px solid #CCCCCC;
	padding:5px;
	vertical-align:text-top;
	padding-top:5px;
	padding-left:5px;
}

#counter {
	width:180px;
	position: absolute;
	bottom:20px;
	margin-left: auto;
	margin-right: auto;
}

.overview_table {
	color:#FFFF99;
}

.overview_table tr{
	height:30px;
}

.overview_table th{
	text-align:left;
	font-weight:normal;
	width: 200px;	
}

#clock {
	border-top: 8px solid #33FF00;
	border-left: 2px solid #33FF00;
	color:#ffcb01;
	padding-top: 3px;
	padding-left: 8px;
}

#clock span {
	font-family:Arial, Helvetica, sans-serif;
}

.menu_link {
}

.submenu_active a{
}

.pesonel_table{
	width:100%;
}

.pesonel_table th{
	height: 25px;
	line-height:25px;
	text-align:left;
	padding-left:10px;
}

.pesonel_table td{
	height:98px;
	line-height:98px;
	text-align: left;
}

.news_cat_menu {
	border-bottom: 8px solid #FFFF33;
}

.right_location_menu {
	border-bottom: 8px solid #FF0000;
}

.cat_menu{
	
}