/*-----GENERAL-----*/
body 
{
    margin: 0px;
    font-family:Verdana;
    font-size: 12px;
    background-image: url('../../Images/background.gif');

}
a 
{
    color: Black;
    font-size: 12px;
    text-decoration: none;
    font-family:Verdana;
}
a:hover 
{
    text-decoration: underline;
}
h1 
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    color: #72bf44;
    font-size: 16px;
    font-weight: bold;
}
h2 
{
    font-size: 12px;
    color: #72bf44;
    font-weight: normal;

}
p, td, li
{
    font-size: 12px;
    line-height: 1.5;
}






/*-----100% height design-----*/
html, body, #container {
min-height: 100%;
width: 100%;
height: 100%;
}
html>body, html>body #container {
height: auto;
}

body {
margin: 0;
}


#container {
position: absolute;
top: 0;
left: 0;
}

#maincontainer {
margin-bottom: 99px;
height: auto;
width: 960px;
}
#footercontainer {
position: absolute;
bottom: 0; left: 0px;
width: 100%;
height: 99px;

}

#header {
width: 100%;
height: 120px;
}
#menu {
width: 100%;
height: 120px;
}

#content 
{
margin-left: 55px;
width: 850px;
overflow: auto;
text-align: justify;
} 
#footer {
width: 960px;
height: 99px;
}




/*-----CMS-----*/

/*menu heading*/
.menu_h1 
{
    font-size: 15px;
    padding: 0px; margin: 0px;
    font-weight: bold;
    padding-top: 17px;
    margin-top: 0px;
}

/*menu link (navigation)*/
.menu_a 
{
    font-size: 12px;
}

/*menu level 1*/
.menu1
{
    font-size: 11px;
    font-family: Georgia;
    color: #f69141;
}
 
.menu1_on
{
    font-size: 11px;
    font-family: Georgia;
    color: #f69141;
    font-weight: bold;
}


/*menu level2 */
.menu2 
{
    font-family: Georgia;
    font-size: 11px;
    color: #333333;  
    margin: 0px;
    padding: 0px;
}

.menu2_on
{
    font-family: Georgia;
    font-size: 11px;
    color: #FF0000;  
    margin: 0px;
    padding: 0px;
}
.menu2:hover
{
    color: #FF0000;
    text-decoration: none;
}

/*menu level3*/
.menu3 
{
    font-size: 11px;
    padding-left: 21px;
    line-height: 18px; 
    
}

/*breadcrumbs*/
.crumbs 
{
    font-size: 12px;
    font-weight: bold;
    color: white;   
    font-family: Arial;
}

/*error alert*/
.err 
{
	position: absolute;
	width:300px; height: 60px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -150px; margin-top: -30px;	
	border: black ridge 1px;
}

/*message alert*/
.msg 
{
	position: absolute;
	width:300px; height: 60px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -150px; margin-top: -30px;	
	border: black ridge 1px;
}

.askoZelena
{
    font-size: 12px;
    color: #72bf44;
    font-weight: normal;
}

.marginTop
{
    margin-top: 5px;
}






/*-----GRIDVIEW/DETAILSVIEW-----*/

/*header for detailsview*/
.headerDV 
{
    font-weight: bold;    
}

/*header for gridview*/
.headerDV 
{
    font-weight: bold;    
}

/*textbox/dropdown*/
.input 
{
    vertical-align: top;
    font-family:Verdana;  
    width: 150px;
}

/*upload file*/
.inputfile 
{
    font-size: 13px;
    font-family: Verdana;
    height: 21px;
}

/*gridview/detailsview item*/
.item 
{
    font-family:Verdana;  
}

/*right align*/
.right 
{
    text-align: right ;
}

/*gridview/detailsview table*/
.table
{
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
}



#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/images/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/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../Images/Lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 