/** COMMON **/

html, body, table {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  background-color: white;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
table table{
  background-color: transparent;
}
table.zebra table td{
  border: none;
}
ul{
  margin: 5px 0 5px 20px;
  padding:0;
}
h1 {
  color: #B60635;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  margin: 0 0 8px 0;
  padding: 0;
}
h2 {
  background-color: #B60635;
  font-size: 120%;
  color: #fff;
  font-weight: normal;
  padding: 3px;
  margin: 0;
}
h3{
  border-bottom: 1px solid #DFDFDF;
  color: #5B5B5B;
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 3px;
  margin: 10px 0 0px 0;
}
p {
    margin-top: 0;
    padding-top: 0;
}
.clear{
	clear: both;
}
.msg{
	padding: 5px 0 5px 24px;
  display: block;
}
.msg.alert{
	background: transparent url(images/alert.png) no-repeat 3px 5px;
}
.msg.help{
	background: transparent url(images/help.png) no-repeat 3px 5px;
}
.msg.info{
	background: transparent url(images/info.png) no-repeat 3px 5px;
}
hr{
	border: 0;
	background-color: #B60635;
	height: 4px;
	margin-bottom: 10px;
}
/** FORMS **/
.pager {
	margin: 10px 0;
}
.pager span, .pager a{
	padding: 2px 4px;
	border: 1px solid #dfdfdf;
	margin-right: 4px;
	cursor: pointer;
  color: #000;
  text-decoration: none;
}
.pager span.active, .pager span:hover, .pager a.active, .pager a:hover{
	background-color: #B60635;
	color: #ffffff;
	border-color: #B60635;
}
ul.noBullet{
	list-style: none;
	padding: 0;
}
ul.noBullet span.num{
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 30px;
}
ul.noBullet li{
    clear: both;
}
.pos_rel {
	position:relative;
}
label {
	font-size:12px;
	color: #5b5b5b;
	width: 170px;
	display:block;
	line-height:31px;
	text-align:left;
	font-weight: bold;
}
span.label{
	text-align:rigt;
	font-weight: bold;
}
table  {
	border-collapse: collapse;
	width:100%;
}
table td {
  vertical-align: top;
	margin:0;
	border:none;
}
table.form{
  margin-top: 7px;
}
table .right{
  text-align: right;
}
table.form td{
	padding:0 0 8px 0;
}
table.zebra {
  border: 1px double #dfdfdf;
}
table.zebra th{
  background-color: #B60635;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #DD0C0C;
  height: 24px;
}
table.zebra td{
  border: 1px solid #fff;
  padding: 2px 4px;
}
table.zebra tr.odd td{
  background-color: #EDEDED;
}
table.zebra tr.hover td, table.zebra tr.hover a{
  background-color: #DFFC8C;
}
table .regCap1 {
	width: 170px;
}
input[type=text] {
	width: 229px;
	height: 31px;
	line-height: 31px;
	border:none;
	padding: 2px 10px;
	background: url(images/text-bg.gif) left top no-repeat !important;
}
.splosno-iskanje td {
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}
.naslov td {
	padding-top: 18px;
}
select, 
.styled_select, .styled_select_select {
	width: 309px;
}
.styled_select.mini, .styled_select_select.mini{
	width: 107px;
}
.styled_select, 
 .styled_select_select  {
	display:inline-block;
	height: 31px;
	padding:0;
	margin:0;
	border:0;
}

.styled_select {
	display:inline-block;
	height: 31px;
	padding:0 5px;
	line-height:31px;
	font-size:12px;
	background: transparent url(images/select_bg.gif) 0 0 no-repeat;
}
.styled_select span {
	display:inline-block;
	height:31px;
	line-height:31px;
	overflow:hidden;
	width:260px;
}
.styled_select.mini {
	background: transparent url(images/select_bg_mn.gif) 0 0 no-repeat;
}
.styled_select.mini span {
	width:90px;
}
.gumb {
	margin-left: 290px;
	width: 95px;
	height: 31px;
	border:none;
	text-indent:-9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.gumb{
	background: transparent url(images/isci.gif) 0 0 no-repeat;
}
.nazaj{
	background: transparent url(images/nazaj.gif) 0 0 no-repeat;
}
.vnesi{
	background: transparent url(images/vnesi.gif) 0 0 no-repeat;
}
.prijavi{
	background: transparent url(images/prijavi.gif) 0 0 no-repeat;
}

.hit-count {
	font-weight:bold;
	font-size:12px;
	color: #5b5b5b;
	margin: 35px 0 20px 0;
}
.rezultati {
	border-top: 1px solid #bdbdbd;
	padding: 20px 0 10px 0;
	font-size: 12px;
	color: #5b5b5b;
}
.rezultati table {
	border:none;
}
.rezultati div {
	margin-bottom:10px;
}
.rezultati .num {
	width: 35px;
}
.rezultati a {
	font-weight:bold;
	text-decoration:underline;
}
.rezultati  .pagelister {
	margin-top:20px;
	border-top:1px solid #bdbdbd;
	padding-top:15px;
}
.rezultati  .pagelister td {
	text-align:center;
}
.rezultati  .pagelister table {
	display:inline-block;
	width:auto;
}
.rezultati  .pagelister span, .rezultati  .pagelister a {
	line-height:1em;
	border-left: 1px solid #5b5b5b;
	padding:0 10px;
}
.rezultati  .pagelister td:first-child span, .rezultati  .pagelister td:first-child a {
	border-left: none;
}
-dialog {
	position:absolute;
	left:0;
	top:0;
	width: 730px;
	background: #f0ede3 url(images/iskalnik-dejavnosti_bg.gif) left top repeat-x;
	text-align:left;
	display:none;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	z-index:100;
	
	-moz-box-shadow: 0px 0px 10px #000; /* Firefox */
	-webkit-box-shadow: 0px 0px 10px #000; /* Firefox */
	box-shadow: 0px 0px 10px #000; /* Firefox */
}
#iskalnik-dejavnosti form {
	height: 29px;
	padding: 11px 18px 11px 18px;
	font-size:14px;
}
#iskalnik-dejavnosti form label, #iskalnik-dejavnosti form input {
	line-height:29px;
}
#iskalnik-dejavnosti form input[type=text] {
	display:inline-block;
	width: 134px;
	margin:0 35px 0 0;
	padding:0 5px;
	border:none;
	height:29px;
	background: transparent url(images/text_bg.png) 0 0 no-repeat;	
}
#iskalnik-dejavnosti form input[type=submit] {
	display:inline-block;
	width: 89px;
	border:none;
	height:29px;
	text-indent:-9999px;
	background: transparent url(images/isci2.png) 0 0 no-repeat;	
}
#iskalnik-dejavnosti form label {
	display:inline-block;
	margin-right:15px;
}
-dialog a.close {
	position:absolute;
	width:22px;
	height:22px;
	right:-12px;
	top:-12px;
	background: transparent url(images/close.png) 0 0 no-repeat;	
}
#iskalnik-dejavnosti .rezultati {
	padding: 12px 18px 12px 18px;
}
#dejavnost-detail .title {
	height:43px;
	padding: 8px 18px 0 18px;
	font-weight:bold;
	line-height:18px;
	color: #5b5b5b;
}
#dejavnost-detail .osnovni {
	padding:15px 0 30px 0;
	margin:0 18px 20px 18px;
	border-bottom:1px solid #dfdcd2;
}
#dejavnost-detail .osnovni table {
	border-collapse:collapse;
}
#dejavnost-detail .osnovni table caption {
	text-align:left;
	color: #b60635;
	font-weight:bold;
	font-size:14px;
	padding-bottom: 15px;
}
#dejavnost-detail .osnovni table th {
	width:220px;
	padding: 5px 0 5px 0;
	text-align:right;
	color:#5b5b5b;
	font-weight:normal;
	vertical-align:top;
}
#dejavnost-detail .osnovni table td {
	padding: 5px 0 5px 22px;
	font-weight:bold;
	vertical-align:top;
}
#dejavnost-detail  .dejavnosti {
	padding:0 18px 18px 18px;
}
#dejavnost-detail  .dejavnosti .caption {
	color:#b60635;
	font-weight:bold;
	font-size:14px;
	margin-bottom: 20px;
}
#overlay {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	background:#000;
	-moz-opacity:.60; 
	filter:alpha(opacity=60); 
	opacity:.60;
}
img.portret{
  background-color: #fff;
  border: 1px solid #afafaf;
  padding: 4px;
  margin: 2px;
}
a.updown{
  vertical-align: middle;
}
