/* Sitemind Stylesheet */

/* Import layout */
@import url(master.css);
@import url(layout.css);
@import url(wzt_nav.css);
@import url(wzt_secondnav.css);
@import url(lightbox.css);

*, html, body {
	outline: none;
}

body {
	font-family: Verdana, Lucida Grande, Arial, Sans-serif;
	font-size: 11px;
	color: #000;
}

div#mainBlock {
	font-family: Verdana, Lucida Grande, Arial, Sans-serif;
	line-height: 18px;
}

a {
	color: #FE961B;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 0.8em;
	width: 100%;
}

h1 {

	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #000;
	text-align: left;
	font-size: 2.1em;
	padding: 1px;
	width: 100%;
	height: 32px;
	margin: 10px 0 4px 0;
}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #FE961B;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	clear: both;
}

h2 a {
	padding: 2px 4px;
	color: #FE961B;
	font-weight: bold;
}
h2 a:hover {
	text-decoration: none;
	background: #FE961B url(../images/back_nav.png) repeat-x;
	color: #FFF;
}

code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

table {
	width: 100%;
	margin: 20px 0 0 0;
}

th {
	border-bottom: 1px solid #666666;
}

td {
	font-size: 90%;
}

/* Table settings */

.row_even {
	background: url(../images/bg_grey.png) repeat-x #EEE;
}

#overview_table tr:hover td {
	background: url(../images/bg_orange.png) repeat-x #d1d7db;
}

hr {
	color: #D0D0D0;
	background-color: #D0D0D0;
	width: 100%;
}

.greyedout {
	color: #a2a2a2;
}

/* Form settings */
input, select, textarea, button, label {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 1.2em;
}

label {
	font-size: 1em;
	line-height: 2em;
	width: 170px;
	margin: 0;
	padding: 3px 15px;
	float: left;
	clear: left;
	font-weight: bold;
	text-align: right;
}

input, select, textarea, button {
	margin: 2px 2px;
	padding: 3px;
	border: 1px inset #AAAAAA;
	background: url(../images/inputBg.gif) no-repeat top left #FFF;
}

input:focus {
	background-color: #EEE;
}

.radio {
	border: none;
	background: none;
}

.width40 {
	width: 40%;
}

.width50 {
	width: 50%;
}

.width60 {
	width: 60%;
}

.width80 {
	width: 80%;
}
.width100 {
	width: 95%;
}

/* Header buttons */

#logo_btn a, #logo_btn a:link, #logo_btn a:active, #logo_btn a:visited {
	height: 200px;
	width: 230px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

/* Links Hyves */
#link_hyves {
	display: block;
	width: 160px;
	margin: 0 auto;
	height: 90px;
	background: url(../images/wzt_hyves_link.png) no-repeat 0 0;
}

#link_hyves:hover {
	background: url(../images/wzt_hyves_link.png) no-repeat 0 -90px;
}

#link_hyves_jt {
	display: block;
	width: 160px;
	margin: 0 auto;
	height: 90px;
	background: url(../images/wzt_hyves_link_jt.png) no-repeat 0 0;
}

#link_hyves_jt:hover {
	background: url(../images/wzt_hyves_link_jt.png) no-repeat 0 -90px;
}

#link_jt {
	display: block;
	width: 160px;
	margin: 10px auto 0 auto;
	height: 120px;
	background: url(../images/link_jt.png) no-repeat 0 0;
}

#link_jt:hover {
	background: url(../images/link_jt.png) no-repeat 0 -120px;
}

#link_jt_twitter {
	display: block;
	line-height: 32px;
	padding-left: 36px;
	color: #000;
	margin: 10px 0 0 24px;
	text-decoration: none;
	background: url(../images/twitter.png) 0 0 no-repeat;
}

#link_jt_twitter:hover { text-decoration: underline;}

/* Rightbar */
.pngfix {
	behavior: url(public/css/iepngfix.htc);
}

/* userBlock */
#userBlock {
	position: relative;
	clear: both;
	margin: 20px 0 0 10px;
	font-size: 80%;
	color: #D0D0D0;
}

/* Adminbuttons */
#btnbox {
	position: relative;
	display: block;
	clear: both;
	margin: 20px 0 20px 0;
}

#btnbox input, #btnbox button, .adminbutton {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
	background: url(../images/btn_blank.png) no-repeat 0 0;
	height: 26px;
	width: 112px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	font-size: 1.1em;
	float: left;
	margin: 6px 0 0 6px;
	border: none;
}

#btnbox input:hover, #btnbox button:hover, .adminbutton:hover {
	cursor: pointer;
	text-decoration: underline;
	background: url(../images/btn_blank.png) no-repeat 0 -26px;
}

/* Comments */
#comment {
	border: 1px solid #EEE;
	margin: 10px 0;
	padding: 8px;
	width: 580px;
	display: block;
}

#comment_heading {
	margin: 10px 0;
	font-size: 106%;
	font-weight: bold;
	clear: both;
}

#comment .comment_title {
	color: red;
	font-weight: bold;
}

#comment .comment_data {
	color: #666;
	font-size: 80%;
}

#comment_post_box {
	position: relative;
	top: 30px;
	clear: both;
	width: 560px;
	border: 1px inset #AAA;
	padding: 10px 10px 10px 10px;
}

#comment_post_box #btnbox {
	display: block;
	height: 30px;
	clear: both;
}

.comment_edit {
	line-height: 16px;
	font-size: 110%;
	padding: 4px;
}

.comment_blockuser {
	font-size: 0.95em;
	padding: 8px;
	margin: 0 0 10px 0;
	border: 1px solid #FFD700;
	display: none;
	width: 580px;
	background: #EEE8AA;
}

.comment_blockuser textarea {
	width: 500px;
}

#comment_form td {
	font-size: 11px;
	vertical-align: top;
}

.comment_blockuser button, .comment_edit button {
	font-size: 0.95em;
	margin-top: 8px;
	padding: 3px;
	display: block;
}

.comment_disabled {
	background-color: #FFE4E1;
}

#emoticons_table {
	width: 280px;
	padding: 0;
	margin: 10px 0;
	clear: both;
}
#emoticons_table td {
	padding: 2px;
}


/* Searchblock */
#searchBlock {
	position: absolute;
	z-index: 8080;
	left: 646px;
	top:12px;
	width: 180px;
}

#searchBlock input {
	font-size: 0.9em;
	width: 140px;
	float: left;
}

#searchBlock #search_btn {
	float: right;
	border: none;
	width: 21px;
	height: 21px;
	cursor: pointer;
	text-indent: -999em;
	background: url(../images/btn_search.gif) no-repeat;
}

/* Btn inlog */
#btn_inlog {
	width: 119px;
	height: 38px;
	display: block;
	float: right;
	margin: 6px 4px 0 0;
	background: #FFF url(../images/btn_inlog.png) no-repeat 0 0;
}

#btn_inlog:hover {
	background: #FFF url(../images/btn_inlog.png) no-repeat 0 -38px;
}

#btn_intranet {
	width: 119px;
	height: 38px;
	display: block;
	float: right;
	margin: 6px 4px 0 0;
	background: #FFF url(../images/btn_intranet.png) no-repeat 0 0;
}

#btn_intranet:hover {
	background: #FFF url(../images/btn_intranet.png) no-repeat 0 -38px;
}


/* Download styles */
#download_holder {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.download_item {
	display: block;
	clear: both;
	margin: 3px 0;
	padding: 6px 0;
	border-bottom: 1px solid #CCC;
	list-style-type: none;
}

.download_item a {
	display: block;
	text-decoration: none;
	color: #000;
}

.download_item img {
	display: block;
	float: left;
	margin: 4px;
	border: none;
}

.download_item span {
	float: left;
	width: 400px;
	display: block;
	margin: 14px 0 0 0;
}

/* Error message for form validation */
#error_block {
	width: 80%;
	background: #FFD1DC;
	border: 1px solid red;
	padding: 8px;
	margin: 20px 0;
}

#error_block p {
	margin: 0;
	padding: 0;
}

li.error_item {
	margin: 0 0 0 20px;
	line-height: 20px;
}

/* Icons */
.icon_small {
	border: none;
	margin: 2px 2px 1px 2px;
}


/* Editor fix */
#idAreaoEdit1 table {
	margin: 0;
}

#idAreaoEdit1 td {
	font-size: 100%;
}

/* Dateblock */
#todayDate {
	position: relative;
	top: 38px;
	float: right;
	font-size: 90%;
	color: #428BBF;
}


/* Photoalbum styles */
#photo_album_block {
	margin: 10px 0 0 0;
	width: 450px;
	clear: both;
}

#album_thumb {
	width: 448px;
	margin: 0 0 2px 0;
	padding: 0;
	border: 1px solid #AAA;
	clear: both;
	background: url(../images/inputBg.gif) no-repeat top left #FFF;
}

#album_thumb table {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#album_thumb td {
	vertical-align: top;
	text-align: left;
	height: 1%;
}

.album_description {
	padding: 8px 8px 0 0;
}

.album_thumb_image {
	width: 80px;
	margin: 8px;
	border: 1px solid #BBB;
	padding: 1px;
}

.album_thumb_title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin: 8px 0 0 0;
	color: #000;
}

a.btn_album {
	float: right;
	margin: 10px 12px 4px 0;
	width: 115px;
	height: 17px;
	display: block;
	background: url(../images/btn_album.png) no-repeat 0 -17px;
}

a.btn_album:hover {
	background: url(../images/btn_album.png) no-repeat 0 0;
}

/* Content Article */
#content_item {
	display: block;
	margin: 0 0 20px 0;
	clear: both;
}

#content_item.detail {
	border: none;
	margin: 0 0 30px 0;
}

#content_message {
	display: block;
}

#content_message.layout_2 {
	width: 450px;
	float: left;
	height: 100%;
}

#content_message.content_full_width {
	width: 100%;
}

#content_images {
	position: relative;
	float: left;
	width: 225px;
	margin: 20px 0 0 20px;
}

#content_images img {
	margin: 0 0 10px 10px;
	clear: both;
	padding: 2px;
	border: 1px solid #CCC;
}

#content_message img {
	display: block;
	margin: 0 8px 8px 0;
	border: 1px solid #333;
}

.routeframe {
	padding: 2px;
	border: 1px solid #CCC;
}

.sitemap li {
	list-style-type: none;
}

.sitemap a:link, .sitemap a:visited {
	color: #000;
	padding: 0 0 0 12px;
	margin: 2px 0 0 0;
	border: none;
	height: 28px;
	display: block;
	float: left;
	clear: both;
	width: auto;
	text-decoration: none;
	background: url(../images/rounded_left.gif) no-repeat left top;
}

.sitemap a:hover {
	text-decoration: underline;
}

.sitemap a span {
	display: block;
	font-size: 1em;
	line-height: 28px;
	height: 28px;
	padding: 0 12px 0 0;	
	background: url(../images/rounded_right.gif) no-repeat right top;
}

.sitemap ul li a {
	font-size: 1.1em;
	font-weight: bold;
}

.sitemap ul ul li a:link, .sitemap ul ul li a:visited {
	font-size: 1em;
	font-weight: bold;
	color: orange;
}

.sitemap ul ul ul li a:link, .sitemap ul ul ul li a:visited {
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

.sitemap ul ul ul ul li a:link, .sitemap ul ul ul ul li a:visited {
	font-size: 1em;
	font-weight: normal;
	color: #000;
}

/* News */
#news_item {
	width: 580px;
	display: block;
	margin: 0 0 20px 0;
	clear: both;
}

#news_item.detail {
	border: none;
	margin: 10px 0 30px 0;
}

#news_message {
	display: block;
}

#news_message.layout_2 {
	width: 330px;
	float: left;
}

#news_message.news_full_width {
	width: 100%;
}

#news_images {
	position: relative;
	float: left;
	width: 125px;
	margin: 20px 0 0 10px;
}

#news_images img {
	margin: 0 0 10px 10px;
	clear: both;
	padding: 2px;
	width: 225px;
	border: 1px solid #CCC;
}

#news_message img {
	display: block;
	padding: 2px;
	margin: 4px 8px 4px 0;
	border: 1px solid #CCC;
}

#news_item_info {
	clear: both;
	margin: 0;
	padding: 2px 4px 3px 8px;
	background: #FFF url(../images/back_infoblock.png) bottom left no-repeat;
}

#news_item_info table {
	margin: 0;
	padding: 0;
}

#news_item_info td {
	font-size: 10px;
	font-weight: bold;
}

a.btn_readmore, a.btn_back {
	float: right;
	margin: 0 0 2px 0;
	width: 90px;
	height: 26px;
	display: block;
	background: url(../images/btn_readmore.png) no-repeat 0 0;
}

a.btn_readmore:hover {
	background: url(../images/btn_readmore.png) no-repeat 0 -26px;
}

a.btn_back {
	width: 63px;
	background: url(../images/btn_back.png) no-repeat 0 0;
}

a.btn_back:hover {
	background: url(../images/btn_back.png) no-repeat 0 -26px;
}

a.btn_morenews {
	float: right;
	margin: 4px 0;
	width: 112px;
	height: 26px;
	display: block;
	background: url(../images/btn_morenews.png) no-repeat 0 0;
}

a.btn_morenews:hover {
	background: url(../images/btn_morenews.png) no-repeat 0 -26px;
}

#news_searchblock {
	width: 450px;
	padding: 10px 0 10px 0;
	margin: 10px 0;
	color: #000;
	border: 1px solid #AAA;
	background: #FFF url(../images/inputBg.gif) top left;
}

#news_searchblock input {
	width: 240px;
	background: #FFF;
	margin: 0 0 0 20px;
}

#news_searchblock input.btn_search {
	margin: 3px 0 0 10px;
	width: 150px;
	cursor: pointer;
	background: #CCC;
}

#news_searchblock input.btn_search:hover {
	background: #000;
	color: #FFF;
}

/* Events */
#events {
	width: 580px;
	margin: 10px 0 0 0;
}

#events .events_calendar {
	width: 47%;
	border: 1px solid #CCC;
	float: left;
	margin: 5px;
	padding: 3px;
}

#events .events_calendar td a {
	display: block;
	background: #bbcfff;
	border: 1px solid #003caf;
	padding: 1px 1px;
}

#events .events_calendar td a:hover {
	color: #FFF;
	background: #003caf;
}

#events ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#events h2 {
	margin: 10px 0 0 0;
	display: block;
	height: 30px;
}

#events li {
	clear: both;
	list-style: none;
	width: 100%;
	display: block;
	margin: 2px 0 0 0;
	height: 29px;
	border-bottom: 1px solid #e3e3e3;
}

#events li span.event_date {
	font-size: 94%;
	color: #666;
	float: left;
	margin: 7px 0 0 0;
}

#events li a.event_title, #events li a.event_title:visited, #events li a.event_title:link {
	font-size: 100%;
	color: #000;
	float: left;
	margin: 7px 0 0 10px;
}

#events a.btn_readmore {
	margin: 1px 0 0 0;
}	

#events li a {
	display: block;
	cursor: pointer;
}

#events li a.selected {
	color: blue;
}

#event_message {
	margin: 0;
	padding: 3px;
	background: url(../images/bg_infoblock.png) repeat-x #FFF 0 0;
	display: block;
	clear: both;
	height: auto;
}

#event_message td {
	vertical-align: top;
	text-align: left;
}

#event_message img {
	position: relative;
	display: block;
	margin: 0 10px 0 0;
}

#event_message p a {
	padding: 0;
	margin: 0;
	display: inline;
}


/*Links Styles */
#links {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links_overview a, #links_overview a:link, #links_overview a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 2em;
	color: #000;
	display: block;
	margin: 0 6px;
}

#links_overview a:hover {
	color: #FF7F00;
}

#links #colum {
	width: 215px;
	float: left;
	margin: 0 2px;
}

.links_block {
	display: block;
	margin: 4px 0 0 0;
	border: 1px solid #CCC;
	padding: 2px;
	background: #FFF;
}

.links_block table {
	margin: 0;
	background: #f3f3f3;
}

#links_overview td {
	border-top: 1px solid #FFF;
	background: #f3f3f3 url(../images/bg_link.png) repeat-x 0 0;
}

#links_overview tr:hover td {
	background: #ebebeb url(../images/bg_link.png) repeat-x 0 -83px;
}

.links_title {
	display: block;
	font-size: 1.2em;
	background: url(../images/back_links_title.png) no-repeat #FFF 0 0;
	margin: 12px 4px;
	padding: 0;
	color: #FF7F00;
}

a.btn_addlink, a.btn_addlink:link, a.btn_addlink:visited {
	width: 130px;
	height: 26px;
	display: block;
	margin: 8px;
	background: #FFF url(../images/btn_addlink.png) no-repeat 0 0;
}

a.btn_addlink:hover {
	background: #FFF url(../images/btn_addlink.png) no-repeat 0 -26px;
}

/* Sideblocks */
#sideBlock {
	margin: 10px 0 0 0;
}

#sideBlock_inner {
	margin: 0 8px;
}

#sideBlock_title {
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0;
	text-indent: 8px;
}

#sideBlock_title a, #sideBlock_title img {
	border: none;
}

#sideBlock_top {
	margin: 8px 0 0 0;
	padding: 16px 0 10px 0;
	width: 227px;
	background: url(../images/back_sideblock_top.gif) no-repeat #252525 top left;	
}

#sideblock_bottom {
	background: url(../images/back_sideblock_bottom.gif) no-repeat #252525 bottom left;
	width: 227px;
	height: 6px;
	display: block;
	margin: 0;
}

/* Breadcrumbs */
/*#breadcrumbs_block {font: bold 11px "Lucida Grande","Lucida","Arial",Sans-serif; margin: 4px 0 30px 0; padding: 0 0 10px 0;}*/
#breadcrumbs_block a, #breadcrumbs_block a:visited {background: #e1e1d6; display: block; color: #666; font-weight: bold; float: left; height: 23px; padding-left: 5px; text-decoration: none}
#breadcrumbs_block a:hover {color: #FF7F00}
#breadcrumbs_block a span {background: transparent url(../images/bc_segment_right.gif) no-repeat scroll top right; display: block; line-height: 13px; padding: 5px 17px 5px 6px}
#breadcrumbs_block a.root, #breadcrumbs_block a.root:visited, #breadcrumbs_block a.root-single, #breadcrumbs_block a.root-single:visited {background: transparent url(../images/bc_root_left.gif) no-repeat scroll top left}
#breadcrumbs_block a.root-single span {background: transparent url(../images/bc_segment_right_end.gif) no-repeat top right; padding-right: 14px}
#breadcrumbs_block a.root span {background: transparent url(../images/bc_segment_right.gif) no-repeat top right}

#breadcrumbs_block {font: bold 11px "Lucida Grande", "Lucida", "Lucida Sans Unicode", "Lucida Sans","Arial",Sans-serif; margin: 4px 0 30px 0; padding: 0 0 10px 0;}
#breadcrumbs_block div {background: #e1e1d6; display: block; color: #666; float: left; height: 23px; padding-left: 5px; text-decoration: none}
#breadcrumbs_block div span {background: transparent url(../images/bc_segment_right.gif) no-repeat scroll top right; display: block; line-height: 13px; padding: 5px 17px 5px 6px}
#breadcrumbs_block div.root, #breadcrumbs_block div.root-single {background: transparent url(../images/bc_root_left.gif) no-repeat scroll top left}
#breadcrumbs_block div.root-single span {background: transparent url(../images/bc_segment_right_end.gif) no-repeat top right; padding-right: 14px}
#breadcrumbs_block div.root span, #breadcrumbs_block div.root-parent span {background: transparent url(../images/bc_segment_right.gif) no-repeat top right}
#breadcrumbs_block div.parent span {background: transparent url(../images/bc_segment_right_end.gif) no-repeat top right}
#breadcrumbs_block div.end {background: none}
#breadcrumbs_block div.end span {background: none; color: black}


/* Footer styles */
#footerBlock a.btn_sitemap, #footerBlock a.btn_disclaimer {
	margin-top: 29px;
}

#footerBlock a.btn_sitemap {
	width: 109px;
	height: 60px;
	display: block;
	float: right;
	background: url(../images/btn_footer.png) no-repeat -114px 0;
}

#footerBlock a.btn_disclaimer {
	width: 114px;
	height: 60px;
	display: block;
	float: right;
	background: url(../images/btn_footer.png) no-repeat 0 0;
}

#footerBlock a.btn_sitemap:hover {
	background: url(../images/btn_footer.png) no-repeat -114px -60px;
}

#footerBlock a.btn_disclaimer:hover {
	background: url(../images/btn_footer.png) no-repeat 0 -60px;
}


/* Banners */
#banners_right_title {
	width: 100%;
	margin: 30px 0 0 0;
	text-align: center;
	color: #666;
	font-size: 11px;
}

#banner_ads_title {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
	color: #666;
	font-size: 11px;
}

#banners_right {
	width: 100%;
	display: block;
	text-align: center;
}

/* Pagination styles */
#pagination_block {
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
}

.pn_first, .pn_last, .pn_digit, .pn_current, .pn_prev, .pn_next, .pn_digit a {
	font: bold 11px "Lucida Grande","Lucida","Arial",Sans-serif;
	color: #666;
	float: left;
	margin: 0 1px 0 0;
	width: 36px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: url(../images/bg_pagination.png) 0 0 no-repeat #FFF;
}

.pn_first, .pn_last, .pn_prev, .pn_next {
	border: none;
	background: none;
}

.pn_current {
	font-size: 1.2em;
	color: #000;
	background: url(../images/bg_pagination.png) 0 -26px no-repeat #FFF;
}

/* Addressblock */
#addressBlock {
	position: relative;
	margin: 40px 0 0 8px;
	clear: both;
	line-height: 20px;
}

#addressBlock a {
	color: #000;
	text-decoration: underline;
}

img.address_icon {
	text-align: left;
	position: relative;
	top: 2px;
	margin: 2px 6px 0 0;	
}

/* System errors */
.system_error {
	border:				#999 1px solid;
	background-color:	#fff;
	padding:			20px 20px 12px 20px;
}

.system_error h1 {
	font-weight:		normal;
	font-size:			14px;
	color:				#990000;
	margin: 			0 0 4px 0;
}

#is_admin_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: url(../images/is_admin/bg_header_small.png) repeat-x;
	display: block;
	border-bottom: 1px solid #FFF;
	z-index: 999999;
}

#is_admin_box_logo {
	background: url(../images/is_admin/header_logo_small.png) no-repeat;
	height: 26px;
	width: 200px;
	display: block;
	float: left;
}

#is_admin_box_info {
	font-size: 83%;
	float: left;
	width: 400px;
	margin: 6px 0 0 0;
	color: #FFF;
}