/* top buttons */
.topButtons {
	text-align: right;
}
.topButtons img {
	vertical-align: middle;
}
.topButtons a {
	margin: 0 4px 0 4px;
}
.topButtons a img {
	border: none;
}

/* menu */
.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* top menu */
.menuTop ul {
	height: 35px;
}
.menuTop ul li, .menuBottom ul li {
	display: inline;
	overflow: hidden;
}
.menuTop a {
	height: 35px;
	color: #ffffff;
	background: url(../img/top_menu_split.gif) no-repeat 100% 11px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 11px 14px 0 14px;
	margin-bottom: -11px;
	display: block;
	float: left;
}
.menuTop a:hover, .menuTop a.active {
	color: #98dfef;
}

.menuLeft {
	min-height: 450px;
	background: url(../img/menu_bg.gif) no-repeat top center;
}
.menuLeft ul {
	font-size: 12px;
	padding: 42px 15px 10px 15px;
}
.menuLeft ul li {
	font-weight: bold;
	background: url(../img/menu_split.gif) repeat-x bottom;
	padding: 7px 0 7px 0;
}
.menuLeft ul li ul {
	padding: 0px;
}
.menuLeft ul li li {
	font-weight: normal;
	background: none;
	padding: 5px 0 5px 10px;
}

.menuLeft ul li a {
	color: #000000;
	background: url(../img/menu_li.gif) no-repeat 0px 6px;
	padding: 0 0 0 8px;
	text-decoration: none;
}
.menuLeft ul li li a {
	background: url(../img/menu_li_sub.gif) no-repeat 0px 6px;
	padding: 0 0 0 8px;
	text-decoration: none;
}
.menuLeft ul li a:hover {
	color: #006ccd;
}





/* blocks */
.blocks {
	display: block;
}
.blocksLeft, .blocksRight {
	margin: 4px;
}
.block {
	margin-bottom: 15px;
}
.blocksLeft .block .title, .blocksCenter .block .title {
	background: #7b9f23 url(../img/title_bg_green.gif) repeat-x top;
	margin-bottom: 10px;
	display: block;
}
.blocksRight .block .title {
	background: #0293d4 url(../img/title_bg_blue.gif) repeat-x top;
	margin-bottom: 10px;
	display: block;
}

.block .text {
	background: #f6f6f6;
	border: 1px #d2d2d2 solid;
	border-top: none;
	padding: 4px;
}
.block a, #body a {
	color: #0781e6;
	text-decoration: underline;
}
.block a:hover, #body a:hover {
	color: #11509a;
}

.blockEmpty {
	margin-bottom: 15px;
}

#body {
	margin: 12px 15px 10px 15px;
}
#body .title {
	margin-bottom: 10px;
}
#body .text {
	margin: 0 0 15px 0;
}
#body .more {
	text-align: right;
	margin: 5px 0 5px 0;
}

/* news */
.listNews {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.listNews .row {
	width: 100%;
	background: url(../img/menu_split.gif) repeat-x bottom;
	margin-bottom: 10px;
	clear: both;
}
.news .icon {
	padding: 10px 10px 10px 0;
	float: left;
}
.news .text {
	background: none;
	border: none;
	padding: 12px 0 10px 0 !important;
	margin: 0px !important;
}
.news .date {
	color: #01a0f0;
	font-weight: bold;
	margin: 0 0 6px 0;
}
.news .title {
	background: none !important;
}
.news .title h4 {
	color: #0293d4;
	background: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}
.news .title h4 a {
	color: #000000 !important;
	text-decoration: none !important;
	text-transform: none !important;
}
.news .title h4 a:hover {
	color: #0293d4 !important;
	text-decoration: underline !important;
}
.news .intro {
	text-align: justify;
}
.news .more {
	text-align: right;
	margin: 0 !important;
}

/* list e-library */
.listlist {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.listlist .row {
	width: 100%;
	background: url(../img/menu_split.gif) repeat-x bottom;
	margin-bottom: 10px;
	float: left;
	clear: left;
}
.listlist .icon {
	padding: 10px 10px 10px 0;
	float: left;
}
.listlist .text {
	background: none;
	border: none;
	padding: 12px 0 10px 0;
	margin: 0px;
}
.listlist .title {
	background: none;
}
.listlist .title h4 {
	color: #0293d4;
	background: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}
.listlist .title h4 a {
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
.listlist .title h4 a:hover {
	color: #0293d4;
	text-decoration: underline;
}
.listlist .intro {
	text-align: justify;
}
.listlist .more {
	text-align: right;
	margin: 0 !important;
}

.list .icon {
	text-align: center;
}

/* poll */
.poll {
	display: block;
}
.poll .title {
	background: none !important;
}
.poll .title h4 {
	color: #000000;
	font-size: 11px;
	text-transform: none;
	background: none;
	padding: 0px;
	margin: 0px;
}
.poll ul {
	list-style: none;
	padding: 0px;
	margin: 0 0 10px 4px;
}
.poll label {
	vertical-align: middle;
}
.poll label input {
	vertical-align: middle;
}
.poll .more {
	margin: 4px 0 0 0;
}
/* navigate */
.navigate {
	color: #bbbbbb;
	font-size: 10px;
	margin: 0 0 20px 0;
	display: block;
}
.navigate a {
	background: url(../img/ico_next.gif) no-repeat 100% 2px;
	color: #000000 !important;
	text-decoration: none !important;
	padding: 0 8px 0 0;
	margin: 0 2px 0 0;
}
.navigate a:hover {
	text-decoration: underline !important;
}
.navigate ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navigate li {
	display: inline;
}

/* banner */
.banner {
	text-align: center;
	margin: 0 0 10px 0;
}
