/* ALEKSANDAR INŽENJERING main */

@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4b4b4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #c0c0c0;
	text-align: center;
}
.aleksandar #conteiner{
	width: 881px;
	margin: 0 auto;
}
.aleksandar #header{
	width: 881px;
	height: 155px;
	background-color: #a50827;
	color: #ffffff;
	position:relative;
}
.aleksandar #header #logo{
	float: left;
	width: 340px;
	font-size: 16px;
	padding-left: 40px;
	padding-top: 23px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 25px;
}
.aleksandar #header #navi{
	float: left;
	height: 10px;
	width: 700px;
	padding-left: 85px;
	font-size: 10px;
	text-align: left;
}
.aleksandar #header #navi{
	float: left;
	height: 10px;
	width: 700px;
	padding-left: 85px;
	font-size: 10px;
	text-align: left;
}
.aleksandar #header #linksRight{
	float: right;
	font-size: 9px;
	margin-top: 40px;
	padding-right: 40px;
}
.aleksandar #header .imeFirme {
	font-size: 11px;
}
.aleksandar #mid{
	width: 710px;
	background-color: #FFFFFF;
	position: absolute;
	border: 1px solid #000000;
	left: 85px;
	top: 104px;
	z-index: 1000;
}
.aleksandar #mid #interesne{
	float: left;
	width: 221px;
	height: 207px;
}



/* meni interesne grupe */
ul.meni{
	text-align:left;
	margin: 35px 0 0 40px;
	padding: 10px 0 10px 0;
}
ul.meni li{
	line-height:20px;
	padding:0px 0px 5px 20px;
	margin:0;
	background-image: url(../images/bullet_interesne.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
ul.meni a{
	text-decoration:none;
	color: #4b4b4b;
	display: inline;
	font-weight: bold;
}
ul.meni a:hover{
	text-decoration:none;
	color: #dd0000;
	font-weight: bold;
}
/*  THE END - meni interesne grupe */
.aleksandar #mid #foto{
	float: left;
	width: 489px;
	height: 200px;
	padding-top: 7px;
}
.aleksandar #bckg{
	width: 881px;
	height: 153px;
	background-image: url(../images/bckg.jpg);
	background-repeat: no-repeat;
}
.aleksandar #main{
	width: 881px;
	background-color: #FFFFFF;
	background-image: url(../images/bckg_small.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding-bottom: 20px;
}
.aleksandar #main #Left{
	float: left;
	width: 290px;
	padding-top: 39px;
}
.aleksandar #main #Right{
	float: left;
	width: 558px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #dd0000;
	padding: 4px 0 4px 10px;
	margin: 10px 0 0;
	text-transform: uppercase;
}

h2 {
	font-size:13px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 auto;
}
.aleksandar #main #Right .Modul{
	width: 536px;
	margin-right: 34px;
	border: 1px solid #cecece;
	padding: 8px;
	color: #4b4b4b;
}
.vRazmak {
	margin-top:12px;
}


/* stranica sa tri modula */
.aleksandar #main #CentralniStr{
	float: left;
	width: 417px;
}
.aleksandar #main #CentralniStrRM{
	float: left;
	width: 410px;
}
.aleksandar #main #CentralnitStrRM .ModulStrRM{
	width: 400px;
	border: 1px solid #cecece;
	padding: 8px;
	color: #4b4b4b;
}
h1.naslovModStr{
	width: 413px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 0 4px 10px;
	margin-top: 10px;
	background-color: #a50827;
}
h1.naslovModStrRM{
	width: 407px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 0 4px 10px;
	margin-top: 10px;
	background-color: #a50827;
}
.aleksandar #main #CentralniStr .ModulStr{
	width: 399px;
	border: 1px solid #cecece;
	padding: 8px;
	color: #4b4b4b;
}

.aleksandar #main #CentralniStrRM .ModulStrRM{
	width: 405px;
	border: 1px solid #cecece;
	padding: 8px 2px 8px 8px;
	color: #4b4b4b;
}
.aleksandar #main #RightStr{
	float: left;
	width: 131px;
	margin-right: 13px;
}

.aleksandar #main #RightStrRM{
	float: right;
	width: 141px;
}
.naslPr{
	width: 133px;
	padding: 36px 0 4px 8px;
	margin-top: 10px;
	color: #ffffff;
	background-color: #a50827;
}
.naslPrRM{
	width: 133px;
	padding: 36px 0 4px 8px;
	margin-top: 10px;
	color: #ffffff;
	background-color: #a50827;
}
h5{
	background-position: 2px 5px;
	background-image: url(../images/bullet_pr.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin: 3px;
}
h5.oznacen {
	background-position: 2px 5px;
	background-image: url(../images/bullet_pr.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin: 3px;
	color:#dd0000;
}	
	
h5 a{
	text-decoration:none;
	color: #4b4b4b;
	display: inline;
	font-weight: bold;
}
h5 a:hover{
	text-decoration:none;
	color: #dd0000;
	font-weight: bold;
}

/* Feedback modul */
.feedback {
	border:black solid 1px;
	padding:3px;
}
.zaOdgovor {
	background-color:red;
	padding:3px;
}
.odgovorNaslov {
	padding:2px 2px 15px 2px;
	border-top:green 1px dotted;
	border-left:green 1px dotted;
	border-right:green 1px dotted;
	font-style:italic;
	color:green;
	font-weight: bold;
}
.odgovor {
	padding: 2px 2px 5px 20px;
	border-bottom:green 1px dotted;
	border-left:green 1px dotted;
	border-right:green 1px dotted;
	font-style:italic;
	color:green;
}

a.feedbackLink {
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}
a.feedbackLink:hover {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

/* THE END - stranica sa tri modula */
.opsirnije{
	height: 20px;
	color: #dd0000;
	text-align: right;
	background-image: url(../images/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 457px 5px;
	clear:both;
}
.opsirnije a.opsirnijeLink{
	color: #dd0000;
	text-decoration: underline;
}
.opsirnije a.opsirnijeLink:hover{
	color: #dd0000;
	text-decoration: underline;
}
.kv{
	background-image: url(../images/kv.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin: 5px 0 5px 0;
	font-size: 1px;
}
.aleksandar #redLine{
	width: 881px;
	height: 20px;
	background-color: #a50827;
}
.aleksandar #footer{
	width: 881px;
	height: 16px;
	font-size: 9px;
	color: #FFFFFF;
	padding: 7px 0 7px 0;
}
.copywrite{
	float: left;
	padding-left: 15px;
}
.adresa{
	float: right;
	padding-right: 15px;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
a{
	text-decoration: none;
	color: #dd0000;
}
a.breadC:hover {
	color: #ffffff;
	text-decoration: none;
}
a.breadC {
	text-decoration: none;
	color: #ffffff;
}
.clear{
	clear:both;
}
div.clearer {clear: left; line-height: 0; height: 0;}

/* Kalendar dogadjaja */
.cal_post{
	font-weight:bold;
	color: #003f90;
	border:black solid 1px;
	background-color:#e0e5e9;
}
/* Napredna pretraga na searchResult */
.napredPretrRight{ float:right; padding-right: 15px}

a.opsirnijeLink{
	text-decoration: underline;
	color:#5e5e5e;
	padding-right:11px;
	text-decoration:none;
	background-image: url(../images/content/strelica.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
a.opsirnijeLink:hover{
	color: #003b8f;
	text-decoration: none;
}




/* Popup forma za kontaktirajte nas */
#layer1 {
	text-align: left;
	position: absolute;
	visibility: hidden;
	width: 460px;
	left: 30%;
	top: 30%;
	background-color: #c9e0f4;
	border: 1px solid #3e505c;
	padding: 0 0 10px 0;
	z-index:10000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
}
#close {
	float: right;
}

/* Administracija styles START */
.tab{padding:2px;background:Transparent}
.hilite{padding:2px;background:#cbcbcb}
.tab img { border:0}
.warning{
color:red;
font-weight:bold;
}
.textInput{
  vertical-align:top;
  font-size:9pt;
  background-color:#ececec;
  border-color:#4f4f4f;
  border-style:solid;
  border-width:1px;
  color:#000;
  width:250px;
  margin-top:2px;
  margin-bottom:2px;
  display: inline;
}
.kalendarInput{
  vertical-align:top;
  font-size:9pt;
  font-weight:bold;
  background-color:#ececec;
  border-color:#4f4f4f;
  border-style:solid;
  border-width:1px;
  color:#000;
  width:80px;
  margin-top:2px;
  margin-bottom:2px;
  display: inline;
}
textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:90%;
  background-color:#ececec;
  border-color:#4f4f4f;
  border-style:solid;
  border-width:1px;
  color:#000;
  width:250px;
  height:100px;
  margin:3px;
  margin-left:-1px;
  display: inline;
}
legend{color:#000;background:#ececec;border:1px solid #cccccc;padding:2px 6px;font-weight:bold;font-size:90%;}
label{text-align:right;width:155px;padding-right:5px;float:left}
hr{border-bottom: 1px solid #4f4f4f;
	color: #fff;
	background-color: #ECECEC;
	height: 4px;
	width:75% 
	}
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
	z-index:10000;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/icons/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/icons/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/icons/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}

/* date picker START */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/* Date picker END */	
/* Administracija styles END */
