/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Header
 *  5. Content
 *  6. Sidebar
 *  7. Footer
 *  8. Navigation
 *  9. Forms
 * 10. Modules
 * 11. Print styles
 *
 */

@media screen, projection {

	/* Reset  - do NOT modify!
	-------------------------------------*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q {	quotes: none; }

	:active { outline: 0; }

	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}




	/* Basic Elements
	-------------------------------------*/
	html, body { height: 100%; }

	body {
		/*font-family: "Lucida Grande", verdana, arial, sans-serif;*/
		font-family: verdana, arial, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #444;
		background: #a5a99e url('../images/backgrounds/bigmapbgnd.jpg') fixed repeat 600px 0px;
	}

	
	#container {
		position: relative;
		width: 960px;
		margin: 0 auto;
		background-color: #EAEAEA;
		-moz-box-shadow: 0 0 23px -9px #000;
		-webkit-box-shadow: 0 0 23px -9px #000;
		box-shadow: 0 0 23px -9px #000;
	}

	/* Generic Classes
	-------------------------------------*/

	/* --- News list --- */

	.cnt-list .date {  }

	.cnt-list .title { padding-left: .3em; }

	.cnt-list .subtitle {
		display: block;
		width: 100%;
		padding-left: 1em;
		font-size: .9em;
	}
	
	#text-content-container ul.cnt-list.with-date li {
		list-style: none;	
	}


	/* --- Link list --- */

	.link-list a:link, .link-list a:visited, .link-list a:hover, .link-list a:active {  }


	/* --- Grouped link list --- */

	.grouped-link-list ul {	margin-bottom: .7em }

	.grouped-link-list .alt {
		margin-left: -12px;
		padding-left: 12px;
	}

	.grouped-link-list a:link, .grouped-link-list a:visited, .grouped-link-list a:hover, .grouped-link-list a:active {  }

	.grouped-link-list strong {	font-size: 1.15em }

	.grouped-link-list a.external {
		margin-left: -12px;
		padding-left: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 0% 65% no-repeat
	}


	/* --- News list --- */

	.news-list li {
		float: left; /* float clearer */
		width: 100%;
	}

	.news-list .title { display: inline }

	.news-list .date {
		float: left;
		padding-right: .5em
	}

	.news-list .category {
		font-style: italic;
	}

	.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active {  }

	.news-list a:visited {  }

	.news-list.news-archive li {
		list-style-type: none !important;
	}


	/* --- Attachments list --- */

	.attachments-list .extension {  }


	/* --- Photo list --- */

	.photo-list dt {
		clear: both;
		float: right;
		width: 350px;
		margin-bottom: .5em;
	}


	.photo-list dd.picture {
		float: left;
		width: 150px;
		margin-right: 10px;
	}
	
	.photo-list dd.picture img {
		border: 5px solid white;
	}

	.photo-list dd.summary {
		float: right;
		width: 350px;
	}

	.photo-list dd.clearer { margin-bottom: 20px; }

	.photo-list-img {
		float: none;
		margin: 3px 10px 15px 0;
		border: 5px solid white;
	}


	/* --- Messages --- */

	.error {
		display: block;
		color: #B90000;
		font-weight: bold;
		margin: 1em 0
	}

	.notice {
		display: block;
		color: #00A600;
		font-weight: bold;
		margin: 1em 0
	}


	/* --- photo frame & content photos --- */

	.photo-frame {
		position: relative;
		padding: .3em;
		margin-bottom: .7em;
		background-color: white;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.photo-frame-left {
		float: left;
		margin-right: .7em;
	}

	.photo-frame-right {
		float: right;
		margin-left: .7em;
	}

	#text-content-container .photo-frame p {
		padding: 0.7em 0 0.5em 0;
		font-size: .85em;
		font-weight: normal;
		line-height: 115%;
		overflow: hidden;
		color: #606060;
	}

	img.content-photo { }

	.photo-frame .content-photo { padding: 0; }


	/* --- Other --- */

	img.left {
		float: left;
		padding-left: 0;
		margin: 3px 10px 3px 0px;
		border: 5px solid white;
	}

	img.right {
		float: right;
		padding-right: 0;
		margin: 3px 0px 3px 10px;
		border: 5px solid white;		
	}

	/* use to clear floats */
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px
	}

	.hidden { display: none }
	
	.break-word { word-wrap: break-word; }
	
	.group:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}




	/* Header
	-------------------------------------*/
	#super-header {
		position: relative;
		width: 100%;
		background-color: #AE0004;
	}
	
	#header {
		width: 100%;
	}

	#header h1,
	#header strong.logo {
		display: block;
		position: absolute;
		left: 27px;
		top: 10px;
		width: 318px;
		height: 36px;
	}
	
	#body-intranet #header strong.logo {
		width: 400px;
	}
	
	#header h1 a, #header strong.logo a {
		background: url("../images/backgrounds/logo.png") no-repeat scroll left top transparent;
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -9999px;
		width: 100%;	
	}
	
	#body-intranet #header strong.logo a {
		background-image: url("../images/backgrounds/logo-intranet.png")
	}
	
	
	#search { 
		float: right;
		position: relative;
		height: 27px;
		margin: 14px 20px 14px 0;
	}
	
	#advanced-search {
		display: block;
		color: white;
		text-decoration: none;
		padding: .3em 12px;
		margin-right: 10px;
		margin-top: 5px;
		font-weight: normal;
		font-size: 1.1em;
		line-height: 1em;
		float: right;
		background-color: #9A0004;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#search-mini-form {
		float: right;
		position: relative;
		width: 250px;
	}

	#search-mini-form input[type=text] {
		float: left;
		width: 198px;
		height: 23px;
		padding: 1px 10px;
		font-size: 1.3em;
		color: #333;
		background: url('../images/backgrounds/search-gradient.png') top left repeat-x #d6d6d6;
		border: solid 1px #ffffff;
		border-right: none;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-radius: 5px 0px 0px 5px;
		border-radius: 5px 0px 0px 5px;
	}
	
	#search-mini-form button {
		float: left;
		width: 27px;
		height: 27px;
		border: solid 1px #ffffff;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 0px;
		-webkit-border-radius: 0px 5px 5px 0px;
		border-radius: 0px 5px 5px 0px;
		background: url('../images/backgrounds/search-button.png') no-repeat top left #d6d6d6;
		cursor: pointer;
	}
	
	#search-mini-form button span { display: none; }
	
	
	#languages {
		float: right;
	}
	
	#languages li {
		float: left;
		width: 24px;
		height: 18px;
		margin-left: 9px;
		text-indent: -9999px;
	}
	
	#l-slo { background: url('../images/backgrounds/flag-slo.png') no-repeat top left; }
	#l-eng { background: url('../images/backgrounds/flag-eng.png') no-repeat top left; }
	#l-ita { background: url('../images/backgrounds/flag-ita.png') no-repeat top left; }
	
	#languages a:link, #languages a:visited, #languages a:hover, #languages a:active {
		display: block;
	}
	
	#weather {
		float: right;
		width: 294px;
		margin-top: 10px;
		padding: 17px 0;
		background-color: white;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#weather * {
		float: left;
	}

	#weather #weather-arso {
		margin-left: 20px;
		margin-top: 14px;
	}
	
	#weather #weather-arso img {
		margin-top: -7px;
		margin-right: 5px;
	}
	
	#weather span {
		display: block;
		margin-right: 6px;
	}
	
	#weather .banner {
		margin: 10px 135px 0 20px;
	}

	
	#subscription {
		float: right;
		width: 294px;
		margin-top: 10px;
		padding: 17px 0 25px 0;
		background-color: white;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#subscription ul {
		float: left;
		list-style-type: disc;
		list-style-position: inside;
		color: #454545;
		margin-left: 20px;
	}
	
	#subscription li {
		margin-top: .5em;
	}
	
	#subscription a {
		color: #9a0004;
		text-decoration: none;
	}
	
	
	#leadpics {
		position: relative;
		display: block;
		width: 958px;
		height: 208px;
		margin: 0px;
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
	
	#slides {
		position: relative;
		display: block;
		width: 958px;
		height: 208px;
		z-index: 2;
		overflow: hidden;
	}


	/* Content
	-------------------------------------*/

	#content {
		width: 920px;
		margin: 10px 20px 20px 20px;
	}
	
	#body-intranet #content {
		margin: 0;
		padding: 10px 20px 20px 20px;
		background-color: white;
	}
	
	#content h1 {
		color: #9a0004;
		font-weight: normal;
		line-height: 1.1em;
		margin-bottom: 15px;
		font-size: 1.9em;
		float: left;
		width: 100%;
	}
	
	#content h1 a.search-link:link, #content h1 a.search-link:visited, #content h1 a.search-link:hover, #content h1 a.search-link:active {
		float: left;
		padding: 5px 10px;
		margin-right: 20px;
		background: white;
		color: #999999;
		border: 1px solid #999999;
		text-decoration: none;
	}
	
	#content h1 #search-on, #content h1 a.search-link:hover {
		background: #9a0004;
		color: white;
		border: 1px solid white;
		
	}
	
	#content h2 {
		float: left;
		width: 100%;
		color: #333;
		font-weight: bold;
		line-height: 1.1em;
		margin: 1em 0;
		font-size: 1.2em;
	}
	
	#content h1 + h2 {
		margin-top: 0;
	}	
	
	#quicklinks {
		width: 920px;
		margin: 10px 20px 0 20px;
		height: 52px;
	}
	
	#quicklinks li {
		float: left;
		width: 220px;
		height: 52px;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px solid white;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 0px 1px #E3E3E3;
		-moz-box-shadow: 0px 0px 0px 1px #E3E3E3;
		box-shadow: 0px 0px 0px 1px #E3E3E3;
		background: url('../images/backgrounds/bgnd-quicklinks.png') repeat-x top left #f8f4f4;
		
	}
	
	#quicklinks li#ql1 {
		 
	}
	
	#quicklinks li#ql2 { 
		width: 221px; 
	}
	#quicklinks li#ql3 { 

	}
	#quicklinks li#ql4 { 
		width: 221px; 
		margin-right: 0;
	}
	
	#quicklinks a:link, #quicklinks a:visited, #quicklinks a:hover, #quicklinks a:active {
		display: block;
		width: 100%;
		height: 100%;
		font-weight: normal;
		color: black;
		text-decoration: none;
		text-transform: uppercase;
		/*background: url('../images/backgrounds/30percentwhite.png') top left repeat;*/
	}
	
	#quicklinks a:hover { 
		/*background: url('../images/backgrounds/50percentteal.png') top left repeat;*/
	}
	
	#quicklinks span {
		display: block;
		line-height: 1.4em;
		font-size: 1.2em;
		height: 32px;
		letter-spacing: -1px;
		color: #454545;
	}
	
	#quicklinks #ql1 span {
		padding: 19px 0px 0px 73px;
		background: url('../images/backgrounds/bgnd-ql-icon1.png') 28px 7px no-repeat; 
	}
	
	#quicklinks #ql2 span {
		padding: 19px 0px 0px 93px;
		background: url('../images/backgrounds/bgnd-ql-icon2.png') 43px 7px no-repeat; 
	}	
	
	#quicklinks #ql3 span {
		padding: 11px 0 4px 70px;
		background: url('../images/backgrounds/bgnd-ql-icon3.png') 26px 8px no-repeat; 
	}		
	
	#quicklinks #ql4 span {
		padding: 19px 0 0 66px;
		background: url('../images/backgrounds/bgnd-ql-icon4.png') 14px 7px no-repeat; 
	}
	
	#highlights {
		float: left;
		width: 551px;
		padding: 20px 40px 20px 20px;
		background: #fffcf0 url('../images/backgrounds/news-background.png') left top repeat-x;
		min-height: 165px;
		border: 1px solid #eae3c9;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	
	#highlights h2 {
		float: right;
		width: 287px;
		font-size: 1.6em;
		font-weight: normal;
		margin-top: 2px;
		margin-bottom: 0px;
	}
	
	#highlights h2 a:link, #highlights h2 a:visited, #highlights h2 a:hover, #highlights h2 a:active,
	#highlights p a:link, #highlights p a:visited, #highlights p a:hover, #highlights p a:active {
		color: #9a0004;
		text-decoration: none;
		font-weight: normal;
	}
	
	#highlights h2 a:hover, #highlights p a:hover { text-decoration: underline; }
	
	#highlights p {
		float: right;
		width: 287px;
		margin-top: 1em;
		font-size: 1.1em;
	}
	
	#highlights .meta {
		display: block;
		margin-bottom: 1em;
		font-size: 0.9em;
	}
	
	#highlights img {
		float: left;
		margin-top: 5px;
	}

	
	/* last news */
	
	#news-entry {
		float: left;
		width: 100%;
		padding-top: 10px;
	}
	
	#last-news, #info-goriska {
		float: left;
		width: 300px;
		font-size: 1.1em;
		line-height: 1.3em;
		background-color: white;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#last-news {
		margin-right: 10px;
	}
	
	#news-entry h2 {
		float: left;
		width: 280px;
		font-weight: bold;
		padding: 6px 10px 7px 20px;
		color: #9a0004;
		background: url('../images/backgrounds/bgnd-news-title.png') left top no-repeat; 
		margin-bottom: 0;
		font-size: 1.3em;
	}
	
	#news-entry #info-goriska h2 {
		font-weight: normal;
	}
	
	#news-entry ul.news-list, #text-content-container ul.news-list, #sidebar ul.news-list {
		float: left;
		width: 100%;
		padding-bottom: 13px;
		background: url('../images/backgrounds/bgnd-last-news-bottom-end.png') left bottom no-repeat; 
	}
	
	#text-content-container ul.news-list, #sidebar ul.news-list { 
		background:none; 
		padding: 0;
	}
	
	#news-entry ul.news-list li, #text-content-container ul.news-list li, #sidebar ul.news-list li {
		background: url('../images/backgrounds/bgnd-news-second.png') left top repeat-y; 
		padding: 9px 10px 10px 20px;
		border-top: 1px solid #EEEEEE;
		width: 264px;
	}
	
	#text-content-container ul.news-list li {
		background: none;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 10px;
		width: 100%;
		margin-bottom: 0;
		list-style-type: none;
		font-size: 0.9em;
		line-height: 1.3em;
	}
	
	#sidebar ul.news-list { min-height: 55px; }
	
	#sidebar ul#obcina-news { min-height: 85px; }
	
	/*#news-entry ul.news-list li.alt, #sidebar ul.news-list li { background: url('../images/backgrounds/bgnd-news-first.png') left top repeat-y; }*/
	
	#news-entry ul.news-list .meta, #text-content-container ul.news-list .meta, #sidebar ul.news-list .meta {
		float: left;
		color: #5a5a5a;
		margin-bottom: 3px;
	}
	
	#news-entry ul.news-list .date, #text-content-container ul.news-list .date, #sidebar ul.news-list .date {
		display: block;
		float: none;
		padding-right: .5em;
		font-weight: normal;
		color: black;
	}
	
	#news-entry ul.news-list .category {
		display: block;
		font-weight: normal;
	}
	
	#news-entry ul.news-list .title, #text-content-container ul.news-list .title, #sidebar ul.news-list .title {
		float: left;
		width: 100%;
	}
	
	#news-entry ul.news-list a:link, #news-entry ul.news-list a:visited, #news-entry ul.news-list a:hover, #news-entry ul.news-list a:active,
	#text-content-container ul.news-list a:link, #text-content-container ul.news-list a:visited, #text-content-container ul.news-list a:hover, #text-content-container ul.news-list a:active,
	#sidebar ul.news-list a:link, #sidebar ul.news-list a:visited, #sidebar ul.news-list a:hover, #sidebar ul.news-list a:active {
		color: #5A5A5A;
		text-decoration: none;
		font-weight: normal;
	}
	
	#news-entry ul.news-list a:hover, #news-entry ul.news-list a:hover .title, 
	#text-content-container ul.news-list a:hover, #text-content-container ul.news-list a:hover .title,
	#sidebar ul.news-list a:hover, #sidebar ul.news-list a:hover .title	{ text-decoration: underline; }
	
	
	#body-entry #eml-link {
		float: left;
		margin: 15px 0 10px 20px;
		font-weight: bold;
		color: #9a0004;
		text-decoration: none;
	}
	
	
	#central-area {
		position: relative;
		float: left;
		width: 614px;
		min-height: 300px;
	}

	#body-intranet #central-area {
		width: 100%;
	}
	
	#body-content #central-area {
		padding: 25px 20px 30px 20px;
		width: 574px;
		background-color: white;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#text-content-container {
		font-size: 1.2em;
		line-height: 1.4em;
	}

	#text-content-container p {
		padding-bottom: 1em;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #9a0004;
		text-decoration: none;
	}
	
	#text-content-container a:hover { text-decoration: underline; }
	
	
	#text-content-container #page-links {
		float: left;
		width: 100%;
		margin-bottom: 2em;
		margin-top: -1em;
	}
	
	#body-intranet #text-content-container #page-links {
		margin-top: 1em;
	}
	
	#text-content-container .page-link {
		float: left;
		font-weight: bold;
		display: block;
		color: white;
		text-decoration: none;
		padding: .4em 12px;
		margin-right: 10px;
		margin-top: 5px;
		font-weight: normal;
		line-height: 1em;
		background-color: #EEE;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#text-content-container .page-link.on {
		background-color: #ae0004;
		color: white;
	}
	
	#text-content-container .page-link.right {
		float: right;
	}
	
	
	#image-map-container {
		float: left;
		width: 570px;
		height: 806px;
		background: url('../images/ks/ks.jpg') left top no-repeat;
		overflow: hidden;
	}
	
	#nadzorni-odbor {
		margin-top: 20px;
		padding: 25px 20px 30px 20px;
		float: left;
		width: 574px;
		background-color: white;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	/* external link */
	#text-content-container a.external {
		padding-right: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 100% 65% no-repeat;
	}


	/* --- gids --- */

	#gids-list {
		width: 100%;
	}


	/* --- video --- */

	span.video-placeholder {
		clear: both;
		padding: .7em 0px .7em 0px;
		display: block;
	}


	/* --- unsorted list --- */

	#text-content-container ul { padding-bottom: 1em; }

	#text-content-container ul li {
		margin-bottom: .3em;
		list-style-type: disc;
		list-style-position: inside;
	}


	/* --- numbered list --- */

	#text-content-container ol {}

	#text-content-container ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: inside;
	}


	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */
	
	#text-content-container table {
		float: left;
		width: 100%;
		margin: 20px 0px;
	}

	#text-content-container table th {
		padding: 3px 8px;
		border: 1px solid #5a5a5a;
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: 3px 8px;
		border: 1px solid #5a5a5a;
	}

	#text-content-container table caption {
		margin-bottom: .3em;
		text-align: left;
		font-weight: bold;
	}
	
	.div-category {
		padding: 15px 0px 5px 0px;
	}

	/* --- Icons in content --- */

	#text-content-container a.lipdf {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/pdf.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% .2em no-repeat;
	}


	/* --- Search & Search results --- */
	
	#content #sidebar h2#eml-link a:link, #content #sidebar h2#eml-link a:visited, #content #sidebar h2#eml-link a:hover, #content #sidebar h2#eml-link a:active {
		color: #009899;
		text-decoration: none;
	}
	
	#content #sidebar h2#eml-link a:hover { text-decoration: underline; }

	#search-main-form { margin-bottom: 1em }
	
	#text-content-container input[type=text],
	#text-content-container input[type=password] {
		background: none repeat scroll 0 0 white;
		border: 1px solid #BBB;
		color: #333333;
		font-size: 1.3em;
		padding: 2px 10px;
		width: 246px;
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	
	.imgCalendar { 
		position: relative;
		top: 3px;
		left: 2px;
	}
	
	#text-content-container input.date-pick {
		width: 70px;
		padding-left: 15px;
	}
	
	#text-content-container label {
		display:block;
	}

	#text-content-container .search-results-row a:link, #text-content-container .search-results-row a:visited, #text-content-container .search-results-row a:hover, #text-content-container .search-results-row a:active {
		font-size: 1.1em;
		font-weight: bold;
		color: black;
	}

	#text-content-container .search-results-row a:visited { color: #666 }

	.search-results-url {
		display: block;
		width: 100%;
		font-style: italic;
		font-size: .9em;
		word-break: break-all;
		color: green;
	}


	/* --- Photogallery --- */

	.photo-gallery-container { 
		float: left;
		width: 573px;
		margin: 1em 0;
	}

	.photo-gallery-item {
		position: relative;
		float: left;
		width: 155px;
		padding: 8px;
		margin-right: 20px;
		margin-bottom: 7px;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
	}

	.photo-gallery-item img.photo-gallery { margin: 0 auto }

	#text-content-container .photo-gallery-item a:link,
	#text-content-container .photo-gallery-item a:visited,
	#text-content-container .photo-gallery-item a:hover,
	#text-content-container .photo-gallery-item a:active {
		color: #333;
	}

	#text-content-container .photo-gallery-item p {
		margin-top: .7em;
		text-align: left;
		line-height: 1.1;
		font-size: .95em;
		overflow: hidden;
	}

	.photo-gallery-item p strong { display: block }


	/* --- News --- */

	#text-content-container .date { padding-bottom: 0 }

	#text-content-container .date em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .category { padding-bottom: 0 }

	#text-content-container .category em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .abstract {
		padding-top: .5em;
		font-style: italic;
		color: #555;
	}
	
	
	#subcontent h1 {
		font-size: 1.75em;
		margin-bottom: .7em;
	}
	
	#subcontent p,
	#nadzorni-odbor p {
		font-size: 1.3em;
	}

	#text-content-container table#gids-paging {
		width: auto;
		margin: 0;
		margin-top: 10px;
		font-size: 0.9em;
		line-height: 1em;
		float: left;
	}
	
	#text-content-container table#gids-paging th,
	#text-content-container table#gids-paging td {
		border: 0 none;
		border-right: 1px solid #eeeeee;
	}
	
	#text-content-container #gids-paging th {
		display: none;
	}
	
	#text-content-container #gids-paging td {
		padding: 0px 5px;
	}
	
	#text-content-container table#gids-paging a:link, #text-content-container table#gids-paging a:visited, 
	#text-content-container table#gids-paging a:hover, #text-content-container table#gids-paging a:active {
		text-decoration: underline;
		font-weight: bold;
	}
	
	#text-content-container table#gids-paging a:hover { 
		text-decoration: none;
		color: #5A5A5A;
	}




	/* Sidebar
	-------------------------------------*/

	#sidebar {
		position: relative;
		float: right;
		width: 295px;
		padding-left: 9px;
		font-size: 1.1em;
		line-height: 1.2em;
	}
	
	#content #sidebar h2 {
		margin-bottom: 6px;
		margin-top: 6px;
		padding-left: 20px;
		float: left;
		font-weight: bold;
		width: 279px;
		color: #9a0004;
		font-size: 1.3em;
	}
	
	
	#special-menu {
		float: left;
		width: 294px;
		margin-bottom: 10px;
	}
	
	#special-menu li {
		position: relative;
		float: left;
		width: 292px;
		height: 52px;
		margin-bottom: 10px;
		border: 1px solid white;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 0px 1px #E3E3E3;
		-moz-box-shadow: 0px 0px 0px 1px #E3E3E3;
		box-shadow: 0px 0px 0px 1px #E3E3E3;
		background: url('../images/backgrounds/bgnd-quicklinks.png') repeat-x top left #f8f4f4;
	}
	
	#special-menu a:link, #special-menu a:visited, #special-menu a:hover, #special-menu a:active {
		display: block;
		width: 289px;
		/*padding: 25px 20px 0px 76px;*/
		padding: 19px 10px 0px 10px;
		height: 32px;
		color: #454545;
		font-size: 1.1em;
		line-height: 1.4em;
		letter-spacing: -1px;
		text-decoration: none;
		position: relative;
		left: 0;
		z-index: 2;
		text-transform: uppercase;
	}
	
	#special-menu .on a:link, #special-menu .on a:visited, #special-menu .on a:hover, #special-menu .on a:active {
		color: #9A0004;
	}
	
	#special-menu li.with-icon a:link, #special-menu li.with-icon a:visited, #special-menu li.with-icon a:hover, #special-menu li.with-icon a:active {
		padding: 19px 10px 0px 76px;
		width: 223px;
	}
	
	#special-menu li span { display: block; }
	
	#special-menu li.with-icon span {
		position: absolute;
		display: block;
		width: 76px;
		height: 61px;
		left: 0;
		top: 0;
		z-index: 1;
	}
	
	#special-menu li#with-icon-1 span { background: url('../images/backgrounds/bgnd-special-icon1.png') 33px 13px no-repeat; }
	#special-menu li#with-icon-2 span { background: url('../images/backgrounds/bgnd-special-icon2.png') 32px 15px no-repeat; }
	#special-menu li#with-icon-3 span { background: url('../images/backgrounds/bgnd-special-icon3.png') 34px 9px no-repeat; }
	#special-menu li#with-icon-4 span { background: url('../images/backgrounds/bgnd-special-icon4.png') 40px 10px no-repeat; }
	#special-menu li#with-icon-5 span { background: url('../images/backgrounds/bgnd-special-icon5.png') 40px 9px no-repeat; }
	#special-menu li#with-icon-6 span { background: url('../images/backgrounds/bgnd-special-icon6.png') 37px 14px no-repeat; }
	
	#special-menu-2 {
		float: right;
		width: 294px;
		padding: 17px 0 25px 0;
		background-color: white;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
	
	#special-menu-2 ul {
		float: left;
		margin: 7px 0 0 20px;
		list-style-type: decimal;
		list-style-position: inside;
	}
	
	#special-menu-2 li {
		margin-bottom: 10px;
	}
	
	#special-menu-2 a:link, #special-menu-2 a:visited, #special-menu-2 a:hover, #special-menu-2 a:active {
		color: #454545;
		font-size: 1.1em;
		letter-spacing: -1px;
		text-decoration: none;
	}
	
	#special-menu-2 a:hover,
	#special-menu-2 .on a:link, #special-menu-2 .on a:visited, #special-menu-2 .on a:hover, #special-menu-2 .on a:active {
		color: #9A0004;
	}
		
	#special-menu-2 li span { display: block; }
		
	
	#ks-menu {
		float: right;
		width: 294px;
		margin-top: 10px;
		padding: 17px 0;
		background-color: white;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#ks-menu ul {
		float: left;
		margin: 7px 0 0 20px;
		list-style-type: decimal;
		list-style-position: inside;
	}

	#ks-menu li {
		position: relative;
		margin-bottom: 10px;
	}

	#ks-menu a:link, #ks-menu a:visited, #ks-menu a:hover, #ks-menu a:active {
		color: #454545;
		text-decoration: none;
	}

	#ks-menu a:hover,
	#ks-menu .on a:link, #ks-menu .on a:visited, #ks-menu .on a:hover, #ks-menu .on a:active {
		color: #9A0004;
	}

	
	#koledar {
		float: right;
		width: 294px;
		padding: 17px 0px;
		background-color: white;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}


	/* --- calendar --- */

	#calendar-table { 
		border-collapse: collapse; 
		border: 1px solid transparent;
	}
	
	#calendar-response {
		float: left;
		width: 196px;
		margin-top: 10px;
		margin-left: 48px;
		margin-bottom: 30px;
	}

	#calendar-table th {
		color: black;
		font-weight: bold;
		text-transform: uppercase;
		width: 28px;
		height: 26px;		
		border: none;
		text-align: center;
		vertical-align: middle;
		line-height: 1em;		
	}

	#calendar-table td {
		width: 28px;
		height: 24px;
		border: none;
		line-height: 1em;
		background-color: transparent;
		color: black;
		cursor: default;
		text-align: center;
		vertical-align: middle;
		font-size: 9px;
	}

	#calendar-table td.week-selector {
		border: none;
		background-color: transparent;
	}


	#calendar-table .day-today { background-color: #656565; }
	
	#calendar-table td.day-event { background-color: #EEE; }

	#calendar-table .day-today span {
		display: block;
		color: white
	}

	#calendar-table .day-selected {
		background-color: #656565;
		color: white
	}

	#calendar-table .single-event { /* padding: 0; */ }

	#calendar-table a:link, #calendar-table a:visited, #calendar-table a:hover, #calendar-table a:active {
		display: block;
		width: 28px;
		padding: 5px 0px;
		text-decoration: none;
		color: black;
		position: relative;
	}

	#calendar-month-switcher {
		position: relative;
		font-size: 1em;
		margin-bottom: 15px;
		display: block;
		width: 100%;
	}
	
	#calendar-month-switcher a:link, #calendar-month-switcher a:visited, #calendar-month-switcher a:hover, #calendar-month-switcher a:active {
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		text-indent: -9999px;
		overflow: hidden;
		top: 2px;
	}
	
	#calendar-month-switcher span {
		display: block;
		padding: 2px 0px;
		width: 100%;
		text-align: center;
		color: #292929;
	}

	a#cal-prev-month:link, a#cal-prev-month:visited, a#cal-prev-month:hover, a#cal-prev-month:active {
		background: url('../images/sprites/sprites-calendar-left.png') left top no-repeat;
		left: 0;
	}
	
	a#cal-next-month:link, a#cal-next-month:visited, a#cal-next-month:hover, a#cal-next-month:active {
		background: url('../images/sprites/sprites-calendar-right.png') left top no-repeat;	
		right: 0;		
	}
	
	a#cal-prev-month:hover, a#cal-next-month:hover { background-position: left bottom; }

	.no-events {
		float: left;
		width: 280px;
		padding: .3em 0 2em 20px;
		border-top: 1px solid #EEE;
	}


	/* --- faq --- */

	#faq-form-toggle {
		text-decoration: underline;
		cursor: pointer;
	}

	.faq-list {
		display: none;
		clear: left;
	}

	.faq-list dt {
		font-weight: bold;
		margin-bottom: .5em;
	}

	.faq-list dd { margin-bottom: 1em }

	#faq-list h2 {
		float: left;
		cursor: pointer;
		padding-right: 18px;
		/*background: url(../images/backgrounds/bgnd_list_open.png) 100% 0% no-repeat;*/
	}

	#faq-list h2.open {
		/*background-image: url(../images/backgrounds/bgnd_list_close.png);*/
	}

	#faq-form input.input-text { width: 180px }

	#faq-form textarea { width: 180px }

	#faq-form select { width: 180px }

	#faq-form label {
		display: block;
		margin-top: .5em;
		font-weight: bold;
		font-size: 1.15em;
	}

	#faq-form .mandatory {
		color: #B90000;
		font-family: "Lucida Grande", verdana, arial, sans-serif;
		font-weight: normal
	}

	#faq a:link, #faq a:visited, #faq a:hover, #faq a:active {  }
	
	#faq .form-error,
	#faq .racun {
		font-size: 1.15em;
	}


	/* --- poll --- */
	
	#poll {
	}

	#poll-question {
		margin: 1em 0 1.5em 0;
	}

	#poll-container a {
		display: block;
		margin-top: 1em;
	}

	#poll-answers-area {
	}

	#poll-answers-area .poll-pix {
		float: left;
		background-color: #006BA6; /* poll results line color */
	}

	#poll-answers-area .poll-percent {
		margin-left: 3px;
		float: left;
	}

	#poll-answers-area .poll-answer {
		padding-top: .5em;
		clear: left;
	}

	#poll-answers-area .poll-votes-total {
		padding-top: .5em;
		clear: left;
	}

	#poll .poll-archive {
		float: left;
		clear: both;
		margin-top: 10px;;
	}
	
	#poll input[type=radio] { margin-bottom: 10px; }
	
	#poll label { margin-left: 8px; }
	
	#poll input[type=submit] {
		margin-top: 5px;
		cursor: pointer;
		float: left;
		background-color: #21b3ae;
	}


	/* --- sharing --- */

	#sharing {
		width: 100%;
		float: left;	
	}

	#sharing li {
		margin-top: 6px;
		width: 49.5%;
		float: left;
		font-size: 1.15em;
	}

	#facebook { background: url(/images/social_media/facebook.png) no-repeat; }

	#twitter { background: url(/images/social_media/twitter.png) no-repeat; }

	#linkedin { background: url(/images/social_media/linkedin.png) no-repeat; }

	#delicious { background: url(/images/social_media/delicious.png) no-repeat; }

	#sharing a:link, #sharing a:visited, #sharing a:hover, #sharing a:active {
		padding-left: 22px;
	}


	/* --- bussiness card --- */

	.business-card {
		position: relative;
		margin-bottom: 1.5em;
		padding: .5em .5em .5em 20px;
		float: left;
	}

	p.email a:link, p.email a:visited, p.email a:hover, p.email a:active {  }

	.business-card p.org { font-weight: bold; }

	.business-card .tel,
	.business-card .tel2 {
		margin-left: -15px;
		padding: 3px 0 3px 15px;
		background: url('../images/tel.gif') no-repeat 0 1px;
	}

	.business-card .fax {
		margin-left: -15px;
		padding: 3px 0 3px 15px;
		background: url('../images/fax.gif') no-repeat 0 4px;
	}

	.business-card p.email {
		margin-left: -17px;
		padding: 3px 0 3px 17px;
		background: url('../images/email.gif') no-repeat 0 6px;
	}
	
	
	/* --- guestbook --- */
	
	#text-content-container .guestbook-list dt p { padding-bottom: 0; }
	
	#text-content-container .guestbook-list dt p.name { font-weight: bold; }
	
	#text-content-container .guestbook-list dt p.date { font-style: italic; }
	
	#text-content-container .guestbook-list dd {
		clear: left;
		padding: 1em 0 1.5em 0;
		background: url(../images/backgrounds/hor-separator.png) no-repeat bottom center;
		margin-bottom: 1.5em;
	}
	
	
	/* --- sys menu ---*/
	
	#sysmenu {
		position: relative;
		margin-left: 5px;
		margin-top: 10px;
	}

	#sysmenu li {
		position: relative;
		float: left;
		width: 13px;
		height: 12px;
		margin-right: 10px;
	}

	#sysmenu li a {
		position: relative;
		float: left;
		width: 13px;
		height: 12px;
		text-indent: -9999px;
		background: transparent url(../images/sprites/sprites-sysmenu.gif) 0 0 no-repeat;
	}

	#sysmenu li.sys-home a {
		background-position: -5px 0px;
	}

	#sysmenu li.sys-print a {
		background-position: -29px 0px;
	}

	#sysmenu li.sys-contact a {
		background-position: -54px 0px;
	}

	#sysmenu li.sys-sitemap a {
		background-position: -77px 0px;
	}

	#sysmenu li.sys-credits a {
		background-position: -75px 0px;
	}
	
	#sysmenu li.sys-fav a {
		background-position: -101px 0px;
	}

	/* --- Quick links --- */

	#quicklinks ul.grouped-link-list { font-size: 1.15em; }




	/* Footer
	-------------------------------------*/
	
	#bottom-area {
		width: 100%;	
		font-size: 1.1em;
		line-height: 1.2em;
	}
	
	#footer-area {
		width: 100%;
		background: white;
		padding: 20px 0px 40px 0px;
	}
	
	#footer {
		position: relative;
		margin: 0 auto;
		width: 960px;
	}
	
	.spec-banner {
		float: left;
		clear:both;
		margin-top: 25px;
	}
	
	#banners-area {
		width: 100%;
		padding: 30px 0px 30px 0px;
	}
	
	#banners-list {
		position: relative;
		margin: 0 auto;
		width: 920px;
	}
	
	#banners-list table {
		width: auto;
	}
	
	#banners-list table td { 
		vertical-align: bottom; 
		padding: 0 25px 0px 0px;
		margin: 0;
	}
	
	#banners-list img {
		float: left;
	}
	
	#copyright {
		float: left;
		font-size: 1.15em;
		color: #1A1A1A;
	}
	
	#secondary-nav-area {
		float: left;
		width: 920px;
		background: white;
		padding: 20px;	
	}
	#secondary-nav {
		position: relative;
		margin: 0 auto;
		width: 920px;
		font-size: 0.9em;
	}
	
	#secondary-menu {
		float: right;
	}
	
	#secondary-menu li {
		float: left;
		margin-left: 20px;
	}
	
	#secondary-menu a:link, #secondary-menu a:visited, #secondary-menu a:hover, #secondary-menu a:active {
		color: #009899;
		text-decoration: none;
		font-size: 1.15em;
	}
	
	#secondary-menu a:hover {
		text-decoration: underline;
	}	
	
	#map {
		float: left;
		margin-bottom: 10px;
	}
	
	#text-content-container #map { float: none; }
	
	.footer-module {	
		position: relative;
		float: left;
		padding: 0 0 0 20px;
		width: 220px;
		color: #5a5a5a;
	}
	
	.footer-module h3 {
		float: left;
		color: #009899;
		padding-top: 2px;
		height: 38px;
		width: 220px;
	}
	
	.footer-module a:link, .footer-module a:visited, .footer-module a:hover, .footer-module a:active {
		color: #009899;
		text-decoration: none;
		font-weight: bold;
	}
	
	.footer-module a:hover { text-decoration: underline; }
	
	#f-bizcard a.biz-more:link, #f-bizcard a.biz-more:visited, #f-bizcard a.biz-more:hover, #f-bizcard a.biz-more:active {
		color: #009899;
		text-decoration: none;
		font-weight: bold;
		margin-top: 10px;
	}
	
	#f-photogallery {
		min-height: 190px;
	}
	
	.footer-module h3 span {
		display: block;
	}
	
	#f-photogallery span {
		padding: 12px 0px 0px 40px;
		height: 28px;
		background: url('../images/backgrounds/bgnd-footer-icon1.png') 0px 0px no-repeat;
	}	
	
	#rand-gallery {
		float: left;
		position: relative;
		display: block;
		width: 210px;
		min-height: 115px;
		z-index: 80;
		margin-bottom: 10px;
	}
	
	#rand-gallery .slides_container {
		/*overflow: hidden;*/
		position: relative;
		display: none;
	}
	
	#rand-gallery .slides_container div {
		overflow: hidden;
		width: 300px;
		height: 170px;
	}
	
	#f-photogallery .pagination {
		position: absolute;
		z-index: 87;
		bottom: 10px;
		left: 10px;
	}

	#f-photogallery .pagination li {
		float: left;
		margin-right: 6px;
	}

	#f-photogallery .pagination li a {
		display: block;
		width: 8px;
		height: 0;
		padding-top: 8px;
		background: white;
		float: left;
		overflow: hidden;
	}

	#f-photogallery .pagination li.current a {
		background: #009899;
	}
	
	#f-forum span {
		padding: 12px 0px 0px 40px;
		height: 37px;
		background: url('../images/backgrounds/bgnd-footer-icon2.png') 0px 0px no-repeat;
	}	
	
	#f-forum p {
		margin-bottom: 10px;
	}
	
	#f-bizcard span {
		padding: 12px 0px 0px 35px;
		height: 31px;
		background: url('../images/backgrounds/bgnd-footer-icon4.png') 0px 0px no-repeat;
	}	
	
	#f-bizcard a:link, #f-bizcard a:visited, #f-bizcard a:hover, #f-bizcard a:active {
		color: #5a5a5a;
		font-weight: normal;
	}
	
	#f-bizcard a:hover { text-decoration: underline; }
	
	#poll h3 span {
		padding: 12px 0px 0px 32px;
		height: 31px;
		background: url('../images/backgrounds/bgnd-footer-icon3.png') 0px 0px no-repeat;
	}	




	/* Navigation
	-------------------------------------*/

	/* --- Breadcrumbs --- */

	#header #breadcrumbs { margin-top: 2.7em }

	#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {  }


	/* --- Sitemap --- */

	ul#sitemap { list-style-type: none; }

	#sitemap ul {
		margin-left: 1em;
		padding-bottom: 0;
		list-style-type: none;
	}


	/* --- Main Menu --- */
	
	#menu-area {
		position: relative;
		width: 100%;
		height: 67px;
		z-index: 70;
		background-color: #f1f1f1;
	}

	#main-menu {
		float: left;
		width: 100%;
		z-index: 85;
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		position: relative;
		float: left;
		margin-left: 0px;
		/*display: table; */
		height: 67px; 
		width: 192px;
		/*overflow: hidden;*/
		margin: 0;
		border: 0;
	}
	
	#main-menu li.menu-level1:before {
		position: absolute;	
		content: url(../images/backgrounds/menu-separator.png);
		width: 8px;
		height: 8px;
		top: 30px;
		right: -4px;
		z-index: 100;
	}
	
	#body-intranet #main-menu li.menu-level1.last:before {
		display: none;
	}

	#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
		width: 192px;
		height: 67px;
		font-weight: normal;
		color: black;
		text-decoration: none;
		display: block;
		font-size: 1.25em;
		line-height: 1.2em;		
		overflow: hidden;
	}

	#main-menu li.menu-level1-open a.menu-level1:link, 
	#main-menu li.menu-level1-open a.menu-level1:visited, 
	#main-menu li.menu-level1-open a.menu-level1:hover, 
	#main-menu li.menu-level1-open a.menu-level1:active,
	#main-menu li.menu-level1 a.menu-level1:hover,
	
	#main-menu li#m-10.menu-level1-open a.menu-level1:link, 
	#main-menu li#m-10.menu-level1-open a.menu-level1:visited, 
	#main-menu li#m-10.menu-level1-open a.menu-level1:hover, 
	#main-menu li#m-10.menu-level1-open a.menu-level1:active,
	#main-menu li#m-10.menu-level1 a.menu-level1:hover,

	#main-menu li#m-98.menu-level1-open a.menu-level1:link, 
	#main-menu li#m-98.menu-level1-open a.menu-level1:visited, 
	#main-menu li#m-98.menu-level1-open a.menu-level1:hover, 
	#main-menu li#m-98.menu-level1-open a.menu-level1:active,
	#main-menu li#m-98.menu-level1 a.menu-level1:hover,

	#main-menu li#m-18.menu-level1-open a.menu-level1:link, 
	#main-menu li#m-18.menu-level1-open a.menu-level1:visited, 
	#main-menu li#m-18.menu-level1-open a.menu-level1:hover, 
	#main-menu li#m-18.menu-level1-open a.menu-level1:active,
	#main-menu li#m-18.menu-level1 a.menu-level1:hover	{
		/*background-image: url('../images/backgrounds/50percentwhite.png');*/
		background-color: white;
		color: #9a0004;
	}

	#main-menu span.menu-level1 {
		display: block;
		cursor: pointer;
	}
	
	#main-menu li#m-7 span.menu-level1 {
		padding: 18px 15px 0px 65px;
		height: 49px;
		background: url('../images/backgrounds/bgnd-menu-icon1.png') 24px 16px no-repeat;
	}
	
	#main-menu li#m-10 span.menu-level1 {
		padding: 27px 15px 0px 74px;
		height: 40px;
		background: url('../images/backgrounds/bgnd-menu-icon2.png') 26px 20px no-repeat;
	}	
	
	#main-menu li#m-97 span.menu-level1 {
		padding: 19px 15px 0px 74px;
		height: 47px;
		background: url('../images/backgrounds/bgnd-menu-icon3.png') 26px 18px no-repeat;
	}		
	
	#main-menu li#m-98 span.menu-level1 {
		padding: 10px 10px 0px 67px;
		height: 66px;
		background: url('../images/backgrounds/bgnd-menu-icon4.png') 19px 20px no-repeat;
	}
	
	#main-menu li#m-18 span.menu-level1 {
		padding: 16px 10px 0px 76px;
		height: 61px;
		background: url('../images/backgrounds/bgnd-menu-icon5.png') 36px 18px no-repeat;
	}
	
	#main-menu li#m-18:before {
		display: none;
	}
	
	
	#main-menu li#m-i-1 span.menu-level1 {
		padding: 26px 15px 0px 55px;
		height: 41px;
	}
	
	#main-menu li#m-i-2 span.menu-level1 {
		padding: 26px 15px 0px 41px;
		height: 41px;
	}
	
	#main-menu li#m-i-3 span.menu-level1 {
		padding: 26px 15px 0px 41px;
		height: 41px;
	}
	
	#main-menu li#m-i-4 span.menu-level1 {
		padding: 26px 15px 0px 41px;
		height: 41px;
	}

	#body-intranet #main-menu span.menu-level1 {
		text-align: center;
		padding: 26px 0 0 0;
	}


	/* Level 2 */

	#main-menu ul.menu-level2 {
		position: absolute;
		left: 1px;
		top: 67px;
		z-index: 86;
		width: 217px;
		height: 208px;
		padding-left: 13px;
		padding-top: 0;
		background: url('../images/backgrounds/bgnd-menu-l2.png') left top repeat-x;
		display: none;
	}

	#main-menu li.menu-level2 {	
		float: left;
		width: 100%;
		padding: 2px 0px;
		background: url('../images/backgrounds/bgnd-menu-l2-item.png') left bottom no-repeat;
	}

	#main-menu a.menu-level2:link, #main-menu a.menu-level2:visited, #main-menu a.menu-level2:hover, #main-menu a.menu-level2:active {
		color: #333;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 1.1em;
		font-size: 1.15em;
		float: left;
	}

	#main-menu li.menu-level2-open a.menu-level2:link, 
	#main-menu li.menu-level2-open a.menu-level2:visited, 
	#main-menu li.menu-level2-open a.menu-level2:hover, 
	#main-menu li.menu-level2-open a.menu-level2:active,
	#main-menu li.menu-level2 a.menu-level2:hover {
		color: #9A0004;
	}

	#main-menu span.menu-level2 {
		display: block;
		width: 173px;
		padding: 3px 0px 3px 22px;
		cursor: pointer;
	}
	
	/* Level 3 */

	#main-menu ul.menu-level3 {
		position: absolute;
		top: 0;
		left: 230px;
		width: 190px;
		height: 198px;
		padding: 5px 0px 5px 20px;
		background: url('../images/backgrounds/bgnd-menu-l2.png') left top repeat-x;
	}

	#main-menu li.menu-level3 {	
		float: left;
		width: 100%;
		padding: 2px 0px;
		background: url('../images/backgrounds/bgnd-menu-l2-item.png') left bottom no-repeat;
	}

	#main-menu a.menu-level3:link, #main-menu a.menu-level3:visited, #main-menu a.menu-level3:hover, #main-menu a.menu-level3:active {
		color: #333;
		text-decoration: none;
		line-height: 1.1em;
		font-size: 1.1em;
		float: left;
	}

	#main-menu li.menu-level3-open a.menu-level3:link, 
	#main-menu li.menu-level3-open a.menu-level3:visited, 
	#main-menu li.menu-level3-open a.menu-level3:hover, 
	#main-menu li.menu-level3-open a.menu-level3:active,
	#main-menu li.menu-level3 a.menu-level3:hover {
		color: #9A0004;
	}

	#main-menu span.menu-level3 {
		display: block;
		padding: 2px 0px;
		cursor: pointer;
	}	

	/* Forms
	-------------------------------------*/

	input {
		position: relative;
	}

	#text-content-container form {
		width: 98%;
		margin-bottom: 1em;
		padding: 1em 1%;
	}

	input.input-text {
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	#text-content-container input.input-text,
	#text-content-container input[type=text],
	#text-content-container input[type=password] {
		padding: .5em;
		font-size: .9em;
		background-color: white;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	
	input.input-datepicker {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
		width: 6em;
	}

	#text-content-container input.input-submit { font-size: .95em; }

	input[type=submit] {
		padding: .45em 1em;
		font-size: 1.1em;
		background-color: #9A0004;
		color: white;
		font-weight: bold;
		border-radius: 5px;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		box-shadow: 1px 1px 4px #AAAAAA;
	}
	
	input[type=submit]:active {
		-moz-box-shadow: 0px 0px 3px #AAAAAA;
		-webkit-box-shadow: 0px 0px 3px #AAAAAA;
		box-shadow: 0px 0px 3px #AAAAAA;
	}

	textarea {
		position: relative;
		height: 10em;
		padding: .3em;
		border: 1px solid #AAA;
		line-height: 1.1;
		background-color: #EEE;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	select {
		position: relative;
		padding: .1em 0 .1em .3em;
		border: 1px solid #AAA;
		background-color: #EEE;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	.racun {}

	form span.mandatory { color: #B90000 }


	/* Vertical form */

	.vertical-form {}

	.vertical-form dt {
		margin-top: 1em;
		margin-bottom: .3em;
	}


	/* Horizontal form */

	.horizontal-form { float: left }

	.horizontal-form dt {
		clear: left;
		float: left;
		width: 25%;
		padding-top: .5em;
		margin-top: .6em;
		margin-bottom: .2em;
		margin-right: 2%;
		text-align: right;
	}

	.horizontal-form dt label { text-align: left }

	.horizontal-form dd {
		float: left;
		width: 72.9%;
		margin-top: .6em;
		margin-bottom: .2em;
	}

	fieldset.checkboxes label {
		float: left;
		display: block;
	}

	form dt.alt, 
	form dd.alt {
		text-align: left
	}

	.horizontal-form dt.alt, 
	.horizontal-form dd.alt {
		width: 72.9%;
		padding-top: 0;
		padding-left: 27%;
		margin-right: 0;
	}

	.sidebar-module input,
	.sidebar-module select,
	.sidebar-module textarea {
		font-family: inherit;
		font-size: 1.1em;
	}

	.form-notice {
		margin: 1em 0;
		padding: .3em 1em;
		border: 1px solid #007700;
		font-weight: bold;
		color: #007700;
		background-color: #F0FFF0;
	}

	.form-error {
		margin: 1em 0;
		padding: .3em 0;
		border: 1px solid #B90000;
		color: #B90000;
		background-color: #FFF0F0;
	}

	.form-error li {
		padding: .3em 1em;
		font-weight: bold;
		line-height: 1.2;
	}
}




/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: .9em;
		font-family: "Lucida Grande", verdana, arial, sans-serif;
		background-color: white;
		color: black;
	}

	h1, h2, h3, h4 { font-family: "Times New Roman", serif; }

	h1 { font-size: 1.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container a:link:after,
	#text-content-container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
}




/* Plugins
-------------------------------------*/


@media projection, screen {

	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http: //www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http: //leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http: //creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http: //leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 22px; 
		float: right;
		padding-bottom: 0.7em;	
	}
	
	
	/**
	 * The "classic" theme CSS for Shadowbox.
	 *
	 * This file is part of Shadowbox.
	 *
	 * Shadowbox is an online media viewer application that supports all of the
	 * web's most popular media publishing formats. Shadowbox is written entirely
	 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
	 * authors can showcase a wide assortment of media in all major browsers without
	 * navigating users away from the linking page.
	 *
	 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
	 * Noncommercial-Share Alike license. This means that it is absolutely free
	 * for personal, noncommercial use provided that you 1) make attribution to the
	 * author and 2) release any derivative work under the same or a similar
	 * license.
	 *
	 * If you wish to use Shadowbox for commercial purposes, licensing information
	 * can be found at http: //mjijackson.com/shadowbox/.
	 *
	 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
	 * @copyright   2007-2008 Michael J. I. Jackson
	 * @license     http: //creativecommons.org/licenses/by-nc-sa/3.0/
	 * @version     SVN: $Id: skin.js 91 2008-03-28 17: 39: 13Z mjijackson $
	 */

	/*_____________________________________________________  container & overlay  */
	#shadowbox_container, #shadowbox_overlay {
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	}
	#shadowbox_container {
	  position: fixed;
	  display: block;
	  visibility: hidden;
	  z-index: 999;
	  text-align: center; /* centers #shadowbox in quirks and IE */
	}
	#shadowbox_overlay {
	  position: absolute;
	}

	/*_______________________________________________________________  shadowbox  */
	#shadowbox {
	  position: relative;
	  margin: 0 auto;
	  text-align: left; /* reset left alignment */
	}

	/*____________________________________________________________________  body  */
	#shadowbox_body {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #333;
	  overflow: hidden;
	}
	#shadowbox_body_inner {
	  position: relative;
	  height: 100%;
	}
	#shadowbox_content.html {
	  height: 100%;
	  overflow: auto; /* make html content scrollable */
	}

	/*_________________________________________________________________  loading  */
	#shadowbox_loading {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}
	#shadowbox_body, #shadowbox_loading {
	  background-color: #060606; /* should match loading image background color */
	}
	#shadowbox_loading_indicator {
	  float: left;
	  margin: 10px 10px 0 10px;
	  height: 32px;
	  width: 32px;
	  background-image: url(loading.gif);
	  background-repeat: no-repeat;
	}
	#shadowbox_loading span {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 10px;
	  float: left;
	  margin-top: 16px;
	}
	#shadowbox_loading span a:link,
	#shadowbox_loading span a:visited {
	  color: #fff;
	  text-decoration: underline;
	}

	/*____________________________________________________________  title & info  */
	#shadowbox_title, #shadowbox_info {
	  position: relative;
	  margin: 0; /* these must have no vertical margin or padding */
	  padding: 0;
	  overflow: hidden;
	}
	#shadowbox_title_inner, #shadowbox_info_inner {
	  position: relative;
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  line-height: 16px;
	}
	#shadowbox_title {
	  height: 26px;
	}
	#shadowbox_title_inner {
	  font-size: 16px;
	  padding: 5px 0;
	  color: #fff;
	}
	#shadowbox_info {
	  height: 20px;
	}
	#shadowbox_info_inner {
	  font-size: 12px;
	  color: #fff;
	}

	/*_____________________________________________________________________  nav  */
	#shadowbox_nav {
	  float: right;
	  height: 16px;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_nav a {
	  display: block;
	  float: right;
	  height: 16px;
	  width: 16px;
	  margin-left: 3px;
	  cursor: pointer;
	}
	#shadowbox_nav_close {
	  background-image: url(icons/close.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_next {
	  background-image: url(icons/next.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_previous {
	  background-image: url(icons/previous.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_play {
	  background-image: url(icons/play.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_pause {
	  background-image: url(icons/pause.png);
	  background-repeat: no-repeat;
	}

	/*_________________________________________________________________  counter  */
	#shadowbox_counter {
	  float: left;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_counter a {
	  padding: 0 4px 0 0;
	  text-decoration: none;
	  cursor: pointer;
	  color: #fff;
	}
	#shadowbox_counter a.shadowbox_counter_current {
	  text-decoration: underline;
	}

	/*___________________________________________________________________  clear  */
	div.shadowbox_clear {
	  clear: both; /* clear floating counter & nav */
	}

	/*________________________________________________________________  messages  */
	div.shadowbox_message {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 12px;
	  padding: 10px;
	  text-align: center;
	}
	div.shadowbox_message a:link,
	div.shadowbox_message a:visited {
	  color: #fff;
	  text-decoration: underline;
	}
	
	
	
	/*  jquery autocomplete  */
	.ac_results {
		padding: 0px;
		background-color: white;
		overflow: hidden;
		z-index: 99999;
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
		if width will be 100% horizontal scrollbar will apear 
		when scroll mode will be used
		*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
		it is very important, if line-height not setted or setted 
		in relative units scroll will be broken in firefox
		*/
		line-height: 16px;
		overflow: hidden;
	}

	.ac_loading {
		background: white url('indicator.gif') right center no-repeat;
	}

	.ac_odd {
		background-color: #F6F6F6
	}

	.ac_over {
		background-color: #606060;
		color: white;
	}

}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */
