

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/*
ORDO barve:
svetlo siva: #efefef;
siva #a1a1a1
modra #00aeef
crna!
*/


body,html {
	padding:0px;
	margin:0px;
	font-family: arial, verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
	height: 100%;
}


#container {
	width:100%;
	height: 100%;

}


/*hader css start here*/


/*hader css ends here*/


/*hader css starts here*/



/*middle css ends here*/



/*footer css starts here*/


/*footer css ends here*/

/*
ORDO barve:
svetlo siva: #efefef;
siva #a1a1a1
modra #00aeef
crna!
*/

/* =================== FIRSTPAGE =======================*/

.firstpageContainer {
	width: 100%;
	height: 100%;
	float: left;
	color: #a1a1a1;
}

.firstpageContainer a,
.firstpageContainer a:visited {
	color: #00aeef;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}

.firstpageContainer a:hover {
	color: #434343;
}


.firstpageTopContainer {
	background-color: #efefef;
	padding-left: 25px;
	float: left;
}

.firstpageBottomContainer {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 17px;
}

.firstpageBottomContainer a,
.firstpageBottomContainer a:visited {
	color: #a1a1a1;
	font-size: 15px;
	line-height: 17px;		
}

.firstpageBottomContainer a:hover {
	color: #434343;
}


.firstpageH1 {
	font-size: 100px;
	line-height: 120px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
}

.firstpageH2 {
	font-size: 36px;
	line-height: 38px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.firstpageTop {
	width: 100%;
	float: left;
	margin-bottom: 30px;		
}

.firstpageInner {
	width: 100%;
	float: left;
	background-color: #FFFFFF;

}

.firstpageInnerInner {
	float: left;
	padding: 15px 0px 20px 25px;
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
}

.firstpageBorder {
	width: 100%;
	float: left;	
	height: 1px;
	min-height: 1px;
	background-color: #DDDDDD;
	padding: 0;
	margin: 0; 
	line-height: 1px;
	
}

.firstpageInnerContent {
	float: left;	
	width: 100%;
	padding: 5px 0px;
}

.firstpageInnerContent_input {
	float: left;
}

.firstpage_input {
	width: 200px;
	height: 25px;
	/*background-color: #FFFFFF;*/
	padding: 2px 0px 0px 2px;
	font-size: 18px;
	margin: 5px 0px;	
}

.firstpage_button {
	font-size: 14px;
	padding: 4px 10px;
	color: #000000;
	cursor: pointer;
	font-weight: bold;

}

.firstpage_msg {
	height: 20px;
	font-size: 14px;
	padding: 10px 0px;
	float: left;
	width: 100%;
}

.firstpageContainer p {
	margin: 0;
}

/* =================== END OF FIRSTPAGE =======================*/

/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.tablecontent td a:hover {
	text-decoration: underline;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #ebebeb;
}

.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2;
}

.contact-table {/*bordercolor="#ffffff" border="1" bgcolor="#f0f0f0" style="border-collapse: collapse;"*/
	border-color: #ffffff;
	border-width: 1px;
	border-collapse: collapse;
	border-width: 1px;
	}

.articledate {
	font-size: 11px;
	padding-bottom: 10px;
	}


/* =================== END TABLES ======================= */

/* =================== FORM ELEMENTS ======================= */
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/formbutton.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}



.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}
/* =================== END FORM ELEMENTS ======================= */

.explanationText {
	font-style: italic;
}

.signupContainerDiv {
	margin-left: 15px;
	width: 500px;
}

.noteDiv {
	background-color: lime;
}

/* =================== GENERAL STYLES ======================= */
body {

}

h1,.title {
	font-size: 22px;
	font-weight: bold;
	padding: 0.3em 0 0.7em 0;
	color: #535353;
}

h2,.subtitle {
	font-weight: normal;
	font-size: 18px;
	padding: 0.3em 0 0.4em 0;
	color: #6a6a6a;
}
h1 a, h2 a {
	color: #6a6a6a;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 0;
	padding-top: 0;
}

blockquote {
	padding-left: 15px;
}

a img {
	border: none;
	text-decoration: none;
	}

td {
	border: 0;
	font-size: 12px;
}



/* =================== END GENERAL STYLES ======================= */

/* =================== SIDE COLUMN STYLES ======================= */

/* =================== END SIDE COLUMN STYLES ======================= */

/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */


.clear {
	clear: both;
}

/* =================== END STYLES MISC ======================= */





/* =================== FORM ELEMENTS ======================= */
/*
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/formbutton.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack *//*
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}

.formfield-error-report {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 360px;
	font-size: 12px;
}


.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

/* =================== END FORM ELEMENTS ======================= */
.imageframe {
	background-color:#F5F5F5;
	border:1px solid lightgrey;
	margin-bottom:5px;
	margin-right:5px;
	padding:6px;
}

.headingdate {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-style:italic;
	font-weight: bold;
}

.cmsboxUL {
	list-style: none;
	padding-left: 0px;	
}

.topmenu {
	display: inline;
}

.here {
	background-color: red;	
}

.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #f8fafc url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
} 




