﻿body
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*color: #716456; */
color: #333333;
padding-top: 10px;
padding-bottom: 10px;
background-color: maroon;
}
dl{
	/*border-bottom: 1px solid #C6C6C6;*/
	margin-bottom: 10px;
}
dt{
	float: left;
	width: 145px;
	text-align: right;
	padding-top: 1px;
	font-weight:bold;
	font-size:12px;
}
dd{
	margin-left: 155px;
	margin-bottom: 10px;
}

strong 
{
    color:Navy;
    font-weight:bold;
    font-style:italic;
}
#container
{
margin: 0px auto 10px auto;
width: 720px;
border: 1px solid black;
padding: 15px 15px 15px 15px;
background: Gainsboro   ;
}

#appraisalForm 
{
border: 1px solid black;
width: 360px;
float:right;
padding: 5px 5px 5px 10px;
margin-left:5px;
    
}


table.data{
	display: inline;

	margin-top: 10px;
	border: 0;
	border-collapse: collapse;
	border: 1px solid #C6C6C6;
	
	margin-bottom: 10px;
	border-color:Navy;
}
table.data td{
	padding: 5px 6px;
	border-left: 1px solid #C6C6C6;
	border-top: 1px solid #C6C6C6;
	border-bottom: 0px;
	white-space: nowrap;
}
table.data tr.tableHeader td {
	font-weight: bold;
	border-color: #dae0d2 ;
    background-color: Navy;
	color: white; 
}
table.data tr.tableHeader td a{
	color: #FFF;
}


table.data tr.odd td{
	background: #F5F5F5;
}
a.button, td a.button{
	border: 1px solid #666666;
	border-top: 0;
	background: #CCCCCC url("images/bg_button.gif") repeat-x;
	padding: 2px 4px;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	clear: left;
}
