@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(html_bkg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a, a:link, a:visited, a:active {
	color: #c80002;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c80002;
}

a.white, a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


img.border, a img.border {
	border: 2px solid #CCCCCC;
}
a:hover img.border{
	border-color: #c80002;
}

/* dno stranice */

#dno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#dno a, #dno a:link, #dno a:visited, #dno a:active {
	color: #000000;
	text-decoration: none;
}
#dno a:hover {
	text-decoration: none;
	color: #d00020;
}

/* kraj dno stranice */

/* GLAVNA DUGMAD */

#buttons_top {
	float:right;
	margin-right:8px;
	text-align:right;
}

#buttons_top a, #buttons_top a.active {
	float:left;
	display:block;
	width:120px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial;
	text-align:center;
	margin-right: 2px;
}

#buttons_top a {
	background-image:url(buttons_top.gif);
	background-repeat:no-repeat;
	color:#212121;
	z-index: 5;
}
#buttons_top a.active {
	background-image:url(buttons_top_active.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	z-index: 10;
}

/* GLAVNA DUGMAD */

#buttons {
	position:relative;
	left:6px;
	top:7px;
	display:block;
	width:100%;
	height:28px;
	z-index:6;
	text-align:center;
}

#buttons a, #buttons a.active {
	float:left;
	display:block;
	width:134px;
	height:28px;
	line-height:28px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial;
}

#buttons a.active {
	background-image:url(buttons_active.gif);
	background-repeat:no-repeat;
	color:#212121;
}

#buttons a:link,
#buttons a:visited,
#buttons a:active {
}
#buttons a:hover {
	color:#E9E9E9;
}

#buttons a.active:link,
#buttons a.active:visited,
#buttons a.active:active {
}
#buttons a.active:hover {
	color:#666666;
}

#buttons_nav {
	position:relative;
	left:6px;
	top:4px;
	display:block;
	width:938px;
	height:36px;
	line-height:36px;
	z-index:5;
	background-image:url(buttons_bkg_white.gif);
}

#buttons_nav .left {
	display:block;
	height:36px;
	width:100%;
	background-image:url(buttons_bkg_white_l.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#buttons_nav .right {
	display:block;
	height:36px;
	width:100%;
	background-image:url(buttons_bkg_white_r.gif);
	background-repeat:no-repeat;
	background-position:right;
}


a.gray, a.gray:link, a.gray:visited, a.gray:active {
	color: #3d3d3d;
	text-decoration:none;
}
a.gray:hover {
	color:#d00020;
	text-decoration:none;
}
/* KRAJ GLAVNA DUGMAD */

a.redButton {
	display:inline-block;
	width:100px;
	height:20px;
	line-height:20px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial;
	background-image:url(red_buttons.gif);
	background-repeat:no-repeat;
}
a.greyButton {
	display:inline-block;
	width:100px;
	height:20px;
	line-height:20px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial;
	background-image:url(grey_buttons.gif);
	background-repeat:no-repeat;
}
a.whiteButton {
	display:inline-block;
	width:100px;
	height:20px;
	line-height:20px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial;
	background-image:url(white_buttons.gif);
	background-repeat:no-repeat;
}
a.orangeButton {
	display:inline-block;
	width:100px;
	height:20px;
	line-height:20px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	font-family:Tahoma, Verdana, Arial;
	background-image:url(orange_buttons.gif);
	background-repeat:no-repeat;
}

a.redButton:link, a.greyButton:link, a.whiteButton:link, a.orangeButton:link,
a.redButton:visited, a.greyButton:visited, a.whiteButton:visited, a.orangeButton:visited,
a.redButton:active, a.greyButton:active, a.whiteButton:active, a.orangeButton:active {
	background-position: 0px 0px;
	text-decoration:none;
	color: #FFFFFF;
}
a.redButton:hover, a.greyButton:hover, a.whiteButton:hover, a.orangeButton:hover {
	color:#CCCCCC;
	text-decoration:none;
	background-position: 0px -20px;
}

/* FORM POLJA */

form {
	margin: 0;
	padding: 0;
}

textarea, input, select {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:11px; 
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #D5D5C8;
	border-bottom: 1px solid #D5D5C8;
	background-color: #E3DFD8;
}

select {
	font-size:9px;
}

input:hover, textarea:hover, select:hover {
	border: 1px solid #AFAEAA;
	background-color: #E9E9E2;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #D00020;
	background-color: #E9E9E2;
	color: #D00020;
}

input.button {
	border-top: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
	border-bottom: 1px solid #171717;
	border-right: 1px solid #171717;
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	background-color: #656565;
	height: 21px;
	background-image:url(button_bkg.gif);
}
input.button2 {
	border-top: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
	border-bottom: 1px solid #171717;
	border-right: 1px solid #171717;
	color:#FFFFFF;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	background-color: #656565;
	height: 15px;
	background-image:url(button_bkg2.gif);
}

input.blue {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:10px; 
	border-left: 1px solid #8a949c;
	border-top: 1px solid #8a949c;
	border-right: 1px solid #c6d0d8;
	border-bottom: 1px solid #c6d0d8;
	background-color: #FFFFFF;
	padding: 2px 0 2px 2px;
}

input.blue:hover {
	border: 1px solid #8a949c;
	background-color: #FFFFFF;
}
input.blue:focus {
	border: 1px solid #D00020;
	background-color: #FFFFFF;
	color: #D00020;
}

input.bkg_blue {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:10px; 
	border: 1px solid #8a949c;
	background-image:url(form_button_bkg.gif);
	cursor:pointer;
}
input.bkg_blue:hover {
	background-image:none;
	background-color: #cbccda;
}

a.bkg_blue, a.bkg_blue:link, a.bkg_blue:visited, a.bkg_blue:active {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:10px; 
	border: 1px solid #8a949c;
	background-image:url(form_button_bkg.gif);
	cursor:pointer;
	display:block;
	height:14px;
	line-height:14px;
	text-decoration:none;
}
a.bkg_blue:hover {
	background-image:none;
	background-color: #cbccda;
	text-decoration:none;
}

/* KRAJ FORM POLJA*/

.naslov_red {
	color: #c80002;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(right_caption.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
}
.naslov_gray {
	color: #212121;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(right_caption.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
}


.naslov_glavni {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #444444;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}
.naslov_glavni_sub {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}

.error_box {
	background-color:#d00020;
	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:#228822;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

/*** TABLE ****/


#data {
	border: 1px solid #ccc;
	width: 100%;
}

#data th {
	background-color: #eee;
	padding: 4px 4px 4px 14px;
}

#data tr {
	background-color: #eee;
	padding: 4px;
}

#data tr.altRow {
	background-color: #fff;
}
#data tr.impRow {
	background-color: #FFCACA;
}

#data td {
	padding: 0 2px;
}

#data .rightAlign {
	text-align: right;
}
#data .centerAlign {
	text-align: center;
}

#data .sorted {
	background: url(table_icon_sort.png) no-repeat 2px 8px #eee;
}

#data .sortedASC {
	background: url(table_icon_sort-asc.png) no-repeat 2px 4px #eee;
}

#data .sortedDESC {
	background: url(table_icon_sort-desc.png) no-repeat 2px 10px #eee;
}

#data .tableHeaderOver {
	cursor: pointer;
	color: #354158;
}

#data tr.Active, #data tr.Active td  {
	background-color: #999999;
	color: #fff;
}

#data tr.Over, #data tr.Over td {
	background-color: #CCCCCC;
	color: #fff;
	cursor: pointer;
}

#data tr.hide {
	display: none;
}

/*** END TABLE ****/




.divOver {
	background-color:#FF0000;
	color:#FFFFFF;
}
.divActive {
	background-color:#d00020;
	color:#FFFFFF;
}
.divListOver, .divListOver td {
	background-color:#FF0000;
	background-image:url(car_list_bkg.gif);
	color:#FFFFFF;
}
.divListActive, .divListActive td {
	background-color:#d00020;
	background-image:url(car_list_bkg.gif);
	color:#FFFFFF;
}

/* @title ViewSelector */
.views {
	display:inline;
	padding-left:10px;
}
.views li{
	display:inline;
	list-style-type:none;
	border:none;
	padding:0;
	margin:0 4px;
}
.views li span{
	position:relative;
	display: inline;
	zoom:1;
}
.views .first {
	font-weight:bold;
	color:#666;
	text-transform:capitalize;
	font-size:.9em;
}
.views a{
	width:11px;
	height:11px;
	padding:0 5px 0 6px;
	margin:0;
	font-size:11px;
	line-height:11px;
	background:transparent url(iconViews.gif) 0 0 no-repeat;
}
.viewBox a{
	background-position:0px 0px
}
.viewBox a:hover, .viewBox a.current{
	background-position:0px -22px
}
.viewRow a{
	background-position:-24px 0px;
}
.viewRow a:hover, .viewRow a.current{
	background-position:-24px -22px;
}
.viewList a{
	background-position:-12px 0px;
}
.viewList a:hover, .viewList a.current{
	background-position:-12px -22px;
}
