@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
a{
	color:#5599BB;
}
a:hover{
	text-decoration:none;
}
a img{
	border:0px none;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	line-height:150%;
}
#holder{
	width:950px;
	margin:20px auto;
	border:1px solid #000;
	-moz-border-radius:5px;
	padding:15px;
}
#header{
	margin-bottom:20px;
}
#login_box{
	width:200px;
	margin:30px auto;
	padding:10px;
	background:#eee;
	border:1px solid #000;
	text-align: center;
	/*-moz-border-radius:5px;*/
}
#login_box input { margin-bottom: 5px; text-align: center; font-size: 14px; }
#main_menu{
	line-height:30px;
	background:#eee;
	font-weight:bold;
}
#main_menu a{
	display:inline-block;
	height:30px;
	padding:0px 5px;
}
#main_menu a:hover{
	background:#ccc;
	color:#fff;
}
.companies{
	border:0px none;
	font-size:90%;
	width:100%;
}
.legend{
	width:auto;
	margin:10px 0px;
}
.companies th, .companies td{
	padding:5px;
}
.companies th{
	font-weight:bold;
	background:#cacaca;
	padding:5px;
}
.companies th.even{
	background:#D0D0D0;
}
.companies th a{
	color:#000;
}
.companies tr.odd td{
	background:#E3E3E3;
}
.companies tr.even td{
	background:#EEEEEE;
}
.companies tr.odd td.even{
	background:#dbdbdb;
}
.companies tr.even td.even{
	background:#e4e4e4;
}
/*0 - Ukljucen u platni promet*/
/*.companies tr.status_0 td,*/
.legend tr td.status_0{
	background:#EEE;
}
/*.companies tr.status_0 td.even,*/
.legend tr td.status_0{
	background:#E3E3E3;
}
/*1 - Blokirana odobrenja*/
.companies tr.status_1 td,
.legend tr td.status_1{
	background:#008800;
	color:#fff;
}
.companies tr.status_1 td.even{
	background:#00aa00;
	color:#fff;
}
/*2 - Blokirana zadu�enja*/
.companies tr.status_2 td,
.legend tr td.status_2{
	background:#000088;
	color:#fff;
}
.companies tr.status_2 td.even{
	background:#0000aa;
	color:#fff;
}
/*3 - Blokiran po osnovu prinudne naplate*/
.companies tr.status_3 td,
.legend tr td.status_3{
	background:#ff0000;
	color:#fff;
}
.companies tr.status_3 td.even{
	background:#d71920;
	color:#fff;
}
/*4 - Uga�en*/
.companies tr.status_4 td,
.legend tr td.status_4{
	background:#000;
	color:#fff;
}
.companies tr.status_4 td.even{
	background:#444;
	color:#fff;
}
/*5 - blokiran*/
.companies tr.status_5 td,
.legend tr td.status_5{
	background:#000;
	color:#fff;
}
.companies tr.status_5 td.even{
	background:#444;
	color:#fff;
}
/*6 - Upozorenja*/
.companies tr.status_6 td,
.legend tr td.status_6{
	background:#008800;
	color:#fff;
}
.companies tr.status_6 td.even{
	background:#00aa00;
	color:#fff;
}
/*8 - Privremeno neaktivan*/
.companies tr.status_8 td,
.legend tr td.status_8{
	background:#666;
	color:#fff;
}
.companies tr.status_8 td.even{
	background:#777;
	color:#fff;
}
.companies tr.status_1 a,
.companies tr.status_2 a,
.companies tr.status_3 a,
.companies tr.status_4 a,
.companies tr.status_5 a,
.companies tr.status_6 a,
.companies tr.status_8 a{
	color:#fff;
}
.companies tr.odd td.no_bgr{
	background:#fff;
	color:#000;
}
.add_company{
	text-align:center;
	width:160px;
	margin:20px auto;
	border:1px solid #000;
	-moz-border-radius:5px;
	padding:10px;
}
.add_company form{
	margin-bottom:10px;
}
.add_company label{
	display:block;
}
.user label{
	display:inline-block;
}
.filter_box{
	margin:10px 0px;
	padding:20px;
	border:1px solid #000;
	-moz-border-radius:5px;
	background:#eee;
}
.paging{
	margin:10px 0px;
	padding:5px;
	border:1px solid #eee;
	background:#eee;
}
.resultrange{
	width:150px;
	text-align:right;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.ib{
	display:inline-block;
	vertical-align:middle;
}
.clb{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.h10{
	height:10px;
}

