html,body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}
html {}
body {
	font: normal 12px/18px 'Trebuchet MS', sans-serif;
	color: #333;
	/*background: #333 url(img/bg_main.jpg) center top no-repeat;*/
	background: #333;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul {
	list-style-position:inside;
}
p {
	margin: 0;
	padding: 10px 0;
}
a {
	text-decoration: underline;
	color: #be0000;
}
a:hover {
	text-decoration: none;
}
input,button,textarea,select {font-family: 'Trebuchet MS'; font-size: 12px;}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 0;
}
.rel {
	position: relative;
}

.more a, a.more, .back a, a.back, a.poll-results, a.poll-back {
	padding: 0 0 0 8px;
	text-decoration: none;
	font-weight: bold;
	color: #be0000;
	background: transparent url(img/arrow_dark.gif) left center no-repeat;
}
.back {}

.more a:hover, a.more:hover, .back a:hover, a.back:hover, a.poll-results:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	background: #fff url(img/bg_main_tile.jpg) left top repeat-x;
}
#wrapper-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	text-align: left;
}
#wrapper-bottom {
	position: relative;
	border-top: 4px solid #000;
}

#flash-bg {
	position: absolute;
	left: -110px;
	top: 146px;
	width: 360px;
	height: 146px;
}

#head {
	position: relative;
	height: 116px;
}
#body {
	position: relative;
	padding: 0 0 30px;
	height: 1%;
}
#foot {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 240px;
	color: #fff;
	background: transparent url(img/bg_foot.jpg) right top no-repeat;
}

/*
	HEAD
*/
#site-logo {
	position: absolute;
	left: -42px;
	top: 0;
	width: 300px;
	height: 100px;
	background: transparent url(img/logo_dms.jpg) left top no-repeat;
}
#site-logo span {
	display: none;
}
#lang {
	position: absolute;
	right: 340px;
	top: 19px;
	width: 300px;
	padding: 3px 0 0;
	text-align: right;
}
#lang a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#lang a:hover {
	text-decoration: underline;
}
#links-icons {	
	font-size: 11px;
	position: absolute;
	right: 360px;
	top: 21px;
	width: 170;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
#links-icons a {
	margin: 0 0 0 5px;
	height: 30px;
	line-height: 30px;
}

#toolbox {
	position: absolute;
	right: 200px;
	top: 19px;
	width: 130px;
	padding: 3px 0 0;
}
#toolbox .buttons {
	float: left;
	margin: 0 0 0 2px;
	height: 17px;
	width: 21px;
}
#toolbox a {
	display: block;
	margin: 0;
	padding: 0;
	height: 17px;
	width: 21px;
	overflow: hidden;
	background: transparent url(../images/blank.gif) left top no-repeat;
}
#toolbox a:hover {
	background-position: 0 -17px;
}
#toolbox a span {display:none;}
#toolbox #t-home {background-image: url(img/toolbox/tool1.gif);}
#toolbox #t-sitemap {background-image: url(img/toolbox/tool2.gif);}
#toolbox #t-lineheight {background-image: url(img/toolbox/tool4.gif);}
#toolbox #t-fontsize {background-image: url(img/toolbox/tool5.gif);}
#toolbox #t-print {background-image: url(img/toolbox/tool6.gif);}

#search {
	position: absolute;
	right: 0px;
	top: 19px;
	width: 197px;
	height: 29px;
	background: transparent url(img/bg_search.jpg) left top no-repeat;
}
#search form {
	margin: 0;
	padding: 0;
	position: relative;
}
#search form .search-input {
	margin: 0 0 0 5px;
	padding: 0;
	height: 22px;
	line-height: 22px;
	width: 156px;
	background: transparent url(../images/blank.gif) left top repeat;
	border: none;
}
#search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: none;
	overflow: hidden;
	background: transparent url(../images/blank.gif) left top repeat;
	cursor: pointer;
}
#search button span {
	display: none;
}

#box-login {
	position: absolute;
	right: 0;
	bottom: 7px;
	width: 396px;
	height: 30px;
	background: transparent url(img/bg_box_login_logged.jpg) right bottom no-repeat;
}
#box-login.not-logged {
	background: transparent url(img/bg_box_login.jpg) right bottom no-repeat;
}
#box-login.logged {
	background: transparent url(img/bg_box_login_logged.jpg) right bottom no-repeat;
}
#box-login input {
	display: block;
	position: absolute;
	top: 2px;
	border: none;
	background: transparent url(../images/clear.gif) left top no-repeat;
	width: 125px;
	font-size: 11px;
	padding-top: 3px;
}
#box-login input.username_input {
	left: 5px;
	font-weight: bold;
}
#box-login input.password_input {
	left: 182px;
}
#box-login .username-label, #box-login .password-label {
	display: block;
	position: absolute;
	top: 1px;
	width: auto;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
}
#box-login .username-label {
	left: -102px;
}
#box-login .password-label {
	left: 140px;
}
#box-login .logged-user {
	position: absolute;
	right: 85px;
	top: 0;
}
#box-login .logged-user a {
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#box-login .logged-user a:hover {
	text-decoration: underline;
}
#box-login .login_submit, #box-login .logout a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 74px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
}

/*
	MENU
*/
#block-menu {
	position: relative;
	height: 79px;
	background: transparent url(img/bg_mainmenu_tile.gif) left top repeat-x;
}
#block-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#block-menu li {
	float: left;
}
#block-menu a {
	outline: none;
}
#main-menu {
	height: 30px;
	background: transparent url(img/bg_mainmenu_left.gif) left top no-repeat;
}
#main-menu ul {
	height: 30px;
	background: transparent url(img/bg_mainmenu_right.gif) right top no-repeat;
}
#main-menu ul li {
	margin: 0;
	padding: 0 0 0 3px;
}
#main-menu a {
	display: block;
	float: left;
	padding: 0 0 0 20px;
	height: 30px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
#main-menu a span {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
#main-menu a:hover {
	background: transparent url(img/mainmenu_hover_left.gif) left 3px no-repeat;
}
#main-menu a:hover span {
	background: transparent url(img/mainmenu_hover_right.gif) right 3px no-repeat;
}
#main-menu a.selected, #main-menu a.selected:hover {
	background: transparent url(img/mainmenu_tab_left.gif) left 3px no-repeat;
}
#main-menu a.selected span, #main-menu a.selected:hover span {
	background: transparent url(img/mainmenu_tab_right.gif) right 3px no-repeat;
}

#sub-menu {
	height: 30px;
	background: #be0000;
}
#sub-menu .inner {
	background: transparent url(img/bg_submenu_left.gif) left top no-repeat;
}
#sub-menu ul {
	padding: 0 0 0 7px;
	height: 30px;
	background: transparent url(img/bg_submenu_right.gif) right top no-repeat;
}
#sub-menu ul li {
	margin: 0;
	padding: 2px 3px 3px;
}
#sub-menu a, .filter-inner a {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	height: 25px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
#sub-menu a span, .filter-inner a span {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	white-space: nowrap;
}
#sub-menu a:hover, .filter-inner a:hover {
	background: #9c0c0c url(img/submenu_hover_left.gif) left top no-repeat;
}
#sub-menu a:hover span, .filter-inner a:hover span {
	background: transparent url(img/submenu_hover_right.gif) right top no-repeat;
}
#sub-menu a.selected, .filter-inner a.selected, #sub-menu a.selected:hover, .filter-inner a.selected:hover {
	background: #861414 url(img/submenu_tab_left.gif) left top no-repeat;
}
#sub-menu a.selected span, .filter-inner a.selected span, #sub-menu a.selected:hover span, .filter-inner a.selected:hover span {
	background: transparent url(img/submenu_tab_right.gif) right top no-repeat;
}

/*
	LAYOUT
*/

.layout {
	padding-top: 5px;
	background: #fff url(img/bg_layout_top.gif) left top no-repeat;
	height: 1%;
}
#wrapper .layout-firstpage {
	background: #fff url(img/bg_layout_firstpage.gif) left top no-repeat;
}

/*
	COLUMNS
*/
#col-upper {
	padding: 1px 6px 0;
	height: 217px;
}

#col-left {
	position: relative;
	float: left;
	padding: 1px 0 0 6px;
	width: 190px;
	min-height: 150px;
}
.layout-firstpage #col-left {
	padding: 0 10px 0 0 !important;
	width: 232px;
}

#col-main {
	position: relative;
	float: left;
	padding: 0 12px 0;
	width: 544px;	/*width: 568px;*/
	min-height: 300px;
}
.layout-firstpage #col-main {
	padding: 0 !important;
	width: 718px;
}

#col-right {
	position: relative;
	float: left;
	padding: 1px 6px 0 0;
	width: 190px;
	min-height: 150px;
}

/*
	COL MAIN
*/

#col-main #content-top {
	padding: 6px 0 10px;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
#col-main #content {
	font-size: 1em;
}
#col-main #content h1 {
	padding: 10px 0;
	font-size: 20px;
	line-height: 26px;
	color: #be0000;
}

.layout-firstpage #content-upper {
	height: 143px;
	background:  transparent url(img/bg_firstpage_content_top.gif) left top no-repeat;
}
.layout-firstpage #content {
	position: relative;
	background:  transparent url(img/bg_firstpage_content.jpg) left top no-repeat;
}
#news-toolbar {
	position: relative;
	height: 31px;
}
#news-toolbar h2 {
	padding-left: 11px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #be0000;
}
#news-toolbar #rss {
	display: block;
	position: absolute;
	left: 70px;
	top: 7px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: transparent url(img/icon_rss.jpg) left top no-repeat;
}
#news-toolbar #rss span {
	display: none;
}
#news-toolbar #enews-link {
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
	padding: 0 0 0 10px;
	width: 152px;
	width: 142px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
	background: transparent url(../images/blank.gif) left top no-repeat;
}

.content-gallery {
	float: left;
	padding: 0 10px 10px 0;
	width: 134px;
}
.content-gallery .contentgallery-thumbs {
	padding: 7px 0 0;
	height: 40px;
	width: 134px;
	/*background: transparent url(img/bg_gallery_thumbs.gif) left top no-repeat;*/
}
.content-gallery  .gal-thumb {
	display: block;
	float: left;
	padding: 0 7px 0 0;
	width: 40px;
	height: 40px;
}
.content-gallery  .gal-thumb-last {
	padding-right: 0;
}


.content-list {
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
}

.content-list .title {
	font-weight: bold;
	font-size: 1.13em;
	padding: 10px 0 5px;
}

.content-list .item {
	padding: 0 0 3px 70px;
	position: relative;
	height: 1%;
}
.content-list .item span {  
	position: absolute;
	top: 0; left: 0;
	font-size: 11px;
	color: #999;
	padding-right: 10px;
}

.hidden { display: none; }

.documents {
	clear: both;
	margin: 15px 0;
	padding: 0 0 6px;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}

.documents .title { 
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 6px 0;
	color: #be0000;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
}
.documents div {
	position: relative;
	height: 1%;
	padding: 0 0 8px 22px;
}
.documents span img {
	position: absolute;
	top: 0; left: 0;
	vertical-align: top;
}
.documents a {
	padding-left: 6px;
	color: #666;
	text-decoration: none;
}
.documents a:hover {
	color: #be0000;
}
.documents .doc-size {
	font-size: 10px;
	color: #999;
	white-space: nowrap;
}



.sub-item { padding: 5px 0; }
.archive-documents {
	clear: both;
	margin: 0;
	padding: 6px 0;
/*	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;*/
}

.archive-documents .title { 
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 6px 0;
	color: #be0000;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
}
.archive-documents div {
	position: relative;
	height: 1%;
	padding: 0 0 8px 22px;
}
.archive-documents span img {
	position: absolute;
	top: 0; left: 0;
}
.archive-documents span img {
	vertical-align: top;
}
.archive-documents a {
	color: #666;
	text-decoration: none;
}
.archive-documents a:hover {
	color: #be0000;
}
.archive-documents .doc-size {
	font-size: 10px;
	color: #999;
	white-space: nowrap;
}

.detail-socialmedia-share { position:relative; /*height:30px;*/ height:65px; }
.detail-socialmedia-share .twitter-share-button { position:absolute;top:2px;right:0; }

.list-socialmedia-share { position:relative; height:25px; margin-top:5px; }
.list-socialmedia-share .twitter-share-button { position:absolute;top:0px;left:0px; }
.list-socialmedia-fb {position:absolute;top:0px;left:120px;}


.username-name {
	padding-bottom: 10px;
}
.date {
	font-size: 11px;
	color: #999;
}
.abst {
	/*font-weight: bold;*/
	padding: 0 0 20px;
}
.desc a, .abst a {
	color: #ef0000;
}
.desc table, .abst table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.desc tr, .desc th, .desc td,
.abst tr, .abst th, .abst td {
	border: 1px solid #ccc;
}
.desc th, .desc td,
.abst th, .abst td {
	padding: 5px;
}
.desc span, .desc div {font-family:'Trebuchet MS', sans-serif !important; font-size:1em !important;}

.content-bottom {
	margin-top: 10px;
	height: 27px;
	line-height: 27px;
	background: transparent url(img/bg_content_bottom.gif) left top repeat-x;
}
.pagelister {
	position: relative;
	height: 27px;
}
.pagelister-prev,
.pagelister-next {
	display: block;
	float: left;
	width: 70px;
	height: 27px;
	font-weight: bold;
}
.pagelister-next { text-align: right; }
.pagelister-pages {
	float: left;
	width: 404px;
	height: 27px;
	text-align: center;
}
.pagelister-pages a,
.pagelister .current-page {
	padding: 0 4px;
}
.pagelister .current-page {
	font-weight: bold;
}
.pagelister-seperator {
	background: transparent url(img/seperator_fp.gif) center center no-repeat;
	cursor: default;
}
.content-bottom .right-link {
	margin-left: 14px;
	float: right;
}
#post-categories, .member-lister, #content-menu {
	margin-bottom: 10px;
	height: 1%;
	background: #be0000 url(img/bg_content_filter_top.gif) left top no-repeat;
}
#post-categories .filter-inner, .member-lister .filter-inner, #content-menu .filter-inner {
	padding: 0 4px 3px 8px;
	background: transparent url(img/bg_content_filter_bottom.gif) left bottom no-repeat;
}
.filter-inner a {
	margin-top: 3px;
	margin-right: 3px;
}
.member-lister { /*margin: 10px 0;*/ }
.member-lister .filter-inner a {
	margin-right: 2px;
}
.member-lister .filter-inner a span {
	width: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.member {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 11px 11px 0;
	width: 100px;
	height: 1%;
}
.member .img {
	width: 100px;
	height: 120px;
}
.member .img .dms-member-bg {
	position:absolute;
	bottom:0;
	left:0;
	background:#be0000;
	opacity:0.6;
	text-align:center;
	font-weight:bold;
	color:#fff;
	width:100%;
}
.member .img .dms-member-text {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	width:100%;
	text-decoration: none !important;
}

#members .last {
	padding-right: 0;
}
.member .linkedin {
	display: block;
	padding: 0 0 0 40px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background: transparent url(img/icon_linkedin.gif) 18px center no-repeat;
}
.member .name {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#content-clanstvo {
	margin: 15px 0;
	position: relative;
	height: 1%;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
}
.button-clanstvo {
	float: left;
	padding: 10px 14px 8px 0;
	width: 122px;
	background: transparent url(img/seperator_clanstvo.gif) right 10px no-repeat;
}
.button-clanstvo a {
	display: block;
	width: 122px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: transparent url(img/btn_medium.gif) left top no-repeat;
}
.documents-clanstvo {
	padding: 20px 13px 5px;
	width: 350px;
	float: left;
}
.documents-clanstvo .documents {
	margin: 0;
	padding: 0;
	background: none;
}
.documents-clanstvo .documents .title {display: none;}
.element-bottom {
	position: relative;
	font-size: 0;
	line-height: 0;
	height: 2px;
	overflow: hidden;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
	clear: both;
}

#sitemap ul {
	list-style: none;
}
#sitemap ul li {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#sitemap ul li a {
	text-decoration: none;
}
#sitemap ul li a:hover {
	text-decoration: underline;
}
#sitemap ul li li {
	font-size: 13px;
	padding-bottom: 0;
}
#sitemap ul li li li {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 0;
}

/*
	LISTING
*/
#news-listing-firstpage {
	padding: 10px 11px;
}
.list-item {
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
.list-item.last { background: none; }
.list-item h2 {
	padding: 0 0 5px;
	font-size: 13px;
	font-weight: bold;
}
#content .list-item h2 a {
	color: #333;
	text-decoration: none;
}
.list-item .image {
	float: left;
	width: 140px;
	margin-top: 5px;
}
.list-item .list-item-right {
	float: left;
	width: 400px;
}
.list-item .date {
	font-size: 11px;
	color: #999;
}
.list-item .abst {
	padding: 0;
	font-weight: normal;
}
.content-listing {
	margin: 10px 0 0;
	padding: 10px 0 0;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
}
.content-listing .list-item {
	padding-top: 10px;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
.content-listing .item-last {
	padding-bottom: 0px;
	background: none;
}

.list-item-post {
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
.list-item-post.last { background: none; }
.svetovalnica-first {
	padding-top: 10px;
}
.list-item-post .user-name h2 {
	padding: 0 0 5px;
	font-size: 13px;
	font-weight: bold;
}
.list-item-post .user-name h2 a {
	color: #be0000;
	text-decoration: none;
}
.list-item-post .user-data {
	float: left;
	width: 120px;
}
.list-item-post .post-content {
	float: left;
	width: 400px;
}
.list-item-post .post-content h2 {
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
.list-item-post .post-content h2 a {
	color: #333;
	text-decoration: none;
}
.list-item-post .post-content .date {
	font-size: 11px;
	color: #999;
}
.list-item-post .post-content .abst {
	padding: 2px 0 10px;
	font-weight: normal
}
.list-item-post a.comments-count {
	display: block;
	float: left;
	margin: 0 5px;
	padding: 0;
	width: 79px;
	height: 17px;
	background: transparent url(img/bg_comment_count.gif) left top no-repeat;
	text-align: center;
	font-size: 9px;
	color: #999;
	line-height: 13px;
	text-decoration: none;
}
.list-item-post .more, .list-item-post .arrow-link {
	float: left;
	margin-right: 10px;
}
.list-item-post .right-link {
	float: right;
	clear: right;
}

.search-list-item {
	padding: 10px 0 20px;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
}
.bottom-nav .left, .bottom-nav .right {
	font-weight: bold;
}
.bottom-nav .left {
	float: left;
}
.bottom-nav .right {
	float: right;
}

/*
	BOXES
*/
.box {
	position: relative;
	height: 1%;
}
#col-right .box {
	margin-bottom: 6px;
}

#box-mediascreen {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 202px;
	background: #000;
}
#media-img {
	position: relative;
	display: block;
	width: 710px;
	height: 202px;
	text-decoration: none;
}
#media-img #screen-title, #media-img #screen-title-bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 710px;
	height: 30px;
}
#media-img #screen-title {
	padding: 0 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	
}
#media-img #screen-title-bg {
	background: #000;
}
#mediascreen-buttons {
	position: absolute;
	left: 8px;
	bottom: 8px;
	height: 18px;
	float: left;
	background: transparent;
}
#mediascreen-buttons .btn {
	float: left;
	margin: 0 4px 0 0;
	width: 18px;
	height: 18px;
	background: transparent url(img/btn_media.png) left top no-repeat;
	outline: none;
}
#mediascreen-buttons .btn span {
	display: none;
}
#mediascreen-buttons a.selected {
	background-position: left bottom;
}
#box-odms-firstpage, #box-lastposts-fp {
	float: right;
	width: 232px;
	height: 202px;
	color: #fff;
}
#box-odms-firstpage .box-inner, #box-lastposts-fp .box-inner {
	position: relative;
	padding: 11px;
	width: 210px;
	height: 180px;
}
#box-odms-firstpage .box-title, #box-lastposts-fp .box-title {
	padding: 0 0 6px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #f80000;
}
#box-odms-firstpage .big-button {
	display: block;
	position: absolute;
	left: 11px;
	bottom: 11px;
	width: 211px;
	height: 62px;
	line-height: 62px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: transparent url(img/btn_big.gif) left top no-repeat;
}
#box-odms-firstpage .more {
	float: right;
	color: #f80000;
	background-image: url(img/arrow_white.gif);
}

#box-lastposts-fp .box-title {
	padding: 0 0 10px;
}
#box-lastposts-fp ul {
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
}
#box-lastposts-fp ul li {
	padding: 6px 0;
	height: 1%;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
#box-lastposts-fp ul li a {
	color: #fff;
	text-decoration: none;
}
#box-lastposts-fp ul li a:hover {
	text-decoration: underline;
}

.box-dogodki {
	margin: 0 0 10px;
}
.box-dogodki .box-inner {
	padding: 3px 10px 5px;
}
.box-dogodki ul {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
}
.box-dogodki ul li {
	margin: 0;
	padding: 2px 0 4px;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
.box-dogodki ul li a {
	float: left;
	width: 140px;
	text-decoration: none;
}
.box-dogodki ul li a:hover {
	text-decoration: underline;
}
.layout-firstpage .box-dogodki ul li a {
	/*width: 140px;*/
	width: 105px;
}
.box-dogodki .box-date {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 65px;
}
.box-dogodki .box-bottom {
	padding: 3px 0 0;
	height: 18px;
}
.box-dogodki .more {
	float: right;
}
#box-dogodki-dms {
	background: #333 url(img/bg_box_dark_top.jpg) left top no-repeat;
	color: #fff;
}
.layout-firstpage #box-dogodki-dms {
	background: #333 url(img/bg_box_dark_top_firstpage.jpg) left top no-repeat;
}
#box-dogodki-dms .box-inner {
	background: transparent url(img/bg_box_dark_bottom.gif) left bottom no-repeat;
}
.layout-firstpage #box-dogodki-dms .box-inner {
	background: transparent url(img/bg_box_dark_bottom_firstpage.gif) left bottom no-repeat;
}
#box-dogodki-dms  .box-title h4 {
	padding: 5px 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
#box-dogodki-dms li a {
	color: #fff;
}
#box-dogodki-dms .more {
	color: #f80000;
	background: transparent url(img/arrow_white.gif) left center no-repeat;
}

#box-dogodki-marketing {
	background: transparent url(img/bg_box_default_top_dogodki.gif) left top no-repeat;
}
.layout-firstpage #box-dogodki-marketing {
	background: transparent url(img/bg_box_default_top_fp.gif) left top no-repeat;
}
#box-dogodki-marketing .box-inner {
	background: transparent url(img/bg_box_gradient.jpg) 0 4px repeat-x;
}
#box-dogodki-marketing .box-title {
	padding: 5px 0 5px;
	height: 1%;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
#box-dogodki-marketing .box-title h4 {
	color: #be0000;
	font-size: 13px;
	font-weight: bold;
}
#box-dogodki-marketing .box-content {
	min-height: 120px;
}
#box-dogodki-marketing li a {
	color: #333;
}
#box-dogodki-marketing .box-bottom {
	padding-bottom: 4px;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}

#box-breadcrumbs {
	margin-right: 80px;
}
#box-breadcrumbs a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#box-breadcrumbs a:hover {
	text-decoration: underline;
}
#box-breadcrumbs .current {
	font-weight: bold;
}
#box-breadcrumbs .seperator {
	background: transparent url(img/arrow_dark.gif) center center no-repeat;
}

#box-social-bookmarks {
	position: absolute;
	right: 12px;
	top: 6px;
	width: 75px;
	height: 18px;
}
#box-social-bookmarks a {
	padding: 0 0 0 7px;
	float: right;
}



#box-poll {
	margin: 0 0 10px;
	position: relative;
	height: 1%;
	background: #e8e8e0 url(img/bg_box_default_top.gif) left top no-repeat;
}
#box-poll .box-inner {
	padding: 8px 13px;
	background: transparent url(img/bg_box_anketa_bottom.gif) left bottom no-repeat;
}
.layout-firstpage #box-poll {
	background: #e8e8e0 url(img/bg_box_default_top_fp.gif) left top no-repeat;
}
.layout-firstpage #box-poll .box-inner {
	background: transparent url(img/bg_box_anketa_bottom_fp.gif) left bottom no-repeat;
}
#box-poll .box-title {
	padding: 0 0 5px;
	height: 1%;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
#box-poll .box-title h4 {
	color: #be0000;
	font-size: 13px;
	font-weight: bold;
}

#box-poll .poll-question {
	margin: 0;
	padding: 5px 0;
	height: 1%;
	font-weight: bold;
}

#box-poll #poll-answers {
	padding-top: 1px;
	height: 1%;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
}
#box-poll .result-item {
	padding: 4px 0 6px;
	height: 1%;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
#box-poll .result-text {
	
}
#box-poll .indicator {
	height: 4px;
	background: #666;
	overflow: hidden;
}
#box-poll .answers-total {
	font-size: 11px;
}
#box-poll .answers-total span {
	font-weight: bold;
}
#box-poll .function-buttons {
	padding-top: 10px;
	position: relative;
	height: 1%;
	height: 22px;
}
#box-poll form {
	margin: 0;
	padding: 0;
	height: 1%;
}
#box-poll .poll-field {
	font-size: 11px;
	color: #656565;
}
#box-poll .poll-field input {
	/*vertical-align: middle;*/
}
#box-poll button {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 74px;
	height: 22px;
	border: 0;
	background: transparent url(img/btn_default.gif) left top no-repeat;
	cursor: pointer;
}
#box-poll button span {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#box-poll a.poll-results {
	float: right;
	margin-top: 4px;
}

#box-projekti .item {
	position: relative;
	margin: 5px 0 0;
	padding: 0;
	width: 180px;
	height: 70px;
}
#box-projekti .item-first {
	margin: 0;
}
#box-projekti .item .img-shade {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 5px;
	width: 170px;
	height: 40px;
	background: transparent url(img/img_shade.png) left top no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
#box-projekti .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 70px;
	background: transparent url(../images/clear.gif) left top repeat;
	text-decoration: none;
}
#box-projekti .item a span {
	/*display: none;*/
	display: block;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	background: transparent url(../images/clear.gif) left top repeat;
	cursor: pointer;
}
#box-projekti .item a:hover span {
	background: #f60100;
}
#box-projekti-firstpage .box-inner {
	position: relative;
	height: 143px;
}
#box-projekti-firstpage .box-content {
	padding: 7px 0 7px 7px;
}
#box-projekti-firstpage .item {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 120px;
}
#box-projekti-firstpage .item .img-shade {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 5px;
	width: 140px;
	height: 60px;
	background: transparent url(img/img_shade_fp.png) left top no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
#box-projekti-firstpage .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 120px;
	background: transparent url(../images/clear.gif) left top repeat;
	text-decoration: none;
}
#box-projekti-firstpage .item a span {
	/*display: none;*/
	display: block;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	background: transparent url(../images/clear.gif) left top repeat;
	cursor: pointer;
}
#box-projekti-firstpage .item a:hover span {
	background: #f60100;
}
#box-projekti-firstpage .box-bottom {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 127px;
	text-align: center;
}
#box-projekti-firstpage #socialmedia-links {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 29px;
	width: 500px;
	line-height: 29px;
}
#box-projekti-firstpage #socialmedia-links a {
	display: block;
	float: left;
	padding: 0 0 0 25px;
	height: 29px;
	line-height: 29px;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
#box-projekti-firstpage #socialmedia-links .seperator {
	display: block;
	float: left;
	height: 29px;
	width: 25px;
	background: transparent url(img/seperator_fp.gif) center center no-repeat;
	cursor: default;
}
#box-projekti-firstpage #socialmedia-links #facebook {
	background: transparent url(img/icon_facebook.jpg) left center no-repeat;
}
#box-projekti-firstpage #socialmedia-links #twitter {
	background: transparent url(img/icon_twitter.jpg) left center no-repeat;
}

.box-right {
	background: #e8e8e0 url(img/bg_box_default_top.gif) left top no-repeat;
}
.box-right .box-inner {
	padding: 3px;
	background: transparent url(img/bg_box_default_bottom.gif) left bottom no-repeat;
}
.box-right .box-title {
	height: 1%;
	background: #333 url(img/bg_box_title_dark_top.gif) left top no-repeat;
}
.box-right .box-title h4 {
	padding: 6px 9px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(img/bg_box_title_dark_bottom.gif) left bottom no-repeat;
}
.box-right ul {
	margin: 0;
	padding: 0 6px 2px;
	list-style: none;
}
.box-right ul li {
	margin: 0;
	padding: 6px 0;
	height: 1%;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}
.box-right ul li.last {
	background: none;
}
.box-right ul li a {
	color: #333;
	text-decoration: none;
}
.box-right ul li a:hover {
	text-decoration: underline;
}
.banner .box-inner {
	padding: 5px;
}

#box-projekti .box-title, #box-projekti .box-title h4 {
	background: none;
}
#box-projekti .box-title h4 {
	padding: 0;
	color: #be0000;
}
#box-projekti .box-inner {
	padding: 5px;
}
#box-projekti .box-bottom {
	padding: 5px 0 0;
	text-align: right;
}

/*
	FOOT
*/
#foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*height: 1%;*/
}

.main-sections {
	float: left;
	margin: 0;
	padding: 10px 0 0;
	width: 158px;
	/*height: 1%;*/
}
.main-sections a {
	text-decoration: none;
}
.main-sections a:hover {
	text-decoration: underline;
}
.main-sections a.main-sect {
	display: block;
	padding: 0 0 6px;
	font-weight: bold;
	color: #e60026;
	font-size: 13px;
	height: 1%;
}
.main-sections .section-block {
	padding-bottom: 20px;
	height: 1%;
}
.main-sections ul {
	position: relative;
	margin: 10px 0 0;
	padding: 0;
	width: 140px;
	height: 1%;
}
.main-sections ul li {
	width: auto;
}
.main-sections ul li a {
	font-size: 11px;
	color: #fff;
}
#foot-bottom {
	height: 30px;
	padding: 10px 0 10px;
	border-top: 1px solid #3d3d3d;
	font-size: 11px;
	line-height: 30px;
}
#foot-bottom  .left {
	float: left;
	width: 560px;
	height: 30px;
}
#foot-bottom #logo-sonce {
	display: block;
	float: left;
	padding-right: 2px;
	width: 229px; /*width: 99px;*/
	height: 27px;
	background: transparent url(img/logo_sonce.gif) left top no-repeat;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#foot-bottom #logo-sonce span {
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	text-align: right;
	cursor: pointer;
}
#foot-bottom #logo-sonce:hover span {
	text-decoration: underline;
}
#foot-bottom #logo-sonce span.hidden {
	display: none;
}
#foot-bottom  .left .seperator {
	padding: 0 15px;
	background: transparent url(img/seperator_sq_gray.gif) center center no-repeat;
}
#foot-bottom .foot-copy {
	color: #999;
	font-weight: bold;
}
#foot-bottom  .right {
	float: right;
	width: 400px;
	height: 30px;
	text-align: right;
}
#foot-bottom  .right a {
	color: #fff;
	text-decoration: none;
}
#foot-bottom  .right a:hover {
	text-decoration: underline;
}
#foot-bottom  .right .seperator  {
	padding: 0 15px;
	background: transparent url(img/seperator_sq_white.gif) center center no-repeat;
}
/* FORMS */
.forms h2 {
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}
.forms .notice h2 {
	padding: 10px 0;
	color: #fc0000;
}
.forms form {
	margin: 0;
	padding: 0;
}
.forms form .table-formfields {
	border: 0;
	border-collapse: collapse;
}
.forms form .table-formfields td {
	padding: 3px 0;
}
.forms form .table-formfields td.form-right {
	width: 400px;
}
.forms label.base-label {
	display: block;
	/*width: 150px;*/
}
.forms .tfield-d {
	font-weight: bold;
	color: #be0000;
}
.forms input.inputfield_i, input.inputfield_n {
	display: block;
	margin: 0;
	padding: 3px 5px 1px;
	width: 186px;
	height: 18px;
	background: #e8e8e0;
	border: none;
}
.forms select.inputfield_s  {
	margin: 2px 0;
	width: 196px;
	background: #e8e8e0;
}
.forms textarea.inputfield_t {
	padding: 3px 5px 1px;
	width: 390px;
	height: 70px;
	background: #e8e8e0;
	border: none;
}
.forms div.inputfield_c, .forms div.inputfield_r {
	border-top: 1px solid #e8e8e0;
	border-bottom: 1px solid #e8e8e0;
	border: 1px solid #e8e8e0;
	padding: 4px;
}
.forms .inputfield_c .element, .forms .inputfield_r .element {
	padding: 2px 0;
	height: 1%;
}
.forms .inputfield_c input, .forms .inputfield_r input {
	float: left;
}
.forms .inputfield_c  label, .forms .inputfield_r label {
	display: block;
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	width: 360px;
	height: 1%;
}
.forms img.captcha-image {
	display: block;
	margin: 6px 0 0;
	width: 194px;
	border: 1px solid #e8e8e0;
}
.forms .requiredfields {
	padding: 10px 0;
}
.forms .submit, .submit-post, .btn-default	 {
	display: block;
	margin: 0;
	padding: 0;
	width: 74px;
	height: 22px;
	border: 0;
	background: transparent url(img/btn_default.gif) left top no-repeat;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#form-enews {
	margin: 0;
	padding: 0;
}
#form-enews input {
	display: block;
	margin: 0;
	padding: 3px 5px 1px;
	width: 136px;
	height: 18px;
	background: #e8e8e0;
	border: none;
}
.message {
	padding: 8px;
	font-weight: bold;
	background: #e8e8e0;
}

#login_form_content {}

#login_form_content table td {
	padding: 2px 0;
}
#login_form_content .username-label {
	display: block;
	width: 130px;
}
#login_form_content .tfield {
	display: block;
	margin: 0;
	padding: 3px 5px 1px;
	width: 136px;
	height: 18px;
	background: #e8e8e0;
	border: none;
}
#login_form_content .btn-login {
	display: block;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

/* COMMENTS */
.comments {
	padding: 10px 0 0;
}
.comments_form {
	padding: 8px 0;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
	height: 1%;
}
.comment_item {
	padding: 8px 0;
	background: transparent url(img/dotted_h_1.gif) left top repeat-x;
	height: 1%;
}
.comment_item .date {
	float: right;
	font-size: 11px;
	color: #999;
}
.comment_item .comment-data {
	padding-bottom: 5px;
}
.comment_item .user {
	float: left;
	width: 60px;
}
.comment_item .comment {
	float: left;
	padding: 8px;
	width: 466px;
	height: 1%;
	border: 1px solid #e8e8e0;
}
.comment_item .comment p {
	margin: 0;
	padding: 0;
}
.comments .subtitle {
	display: block;
	padding: 0 0 10px;
}
#comment_text {
	padding: 3px 5px 1px;
	width: 474px;
	height: 100px;
	background: #e8e8e0;
	border: none;
}
.comments .submit {
	display: block;
	float: right;
	margin: 10px 0 0;
	padding: 0;
	width: 74px;
	height: 22px;
	border: 0;
	background: transparent url(img/btn_default.gif) left top no-repeat;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}


/* EXTUSER */
.my_profile {}

.my_profile label {
	display: block;
	width: 150px;
}
.my_profile .txtfield, .my_profile .file {
	display: block;
	margin: 0;
	padding: 3px 5px 1px;
	width: 186px;
	height: 18px;
	background: #e8e8e0;
	border: none;
}
.my_profile .dropdown {
	margin: 2px 0;
	width: 196px;
	background: #e8e8e0;
}
.my_profile .txtarea {
	padding: 3px 5px 1px;
	width: 186px;
	background: #e8e8e0;
	border: none;
	height: 60px;
}
.my_profile .checkbox-row {
	padding: 3px 0;
}
.my_profile .checkbox-row label {
	display: inline;
}
.my_profile .images {
	padding: 6px 0 6px 6px;
	width: 451px;
	height: 1%;
	border: 1px solid #ccc;
}
.my_profile .images .image {
	float: left;
	padding: 0 4px 0 0;
}
.my_profile .images .image span {
	display: block;
	margin: 0;
	padding: 5px 0;
	border-collapse: collapse;
	background: #e8e8e0;
	width: 60px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.my_profile .images .image span span { display:inline; line-height:50px; border:none; }
.my_profile .images .image span img {
	vertical-align: middle;
}
.my_profile .images .image .remove {
	text-align: right;
}
.my_profile .images .image a {
	font-size: 11px;
	text-decoration: none;
	color: #999;
}
.my_profile .images .image a:hover {
	color: #333;
}

.my_profile button.submit-upload::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.my_profile .submit-upload {
	margin: 0 0 0 70px;
	padding: 0;
	width: 74px;
	height: 22px;
	line-height: 22px;
	border: none;
	background: transparent url(img/btn_upload.gif) center center no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.my_profile .submit-deleteimg {
	margin-left: 176px;
}
.my_profile .submit-upload span span {
	display: none;
}
.my_profile .submit-post {
	margin-top: 10px;
}

ul.documents {
	margin: 0;
	list-style: none;
}
ul.documents li {
	padding-bottom: 5px;
}

.forms-userpost .form-left {
	width: 80px;
}
.forms-userpost .form-right {
	width: 460px;
}
.forms-userpost td {
	padding: 2px 0;
}
.forms-userpost .form-left label {
	width: 70px;
}
.forms-userpost .txtarea {
	width: 450px;
}

.MyProfile_form td {
	padding: 3px 0;
	vertical-align: top;
}

.extuser_form td {
	padding: 3px 0;
}
.extuser_form label {
	display: block;
	width: 120px;
}
.extuser_form .txtfield {
	display: block;
	margin: 0;
	padding: 3px 5px 1px;
	width: 186px;
	height: 18px;
	background: #e8e8e0;
	border: none;
}
.extuser_form .submit {
	display: block;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.user-profile .user {
	float: left;
	padding-right: 20px;
}
.user-profile  h2, .my_profile h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #be0000;
}
.user-profile td {
	padding: 4px 0;
}
.user-profile td.descript {
	width: 140px;
}
.user-profile .user-basic-data td.data {
	font-weight: bold;
}

/* CKEditor */
span.cke_skin_kama {
	border: none !important;
	background: #e8e8e0;
}
.cke_skin_kama .cke_wrapper {
	background: #e8e8e0 !important;
}
.cke_skin_kama .cke_contents iframe {
	border-top: 1px solid #fff;
	background-color: #e8e8e0 !important;
}
.cke_bottom {
	display: none;
}

div.user-tools {
	margin-top: 20px;
}

.banner-element {
	position: relative;
}

.banner-element img { border: none; }

#event-tracker {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}


#calendar .calendar-day {
	padding: 10px 0;
	background: transparent url(img/dotted_h_1.gif) left bottom repeat-x;
}

#calendar .calendar-day .day-title {
	font-size: 13px;
	font-weight: bold;
}

#calendar .calendar-day .calendar-event {
	padding: 10px 140px 10px 100px;
	position: relative;
}

#calendar .calendar-day .calendar-event span.hours {
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
	width: 80px;
}

#calendar .calendar-day .calendar-event span.remove {
	position: absolute;
	display: block;
	top: 10px;
	right: 0;
	width: 120px;
}

#calendar .calendar-day .calendar-event span.addto {
	position: absolute;
	display: block;
	top: 24px;
	right: 0;
	width: 120px;
}

#calendar .calendar-day .calendar-event span.remove a,
#calendar .calendar-day .calendar-event span.addto a { text-decoration: none; }
#calendar .calendar-day .calendar-event span.remove a:hover,
#calendar .calendar-day .calendar-event span.addto a:hover { text-decoration: underline; }

#calendar .calendar-day .calendar-event a.name {
	text-decoration: none;
	font-weight: bold;
}

#calendar .calendar-day .calendar-event a:hover {text-decoration: underline;}



.error_msg {
	padding: 10px 0 20px;
	color: red;
}
