/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Basic Layout
 *  5. Header
 *  6. Subheader
 *  7. Content
 *  8. Entry - Column 1
 *  9. Entry - Column 2
 * 10. Entry - Column 3
 * 11. Footer
 * 12. Navigation
 * 13. Forms
 * 14. Modules
 * 15. Print styles
 *
 */


/* 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; }

/* remember to define focus styles! */
: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 {
	width: 100%;
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	line-height: 1.5em;
	color: #333;
	background: #CCC;
}

a:link, a:visited, a:hover, a:active {
	color: #9e2121;
}



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

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

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


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

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

.news-list .title { display: inline }

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

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

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

.news-list a:visited { color: #5f4646 }


/* --- Links --- */

a.type-1:link, a.type-1:visited, a.type-1:hover, a.type-1:active {
	color: #5A89A0;
}

a.type-2:link, a.type-2:visited, a.type-2:hover, a.type-2:active {
	text-decoration: none;
	color: #333;
}

a.type-3:link, a.type-3:visited, a.type-3:hover, a.type-3:active {
	text-decoration: none;
	color: #666;
}

a.type-2:hover,
a.type-3:hover {
	text-decoration: underline;
	color: #5A89A0;
}


/* --- Messages --- */

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

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


/* --- Other --- */

img.content-photo { padding: .2em 10px }

img.right,
img.left {
	float: left;
	padding-left: 0;
	margin-left: -30px;
}

/*
img.right {
	float: right;
	padding-right: 0;
}
*/

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

.hidden {
	display: none;
}




/* Basic Layout
-------------------------------------*/
#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 832px;
	margin-left: 3px;
	z-index: 1;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 37px;
	background: url(../images/backgrounds/bgnd-header-castle.png) bottom right no-repeat;
}

#subheader {
	position: relative;
	float: left;
	width: 100%;
	background-position: top right;
	background-repeat: no-repeat;
}

#body-entry #content {
	position: relative;
	float: left;
	width: 786px;
	margin-left: 46px;
	padding-bottom: 3em;
	background-color: white;
}

#central-area {
	float: left;
	margin-left: 45px;
	padding-bottom: 3em;
	background: #efeee8 url(../images/backgrounds/bgnd-central-area.gif) top left repeat-y;
}

#body-inner #content {
	position: relative;
	float: left;
	width: 573px;
	margin-left: 1px;
	padding-left: 30px;
	padding-right: 40px;
	background-color: #efeee8;
}

#sidebar {
	position: relative;
	float: left;
	width: 188px;
	margin-left: -45px;
}




/* Header
-------------------------------------*/
#header h1 a,
#header strong.logo a {
	float: left;
	width: 447px; 
	height: 119px;
	margin-left: 27px;
	text-indent: -9999px;
	background: url(../images/backgrounds/bgnd-obcina-gornja-radgona.png) no-repeat;
}

#search {
	position: absolute;
	top: 20px;
	right: 19px;
}

#search-mini-form p {
	float: left;
}

#input-search-mini {
	margin-top: 1px;
	padding-bottom: .2em;
	border: none;
	background: url(../images/backgrounds/bgnd-search-input.gif) bottom left repeat-x;
	color: #828282;
	font-style: italic;
}

#search-mini-form input.input-submit {
	display: inline;
	margin-top: 0;
	margin-left: 1px;
	border: none;
	font-size: 1.1em;
	background-color: #DEDCD1;
	color: black;
	padding: 1px 3px;
}

#input-search-mini {
	width: 132px;
}

#weather {
	position: absolute;
	width: 200px;
	height: 62px;
	top: 94px;
	right: 14px;
	overflow: hidden;
}

#weather p {
	display: inline;
	float: right;
	width: auto;
	text-align: right;
	line-height: 1;
	font-size: 1.1em;
	color: #828282;
}

#weather img {
	float: right;
	margin-left: 9px;
}
	



/* Subheader
-------------------------------------*/
#subheader #image-text {
	position: absolute;
	top: -25px;
	left: 216px;
}

.subheader-leading1 { background-image: url(../images/leading/1.jpg); }
.subheader-leading2 { background-image: url(../images/leading/2.jpg); }
.subheader-leading3 { background-image: url(../images/leading/3.jpg); }
.subheader-leading4 { background-image: url(../images/leading/4.jpg); }
.subheader-leading5 { background-image: url(../images/leading/5.jpg); }
.subheader-leading6 { background-image: url(../images/leading/6.jpg); }
.subheader-leading7 { background-image: url(../images/leading/7.jpg); }
.subheader-leading8 { background-image: url(../images/leading/8.jpg); }




/* Content
-------------------------------------*/
#body-entry .col {
	position: relative;
	float: left;
}

#content-col1 {
	width: 277px;
	margin: 0 25px 0 33px;
}

#content-col2 {
	width: 277px;
	margin-right: 12px;
}

#body-entry #content-col3 {
	float: right;
	width: 134px;
	margin: 0 12px;
}

#body-entry #content .section {
	font-size: 1.2em;
}

#text-content-container {
	margin-bottom: .7em;
	font-size: 1.20em;
}

#text-content-container h1 {
	display: block;
	float: left;
	padding-right: 50px;
	margin-top: 1.1em;
	line-height: 1.25;
	font-size: 1.2em;
	font-weight: normal;
	color: #006ab7;
	background: url(../images/backgrounds/bgnd-h1.gif) bottom left repeat-x;
}

#text-content-container h2 {
	display: block;
	margin-top: 1.1em;
	margin-bottom: .7em;
	line-height: 1.25;
	font-size: 1.2em;
	font-weight: normal;
	background: url(../images/backgrounds/bgnd-h1.gif) bottom left repeat-x;
}

#text-content-container h3 {
	display: block;
	margin-top: .3em;
	line-height: 1.25;
}

#text-content-container p {
	padding-bottom: 1.3em;
	line-height: 1.25;
}

#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
	color: #B90000;
	text-decoration: underline;
}

#text-content-container a:visited {
	color: #5F4646;
}

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


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

#text-content-container ul {}

#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;
}


/* --- tables --- */

#text-content-container table td {
	padding: .3em .5em;
	border: 1px solid #999;
}

#text-content-container table caption {
	margin-bottom: .3em;
	text-align: left;
	font-weight: bold;
}


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

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

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

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

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

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

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

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

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


/* --- Search results --- */

#search-main-form {
	margin-bottom: 1em;
}

#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 {
	font-style: italic;
	font-size: .9em;
	color: green;
}


/* --- Photogallery --- */

#photo-gallery-container {
	width: 100%;
}

.photo-gallery-item {
	float: left;
	width: 167px;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #DFDFDF;
	background: white url(../images/backgrounds/bgnd-gallery-item.gif) top left repeat-x;
	text-align: center;
}

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

.photo-gallery-item p {
	margin-top: .7em;
	text-align: left;
}

.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;
}

.link-list .news-subscribe-link {
	text-transform: lowercase;
}

a.news-subscribe-link {
	display: block;
	font-size: 1.2em;
	margin: 1em 0;
	text-transform: lowercase;
}


/* Entry - Column 1
-------------------------------------*/

#content-col1 .section h2,
#content-col2 .section h2 {
	position: relative;
	font-weight: normal;
	font-size: 1.21em;
	text-transform: lowercase;
	color: #006ab7;
	background: url(../images/backgrounds/bgnd-section-titles-off.gif) bottom left repeat-x;
}

#content-col1 .section h2,
#content-col2 .section h2 {
	margin-top: 3em;
	margin-bottom: .6em;
}

#content-col1 .section:hover h2,
#content-col2 .section:hover h2 {
	color: white;
	background-image: url(../images/backgrounds/bgnd-section-titles-on.gif);
}

#content-col1 #press-releases h2,
#content-col2 #municipal-council-resources h2 {
	margin-top: 2em;
}


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

#content-col1 .news-list a:link, #content-col1 .news-list a:visited, #content-col1 .news-list a:hover, #content-col1 .news-list a:active,
#content-col2 .news-list a:link, #content-col2 .news-list a:visited, #content-col2 .news-list a:hover, #content-col2 .news-list a:active {
	color: #333;
	text-decoration: none;
}

#content-col1 .news-list a:hover,
#content-col2 .news-list a:hover {
	color: #a60000;
	text-decoration: underline;
}

#content-col1 .news-list .date,
#content-col2 .news-list .date {
	font-size: .85em;
	text-decoration: none;
	color: #828282;
}


/* --- Content sys menu --- */

#contentsysmenu {
	font-size: 1.2em;
	margin-bottom: 0.7em;
	margin-top: 1em;
	float: left;
	width: 100%;
}




/* Entry - Column 3
-------------------------------------*/

/* --- Photo of the month --- */

#photo-month {
	position: relative;
	width: 134px;
	padding: 1.2em 12px 6px 12px;
	margin-left: -12px;
	background: url(../images/backgrounds/bgnd-photo-month.png) bottom left no-repeat;
}

#photo-month h2 {
	position: relative;
	font-weight: normal;
	font-size: 1.35em;
	color: #006ab7;
}

#photo-month img {
	margin-top: -0.1em;
}

#photo-month p {
	padding: .6em 0;
	font-size: 1.1em;
}

#anim-gallery {
	position: relative;
	width: 134px;
	height: 110px;
	overflow: hidden;
}

#anim-gallery ul {
	width: 10000px;
	height: 190px;
}

#anim-gallery li {
	float: left;
	width: 134px;
	height: 100px;
}

#anim-gallery span {
	display: block;
	width: 134px;
	height: 100px;
	overflow: hidden;
}


/* --- Business card --- */

#biz-card {
	margin-top: 2em;
	color: #797979;
}

#body-inner #biz-card {
	float: left;
	margin-top: 2em;
	margin-left: 56px;
}

#biz-card p {
	padding: .6em 0;
	font-size: 1.1em;
}

#biz-card a:link, #biz-card a:visited, #biz-card a:hover, #biz-card a:active {
	color: #bf6d6d
}


/* --- Poll --- */

#poll {
	margin-top: 2em;
	font-size: 1.1em;
}

#poll h2 {
	position: relative;
	margin-bottom: .5em;
	font-size: 1.25em;
	font-weight: normal;
	color: #006AB7;	
}




/* Footer
-------------------------------------*/
#footer {
	clear: both;
}



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

/* --- Breadcrumbs --- */

#breadcrumbs {
	clear: left;
	width: 100%;
	margin-top: 0.1em;
	margin-bottom: 1.3em;
	color: #828282;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	font-size: .9em;
	text-decoration: none;
	text-transform: lowercase;
	color: #828282;
}


/* --- Sitemap --- */

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

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


/* --- Main Menu --- */

#main-menu {
	float: left;
	width: 188px;
	margin-top: 10px;
	min-height: 168px;
	font-size: 1.2em;
	background: url(../images/backgrounds/bgnd-main-menu.png) bottom left no-repeat;
}


/* Level 1 */

#main-menu li.first {
	background: url(../images/backgrounds/bgnd-main-menu.png) top left no-repeat;
	margin-top: -10px;
	padding-top: 5px;
}

#main-menu li.last {
	padding-bottom: 10px;
}

#main-menu li.menu-level1 {
	position: relative;
	float: left;
	width: 154px;
	padding-left: 34px;
}

#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
	display: block;
	float: left;
	width: 154px;
	text-decoration: none;
	color: #2c2c2a;
	background: url(../images/backgrounds/bgnd-main-menu-item.gif) bottom left no-repeat;
}

#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 {
	/*background-image: none;*/
}

#main-menu li.menu-level1-open a.menu-level1:link span, 
#main-menu li.menu-level1-open a.menu-level1:visited span, 
#main-menu li.menu-level1-open a.menu-level1:hover span, 
#main-menu li.menu-level1-open a.menu-level1:active span {
	font-weight: bold;
	color: #2d6f3a;
}

#main-menu li.menu-level1 a.menu-level1:hover span {
	color: white;
	background-color: #9e2121;
}

#main-menu span.menu-level1 {
	position: relative;
	display: block;
	padding: 1px 10px 1px 40px;
	margin: 1px 0 2px -34px;
}


/* Level 2 */

#main-menu ul.menu-level2 {
	position: relative;
	float: left;
	width: 188px;
	margin-left: -34px;
	margin-top: -1px; /* hide the parent's bottom dashed border */
	padding-top: 1px; /* compensate for the negative margin above */
	background-color: #dedcd1; /* color fill to cover dashed border */
}

#main-menu li.menu-level2 {
	float: left;
	width: 100%;
}

#main-menu a.menu-level2:link, 
#main-menu a.menu-level2:visited, 
#main-menu a.menu-level2:hover, 
#main-menu a.menu-level2:active {
	float: left;
	width: 100%;
	color: #2d6f3a;
	text-decoration: none;
}

#main-menu span.menu-level2 {
	display: block;
	margin-left: 57px;
	margin-bottom: .3em;
	font-size: .95em;
	line-height: 1;
}

#main-menu a.menu-level2:hover span.menu-level2,
#main-menu li.menu-level2-open span.menu-level2 {
	text-decoration: underline;
}


/* Level 3 */

#main-menu ul.menu-level3 {
	position: relative;
	float: left;
	width: 168px;
	padding-left: 20px;
}

#main-menu li.menu-level3 {
	float: left;
	width: 100%;
}

#main-menu a.menu-level3:link, 
#main-menu a.menu-level3:visited, 
#main-menu a.menu-level3:hover, 
#main-menu a.menu-level3:active {
	float: left;
	width: 100%;
	color: #2d6f3a;
	text-decoration: none;
}

#main-menu span.menu-level3 {
	display: block;
	margin-left: 57px;
	margin-bottom: .3em;
	font-size: .95em;
	line-height: 1;
}

#main-menu a.menu-level3:hover span.menu-level3,
#main-menu li.menu-level3-open span.menu-level3 {
	text-decoration: underline;
}




/* Banners
-------------------------------------*/
#banners {
	position: fixed;
	bottom: 427px;
	left: 836px;
	width: 165px;
	height: 58px;
}

#banners li {
	line-height: 0;
	margin-top: 1px;
}

#banners a, #banners img {
	vertical-align: bottom;
}




/* Forms
-------------------------------------*/
#text-content-container {
	margin-bottom: .7em;
	font-size: 1.2em;
}

#text-content-container form {
	float: left;
	width: 98%;
	margin-bottom: 1em;
	padding: 1em 1%;
	background-color: #DEDCD1;
}

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


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

#text-content-container input.input-text {
	padding: .5em;
	border: 1px solid #AAA;
	background-color: white;
}

input.input-submit {
	margin-top: 1em;
	padding: .2em .5em;
	border-width: 1px;
	border-style: solid;
	border-color: #808080 #404040 #404040 #808080;
	font-size: 100%;
	background-color: #606060;
	color: white;
	cursor: pointer;
}

input.input-submit:hover {
	border-color: #E60000 #600000 #600000 #E60000;
	background-color: #B90000;
}

textarea {
	height: 10em;
	padding: .3em;
	border: 1px solid #AAA;
	background-color: #EEE;
}

select {
	padding: .1em 0 .1em .3em;
	border: 1px solid #AAA;
	background-color: #EEE;	
}

.input-security {
	width: 5em !important;
	margin: 0 0 0 3px;
}

.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: 21%;
	padding-top: .5em;
	margin-top: .6em;
	margin-bottom: .2em;
	margin-right: 2%;
	text-align: right;
}

.horizontal-form dt label {
	text-align: right;
}

.horizontal-form dd {
	float: left;
	width: 76.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: 77.9%;
	padding-top: 0;
	padding-left: 22%;
	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 green;
	font-weight: bold;
	color: green;
}

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

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




/* Modules
-------------------------------------*/

/* --- calendar --- */

#calendar-table { border-collapse: collapse; }

#calendar-table th {
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

#calendar-table td {
	width: 2.2em;
	padding: .6em 0 .8em 0;
	border: .1em solid white;
	text-align: center;
	line-height: 0;
	background-color: white;
	color: #333;
	cursor: default;
}

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

#calendar-table .day-existing {	background-color: #eee; }

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

#calendar-table .day-existing,
#calendar-table .day-empty {
	padding: 1.2em 0 0.9em 0;
}

#calendar-table .day-event { background-color: #808080; }

#calendar-table .day-today {
	padding: 0;
	background-color: #B90000
}

#calendar-table .day-today span {
	display: block;
	padding: 1.1em 0 .8em 0;
	border: .1em solid #B90000;
	/*color: #B90000;*/
	color: white
}

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

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

#calendar-table a:link, #calendar-table a:visited, #calendar-table a:hover, #calendar-table a:active {
	padding: .5em .5em .3em .5em;
	text-decoration: none;
	color: white
}

#calendar-month-switcher {
	font-size: 1.15em;
	margin-top: .5em;
	display: block
}

a#cal-prev-month:link, a#cal-prev-month:visited, a#cal-prev-month:hover, a#cal-prev-month:active,
a#cal-next-month:link, a#cal-next-month:visited, a#cal-next-month:hover, a#cal-next-month:active {
	color: #B90000
}


/* --- faq --- */

#faq-form-toggle {
	text-decoration: underline;
	color: #B90000;
	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;
}

#faq-form .mandatory {
	color: #B90000;
	font-family: Verdana, sans-serif;
	font-weight: normal
}

#faq a:link, #faq a:visited, #faq a:hover, #faq a:active {
	color: #B90000;
}


/* --- poll --- */

#poll-question {
	margin-bottom: .5em;
	font-weight: bold;
}

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

#poll-answers-area .poll-pix {
	float: left;
	background-color: #B90000; /* 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 a:link, #poll a:visited, #poll a:hover, #poll a:active {
	color: #B90000;
}


/* --- employees --- */

#employees-list h3 {
	cursor: pointer;
}


/* --- KIJZ --- */

#kijz-table col.col1 {
	width: 150px;
}

#kijz-table {
	width: 100%;
}

#kijz-table th {
	border: 1px solid #999;
	padding: 0.3em 0.5em;
	text-align: left;
}

#kijz-table td p {
	padding: .2em 0;
}




/* Background ambients
-------------------------------------*/

#ambient-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

#ambient-container #ac-movable-box {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}

#ambient-container table {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#ambient-container td {
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

#ambient-container img {
	width: auto;
	height: auto;
	margin: 0 auto;
	min-height: 50%;
	min-width: 50%;
}




/* Misc
-------------------------------------*/
#scale-ie {
	position: absolute;
	visibility: hidden;
	height: 100%;
}




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

@media print {

	body {
		font-size: .9em;
		font-family: "Times New Roman", serif;
		background-color: white;
		color: black;
	}

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

	h1 { 
		color: black !important;
		font-size: 1.6em;
	}

	h2 {
		color: black !important;
		font-size: 1.4em;
	}

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container p a:link:after,
	#text-content-container p a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	#search,
	#subheader,
	#weather,
	#ambient-container,
	#banners,
	#sidebar,
	#contentsysmenu {
		display: none !important;
	}
	
	#container,
	#header,
	#cental-area,
	#content,
	#content .col,
	#header h1 a, #header strong.logo a {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		height: auto !important;
		text-indent: 0 !important;
	}
	
}

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