body,  div, span, a, img, p, td, tr, table, h1, h2, h3, h4, form, ul, label {
	margin:0;
	border:0;
	padding:0;
	font-family:georgia, serif;
	font-size:11px;
	color:black;
}

a { text-decoration:underline; }
a:hover { text-decoration:none; }

.cPrevozView a { width:auto; }

input, select, option {
	font-family:georgia, serif;
	font-size:11px;
	margin:0;
	color:black;
}
/*
input.text {
	border: 1px #EEE;
	border-bottom: 1px #AAA;
	border-right: 1px #AAA;
	border-style: groove solid solid groove;
	padding-left:2px;
}

input.submit, input.reset, .avtor input {
	border: 1px #EEE;
	border-bottom: 1px #AAA;
	border-right: 1px #AAA;
	border-style: groove solid solid groove;
	background:#EEEEEE;
	cursor:pointer;
}*/

body {
	background:#B6B6B6 url(/static/img/prevoz/bg.gif) top left;
	text-align:center;
	margin-bottom:24px;
	margin-top:24px;
}

#preload {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:block !important;
	height:600px;
	width:100%;
	background:url(/static/img/prevoz/bg2.gif) top left repeat-x;
}

#preload * {
	height:1px;
	width:1px;
	display:block;
	position:absolute;
	top:-999em;
}

#main {
	width:582px;
	background:white;
	border:1px solid #333333;
	margin:0 auto;
	position:relative;
	z-index:2;
}

/* header */

#header {
	height:77px;
	background:black url(/static/img/prevoz/kamele.gif) top right no-repeat;
	overflow:visible;
	position:relative;
	z-index:5;
}

#header .one {
	text-align:left;
	padding-left:15px;
	height:77px;
}

#header .one a {
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	font-size:22px;
	margin-top:15px;
	display:block;
	float:left;
}

#header .two {
	position:absolute;
	top:77px;
	width:100px;
	overflow:visible;
	z-index:4;
	left:0;
	float:left;
	height:3.5em;
}

#header .two a {
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	bottom:1px;
}

#header .two a.home {
	background:url(/static/img/prevoz/home.gif) top left no-repeat;
	left:3px;
}

#header .two a.help {
	background:url(/static/img/prevoz/help.gif) top left no-repeat;
	left:25px;
}

#header .two a.home:hover {
	background:url(/static/img/prevoz/home2.gif) top left no-repeat;
}

#header .two a.help:hover {
	background:url(/static/img/prevoz/help2.gif) top left no-repeat;
}

#header .two a.rss {
   background:url(/static/img/prevoz/rss.gif) top left no-repeat;
   left:50px;
}

#header .two a.rss:hover {
   background:url(/static/img/prevoz/rss2.gif) top left no-repeat;
   left:50px;
}

#header .two a span {
	display:none;
}

/* login */

#login {
	background:black;
	text-align:right;
	padding-right:6px;
	/*height:3.5em;  TODO remove */
	display:block;
	position:relative;
	z-index:4;
}

#login .red {
	margin-right:1.7em;
	padding-bottom:0.3em;
	display:block;
}

#login .red * { color:red; }

#login .links, #login .user {
	height:1.2em;
	border-top:0.3em solid black;
	margin-right:1.7em;
}

#login .user div, #login .links div {
	font-size:10px;
	color:#FFF33F;
}

#login .user .uname {
	color:white;
	font-size:10px;
}

#login .inputs, #login .loggedlinks {
	height:2em;
	position:relative;
}

#login .loggedlinks, #login .inputs span {
	color:#FFF33F;
}

#login .loggedlinks {
	height:1.7em;
	margin-top:0.3em;
	margin-right:0.5em;
}

#login a {
	color:#FFF33F;
	font-size:10px;
	text-decoration:none;
	width:auto;
}

#login a:hover {
	text-decoration:underline;
}

#login .loggedlinks a {
	font-size:11px;
}

#login input.text {
	border:1px solid #FFF33F;
	background:transparent;
	width:7em;
	margin-left:0.3em;
	margin-right:0.7em;
	color:white;
	padding:1px 2px;
}

#login input { max-height:1.5em; }

#login input.submit {
	font-weight:bold;
	background:transparent;
	color:#FFF33F;
	border:1px solid black;
	cursor:pointer;
	margin-left:-0.5em;
	position:relative;
	text-align:center;
	padding:1px 0;
}

#login input.submit:hover, #login input.submit:active {
	background:#FFF33F;
	border:1px solid #FFF33F;
	color:black;
}

/* help */

#help {
	background:#FFEB76 url(/static/img/prevoz/helpbg.gif) top left no-repeat;
	border-bottom:1px solid black;
	text-align:left;
	padding-top:6px;
	position:relative;
	overflow:hidden;
	display:none;
	z-index:2;
}

#help .right {
	float:right;
	margin-right:13px;
	width:150px;
}

#help .main {
	width:350px;
	margin-left:24px;
	padding:0 5px;
}

#help p {
	text-align:justify;
	line-height:1.3;
	width:350px;
}

#help .x {
	text-align:right;
	height:1.2em;
	margin-top:0.3em;
}

#help .x a {
	display:block;
	font-weight:bold;
	width:1.2em;
	height:1.2em;
	color:#7F763B;
	float:right;
	margin-right:0.3em;
	text-decoration:none;
	text-align:center;
}

#help .x a:hover {
	color:black;
}

/* menu */

#menu {
	float:right;
	width:150px;
	border:1px solid #616161;
	background:#F3F3F3;
	overflow:visible;
	text-align:center;
}

#menu #check {
	text-align:left;
	padding-left:6px;
	margin-top:12px;
	margin-bottom:10px;
	padding-right:3px;
}

#menu #check label {
	padding-left:6px;
}

#menu #check .spacer {
	height:6px;
	overflow:hidden;
}

#menu #select h1 {
	padding-left:20px;
	text-align:left;
	margin-top:2em;
	margin-bottom:-1em;
	position:relative;
	z-index:2;
}

#menu h1 {
	padding-left:20px;
	text-align:left;
	margin-top:10px;
	padding:0 10px;
	margin-bottom:1em;
}

#menu ul {
	text-align:left;
	padding:0 10px;
	list-style-type:none;
	margin-bottom:20px;
}

#menu select {
	width:130px;
}

#menu .osvezi {
	background:#616161;
	border:0;
	width:152px;
	margin-left:-1px;
	position:relative;
	height:1.8em;
	color:white;
	font-weight:bold;
	cursor:pointer;
	display:block;
	margin-top:2.5em;
	margin-bottom:-2.5em;
	width:150px;
	border:1px solid #616161;
	margin-right:-1px;
	z-index:20;
}


#menu input[class="osvezi"] {
	margin-right:0;
	width:152px;
}

#menu .osvezi:hover, #menu .osvezi:active {
	background:#333333;
	border:1px solid #333333;
}

/* content */

.row_expanded td {border-top:1px solid #01c63b;}
.row_exp_left {border-left:1px solid #01c63b;}
.row_exp_right {border-right:1px solid #01c63b;}

tr.detail_information {display:none;}
tr.detail_information td {
  border: 1px solid #01C63B; 
  border-top:0;
  background:#D0EE79;
  padding: 5px;
}

tr.detail_information h3 {font-weight:bold;}
tr.detail_information h5 {font-style:italic;}
tr.detail_information p {}

.filter_help {
  position:absolute;
  margin-top:-110px;
  margin-left:-120px;
  width:300px;
  /*background:#B7D329;*/
  background:#99CC00;
  z-index:5;
  padding:5px;
  -moz-border-radius:5px;
  display:none;
}

.filter_bottom {
  display:block;
  position:relative;
  top:16px;
  left:270px;
  background:url('static/img/prevoz/arrow.gif');
}

#filter_field {
  display:none;
  font-size:20px;
  font-style:italic;
  background:#FFFDD9;
  -moz-border-radius:5px;
}

#filter_field .focused {
  background:#FFE12B;
}

#content {
	padding:12px;
	padding-left:24px;
	text-align:left;
}


#content.c span.title {
/*	display:none; */
    border-bottom: 0px;
}

#content.c p {
	text-align:justify;
	line-height:1.3;
	width:350px;
	margin-bottom:1em;
	margin-top:0.6em;
}

#title {
	display:none;
}

table {
	width:360px;
	margin-top:1em;
	margin-bottom:1em;
}

.title, #tables h1 {
	border-bottom:2px solid black;
	padding:0 5px 2px 5px;
	font-weight:bold;
}

.cPrevozList span.title {
	border-bottom:0;
}

#content #tables h1 {
	margin-bottom:2em;
	display:block;
}

#tables p {
	line-height:1.3;
}

#tables span, #tables p{
	width:350px;
	padding:0;
	display:block;
	margin-bottom:10px;
}

#tables select, #tables input {
	margin-top:-3px;
	margin-bottom:3px;
	position:relative;
}

#tables textarea {
	width:285px;
	margin-left:75px;
	clear:left;
	position:relative;
	top:-10px;
	left:7px;
}

#tables .avtor {
	text-align:right;
	margin-top:1.5em;
	width:360px;
	padding:5px 0;
	font-style:italic;
}

#tables .avtor input {
	padding:3px 8px;
}

#descript {
	position:relative;
	width:105px;
	left:265px;
	height:10em;
	margin-bottom:-10em;
	display:block;
}

#tables select {
	width:160px;
}

#tables select.dodaj {
	width:110px;
}

#tables select.datum {
	width:43px;
}

#tables select.cas {
	width:65px;
}

#tables input.oseb, #tables input.telefon {
	width:140px;
}

input.stanjeobjave {
	margin-right:5px;
	margin-left:10px;
}

#tables .spacer {
	height:1em;
	clear:left;
}

#tables .h2 {
	padding:0;
	margin:0;
	display:block;
	width:65px;
	text-align:right;
	color:#999999;
	font-weight:bold;
	float:left;
	clear:left;
	margin-right:10px;
}

#tables .value {
	float:left;
	display:block;
	width:260px;
	padding:0 !important;
}

#tables p {
	clear:left;
	width:330px;
  margin-left:75px; 
}

.cForgotpass span.text, .cRegister span.text, .cUsersInformation span.text {
	clear:left;
	float:left;
	width:10em;
	display:block;
	text-align:right;
	color:#999999;
	font-weight:bold;
	width:120px;
	margin-right:10px;
}

.cForgotpass a, .cRegister a, .cUsersInformation a {
	width:auto;
}

#content input.text {
	width:120px;
}

.agreeCheck {
	margin-right:0.6em;
}

.cRegister span.name span, .cUsersInformation span.name span {
	color:#999999;
	font-weight:bold;
	float:left;
	margin-right:10px;
}

.heading {
	width:360px;
	padding:0 5px;
	text-align:justify;
}

.heading p, .heading .reg {
	padding:5px;
	text-align:justify;
	line-height:1.3;
}

#content .heading ul {
	padding:5px;
	text-align:justify;
	line-height:1.3;
	list-style-position:inside;
	margin-bottom:1em;
}

.title2 {
	font-weight:bold;
	display:block;
	margin-top:1em;
}

.cRegister .title2, .cForgotpass .title2, .cUsersInformation .title2 {
	display:none;
}

span.title, #tables h1 {
	display:block;
	margin-top:1em;
	margin-bottom:0.5em;
	width:360px;
}

span.info {
	display:block;
	text-align:right;
}

tr.about {
	display:none;
}

td.one, td.subtwo, span.one {
	padding-left:5px;
	padding-right:3px;
	width:116px;
}

a.fakerow {
  text-decoration: none;
}

a.fakerow:visited span {
  color: #b2b2b2;
}

a.fakerow:hover span {
  color: red;
}

td.two, td.subthree, span.two {
	padding-left:8px;
	background-image:url(/static/img/prevoz/puscica.gif);
	background-repeat:no-repeat;
	background-position: center left;
	width:116px;
}

td.four, span.four {
	width:30px;
	padding-right:1px;
}

td.three, td.subfour, span.three {
	padding-left:5px;
	width:60px;
}

span.one, span.two, span.three, span.four {
  display: inline-block;
}


td.subone {
  display:block;
  width:50px;
}

td.substatus {
  text-align:right;
  padding:0 5px 0 5px;
}

td {
	padding:3px 0;
	cursor:pointer;
}

td.title, #tables h1 {
	cursor:default;
	height:36px;
	vertical-align:bottom;
	background-position:bottom right;
	background-repeat:no-repeat;
}

#tables h1 {
	height:auto;
	padding-top:36px;
	position:relative;
	margin-top:-10px;
}

table.ponudniki td.title, #tables.ponudniki h1 {
	background-image:url(/static/img/prevoz/ponudniki.gif);
}

table.iskalci td.title, #tables.iskalci h1 {
	background-image:url(/static/img/prevoz/iskalci.gif);
}

td.empty {
	padding:2px 5px;
	cursor:default;
}

.c tr.own td.one, .c tr.owntwo td.one {
	border-left:1px solid #FFF33F;
	padding-left:4px;
}

.c tr.own td.four, .c tr.owntwo td.four {
	border-right:1px solid #FFF33F;
	padding-right:0;
}

.c tr.own td, .c tr.owntwo td {
	border-top:1px solid #FFF33F;
	border-bottom:1px solid #FFF33F;
	padding-top:2px;
	padding-bottom:2px;
}
/*
.c tr.del td.one, .c tr.deltwo td.one {
	border-left:1px solid red;
	padding-left:4px;
}

.c tr.del td.four, .c tr.deltwo td.four {
	border-right:1px solid red;
	padding-right:0;
}

.c tr.del td, .c tr.deltwo td {
	border-top:1px solid red;
	border-bottom:1px solid red;
	padding-top:2px;
	padding-bottom:2px;
}
*/

tr.del td, tr.deltwo td {
	color:red;
}

tr.del td.two, tr.deltwo td.two {
	background-image:url(/static/img/prevoz/puscicared.gif);
}

tr.two, tr.owntwo, tr.deltwo {
	background-color:#FFFDD9;
}

tr.over {
	background-color:#FFEF3D;
}

div.dodaj {
	position:relative;
	margin-top:-0.2em;
	text-align:right;
	width:360px;
	margin-bottom:1.5em;
}

.dodaj a {
	font-size:10px;
	text-decoration:none;
	width:auto;
}

.dodaj a:hover {
	text-decoration:underline;
}

.endlinks {
	margin-left:40px;
	margin-top:3em;
}

.endlinks a {
	font-size:12px;
	margin-right:1em;
	width:1.8em;
	height:1.8em;
	padding:0;
	overflow:hidden;
	background:#DDDDDD;
	border:3px solid #DDDDDD;
	color:#555555;
	text-decoration:none;
	display:block;
	text-align:center;
	font-weight:bold;
	float:left;
}

.endlinks > a {
	width:1.2em;
	height:1.2em;
}

.endlinks a:hover {
	background:black;
	border:3px solid black;
	color:white;
}

.mark {
	color:red;
	font-weight:bold;
	padding-left:0.3em;
}

.middle { display:none; }

input.reset {
	margin-right:1em;
	/*font-size:9px;*/
}

.regija {
	display:inline;
	font-size:10px;
	color:#777777;
	cursor:help;
}

/* amdin shit */

.cArticlesEdit textarea, .cArticlesContent textarea {
	width:350px;
	height:250px;
}

.cArticlesEdit input[type="checkbox"] {
	margin-top:0.6em;
	margin-right:0.3em;
}

.cArticlesEdit input.submit {
	margin-right:1em;
}

#title {
	margin-bottom:1em;
	margin-top:1em;
}

#title input {
	width:250px;
	padding:2px;
}

#menu .reset {
	margin-left:1em;
}

/* bottom */

#bottom {
	clear:both;
	font-size:10px;
	margin-bottom:6px;
	padding-top:24px;
}

#bottom a {
	font-size:10px;
}

/* partner */

.cPartner .heading li {
	display:block;
	padding:10px;
	background:#FFFDD9;
	margin-bottom:1em;
	clear:left;
	margin-right:-10px;
}

#content.cPartner .heading li a {
	float:left;
/*	display:block;*/
	margin:0;
	margin-right:15px;
	padding:0 !important;
	
}

#content.cPartner .heading li a .image {
	float:none;
}

#content.cPartner .heading li a .image img {
	border:1px solid #DDDDDD;
}

#content.cPartner .heading li a:hover .image img {
	border:1px solid #BBBBBB;
}

#content.cPartner .heading li a:hover, #content.cPartner .heading li a:active {color: #BBBBBB; }
#content.cPartner .heading li a:hover img, #content.cPartner .heading li a:active img {
	border:1px solid #BBBBBB;
}

#content.cPartner b {
	height:1px;
	overflow:hidden;
	display:block;
	clear:left;
}

#content.cPartner .heading li br, #content.cPartner .heading li span {
	display:none;
}

#content.cPartner .heading li p {
	padding:0;
	margin:0;
	display:block;
	margin-left:150px;
}

#content.cPartner .heading li p a {
	float:none;
	display:block;
	font-weight:bold;
}

#content.cPartner .heading li p a:hover {
	color:black;
}

#content.cPartner .category {
	display:block;
	height:1px;
	overflow:hidden;
	clear:left;
}

/* promote */

#content.cPromote .image {
	float:none;
}

#content.cPromote a br {
	display:none;
}

#content.cPromote .title2 {
	display:block;
	clear:left;
	padding-top:1em;
	padding-left:5px;
}

#content.cPromote a img {
	border:1px solid #555555;
}

#tablesnew p {
margin-left: 0px; 
}


#tablesnew ul {
  list-style:none;
}
#tablesnew ul li {
  float:left;
  width:100px;
}

#tablesnew ul li label {
  width:100px;
  text-align:left;
}

#tablesnew ul li input {
  margin:0 5px 0 0;
}

#tablesnew label {
padding:0;
margin:0;
display:block;
width:6.5em;
text-align:right;
color:#999999;
font-weight:bold;
float:left;
clear:left;
margin-right:10px;
}
/* fix 's povratkom' breaking into new line */
#tablesnew ul li label {
width: 10em !important;
margin-left: 10px;
padding-left: 10px;
}

.mailerror {
color: red;
font-weight: bold;
padding-left: 1em;
}

.errorlist li {
color: red;
font-weight: bold;
width: 20em !important;
padding-left: 3em;
padding-bottom: 5px;
}


#id_transpfromcountry, #id_transptocountry {
  width:90px !important;
}

a[name=fb_share] {
  vertical-align: 6px;
}

a.ahref {
 text-decoration:none; 
}

#idea {
  clear: left;
  overflow: hidden;
}
.idea_vote_a {
  float: left;
  font-size: 28px;
  margin: 8px 15px;
  text-decoration:none;
}

#idea h2 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 16px;
}

span.detail {
  float: left;
  font-size: 28px;
  margin: 8px 15px;
}

.vote_link {
  font-size: 14px;
  text-decoration:none;
}

.comments, .mnenje {
  padding-top: 15px;
  overflow: hidden;
  padding-right: 4px;
}

.comments h2 {
  padding-top: 10px;
}

#idea p label {
  display: block;
}

#idea p {
  overflow: hidden;
}
