

/* -- filter oglasa -- */

.addFilter {
	padding: 10px 0;
	height: 25px;
	margin-bottom: 10px;
}
.tekstBoks .addFilter table tr td {
	padding-left: 10px;
}
.addFilter table tr td select {
	border: 2px solid #1E344D;
	color: #333333;
	font-family: Tahoma,Arial;
	font-size: 13px;
	margin: 0;
	padding: 2px;
	width: 150px;
}
.addFilter table tr td .dugme {
background:transparent url(/img/button.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:25px;
text-align:center;
text-transform:uppercase;
width:100px;
}

.nastavi {
	float: right;
	margin-top: -30px;
}

/* -- lista oglasa -- */

.addList {
	padding: 0;
	border-bottom: 1px solid #92A1A1;
	margin-bottom: 20px;
}

.addList table {
}

.tekstBoks .addList tr td {
	background-color: #FFFFFF;
	padding: 6px 10px;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #EEEEEE;
}

.addList tr.naslovOglasa td {
	border-top: 1px solid #92A1A1;
	background-color: #E5E5E5;
	height: 40px;
}

.addList tr td.naslov {
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.addList tr td.prijave {
	text-align: center;
	width: 195px;
	border-left: 1px solid #eeeeee;
}
.addList tr td.datum {
	text-align: left;
}
.addList tr td.aktivan {
	text-align: center;
	width: 126px;
	border-left: 1px solid #eeeeee;
}
.addList tr td.izmeni {
	text-align: center;
	width: 195px;
	border-left: 1px solid #eeeeee;
}
.addList tr td.poruka {
	text-align: left;
	padding-top: 20px;
}
.addList tr td.oglasivac {
	text-align: left;
	border-left: 1px solid #eeeeee;
	width: 150px;
}
.addList tr td.rok {
	text-align: center;
	border-left: 1px solid #eeeeee;
	width: 125px;
}
.addList tr td.rok a.dugme {
	margin: 15px auto;
	float: none
	
}
.addList tr td.zadaci {
	text-align: left;
}






/* -- paginacija -- */

#paginacija {
	height: 11px;
	width: 120px;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#paginacija li {
	height: 12px;
	border-bottom: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
	float:left;
}

#paginacija li.number {
	height: 12px;
	border-bottom: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
	text-align: center;
	width: 102px;
}

#paginacija a { /*image replace */
	display: block;
	height: 0px !important;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	height /**/:12px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#paginacija a:hover {
	background-position: 0 -12px;
}

#paginacija li.left, #paginacija li.left a {
	background-image: url(../img/pagination_left.gif);
	width: 9px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left:0;
}

#paginacija li.right, #paginacija li.right a {
	background-image: url(../img/pagination_right.gif);
	width: 9px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left:0;
}



.paginacija .levo a {
	display: block;
	float: left;
	width: 9px;
	height: 12px;
	background-image: url(/img/levo2.png);
	text-decoration: none;
}
.paginacija .levo a:hover {
	background-image: url(/img/levo1.png)
}
.paginacija .desno a {
	display: block;
	float: right;
	width: 9px;
	height: 12px;
	background-image: url(/img/desno2.png);
	text-decoration: none;
}
.paginacija .desno a:hover {
	background-image: url(/img/desno1.png);
}

.paginacija tr td {
	color:#3A484E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}




/* -- Oglas view -- */

.oglasView .separator {
	background-image:url(/img/dashedLila.gif);
	background-position: left top;
	background-repeat:repeat-x;
	
	padding-top: 15px;
}
.oglasView h5 {
	margin: 0px;
}



.oglasLista {
	margin-top: 0px;
	margin-bottom: 20px;
}
.oglasLista p {
	margin: 0px;
}


























