/**
 * House-Price-Index.css
 * House Price Index Specific Element Stylesheet
 *
 * @author       Lewis Howles
 * @date         2009-11-26
 * @lastmodified 2010-03-03
 * @site         http://www.reedsrains.co.uk
 */

/**
 * House Prices
 */

#house-prices {
	height:150px;
	background:url(../images/bg-house-prices.jpg) 100% 100% no-repeat;
}
#house-prices.table 
{
	background:none;
	height:auto !important;
}

#house-prices form.standard {
	float:left;
	border-right:1px solid #3b5678;
	margin-right:10px;
}

#house-prices form.standard input#postcode, #house-prices form.standard input#txtVCode{
	width:150px;
	font-size:16.5pt;
	float:left;
	margin-right:10px;
}

#house-prices form input#submit{
	width:150px; height:36px;
	display:block;
	text-align:center;
	color:#fff;
	border:none;
	background:url(../images/button.png) no-repeat;
	cursor:pointer;
	margin-right:10px;
	padding-bottom:7px;
	float:left;
	margin-bottom:15px;
}

#house-prices form input#submit2{
	width:150px; height:36px;
	display:block;
	text-align:center;
	color:#fff;
	border:none;
	background:url(../images/button.png) no-repeat;
	cursor:pointer;
	margin-right:10px;
	padding-bottom:7px;
	float:left;
}

#house-prices div a {
	font-size:15pt;
	color:#3b5678;
}

/* new ones*/

.hpTable
{
	width: 750px;
	border-collapse:collapse;
	border:1px solid #6EACED;
	margin-top:10px;
}

caption
{
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(../images/g_caption.jpg) right top;
	height: 45px;
	color: #000;
	padding-top: 10px;
	margin-bottom:15px;
}
.hpThead th
{
	background:url(../Images/bg_th.jpg) no-repeat right;
	height: 33px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
}

/*.hpTBody tr
{
	background: url(../Images/bg_td1.jpg) repeat-x top;
}

.hpTBody tr.odd
{
	background: #FFF8E8 url(bg_td2_OLD.jpg) repeat-x;
}*/

.hpTBody th
{
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #3b5678;
	padding: 8px 7px;
	border-top: 1px solid #6EACED;
	text-align: left;
}	 

.hpTBody td
{
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #3b5678;
	padding: 8px 7px;
	border-top: 1px solid #6EACED;
	text-align: left;
}

.hpTFoot th
{
	background: url(../Images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 33px;
}

.hpTFoot td
{
	background: url(../Images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 33px;
}

.hpTBody tr:hover
{
	background: url(../Images/bg_total.jpg) repeat-x bottom;
	text-decoration: none;
}

.hpCheckbox
{
	height:15px;
	width:15px;
	margin-left:10px;
	background-color: white;
	border: none;
}

.original-table
{
	
}