html, body {
  margin:0px;
  padding:0px;
  width:100%;
  font-family: Verdana, Arial;
  font-size: 12px;
}

a, a:link, a:visited {
  color: #000;
  text-decoration:underline;
}

a:hover {
  text-decoration: none;
}

img 
{
  border:0px;
}

body {
  margin: 5px;
  padding: 5px;
  text-align:center;
}

.main {
  text-align:left;
  margin:0 auto;
  width:900px;
}
/* Animal box main */
.box {
  padding-top: 5px;
  width: 100%;
  margin-bottom:20px;
}

.box_infos {
  background: #E2F3FF;
  margin-bottom:1px;
}

.box_description {
  background: #E2F3FF;
}

.box img {
  float:left;
  width:100px;
  height:100px;
  border: 1px solid black;
}

.box table.animal {
  margin-left:10px;
  float:left;
}

.box table.animal td {
  width:200px;
}

/* Animal box header */
.box_header {
  background: url('../images/cellpic.gif');
  width:890px;
  height:20px;
  color: #fff;
  padding:5px;
}

.box_header a, .box_header a:link, .box_header a:visited {
  color:#fff;
  text-decoration: none;
}

.box_header a:hover {
  color:#fff;
  text-decoration:underline;
}

input {
	padding:0px;
	margin:0px;
  background: #E2F3FF;
  color: #000;
  border:1px solid #B4BFDD;
  width:200px;
}

p {
  padding:0;
  margin:0;
}

.info {
  display:none;
  border:0px solid black;
  width:600px;
  margin-bottom:1px;
  background:#E2F3FF;
  padding:10px;
}

.filter {
  margin-top:10px;
  margin-bottom:40px;
  height:20px;
}

table.animals {
  margin-left:5px;
}

.filter input#filter {
	float:left;
	padding:0;
	margin:0;
	margin-right: 3px;
	width:50px;
	height:18px;
}

.filter input {
	float:left;
	width:100px;
	height:20px;
	margin-right:10px;
}

.filter img {
	float:left;
}

.filterInfoBox {
	width:400px;
	position:relative;
	left: 190px;
	top: -15px;
	z-index:100;
	display:none;
	background:#E2F3FF;
	border:10px solid white;
}

.addLink {
	margin-bottom: 20px;
	font-size:14px;
}

.footer {
	width:900px;
	text-align:center;
	height:50px;
	color:#000;
	margin:0 auto;
}

span.link_to {
	float:right;
	margin-left: 200px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:-30px;
	color:#B4BFDD;
}

span.link_to a {
	color:#50608F;
}

span.getBanner {
	margin-left:100px;
	float:left;
	font-size:14px;
	font-weight:bold;
/*	position:relative;
	top:-45px;
	left:250px; */
	color:#B4BFDD;
}
