@import "default.css";

body {
	background: #eee url(bg-body.jpg) top repeat-x;
}

h1 {
	font-size: 18px;
	color: #004b90;
	margin: 3px 0;
}

p {
	margin: 3px 0;
}

div#top {
	background: url(bg-top_outer.gif) top no-repeat;
}

div#top div.inner {
	position: relative;
	width: 990px;
	height: 92px;
	margin: 0 auto;
	background: #666 url(bg-top_inner.jpg) top repeat-x;
}

div#top img.logo {
	position: absolute;
	left: 5px;
	top: 0;
}

div#top ul#langs {
	position: absolute;
	right: 5px;
	bottom: 18px;
	list-style: none;
}

ul#langs li {
	float: left;
	margin: 2px;
}

ul#langs li img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	border: 1px solid #fff;
}

ul#langs li a img {
	filter: alpha(opacity=100);
	opacity: 1;
}

table#container {
	width: 990px;
	margin: 0 auto;
	border-collapse: separate;
	background-color: #fff;
}

table#container td {
	vertical-align: top;
}

table#container td#left {
	width: 180px;
}

table#container td#content {
	width: 566px;
}

table#container td#right {
	width: 224px;
}

table#container td#right div.linkimg {
	margin: 8px 0;
}

div#bottom_menu {
	background-color: #b8b8b8;
}

div#bottom_menu div.inner {
	width: 970px;
	margin: 0 auto;
	padding: 5px 10px;
	color: #fff;
	background-color: #666666;
}

div#bottom_menu div.inner a {
	color: #fff;
}

div#bottom {
	position: relative;
	width: 990px;
	height: 24px;
	margin: 0 auto;
	background-color: #fff;
}

div#bottom p {
	position: absolute;
	top: 2px;
	color: #666;
}

div#bottom p.copyright {
	left: 5px;
}

div#bottom p.developed {
	right: 5px;
}

div#bottom p.developed a {
	font-weight: bold;
	color: #666;
}

div#advmenu {
	width: 170px;
	padding: 15px 5px 10px 5px;
	background: #ffd60d url(bg-menu2.jpg) top no-repeat;
}

div#advmenu div.sep {
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	background: url(bg-sep.gif) center repeat;
}

div#advmenu div.level0 a {
	display: block;
	margin: 1px 0;
	padding: 2px 5px;
	font: normal small-caps normal 16px Tahoma;
	color: #333;
	text-decoration: none;
	font-weight:bold;
}

div#advmenu div.level0 a:hover, div#advmenu div.level0 a.sel {
	color: #fff;
	background-color: #807957;
}

div#advmenu div.level1 a {
	display: block;
	padding: 1px 5px 1px 15px;
	font: normal normal normal 11px Tahoma;
	text-decoration: none;
	color: #333;
	background-color: #ffde3d;
}

div#advmenu div.level1 a:hover, div#advmenu div.level1 a.sel {
	color: #333;
	background-color: #ffed94;
}

div#advmenu div.linkimg {
	margin-top: 10px;
	text-align: center;
}

div#news div.sep {
	height: 1px;
	margin: 5px 0;
	font-size: 1px;
	overflow: hidden;
	background-color: #999;
}

div#utils {
	background: #a3a4a3 url(bg-utils.gif) bottom no-repeat;
}

div#utils div.title {
	padding: 4px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #7c7d7c;
}

div#utils div.padder {
	padding: 5px;
	color: #fff;
}

div#utils div.padder a {
	color: #fff;
}

div#utils div.linkimg {
	margin: 5px 0;
	text-align: center;
}

div#utils div.linkimg a img {
	border: 1px solid #fff;
}

div#path {
	margin-bottom: 5px;
	padding: 3px 8px;;
	color: #333;
	background-color: #ffea86;
}

div#path a {
	color: #000;
}

table#pages {
	border-collapse: collapse;
}

table#pages td {
	vertical-align: middle;
	padding: 1px;
}

table#pages td a {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
	text-decoration: none;
	background-color: #eee;
}

table#pages td a:hover {
	border: 1px solid #333;
}

table#pages td a.sel {
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}

