body {
  background-color: 	#003322;
  font-family: 			Arial, Helvetica, sans-serif;
  font-size:			1em;
  color:				black;
}

a {
  color:				#000;
  text-decoration:		none;
}

a:hover {
  text-decoration:		underline;
}

#backButton {
  float: 				left; 
}

#backButton img {
  border-radius: 		20px;
  -webkit-box-shadow:	0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow:    	0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow:        	0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.wrapper {
  width: 				1000px;
  margin: 				auto;
}

.content {
  background-color: 	#cccccc;
  width: 				850px;
  margin: 				auto;
  border-radius: 		7px;
  -webkit-box-shadow:	0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow:    	0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow:        	0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.latNaziv {
  font-style: 			italic;
}

#separated {
  padding:		 		15px 15px 15px 15px;
}

#selector {

  display:				inline-block;
}

#selectorForm {
  margin:				0 auto;
}

#speciesSifraNaziv th {
  text-align: 			left;
}

#speciesInfo {
	
}

#options {
  padding-top:			10px;
}

#options div {
  display:				inline;
}

#imagetabs {
  
  float:				left;
}

#addImage {
  clear:				right;
  float: 				right; 
}

#imageTable {
  clear:				both;
  width:				100%;
  
}

#speciesImages {
  font-size: 			95%;
  width:				100%;
  margin:				auto;
}

#speciesImages tr th {
  color: 				white;
  background-color:		#62adde;
  text-align:			center;
  border:				1px solid black;
}

#speciesImages tr td {
  text-align:			center;
  border:				1px solid black;
}

#speciesImages tr td a img {
  max-width:			80px;
}

/* Zamena */

.rubrika {
  font-family:			Georgia, "Times New Roman", Times, serif;
  font-size: 			14px;
  text-align: 			left;
}			

#infoTable th{
  text-align:			left;
}

#addChangeInfo {
  border:				1px solid black;
  margin:				auto;
  margin-top:			10px;
}

#addChangeInfo tr {
  border:				1px solid black;
}

#addChangeInfo th {
  text-align: 			left;
}

/* Male slike */

#maleslike {
  font-size: 			95%;
  width:				100%;
  margin:				auto;
}

#maleslike tr th {
  color: 				white;
  background-color:		#62adde;
  text-align:			center;
  border:				1px solid black;
}

#maleslike tr td {
  text-align:			center;
  border:				1px solid black;
}

#maleslike tr td a img {
  max-width:			80px;
}

#posuda {
  border-top:			1px solid black;
  clear:				both;
} 