

#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;
}

body, html, p,h1,h2 { padding:0;margin:0;}
body { background-color: #dedbce; background-image: url(/images/project/background_pattern.jpg); }

#container { width: 990px; /*rezerva za morebitne sence*/ margin: 0 auto; }
#logo { width: 100%; height: 40px; background-image: url(/images/project/logo.gif); background-position: 30px 9px; background-repeat: no-repeat; }
#logo #home_contact { width: 100px; float:right;text-align: right; margin-right: 28px; margin-top: 14px; color: #37271a; font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; }
#logo #home_contact a {color: #37271a; text-decoration: none; }

#header {width: 990px; height: 205px; background-image: url(/images/project/banner_top.jpg); background-position: 15px 0px; background-repeat: no-repeat;}
#header #login {float: right; margin-right: 30px; width: 154px; height: 188px; background-image: url(/images/project/login.jpg);}

#menu {height: 58px; margin-top: -7px; margin-left: 25px;}
#menu ul {margin:0; padding: 0;}
#menu ul li { display:block; list-style: none; float:left; }
#menu ul li.menu1 a {background-position: 0px 0px; padding-top: 22px;padding-bottom:3px;}
#menu ul li.menu2 a {background-position: 157px 0px; }
#menu ul li.menu3 a {background-position: 314px 0px; }
#menu ul li.menu4 a {background-position: 471px 0px; }
#menu ul li.menu5 a {background-position: 628px 0px; }
#menu ul li.menu6 a {background-position: 785px 0px; }
#menu a { display: block; height: 33px; width: 97px; background-image: url(/images/project/menu_inactive.gif); padding-left: 60px; padding-right: 0px; padding-top: 15px; padding-bottom: 10px; font-family: Arial,Tahoma,sans-serif; font-size: 12px; text-decoration: none; color: #eddda4; line-height: 1.2em;}
#menu a:hover, #menu a.selected {background-image: url(/images/project/menu_active.gif); }
#main_outer { background-color: #eeece5; margin: 22px 25px 10px 25px; /* collapsing margins workaround -> */ border-bottom: 1px solid #eeece5; margin-bottom: -1px; }
#main_outer #colors_decoration {  height: 10px; background-image: url(/images/project/colors.gif); }
#main_outer #main_inner {margin: 10px; padding: 10px; background-color:#e1ded2; float: left; width: 590px; }
#content {padding: 0; margin: 0; font-family: Arial, sans-serif; font-size: 13px; color: #38281b; }
#sidecolumn { float: left; margin: 10px 10px 10px 0; padding: 10px; background-color:#e1ded2; width: 280px; background-color:#e1ded2; font-family: Arial, sans-serif; font-size: 13px; color: #38281b;}
#footer {position: relative; height: 115px; background-color: #eeece5; margin: 20px 25px 10px 25px; background-image: url(/images/project/cnvos.gif); background-position: 740px center; background-repeat: no-repeat;  }
#footer #action_support {width: 230px; position:absolute; left: 370px; top: 38px; text-align: center; line-height: 1.3em; font-family: Arial, sans-serif; font-style: italic; font-size: 14px;}
#footer #login {width: 350px; position:absolute; left: 30px; top: 40px; text-align: left; line-height: 1.3em; font-family: Arial, sans-serif; font-size: 12px;}
#footer #author a, #footer #author a:visited, #footer #author a:hover { color: #38281B; text-decoration: none;}

h1 {font-family: Georgia, Times, serif; color: #776c4b; font-size: 22px; font-weight: bold; margin-top: 0.4em; margin-bottom: 0.4em;}
h2 {font-family: Georgia, Times, serif; color: #776c4b; font-size: 16px; font-weight: bold; margin-top: 0.6em; margin-bottom: 0.4em;}
a {color: #c90086; }
a:hover {text-decoration: none; }

/* copy from old */

.searchByDiv { margin: 2px 0px 2px 0px;}

/* =================== FORM ELEMENTS ======================= */
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #000000;
	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, .formfield_wide {
	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_wide {
	width: 300px;
}

.formerror {
	color: red;
	font-weight: bold;
}

select.formfield {
	background: #FFFFFF;
}

/* =================== END FORM ELEMENTS ======================= */

/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	padding: 2px 5px 2px 5px;
}

.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.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: #E6DFA6;
}

.organizationTypeSelect {
	margin-left: 25px;
	width: 750px;
}

.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #FFFFFF 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 #C3B17F;
    border-bottom: 2px solid #C3B17F;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #FFFFFF 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 #C3B17F;
	border-bottom: 2px solid #C3B17F;
}

.sidecolumnnews {
	/*width: 231px;
	float: left;*/
	margin-top: 15px;
}

.sidecolumnnews_heading {
	margin-bottom: 3px;
}

.sidecolumnnews_date {
	float: right;
	margin-right: 0px;
	font-size: 0.8em;
}

.news_div_more {
	width: 90%;
	
}

.sidecolumnNewsContainer {
	height:364px; overflow:hidden;
}


