﻿.Grid 
{
	border: solid 1px #FFE3B0;
	margin: 10px 15px 0px 25px;
	width:550px;
}
.EstateList-headrow
{
	background: white url('/images/grid-blue-hd.gif');
	width:500px;
}

.EstateList-headrow th
{
	font-size: 12px;  text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	padding: 2px;
	color: #000;
	width: 100%;
	white-space: nowrap;
}

.altrow0, .altrow1
{
	border-bottom:dashed 1px #FFE3B0;font-size: 12px; 
	vertical-align:middle; text-align:center; cursor:pointer;
}
.altrow0
{
	background-color :#FFF6F6;
}
.altrow1
{
	background-color :#F7F7F7;
}
.altrow-over
{
	background-color:#2F4D89;
	color:White;
}

#bigImgContainer
{
	position:absolute;
	
}
