html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d9e9f4;
	margin: 0px;
	padding: 0px;
	height: 100%;

	scrollbar-face-color: #505050;
	scrollbar-shadow-color: #333333;

	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #ffffff;

	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
}
table.glavna{
	background-color: White;
	border-color: #D4D9DB;
	border-width: 1px;
	border-style: solid;
	width:708px;
	height:100%;
}
table.izbornik{
	border-color: #D4D9DB;
	border-width: 1px;
	border-style: solid;
	width:95%;
}
table.obavijest{
	width:75%;
}
table.sadrzaj{
	width:75%;
	font-size: 12px;
	height:100%;
}
table.podaci_slika{
	border-color: #D4D9DB;
	border-width: 1px;
	border-style: solid;
	width:100%;
}
td{
	font-size: 12px;
}
td.sadrzaj{
	height: 100%;
	vertical-align: top;
}
td.izbornik_sredina{
	width:25%;
	border-left: 1px solid #D4D9DB;
}
td.izbornik_lijevo{
	width:25%;
}
td.naslov{
	 font-size: 18px;
	 color:#2f5677;
	 text-align:center;
	 padding-top: 4px;
    padding-bottom: 5px;
}
td.naslov_error{
	 font-size: 18px;
	 color:red;
	 text-align:center;
	 padding-top: 4px;
    padding-bottom: 5px;
}
td.datum{
	border-right: 1px solid #D4D9DB;
	border-left: 1px solid #D4D9DB;
	border-top: 1px solid #D4D9DB;
	border-bottom: 1px dashed #D4D9DB;
	color:#2f5677;
	background-color: #FFFAF0;
}
td.sadrzaj_vijesti{
	border-right: 1px solid #D4D9DB;
	border-left: 1px solid #D4D9DB;
	border-bottom: 1px dashed #D4D9DB;
	background-color: #FFFAF0;
}
td.opis_proizvoda{
	border-left: 1px solid #D4D9DB;
	border-bottom: 1px dashed #D4D9DB;
	background-color: #FFFAF0;
	vertical-align: top;
}
td.slika_proizvoda{
	border-left: 1px dashed #D4D9DB;
	border-right: 1px solid #D4D9DB;
	border-bottom: 1px dashed #D4D9DB;
	background-color: #FFFAF0;
	text-align:center;
}
td.sadrzaj_vijesti_dno{
	border-right: 1px solid #D4D9DB;
	border-left: 1px solid #D4D9DB;
	border-bottom: 1px solid #D4D9DB;
	background-color: #FFFAF0;
}
td.razmak{
	height: 10px;
}
td.veliki_razmak{
	height: 25px;
}
td.radnja_uredi{
	width:33%;
	text-align: center;
	border-left: 1px solid #D4D9DB;
	border-bottom: 1px solid #D4D9DB;
	background-color: #FFFAF0;
}
td.radnja_komentari{
	width:33%;
	text-align: center;
	border-left: 1px solid #D4D9DB;
	border-bottom: 1px solid #D4D9DB;
	background-color: #FFFAF0;
}
td.radnja_obrisi{
	width:33%;
	text-align: center;
	border-left: 1px dashed #D4D9DB;
	border-right: 1px solid #D4D9DB;
	border-bottom: 1px solid #D4D9DB;
	background-color: #FFFAF0;
}
td.pitanje{
	border-left: 1px solid #D4D9DB;
	border-right: 1px solid #D4D9DB;
	border-bottom: 1px dashed #D4D9DB;
	border-top: 1px solid #D4D9DB;
	background-color: #FFFAF0;
	text-align:center;
	padding-top:5px;
	padding-bottom: 5px;
}
td.odabir_da{
	border-left: 1px solid #D4D9DB;
	border-right: 1px dashed #D4D9DB;
	border-bottom: 1px solid #D4D9DB;
	background-color: #FFFAF0;
	text-align:center;
}
td.odabir_ne{
	border-right: 1px solid #D4D9DB;
	border-bottom: 1px solid #D4D9DB;
	background-color: #FFFAF0;
	text-align:center;
}
td.obavijest_ok_naslov{
   font-size: 12px;
	color:blue;
	border-bottom: 1px dashed Blue;
}
td.obavijest_no_naslov{
   font-size: 12px;
	color:red;
	border-bottom: 1px dashed red;
}
td.obavijest_ok{
   font-size: 12px;
	color:blue;
}
td.obavijest_no{
   font-size: 12px;
	color:red;
}
td.mali_razmak{
	height:5px;
}
td.text_forme_gore{
   padding-top: 2px;
	padding-left: 2px;
	font-size: 12px;
	vertical-align: top;
	width:110px;
	border-top-width:1px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-color:rgb(153,153,153);
	border-style:dashed;
}
td.text_forme{
   padding-top: 2px;
	padding-left: 2px;
	font-size: 12px;
	vertical-align: top;
	width:110px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-color:rgb(153,153,153);
	border-style:dashed;
}
td.input_gore{
	width:305px;
	border-width:1px;
	border-color:rgb(153,153,153);
	border-style:dashed;
}
td.input{
	width:305px;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-color:rgb(153,153,153);
	border-style:dashed;
}
td.url_slike{
   font-size: 12px;
	border-right: 1px solid #D4D9DB;
	border-left: 1px solid #D4D9DB;
	border-top: 1px solid #D4D9DB;
	border-bottom: 1px dashed #D4D9DB;
	background-color: #FFFAF0;
}
td.kod_slike{
   font-size: 12px;
	border-right: 1px solid #D4D9DB;
	border-left: 1px solid #D4D9DB;
	border-bottom: 1px dashed #D4D9DB;
	background-color: #FFFAF0;
}
td.radnja_slika{
   font-size: 12px;
	border-right: 1px solid #D4D9DB;
	border-left: 1px solid #D4D9DB;
	border-bottom: 1px solid #D4D9DB;
	background-color: #FFFAF0;
}
td.dno{
   font-size: 12px;
}
td.upis_text{
	width:100px;
	border-top-width:1px;
	border-top-color:rgb(153,153,153);
	border-top-style:dashed;
}
td.upis_input{
	width:200px;
	border-top-width:1px;
	border-top-color:rgb(153,153,153);
	border-top-style:dashed;
	border-left-width:1px;
	border-left-color:rgb(153,153,153);
	border-left-style:dashed;
}
td.admin{
	padding:10px;
}
td.brisanje_komentara{
	border: 1px dashed #D4D9DB;
	border-top-width: 0px;
	text-align: right;
	padding-right:5px;
}
td.komentar_posiljatelj_desno{
	text-align:right;
	background-color: #FFF6EC;
   width:50%;
	border: 1px dashed #D4D9DB;
	border-left-width: 0px;
}
td.komentar_posiljatelj_lijevo{
	 width:50%;
    background-color:#FFF6EC;
	 border: 1px dashed #D4D9DB;
}
td.komentar_sadrzaj{
	color:#2F5677;
	background-color:#FFF6EC;
	border: 1px dashed #D4D9DB;
	border-bottom-width: 0px;
}
td.komentar_datum{
	 color:#990000;
    background-color:#FFF6EC;
	 border: 1px dashed #D4D9DB;
	 border-bottom-width: 0px;
}
td.razmak_crta{
	height:10px;
	border-bottom: 1px dashed black;
	font-size: 0px;
}
a{
	text-decoration: none;
	color:black;
}
a.admin{
	border: 1px dashed black ;
	padding-top:3px;
	padding-bottom: 3px;
   width:300px;
	color:black;
	text-decoration: none;
	background-color: #FFFAF0;
	display: block;
}
a.admin:hover{
	border: 1px dashed black ;
	padding-top:3px;
	padding-bottom: 3px;
   width:300px;
	color: #2f5677;
	text-decoration: none;
	background-color: #FFDEAD;
	display: block;
}
a.izbornik{
    font-size: 12px;
	 color:black;
	 text-decoration: none; 
    width: 100%;
	 text-align:center;
    display : block;
    padding-bottom: 4px;
    padding-top: 4px;	
    background-color: #ECECEC;
}
a.izbornik:hover{
    font-size: 12px;
	 color:black;
	 text-decoration: none; 
    width: 100%;
	 text-align:center;
    display : block;
    padding-bottom: 4px;
    padding-top: 4px;	
    background-color: #DADADA;
}

a.radnja{
   font-size: 12px;
	width:100px;
   padding-top: 1px;	
   padding-bottom: 1px;	
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none; 
	color:black;
   background-color: #ECECEC;
	display: block;
	text-align:center;
}
a.radnja:hover{
   font-size: 12px;
	width:100px;
   padding-top: 1px;	
   padding-bottom: 1px;	
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none; 
	color:black;
   background-color: #DADADA;
	display:block;
}
a.radnja_duga{
   font-size: 12px;
	width:150px;
   padding-top: 1px;	
   padding-bottom: 1px;	
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none; 
	color:black;
   background-color: #ECECEC;
	display: block;
	text-align:center;
}
a.radnja_duga:hover{
   font-size: 12px;
	width:150px;
   padding-top: 1px;	
   padding-bottom: 1px;	
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none; 
	color:black;
   background-color: #DADADA;
	display:block;
}
a.popup_slika{
    font-size: 12px;
	 color: #2f5677;
	 text-decoration: none; 
}
a.popup_slika:hover{
    font-size: 12px;
	 color: blue;
	 text-decoration: none; 
}
a.copy{
    font-size: 12px;
	 color: #2f5677;
	 text-decoration: none;
}
a.link_mail_komentari{
	color:#990000;
}
p{
	margin: 0px;
}
p.obrisi_sliku{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 0px;
}
form.forma{
	margin: 0px;
}
input.input_file{
	color:rgb(0,0,153);
	background-color:rgb(210,221,250);
	border-width:1px;
	border-color:rgb(153,153,153);
	border-top-style:none;
	border-right-style:dashed;
	border-bottom-style:none;
	border-left-style:none;
}
input.input{
	color:rgb(0,0,153);
	background-color:rgb(210,221,250);
	border-width:1px;
	border-color:rgb(153,153,153);
	border-top-style:none;
	border-right-style:dashed;
	border-bottom-style:none;
	border-left-style:none;
}
input.input_upis{
	width:150px;
	color:rgb(0,0,153);
	background-color:rgb(210,221,250);
	border-width:1px;
	border-color: rgb(153,153,153);
	border-top-style:none;
	border-right-style:dashed;
	border-bottom-style:none;
	border-left-style:none;
}
input.input_button_2{
	border-width:1px;
	border-color:rgb(153,153,153);
	border-top-style:none;
	border-right-style:dashed;
	border-bottom-style:none;
	border-left-style:dashed;
}
input.input_button_1{
	border-width:1px;
	border-color:rgb(153,153,153);
	border-top-style:none;
	border-right-style:dashed;
	border-bottom-style:none;
	border-left-style:none;
}
input.input_button_upis{
	border-width:1px;
	border-color:rgb(153,153,153);
	border-top-style:none;
	border-right-style:dashed;
	border-bottom-style:dashed;
	border-left-style:none;
}
textarea.textarea{
	color:rgb(0,0,153);
	background-color:rgb(210,221,250);
	border-width:1px;
	border-color:rgb(153,153,153);
	border-style:none;
}
span.kod_slike{
	 color: #2f5677;
}
