html, body {
    padding: 0;
    margin: 0;
    color: #000;
    background: #ffd;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   12px;
    line-height: 17px;        
}

select {
z-index:600;
top:none;
}

img {
  border: none;
  margin-left: 2px;
}
 
 
h1 {
    padding-top: 20px;
    font-size:   24px;
}

h1, h1 a, h1:visited{
    color: #000;
}

h2 {
    padding-top: 14px;
    font-size:   16px;
}

h2, h2 a, h2:visited{
    color: #000;
}


a {
  color: #DC143C; 
  font-weight: bold;
}

a:hover { 
  color: #fff; 
  text-decoration: none;
  background: #000;
}

div#container{
    margin:0 auto;
}

div#header {
  padding: 15px 0px 5px 30px;
 	background: #def;
/*  background-image: url("/images/background3.png");*/
  border-bottom: 5px solid #222;    
  text-align: left;
}

div#header h1 {
  font-size: 18px;
  padding:0px;
  font-weight: bold;
  color: #DC143C;   
}

#content h1 {
  margin-bottom: 70px;
}

div#content {
    margin: 50px 25px 30px 30px;
}

div#footer {
    padding-right: 25px;
    padding-bottom: 10px;    
    text-align: right;
    font-size: 10px;
    color: #333;    
}

div#footer a, div#footer a:visited{
    color: #333;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


#tabnavigation {
  list-style: none;
}

.tab_hover {
float:left;
background-color:black;
color:white;
cursor:pointer;
text-align:center;
font-family:verdana;
font-size:12px;
font-weight:bold;
}
.tab {
float:left;
background-color:white;
color:black;
cursor:pointer;
border:1px;
text-align:center;
font-family:verdana;
font-size:12px;
font-weight:none;
}
.data_tab {
  width: 927px;
  height: 280px;
  background:#fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align:left;
  font-family:verdana;
  font-size:12px;
  padding:1em;
}

#tabnavigation {
	  height: 20px;	  
		padding: 0px;
		margin: 1px;
		padding-left: 10px;
		background: url(/images/tab_bottom.gif) repeat-x bottom;
		width: 925px;
}

#tabnavigation li {
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
}
	
#tabnavigation a:link, #tabnavigation a:visited {
		float: left;
		background: #eee;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
}

#tabnavigation a:link.tab_hover, #tabnavigation a:visited.tab_hover {
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
}

#tabnavigation a:hover {
		background: #fff;
}

.validation-advice {
  color: #f00;
  background: #ffeeee;
  text-align: left;
}

form p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.arrow {
  text-decoration:none;
  padding:5px;
  background:#EAF5FF;
}

.arrow:hover {
  background:#000;
}

.disabled-arrow, .disabled-arrow:hover {
  text-decoration:none;
  padding:5px;
  background:#EAF5FF;
}

fieldset {
  padding: 5px 5px 0px 5px;
}

table.planovi {
  margin-top: 20px;
  font-size: 12px;
  width: 800px;
  background: #eee;
  border: 1px solid #ccc;
}

table.planovi td {
  vertical-align: middle;
  background: #fff;
  padding: 5px;
}

.center {
  text-align: center;
} 

table.planovi tr th { 
  background: #e0e0e0;
  padding: 2px 5px;
}

#warning {
  margin: 10px;
}

#izbor_vise_opstina ul {
  list-style:none;
  margin:0;
  padding:0;
  overflow: auto;
  background: #fff;
  border: 1px #aaa solid;
  width: 221px;
  height: 200px;
}

.group {
  border:1px solid #777;
  width: 400px;
  padding:5px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.group_name {
  background:#ffd;
  display:inline;
  position:relative;
  top: 7px;
  left: 3px;
  padding: 0 3px;
}