body{
  margin:0px;
  padding:0px;
  font-family: Arial;
  font-size: 12px;
  height:100%;
}
/* Main holder table */
.mainHolder{
	width:980px;
}
#headOptions{
	background-image: url(web_img/head_top.png);
	background-repeat: no-repeat;
	height:32px;
	vertical-align:middle;
	text-align: right;
}
#headOptions a{
	font-size:11px;
	font-weight:bold;
	margin-right:20px;
	color:white;
}
#mainBody{
  font-size:12px;
  font-family: Arial;
  background-image:url(web_img/content_bkg.png);
  background-repeat: repeat-y;
}
.mainHolder tfoot td{
  text-align:center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666666;
  background-image:url(web_img/foot_bkg.png);
  background-repeat: no-repeat;
  height:100px;
}
.mainHolder tfoot span{
  text-align:center;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
}
/* Content Preview table */
.contentPreview{
  text-align:center;
  height:100%;
  width:100%;
  float:left;
  clear:both;
  border-bottom:1px dashed #CCCCCC;
  margin-bottom:10px;
  padding-top:10px; 
}

/* Upitnik/profil korisnika */
.profil{
  text-align:left;
  width:100%;
  height:100%;
  float:left;
}
.underlinedTD{
  border-bottom: 1px solid #000000;
}
/* Login usera */
.userLogin{
  display:block;
  font-size: 26px;
  font-family: "Lucida Grande" ,Verdana,sans-serif;
  font-weight: bold;
  color: gray;
  margin:0px auto;
}
.brakeRight{
  font-family: "Lucida Grande" ,Verdana,sans-serif;
  font-size: 16px;
  padding-right:10px;
  padding-left:10px;
  text-align: right;
  color: gray;
  margin-top:10px;
  float:right;
  clear:both;
}
.brakeLeft{
  font-family: "Lucida Grande" ,Verdana,sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding-right:10px;
  padding-left:10px;
  text-align: center;
  color: gray;
  vertical-align: bottom; 
}
/* Menu na vrhu stranice */
.menu_bkg{
  background-image: url(web_img/nav_bkg.png);
  background-repeat: no-repeat;
  width:980px;
  height:30px;
  float:left;
  clear:both;
}
.menu_bkg a{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  float: left;
  padding:5px;
}
.menu_bkg a:hover{
    color: rgb(220,220,220);
}
/* Default za body controle */
.classic{
	border: 3px solid #EEEEEE; 
	color: #808080; 
	font-weight: bold; 
	font-size: 10px;
	font-family: "Lucida Grande" ,Verdana,sans-serif; 
	height: 24px; 
	padding-left: 30px; 
	padding-top:6px; 
	width: 300px; 
	font-size: 1em; 
	vertical-align: middle; 
	text-decoration: none; 
	-moz-border-radius:10px;
	margin-bottom:10px;
}
.loginSubmit{
	border: 3px solid #EEEEEE; 
	color: #808080; 
	cursor: pointer;
	font-weight: normal; 
	font-family: "Lucida Grande" ,Verdana,sans-serif; 
	padding: 5px; 
	padding-left: 30px; 
	font-size: 18px; 
	display:block;
	width: 295px;
	vertical-align: middle; 
	text-decoration: none; 
	-moz-border-radius:10px;
	margin-bottom:10px;
	margin-right:10px;
	float: right;
	clear: both;
}
.loginSubmit:hover 
{ 
	border: #d3d3d3 3px solid;
	color: white;
	background-color: gray;
	font-weight: bold;
} 
.classic:hover 
{ 
	border: #d3d3d3 3px solid;
} 
a{
  color: rgb(105,105,105);
}
#noviUserLink{
	font-weight: normal; 
	font-size: 14px;
	font-family: "Lucida Grande" ,Verdana,sans-serif; 
	color: gray; 
	float:right;
	padding-left:20px; 
	padding-bottom:10px;
	background-image: url(upitnikImg/pointer.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
body{
  padding:0px;
  margin:0px;
  margin-top:10px;
  margin-bottom: 10px;
}

/* tablica hidden klasa */
.hidden{
  width:800px;
  display: none;
}
.hidden td{
  width:150px;
}
/* skolovanje klasa tablica */
.skolovanje{
  width:800px;
  border:1px dashed #CCCC99;
  margin-bottom:10px;
  margin-top:10px;
}
.skolovanje td{
  width:250px;
  padding-left:10px;
}
.submitBtn{
  border-bottom: 1px solid #000000;
  text-align:center;
  float:left;
}
/* Input boxes and all the rest here - za upitnik */
.textLong{
  font-size:11px;
  width:200px;
  margin:5px;
}
.textShort{
  font-size:11px;
  width:150px;
}
.selLong{
  font-size:11px;
  width:208px;
}
.pogresanUnos{
  border: #CC0033 thin solid;
  background-color: #CC0000;
}
.disclaimer{
  font-size:9px;
  font-family:  "Lucida Grande" ,Verdana,sans-serif;
  border: 1px dotted #CC9900;
  padding:10px;
  margin:5px;
}
/* DatePicker Styles */
input.DatePicker{
	display: inline;
	width: 200px;
	padding: 2px;
	border: 1px solid #0070bf;
	font-size: 12px;
	background: #fff url(upitnikImg/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(upitnikImg/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}
.toggler{
  padding:10px;
  background-color: Transparent;
  background-image: url(upitnikImg/toggler.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  font-family:  "Lucida Grande" ,Verdana,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  cursor:pointer;
}
/*
 Tablica koja označava otvorene prijave
*/
.otvorenaPrijava{
  text-align:left;
  width:100%;
  float:left;
}
.otvorenaPrijavaTR{
  padding:10px;
  font-family: 
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.otvorenaPrijava td{
  padding:10px;
  border-bottom: 1px solid
}
.otvorenaPrijava tr:hover{
    cursor:pointer;
}
.otvorenaPrijava tr:hover a{
    font-weight: bold;
    font-size:14px;
}
.otvorenaPrijava tr a{
    color: #336633;
}
#naziv{
  padding:5px;
  border-bottom: 1px solid #000000;
  width:150px;
  font-size:12px;
  font-weight: bold;
  color: #666666;
}
#prijava{
  padding:5px;
  border-bottom: 1px solid #000000;
  width:150px;
}
.holderKategorije{
   font-size:14px;
   font-weight: bold;
   color: #666666;
   padding-left:30px;
   background-image: url(upitnikImg/star_black.png);
   background-repeat: no-repeat;
}
#filter{
	font-size:14px;
	font-weight:bold;
	color:gray;
}
.linkHolder{
	float:left;
	clear:both;
	background: none;
	text-align:center;
	width:99%;
	padding-top:10px;
	padding-bottom:10px;
}
/*
 Tablica koja prikazuej korisnike adminu
*/
.pregledKorisnika{
  text-align:left;
  float:left;
  width:980px;
}
.pregledKorisnika th{
  text-align:left;
  font-size:14px;
  font-weight: bold;
  color: #666666;
  padding:5px;
}
.pregledKorisnika td{
  border-bottom: 1px solid #000000;
  padding:5px;
}
.pregledKorisnika tr:hover a{
    color: rgb(105,105,105);
}
.pregledKorisnika tr a{
    color: #336633;
}
.pregledKorisnika tr a img{
    border: none;
}
/*  Tablica za prikaz prijava korisnika */
.prikaziInfo {
	width:99%;
}
.prikaziInfo th{
	background-color:#EEEEEE;
	color:black;
	font-size: 12px;
}
.prikaziInfo td{
	border-bottom: 1px dashed #005A9C;
	white-space:normal;
	
}
/* Div za prikaz informacija */
.Info{
    padding:20px;
    padding-right:30px;
    display:none;
    position:absolute;
    background:white;
    border:1px dashed #CC9900;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
    top:10%;
} 
/* Stil za paging */
.Pager
{
	color: #000000;
	text-align:center;
	float:left;
	width:980px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid black;
}
#PageSel{
  font-size:10px;
  background-color:#EEEEF7;
  color:navy;
  width:50px;
}
#pageBack{
  color: #A6C8E6;
  text-decoration: none;
}
#pageFFW{
  color: #A6C8E6;
  text-decoration: none;
}
/* 	Options menu	*/
#options{
	float:right;
	margin-top: -20px;
}
#options a{
	color:black;
	text-decoration:none;
	font-size:11px;
}
#options div{
    float:left;
	margin-left:10px;
	padding:1px;
	width:18px;
	height:18px;
	background-image: url(upitnikImg/optionOff.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#options div:hover{
	background-image: url(upitnikImg/optionOn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.pregledKorisnika td.none{
	border:none;
	padding: 0;
}
.view{
	overflow: hidden;
	width: 150px;
	height: 30px;
}
