@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffe5ce;
	background-image: url(html_bkg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
}

a, a:link, a:visited, a:active {
	font-size: 12px;
	color: #e77817;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

a.doc_link, a.doc_link:link, a.doc_link:visited, a.doc_link:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.doc_link:hover {
	text-decoration: none;
	color: #e77817;
}

.main_title {
	font-size:18px;
	font-weight:bold;
	color:#e77817;
	height:40px;
	vertical-align:bottom;
}

.naslov {
	font-size:14px;
	font-weight:bold;
	color:#e77817;
	height:25px;
}
.naslov_right {
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#72706f;
	padding-bottom:5px;
}

a.header_buttons, a.header_buttons:link, a.header_buttons:visited, a.header_buttons:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	display:block;
	width:100px;
	height:39px;
}
a.header_buttons:hover {
	font-size:12px;
	text-decoration: none;
	color: #e77817;
	background-image:url(button_bkg.gif);
}

a.bottom_buttons, a.bottom_buttons:link, a.bottom_buttons:visited, a.bottom_buttons:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
a.bottom_buttons:hover {
	font-size:12px;
	text-decoration: none;
	color: #e77817;
}

img.img_border, a img.img_border {
	border: 3px solid #f4f3e8;
}
a:hover img.img_border{
	border-color: #e77817;
}


div.button_blue {
	padding: 4px 5px 4px 10px;
	background-color:#dae1e4;
	border-top:1px solid #f4f5f7;
	font-weight:bold;
	color:#11227a;
}
div.button_orange {
	padding: 4px 5px 4px 15px;
	background-color:#e6ddd4;
	border-top:1px solid #eee7df;
	color:#11227a;
}

.footer {
	color:#FFFFFF;
	background-color:#000099;
}

.error_box {
	background-color:#f58821;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.error_box a, .success_box a { color:#FFFFFF;}
.success_box {
	background-color:#000099;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}


/* FORM POLJA */

form {
	margin: 0;
	padding: 0;
}

textarea, input, select {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:12px; 
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #D5D5C8;
	border-bottom: 1px solid #D5D5C8;
	background-color: #E3DFD8;
}

input[type=checkbox], input[type=radio], input[type=checkbox]:hover, input[type=radio]:hover, input[type=checkbox]:focus, input[type=radio]:focus {
	background:none;
	border:none;
}

select {
	font-size:10px;
}

input:hover, textarea:hover, select:hover {
	border: 1px solid #e77817;
	background-color: #E9E9E2;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #e77817;
	background-color: #E9E9E2;
	color: #e77817;
}

/* KRAJ FORM POLJA*/

/*** TABLE ****/

table#data {
	width: 100%;
	border: 1px solid #CCCFD3;
	background-color: #FFFFFF;
	padding: 1px;
}

table#data th {
	padding: 3px 4px;
	color: #FFFFFF;
	font-size: 0.90em;
	background: #feb147 url("gradient2b.gif") bottom left repeat-x;
	border-top: 1px solid #fec97f;
	border-bottom: 1px solid #ffae3e;
	text-align: left;
	text-transform: uppercase;
}

table#data td {
	padding: 4px;
	line-height: 1.20em;
}

table#data.type2 {
	border: none;
	background: none;
	padding: 0;
}

table#data.type2 th {
	background: none;
	border-top: none;
	text-align: center;
	color: #115098;
	padding: 2px 0;
}

table#data.type2 td {
	padding: 0;
	font-size: 1em;
}

table#data.type2 td.name {
	padding: 2px;
	vertical-align: middle;
}


table#data th.name {
	text-align: left;
	width: auto;
}

table#data td.name {
	text-align: left;
	font-weight: bold;
}

table#data .entry {
	text-align: left;
	font-weight: normal;
}

table#data .row1 { background-color: #F9F9F9; }
table#data .row2 { background-color: #DCEBFE; }
table#data .row3 { background-color: #DBDFE2; }
table#data .row4 { background-color: #E4E8EB; }
table#data .col1 { background-color: #DCEBFE; }
table#data .col2 { background-color: #F9F9F9; }

table#data .row3b { background-color: #ffd9d9; }
table#data .Over { background-color: #f6f4d0; }
table#data .Active { background-color: #c7c7c7; }

table#data .spacer {
	background-color: #DBDFE2;
	height: 1px;
	line-height: 1px;
}

/*** END TABLE ****/

/* Form button styles
---------------------------------------- */
a.button, input.button {
	width: auto !important;
	padding: 3px 8px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 0.85em;
	background: #EFEFEF url("bg_button.gif") repeat-x top;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #666666;
}

a.button, a.button:link, a.button:visited, a.button:active {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #666666;
	display:inline-block;
}

/* Hover states */
a.button:hover, input.button:hover {
	border: 1px solid #e77817;
	background: #EFEFEF url("bg_button.gif") repeat bottom;
	color: #e77817;
}
