/*		Property Repeater	*/
table.propertyRepeater
{
	border-collapse: collapse;
	width: 90%;
}

table.propertyRepeater .propertyImage img
{
	border: solid 1px #6f746d;
	padding: 2px;
}

table.propertyRepeater .propLabel
{
	font-weight: bold;
}

table.propertyRepeater a
{
	font-weight: bold;
	color: #0E3280;
}

.propertyRepeater td
{
	padding: 8px;
}

.propertyRepeaterOdd
{
	
}

.propertyRepeaterOdd td
{
	border-bottom: dashed 1px black;
}
.propertyRepeaterEven
{
	background-color: #dedede;
	
}
.propertyRepeaterEven td
{
	border-bottom: dashed 1px black;
}

table.propertyInfo td
{
	border: none;
	padding: 1px;
}

/* Pager */

#pager
{
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px;
	width: 60%;
	background-color: #fafafa;
	
	font-size: 9pt;
}

/* Property page */
#headerRight
{
	text-align: right;
}
#headerRight p
{
	padding: 0px;
	margin: 4px 5px 0px 0px;
}

#agentInfoBox
{
	display: none;
}

.propertyButton
{
	display: inline;
}

#photoLocation
{
	font-weight: bold;
}

.propertyStatus 
{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #060;
	display: block;
}

div.propOpenHouse 
{
	width: 300px;
	border: solid 1px #aaa;
	background-color: #ABB8CC;
}

div.propOpenHouse p
{
	font-weight: bold;
	text-align: center;
}

p.showingInstructions
{
	text-align: center;
	font-weight: bold;
}

.hsProperty 
{
	font-size: 11pt;
}

/* Room dimensions */
table.roomDimensions 
{
	border-collapse: collapse;
	background-color: #f0f0f0;
	margin: 1em 0 1em 0;
}
table.roomDimensions td
{
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
}
table.roomDimensions th
{
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
	text-transform: uppercase;
	background-color: #fafafa;
	text-align: center;
}
#photoThumbContainer {
	display: none;
}
#photoThumbTD {
	display: none;
}