 table.Entry {font-family: Arial;
     font-size: 12px; 
      } 

 a.photo{
		text-decoration:none;
	}
	  
 tr.Oddrow:hover{
	background-color: #BECFD2;
  }

 tr.Evenrow:hover{
	background-color: #D0DCDC;
  }

 tr.Oddrow {background-color: #CCCCCC;}

 tr.Evenrow {background-color: #FFFFFF;}

 .button {height:16px; 
       	width:16px;
	border-width: 0px;
	text-decoration:none;
	}

 .button:hover {background-color: #f9efce;}

 .extra_info{
	margin-left: 10px; font-weight:bold; font-size:70%;

}

.input{
border:2px solid #7A81A4;
margin-left:10px;
}


body{
font-family:arial;
}

.filter_container{
	float:right;
	margin-right:200px;
	margin-top:20px;
}

.about_container{
	margin-left:10px;
	width:600px;
	padding-bottom:50px;
	padding-top:3px;
	padding-left:5px;
}

.submit{
	font-weight:bold;
	cursor:pointer;
}

.submit:hover
{
background-color: #8E92AF;
}


fieldset
{
border:1px solid #000000;
font-weight:bold;
font-size:90%;
margin-top:10px;
padding:15px;
color:#144660;
background:#CCD4D8 none repeat scroll 0 0;
}

legend
{
font-size:120%;
font-weight:bolder;
color:#022538;
background:#FFFFFF none repeat scroll 0 0;
}

label
{
font-size:90%;
}