* {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

br.cleaner {
	clear: both;
}

body {
	text-align: center;
	background: url(images/hr/background.jpg) top repeat-x;
	background-color: #fff;
	color: #555;
}

#container {
	width: 980px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	color: #363d40;
	background: url(images/hr/header.jpg) top left no-repeat;
	height: 500px;
	min-height: 500px;
	font: 12px Arial, Helvetica, sans-serif;
	clear: both;
}

#container_log {
	width: 980px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	color: #363d40;
	background: url(images/hr/header_big.jpg) top left no-repeat;
	height: 500px;
	min-height: 500px;
	font: 12px Arial, Helvetica, sans-serif;
	clear: both;
}

#container_index {
	width: 980px;
	margin: auto;
	height: 500px;
	min-height: 500px;
	clear: both;
}

#header {
	clear: both;
	width: 900px;
	height: 250px;
	margin: 0 40px;
}

#header h1 a {
	width: 421px;
	height: 137px;
	display: block;
	margin-left: 9px;
}

#header p#user_info {
	position: absolute;
	margin: -80px 0 0 700px;
	width: 200px;
}

#header_index {
	clear: both;
	width: 900px;
	height: 190px;
	padding-left: 90px;
}

#header_index h1 a {
	width: 432px;
	height: 189px;
	display: block;
	margin-left: 9px;
	background: url(images/hr/logo.jpg) no-repeat top left;
	float: left;
}

#header_index p.copy {
	width: 275px;
	height: 42px;
	float: left;
	margin: 75px 0 0 20px;
}


#header_index p.copy a {
	background: url(images/hr/copy.jpg) no-repeat top right;
	width: 275px;
	height: 42px;
	display: block;
}

h2 {
	margin-bottom: 10px;
}

ul.mainmenu {
	list-style: none;
	clear: both;
	height: 30px;
	margin: 30px 0 5px 40px;
}

ul.mainmenu li {
	float: left;
	font-weight: bold;
	padding-right: 30px;
}

ul.mainmenu li a, ul.mainmenu li a:link, ul.mainmenu li a:active, ul.mainmenu li a:visited {
	color: #555;
	background: transparent;
	text-decoration: none;
}

ul.mainmenu li a:hover {
	color: #555;
	background: transparent;
	text-decoration: underline;
}

ul.mainmenu li.active a, ul.mainmenu li.active a:link, ul.mainmenu li.active a:active, ul.mainmenu li.active a:visited {
	color: #ff8400;
	background: transparent;
}

ul.submenu {
	list-style: none;
	clear: both;
	margin-left: 40px;
}

ul.submenu li {
	float: left;
	padding-right: 15px;
}

ul.submenu li a, ul.submenu li a:link, ul.submenu li a:active, ul.submenu li a:visited {
	color: #555;
	background: transparent;
	text-decoration: none;
}

ul.submenu li a:hover {
	color: #555;
	background: transparent;
	text-decoration: underline;
}

ul.submenu li.active a {
	color: #ff8400;
	background: transparent;
	text-decoration: none;
}

#wrapper {
	clear: both;
	background: url(images/hr/footer.jpg) bottom left no-repeat;
	width: 980px;
	padding-bottom: 50px;
}

#main {
	width: 910px;
	margin: 0 20px 0 50px;
	clear: both;
	min-height: 320px;
}

* html body #main {
	height: 320px;
}

div.left {
	float: left;
	width: 450px;
}

div.left2 {
	float: left;
	width: 400px;
}

div.center {
	float: left;
	width: 600px;
}

div.left a, div.left a:link, div.left a:active, div.left a:visited,
div.center a, div.center a:link, div.center a:active, div.center a:visited {
	color: #363d40;
	background-color: transparent;
	text-decoration: underline;
}

div.left a:hover, div.center a:hover {
	color: #363d40;
	background-color: transparent;
	text-decoration: none;
}

div#example{
	display: none;
}

div.right {
	float: right;
	width: 400px;
}

div.right2 {
	float: right;
	width: 420px;
	height: 460px;
	margin-right: 30px;
	position: relative;
	overflow: auto;
}

* html body div.right2 {
	width: 440px;
	margin-right: 10px;
}

#main_index {
	width: 910px;
	clear: both;
	height: 450px;
	min-height: 450px;
	padding-left: 90px;
}

#main_index p.r_link {
	width: 368px;
	height: 422px;
	float: left;
	margin: 87px 0 0 0;
}

#main_index p.s_link {
	width: 368px;
	height: 422px;
	float: left;
	margin: 87px 0 0 30px;
}

#main_index p.r_link a {
	width: 368px;
	height: 422px;
	display: block;
	background: url(images/hr/r_link.jpg) no-repeat top left;
}

#main_index p.r_link a:hover {
	background: url(images/hr/r_link_over.jpg) no-repeat top left;
}

#main_index p.s_link a {
	width: 368px;
	height: 422px;
	display: block;
	background: url(images/hr/s_link.jpg) no-repeat top left;
}

#main_index p.s_link a:hover {
	background: url(images/hr/s_link_over.jpg) no-repeat top left;
}

p.list {
	line-height: 25px;
}

#footer {
	text-align: right;
	margin: 30px 70px 0 0;
	font-size: 12px;
	color: #555;
	background-color: transparent;
	clear:both;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #363d40;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover {
	color: #363d40;
	background-color: transparent;
	text-decoration: underline;
}

div.form p label {
	float: left;
	width: 80px;
}

div.form p {
	margin-bottom: 7px;
}

div.form p input.input_text {
	width: 250px;
	border: 1px solid #ff8500;
	height: 20px;
}

div.form p textarea.textarea_text {
	width: 250px;
	border: 1px solid #ff8500;
	height: 70px;
}

div.reg p label {
	float: left;
	width: 120px;
}

div.reg p label.line {
	clear: both;
	width: 350px;
}

div.reg p label.inline {
	clear: both;
	width: 20px;
	text-align: right;
	margin-right: 20px;
}

div.reg p {
	margin-bottom: 7px;
}

div.reg p input.input_text {
	width: 250px;
	border: 1px solid #ff8500;
	height: 20px;
}

div.reg select.colorme {
	border: 1px solid #ff8500;
	padding: 5px;
}

div.form p input.button, div.reg p input.button, div.search p input.button {
	width: 150px;
	border: 1px solid #bf6500;
	background-color: #ff8500;
	color: #fff;
	font-weight: bold;
	height: 25px;
}

p.saved_list {
	padding: 0 0 5px 10px;
}

div.form p input.button_long {
	border: 1px solid #bf6500;
	background-color: #ff8500;
	color: #fff;
	font-weight: bold;
	height: 25px;
}

p.error {
	padding: 7px;
	width: 450px;
	border: 1px solid #ff6600;
}

p.notice {
	color: #008fbf;
	background-color: #fff;
}

table#list {
	width: 600px;
	float: left;
}

#list tr td {
	padding: 5px;
}

#list tr.head_entry td {
	font-weight: bold;
	background-color: #ff8500;
	color: #fff;
}

#list tr.row1 td {
	background-color: #ccc;
	color: #555;
}

#list tr.row2 td{
	background-color: #fff;
	color: #555;
}

#list label {
	color: #777;
}

div#message {
	color: brown;
	border: 1px solid #888;
	background-color: #efefef;
	padding: 10px;
	width: 580px;
	margin-bottom: 10px;
}

p.msginfo {
	color: #444;
	border: 1px solid #888;
	background-color: #efefef;
	padding: 10px;
	width: 580px;
}

p.back {
	text-align: right;
	margin: 0 40px 0 0;
}

div.search label.left {
	float: left;
	width: 100px;
}

div.search .input_text {
	width: 250px;
	border: 1px solid #ff8500;
}

div.search textarea {
	border: 1px solid #ff8500;
}

hr.delimiter {
	border: none;
	border-bottom: 1px solid #999;
	margin: 15px 0;
}

div.search select {
	border: 1px solid #ff8500;
}

div.search p {
	margin-top: 5px;
}

table#search tr.delimiter td{
	border-top: 1px solid #ff8500;
	padding-top: 7px;
}

table#search tr td {
	padding: 5px;
}

table#search {
	width: 530px;
}

table#search td.c {
	width: 15px;
}

table#search td.b {
	width: 250px;
	text-align: left;
}

table#search td.ch {
	background-color: #ddd;
}

.login_big label.login_label {
	float: left;
	width: 100px;
}

.login_big input.login_input {
	width: 150px;
	border: 1px solid #ff8500;
	height: 20px;
}

.login_big p {
	margin-top: 5px;
}

.login_big input.login_button {
	width: 150px;
	border: 1px solid #bf6500;
	background-color: #ff8500;
	color: #fff;
	font-weight: bold;
	height: 25px;
}

div#login_form {
	padding: 7px;
	position: absolute;
	margin: -30px 0 0 608px;
}

a.logout, a.logout:link, a.logout:active, a.logout:visited {
	color: #363d40;
	text-decoration: none;
}

a.logout:hover {
	text-decoration: underline;
}

a.logout span {
	line-height: 180%;
}

a.small_link, a.small_link:link, a.small_link:active, a.small_link:visited {
	color: #363d40;
	text-decoration: none;
}

a.small_link:hover {
	background-color: #363d40;
	color: #fff;
	text-decoration: none;
}

div#request_wrapper {
	width: 425px;
	background: url(images/hr/zahtjev_line.jpg) repeat-y top left;
}


div#request {
	width: 425px;
	background: url(images/hr/zahtjev_body.jpg) no-repeat top left;
	padding-top: 10px;
}

div#request p.request_one {
	width: 401px;
	height: 24px;
	margin-left: 12px;
	font-size: 13px;
	color: #fff;
	background-color: transparent;
	background: url(images/hr/zahtjev_label.jpg) no-repeat top left;
	padding: 4px 0 0 10px; 
}

p#request_bottom {
	width: 425px;
	height: 1px;
	background: url(images/hr/zahtjev_bottom.jpg) no-repeat top left;
}

div#request textarea {
	width: 400px;
	height: 60px;
	border: 1px solid #dbdbdb;
	margin: 2px 0 12px 11px;
}

div#request .input_one {
	width: 400px;
	margin: 2px 0 12px 11px;
	border: 1px solid #dbdbdb;
	height: 22px;
}

div#request .button {
	border: 1px solid #bf6500;
	background-color: #ff8500;
	color: #fff;
	font-weight: bold;
	height: 25px;
	margin: 10px; 
}

div#request a.example {
	color: #fff;
	background-color: transparent;
	margin-left: 200px;
}

div#request div#example {
	width: 400px;
	margin: 0 10px;
}


a#fancy_link, a#fancy_link:link, a#fancy_link:active, a.fancy_link:visited {
	border: 1px solid #bf6500;
	background-color: #ff8400;
	color: #fff;
	font-weight: bold;
	padding: 7px 25px;
	text-decoration: none;
	margin-left: 13px;
}

a#fancy_link:hover {
	border: 1px solid #bf6500;
	background-color: #bf6500;
	color: #fff;
	font-weight: bold;
	padding: 7px 25px;
	text-decoration: none;
	margin-left: 13px;
}

p.preview_title {
	margin: 13px 0 15px 0;
	font-weight: bold;
	font-size: 14px;
}

p.preview_head {
	font-weight: bold;
	margin-bottom: 2px;
}

p.preview_head span {
	font-weight: normal;
	font-size: 10px;
}

p.preview {
	margin: 0 0 12px 0;
}

p.how {
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 140%;
}

div#right_box {
	float: right;
	width: 200px;
	margin-right: 10px;
}

div#right_box ul {
	list-style: none;
}

div#right_box ul li {
	margin-bottom: 6px;
	height: 20px;
	border-bottom: 1px solid #888;
	width: 190px;
}

div#right_box ul li a,
div#right_box ul li a:link,
div#right_box ul li a:active,
div#right_box ul li a:visited {
	display: block;
	height: 22px;
	width: 190px;
	text-decoration: none;
	padding-left: 10px;
	color: #ff8400;
}

div#right_box ul li span {
	height: 22px;
	width: 190px;
	padding-left: 10px;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#prilozi {
	width: 99%;
}

#prilozi tr td {
	padding: 5px;
	background-color: #efefef;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

#prilozi tr th {
	padding: 5px;
	background-color: #ff8500;
	color: #fff;
}

span.found {
	color: #fe8600;
	background-color: #efefef;
	font-weight: bold;
}


