
body
{
    background: #666666; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-color: #FFF;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#container
{
    width: 1004px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #14499A; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
    margin-left: auto;
    z-index: 1;
    margin-right: auto;
}
#header
{
    border: 1px solid #ffffff;
    z-index: 3;
}


.logOut
{
    background-image: url(../images/LogOut.png);
    background-repeat: no-repeat;
   /* width: 18px;*/
 clear: left;
    height: 30px;
    background-position: 0 0;
    padding-top: 7px;
    cursor: pointer;
}
.logOut .logOff
{
    margin-left: 30px;
    color: #333;
}

#slika img
{
    margin: 1px;
}
#navigation
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    height: 32px;
    padding-left: 15px;
    background-image: url(../images/headernavigationback.jpg);
    background-repeat: repeat-x;
}
#sidebar1
{
    float: left; /* since this element is floated, a width must be given */
    width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 0px 15px 0px;
    background-color: #14499A;
    border: 2px solid #fff;
    background-image: url(../images/navigacijaleftback.jpg);
    background-repeat: no-repeat; /*font-family: Arial, Helvetica, sans-serif;*/
    height: 100%;
}
#sidebar1 ul
{
    margin-bottom: 30px;
    margin-left: 0px;
}

#sidebar
{
    float: left; /* since this element is floated, a width must be given */
    width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px;
    background-color: #FFF;
    border: 1px solid #14499A;
    height: 100%;
    bottom: 0px;
}


#mainContentBack
{
    background-color: #FFF;
    margin-top: 0px;
    z-index: 6;
}

#headMainContent
{
    background-image: url(../images/headmaincontent_bg.jpg);
    background-repeat: repeat-x;
    height: 77px;
}
#mainContent
{
    margin: 0 0 0 188px;
    z-index: 12;
    background-image: url(../images/contentbacksilver.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 0px 0px 35px 0px;
    min-height: 600px;
}

#mainContent h1, #mainContent h1 a, #mainContent h1 a:hover
{
	background-color: #F2F2F2;
	background-image: url(../images/about/bgLinks.jpg);
	background-repeat: repeat-x;
    border-bottom: solid 1px #069;
    width: 96%;
    text-decoration: none;
    font-family: "Trebuchet MS", Verdana;
    font-size: 18px;
    color: #006699;
   margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #069;
}
#mainContent h1
{
	display: block;
	}
#mainContent h1 a:hover{

color: #3298BE; 
}

#mainContent h3 {
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 15px;
	background-color: #F2F2F2;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-style: solid;
	padding-left: 4px;
	font-size: 15px;
	background-image: url(../images/about/bgLinks.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
}

#mainContent p
{	
	
    font-size: 12px;
    margin-left: 15px; /*font-family: Arial, Helvetica, sans-serif;*/
    text-align: justify;
    margin-right: 25px;
    line-height: 1.7em;
}
#mainContent .readMore
{
	text-align:right;
	}
#mainContent .readMore a, #mainContent .readMore a:hover
{

	font-size: 11px;
    margin-left:auto;
    margin-right: 15px;
}
#mainContent .readMore a:hover
{
	color: #3298BE;
}

#mainContent p a, #mainContent a, #mainContent p a:hover
{
	color: #069;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-left: 0px;
    padding-left: 0px;
    text-decoration: none;
}

#textCont
{
	margin-left: 15px;
	margin-right: 15px;
	}
a img, a:hover img
{
	border: none;
	}
	



#mainContent a:hover {
	color: #3298BE;
	
}

ul
{
	list-style-type: square;
		}
ul li 
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	}	
/*footer style - do not change*/
#footer .head
{
    float: left;
    margin-top: 25px;
    font-size: 12px;
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
}

#mainContent .head
{
    float: left;
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    
  /*  filter: Shadow(Color=#999999, 	
			Direction=217, 
			Strength=2);*/

}
.imgLogo img
{
    float: left;
}
#footer
{
    background-image: url(../images/footerbackblue.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 57px;
}
.fltrt
{
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
   /* margin-left: 8px;*/
}
#leftMenu
{
    width: 180px;
}
.fltlft
{
    /* this class can be used to float an element left in your page */
    display:inline;
    float: left;
    margin-right: 8px;
    
}
.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.news
{
    padding-left: 20px;
}

#footer .imgLogo
{
    margin-left: 25px;
}
#additionalLinks a
{
    display: block;
    color: #333;
    margin-bottom: 2px;
}
#additionalLinks
{
    padding-right: 5px;
    padding-left: 5px;
}

#additionalLinks h3
{
    border-top-width: 1.5px;
    border-bottom-width: 1.5px;
    border-top-style: dotted;
    border-top-color: #069;
    border-bottom-color: #069;
    border-bottom-style: dotted;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #069;
}

#additionalLinks a:hover
{
    display: block;
    color: #000;
    background-color: #F3F3F3;
    margin-bottom: 2px;
}

.related
{
    background-color: #F0F0F0;
}

.link
{
    width: 50px;
    height: 57px;
    margin-left: 600px;
}
#txtMessage
{
    color: Red;
}
#mainContent h4
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 15px;
	margin-right: 15px;
	}
#mainContent h4 a {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #006699;
	
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 20px;
	margin-top: 25px;
	
}


/*event css style*/
h6
{
    color: #C00;
    font-size: 10px;
    font-weight: 300; /*font-family: Arial, Helvetica, sans-serif;*/
    margin-left: 10px;
}
.date {
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
}

/*end of event style*/

/*news css style*/
/*#mainContent ul
{
    list-style-position: inside; /*list-style-image: url(../images/arrowlist.gif);
    list-style-type: none;
    line-height: 130%;
}*/

/*#mainContent ul li a
{
    list-style-position: inside; list-style-image: url(../images/arrowlist.gif);
    list-style-type: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-left: 7px;
    color: #333;
}*/
#sidebar p img
{
    margin-right: auto;
    margin-left: auto;
}
/*#mainContent ul li a:hover
{
    list-style-position: inside; list-style-image: url(../images/arrowlist.gif);
    list-style-type: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-left: 7px;
    color: #999;
}*/
/*end of news style*/


/*about css style*/

#mainContent #staff a{
	font-weight: bold;
	color: #000;
}
#mainContent #staff a:hover {
	font-weight: bold;
	color: #666;
}
#data {
	background-image: url(../images/about/bgData.png);
	background-repeat: repeat;
	margin-top: 80px;
}
#links {

	float: right;
}
#links a:hover {
	display: block;
	margin: 0;
	padding: 10px;
	background-image: url(../images/about/bgLinks.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-decoration: none;
	background-color: #F4F4F4;
	font-size: 11px;
}
#text {
	width: 600px;
	margin-left: 20px;
	float: left;
	padding-top: 15px;
	height: 100%;

}
#text h5 {
	background-image: url(../images/about/bgLinks.jpg);
	background-repeat: repeat-x;
	background-position: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 35px;
	margin-bottom: 35px;
}

#links a    {
	display: block;
	margin: 0;
	padding: 10px;
	background-image: url(../images/about/bgLinks.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-decoration: none;
	background-color: #F4F4F4;
	font-size: 11px;
	color: #666;
	
}


/*end of about style*/
.search
{
	/*background-image: url(../images/probaIndex/search_smaller.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	height: 90px;*/
	padding-top: 2px;
	margin-left: 7px;
	float:right;
		
	}

#cse-search-results
	{
		
		margin-left: 5px;
		margin-right: 5px;
		}
#mainContent table a
{
	font-size: 12px;
	}
	#mainContent table a:hover
{
	font-size: 12px;
	}
/*start of BasicInformationEdit*/
#BasicInformationEdit
{
	margin-left: 100px;
	width: 480px;
	border: solid 1px #ccc;
	margin-top: 20px;
	}
#BasicInformationEdit tr
{
	background-color: #ccc;
	border: solid 1px #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
	}
	
	.btn
	{
		margin-left: 520px;
		}
	#BasicInformationEdit label
	{
		width: 150px; 
		}
/*end of BasicInformationEdit*/


#albumTitle
{
	background-image: url(../images/about/bgLinks.jpg);
	background-position: 0 120%;
	background-repeat: repeat-x;
	border-bottom: solid 1px #666;
	font-size: 22px;
	font-family: Trebuchet MS, Georgia;
	color: #999;
	
	}
/* CALENDAR STYLES */
/* ************************************************************* */

.WE
{
    height: 0px;
    margin: 0;
    padding: 0;
}
.WE .ajax__calendar_container
{
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 190px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    background: #fff;
    border: 1px solid #7f9db9;
}
.WE .ajax__calendar_body
{
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.WE .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.WE .ajax__calendar_header
{
    height: 20px;
    width: 100%;
}
.WE .ajax__calendar_prev
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);
}
.WE .ajax__calendar_next
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);
}
.WE .ajax__calendar_title
{
    cursor: pointer;
    font-weight: bold;
}
.WE .ajax__calendar_footer
{
    height: 15px;
}
.WE .ajax__calendar_today
{
    cursor: pointer;
    padding-top: 3px;
}
.WE .ajax__calendar_dayname
{
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}
.WE .ajax__calendar_day
{
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}
.WE .ajax__calendar_month
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.WE .ajax__calendar_year
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.WE .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}
.WE .ajax__calendar_footer
{
    border-top: 1px solid #f5f5f5;
}
.WE .ajax__calendar_dayname
{
    border-bottom: 1px solid #f5f5f5;
}
.WE .ajax__calendar_day
{
    border: 1px solid #ffffff;
}
.WE .ajax__calendar_month
{
    border: 1px solid #ffffff;
}
.WE .ajax__calendar_year
{
    border: 1px solid #ffffff;
}

.WE .ajax__calendar_active .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.WE .ajax__calendar_active .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.WE .ajax__calendar_active .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.WE .ajax__calendar_other .ajax__calendar_day
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}
.WE .ajax__calendar_other .ajax__calendar_year
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.WE .ajax__calendar_hover .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.WE .ajax__calendar_hover .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.WE .ajax__calendar_hover .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.WE .ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc;
}
.WE .ajax__calendar_hover .ajax__calendar_today
{
    color: #0066cc;
}


.WE div.ajax__calendar_days table
{
    border: none;
}

.WE div.ajax__calendar_days table th
{
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    border-bottom: none;
    text-align: center;
    padding: 0px;
}

.WE div.ajax__calendar_days table td
{
    padding: 0px;
}



/* darken div tag*/

#main-container
{
	background:				#fff;
	width:					960px;
	margin:					0 auto;
	text-align:				left;
}

#content-container
{
	margin:					20px 0 0 0;
	padding:                0 0 10px 0;
	clear:					both;
	background:             url('../Images/Common/content.jpg') top left repeat-y;
	border-top:             1px solid #dfdfdf;
}

#mainmenu
{
    width:180px;
    float:left;
    padding:10px 10px 0 10px;
    height:450px;
    background:#e9e9e9;
}

#form
{
    width:735px;
    float:left;
    padding:10px 10px 0 15px; 
   
}


/*
 *
 *	Common page element styles
 *	--------------------------------------------------------------------------------
 *
*/




hr
{
	height:					1px;
	background-color:		#BCBFC1;
	color:					#BCBFC1;
	margin:					14px 0 14px 0;
	border:					0;
}




/*
*
* Overriden default element styles
* --------------------------------
*/

i
{
	font-style:				normal;
	color:					#cc0000;
	margin-right:           5px;
}


/*
*
* Modal dialog styles
* --------------------------------
*/

		
#overlay1, .modalBackground
{
	position:               absolute;
	top:                    0;
	left:                   0;
	z-index:                90;
	width:                  100%;
	height:                 500px;
	background-color:       #000;
	filter:                 alpha(opacity=60);
	-moz-opacity:           .60;
	opacity:                .60;
	display:                none; 
}

.modalBackground
{
    display:block;
}

#popup
{
	font-size:              12px;
	color:                  #cc0000;
	font-weight:            bold;
	text-align:				left;
	background:				#fff5df;
	border:					1px dotted #ffd461;
	text-align:             justify;
	padding:				20px 20px 15px 20px;
	position:               absolute;
	z-index:                91;
	top:                    0;
	left:                   0;
	width:                  400px;
	display:                none;
}

.modalForm
{
    background:#fff;
    width: 300px;
    border: 1px solid #555;
}

.modalForm .modalContent
{
    margin:20px;
}

#popup .buttonsDIV
{
    padding-bottom:0;
    padding-right:0;
}

#popup .buttonsDIV .buttonInactive
{
    margin-right:0;
    margin-left:10px;
}

.sectionHeading 
{
	color: #0C4E6D;
	font-size: 16px;
	background-color: #cdcecf;
	border-bottom: dashed 1px #FF9900;
	border-top: dashed 1px #FF9900;
	text-align: center;
	height: 25px;
	line-height: 25px;
	}
	
	.sectionInfo 
	{
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		
		}
		
fieldset 
{
	
	border: 0;
	padding: 0;
	}
	
.buttonsDIV 
{
	border-top: dashed 1px #FF9900;
	}
	
#divFadeInFade
{
	background-image: url("../images/probaIndex/slide_bg.jpg") !important;
		background-repeat: no-repeat !important;
	/*text-align:center !important;*/
	padding-top: 16px !important;
	padding-left: 12px !important;
	padding-bottom: 17px !important;
	width: 365px !important;
	/*height: 283px;*/

	}
	
