/* CSS Document */
*{
 margin:0;padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#bfbaa6;
	font-size:12px;
}


#header{
	background:url(images/header_bg.png) repeat-x;
	height:74px;
	width:100%;
}
#head_center{
	width:780px;
	margin:3px auto;
	color:#fff;
}
#head_center a img{
	margin-top:3px;
	margin-left:0;
}
#head_center h2{
	margin-left:3px;
}

/*--------------------------------------------------------------------*/
#navi{
	background:url(images/navi_bg.png) repeat-x;
	height:43px;
	width:100%;

}
#navi ul{
	list-style-type: none;
	margin:0 auto;
	width:780px;
}
#navi ul li{
	display: inline;
	float:left;
	height:43px;
	width:130px;
	}
#navi ul li a{
	padding-top:12px;
	padding-bottom:12px;
	display:block;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#domov{
	background:url(images/navi_bttn.png) no-repeat 0 0;
}
#ostali{
	background:url(images/navi_bttn2.png) no-repeat 0 0;
}

#domov:hover,#ostali:hover{
	background-position:0px -43px;
}
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

#info{
	background:#ff9900;
	text-align:center;
	font-weight:bold;
	line-height:11px !important;
	line-height:9px;
	font-size:11px !important;
	font-size:5px;
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
#vsebina{
	width:790px;
	margin:10px auto;
}

#main{
	width:519px;
	float:left;
}
#main #top{
	background:url(images/main_top.gif) no-repeat top;
	height:19px;
}
#main #bottom{
	background:url(images/main_bottom.gif) no-repeat bottom;
	height:19px;
}
#main #middle{
	background:#fff;
	width:519px;
}

#intro{
	font-size:14px;
	color:#222;
	font-weight:bold;
	padding-right:3px;
}

/*---------*/
.poi{
	width:500px;
	margin:15px auto 0 auto;
	background:#eceae4;
	border-top:1px solid #949494;
	border-bottom:1px solid #949494;
	padding:8px 0 8px 0;
}
.poi img, .poi h3{
	display:inline;
}

/*MIDDLE*/
#main table{
	width:480px;
	margin:3px 0 8px 15px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
#main table td{
	border:1px solid #ccc;
	border-collapse:collapse;	
	padding:4px;
}
#naziv{width:380px;}

#middle p{padding-right:5px;}
/*#potrdi_kat{
	width:250px;
	float:left;
}
#potrdi_poi{

	width:250px;
	float:left;
}*/

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

#side{
	width:241px;
	float:left;
	margin-left:5px;
}

#side #top{
	background:url(images/side_top.gif) no-repeat top;
	height:13px;
}
#side #bottom{
	background:url(images/side_bottom.gif) no-repeat bottom;
	height:13px;
}
#side #middle{
	background:#fff;
	width:241px;
}
#side table{width:227px;}
/*#side tr{display:inline;}*/
#side td{padding:2px;font-size:11px;}

table a, #izvozi{
	color:#222;
}
table a:hover,#izvozi:hover{
		color:#ff9900;
}
#sel_all{	
	margin:3px 4px 0 0;	
}
#select_all{
	
	height:20px;
	padding-bottom:10px;
}

#top_izvoz{
	background:#006666;
	border:none;
	color:#fff;
	font-weight:bold;
	width:220px;
}

select{
	width:150px;
	margin-left:15px;
}
#submit{
	float:right;
	background:#006666;
	border:none;
	margin-top:10px;
	margin-right:15px;
	color:#fff;
	font-weight:bold;
	padding:3px;
}
#submit:hover{
	background:#ff9900;
	
}	



#login{
	width:230px;
	margin:0 auto 20px auto;
	background:#eceae4;
	border-top:1px solid #949494;
	border-bottom:1px solid #949494;
	padding:8px 0 8px 0;
}
#login2{
	width:300px;
	margin:15px auto 0 auto;
	background:#eceae4;
	border-top:1px solid #949494;
	border-bottom:1px solid #949494;
	padding:8px 0 8px 0;
}
#odjava{
	color:#222;
	background:url(images/odjavi.gif) right no-repeat;
	padding-right:15px;
}
#odjava:hover{
	color:#ff9900;
}

#uporabnik{
	list-style:none;
	margin-left:30px;
	margin-bottom:30px;
}

#uporabnik li a{
	color:#222;
	background:url(images/uporabnik.gif) no-repeat left;
	padding:2px 0 2px 16px;
	width:180px;
	display:block;
	
	
}
#uporabnik a:hover{
	color:#ff9900;
	display:block;
	background:url(images/uporabnik.gif) no-repeat left;
	padding-left:12px;
	padding:2px 0 2px 12px;
	
	
}

#duplikat{
	padding-left:18px;
}
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
h1{
	color:#003a3a;
	font-size:18px;
	background:url(images/puscica.gif) no-repeat left top;
	padding-left:30px;
	height:30px;
	margin-left:10px;
	font-weight:normal;
	text-transform:uppercase;
}
p{
	margin-left:15px;
	margin-top:2px;
}
h3{
	color:#003a3a;
	margin-left:15px;
}
h4{color:#003a3a;}
img{
	margin-left:15px;
	border:none;
}
form{
	padding:15px 0 10px 5px;
}
label{
	float: left;
	width: 150px;
	font-weight: bold;
}
input{
	padding:1px;
}

#register{
	margin:15px 0 20px 20px;}
	
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

#footer{
	padding-top:5px;
	clear:both;
	text-align:center;
	color:#555;
	font-size:11px;
}
#footer a{
	color:#555;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}

/*----------------------------------------------*/


#video{
	width:640px;
	padding:10px;
	margin:10px auto;
	background:#FFF;
}

#vid_icon{
	background:url(images/video.gif) no-repeat left ;
	padding-left:40px;
	display:block;
	height:36px;
	line-height:36px;
	margin-left:10px;
	color:#003a3a;
}
.url{
	color:#003333;
}
.url:hover{color:#ff9900;}
a{color:#003333;}
a:hover{color:#ff9900;}
.alineje{width:460px; padding:0 8px 0 40px;}

/*-----Strani pri izpisih------*/
.strani{
	color:#003a3a;
	font-size:16px;
	padding:4px 0 0 10px;
	font-weight:bold;
}
.strani a{
	color:#003a3a;
}
.strani a:hover{
	text-decoration:none;
}

/*-------UREJANJE_KATEGORIJE----------*/
#kat_uredi{
	margin-top:10px;
	margin-left:10px;
	padding-right:10px;
	}
.kat_uredi{
	padding:2px 3px 2px 5px;
	
	float:left;
	display:block;
	font-weight:bold;
}

#preglej{
	padding-right:18px;
	background:url(images/preglej.png) right center no-repeat;
}
/*------------ISKALNIK---------*/
#livesearch
  {
  	margin-left:40px;
  	width:280px;
	
  }
#livesearch ul li{list-style:none;}
#livesearch li{padding:0;margin-left:15px;}
#livesearch a{
  		text-decoration:underline;
		color:#222;
		font-size:12px;
  }
  #livesearch a:hover{
  	color:#ff9900;
  }
 #iskalnik form{
 	width:360px;
 	background:url(iskalnik.png) right center no-repeat;
 }
#txt1
  {
  	
  	width:280px;
  	margin-left:35px;
	/*padding: 2px 0 2px 0;*/
	font-size:13px;
  }
 #gps{
 
	/*padding: 2px 0 2px 0;*/
	font-size:13px;
 }
  
#iskalnik img{display:inline;}

/*------------TABELA USER MANAGEMENT----------*/
#user,#theTable{
	border-collapse:collapse;
}
#user thead, #uredi thead, #theTable thead, #uredi thead{
	background:#006666;
	line-height:20px;
	color:#fff;
	font-size:10px;
}
#theTable thead a{
	color:#fff;
}

#user caption, #uredi caption,#theTable caption, #uredi caption{
	background:#003333;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#user .edit, #user .del,#user .potrdi,#uredi .edit, #uredi .del,#uredi .potrdi,#theTable .edit, #theTable .del,#theTable .potrdi,#uredi .edit, #uredi .del,#uredi .potrdi{
	width:18px;
}
#user .edit a, #uredi .edit a, #theTable .edit a, #uredi .edit a{
	height:18px;
	width:18px;
	display:block;
	background:url(images/edit.png) no-repeat left;
	float:right;
}
#user .potrdi a,#theTable .potrdi a{
	height:18px;
	width:18px;
	display:block;
	background:url(images/potrdi.png) no-repeat left;
	float:right;
}
#user .del a,#uredi .del a, #theTable .del a,#uredi .del a{
	background:url(images/del.png) no-repeat left;
	height:18px;
	width:18px;
	display:block;
	float:right;
}

/*--------PAGINATION-------*/
/* Pagination list styles */
ul.fdtablePaginater
        {
        display:table;
        list-style:none;
        padding:0;
        margin:0 auto;
        text-align:center;
        height:2em;
        width:auto;
        margin-bottom:2em;
        }
ul.fdtablePaginater li
        {
        display:table-cell;
        padding-right:4px;
        color:#666;
        list-style:none;
        
        -moz-user-select:none;
        -khtml-user-select:none;
        }
ul.fdtablePaginater li a.currentPage
        {
        border-color:#a84444 !important;
        color:#000;
        }
ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color:#222;
        }
ul.fdtablePaginater li a,
ul.fdtablePaginater li div
        {
        display:block;
        width:2em;
        font-size:1em;
        color:#666;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        font-family:georgia, serif;
        }
ul.fdtablePaginater li div
        {
        cursor:normal;
        opacity:.5;
        filter:alpha(opacity=50);
        }
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span
        {
        display:block;
        line-height:2em;
        border:1px solid #fff;
        background:#fff url(../media/gradient.gif) repeat-x 0 -20px;
        }
ul.fdtablePaginater li a
        {
        cursor:pointer;
        }
ul.fdtablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        border-color:#aaa;
        }
.fdtablePaginaterWrap
        {
        text-align:center;
        clear:both;
        text-decoration:none;
        }
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span
        {
        font-weight:bold !important;
        }

