/***
 Main Styles
 ***/

body
{
	margin: 0;
	font: normal 11px "Arial" , "Verdana" , "Helvetica" , "sans-serif";
}

p
{
	color: #303030;
	font: normal 11px "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	line-height: 15px;
}

a:link
{
	color: #425742;
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	text-decoration: underline;
}
a:visited
{
	color: #425742;
}
a:hover
{
	color: #6E7C6A;
}
a:active
{
	color: #425742;
}

img 
{
	border: 0;
}

.imageBorder img, img.imageBorder 
{
	padding: 2px;
	border: solid 1px #888;
}

h2.title
{
	color: #425742;
	text-align: left;
	margin: .5em 0 .5em 0em;
}

h3.title
{
	color: #425742;
	text-align: left;
	margin: .5em 0 .5em 0;
}

/***
 Layout
 ***/

#mainContainer 
{
	border: solid 1px #7c7c7c;
	
	margin: 0 auto 0 auto;
	padding: .5em;
}

#header 
{
	display: none;
	height:0;
}

#menu
{
	display: none;
}

/***
 Content styles
 ***/

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#agentInfoCell
{
	display: none;
}

#propertyCell
{
	width: 100%;
}

table.propertyInfo td
{
	border: none;
	padding: 1px;
}

/* Property page */
#headerRight
{
	display: none;
}

#agentInfoBox 
{
	padding: 2px;
	margin: 2px 0 0 0;
	border: solid 1px #888;
}

#agentInfoBox h3
{
	font-size: 12pt;
}

#agentInfoBox label
{
	font-weight: bold;
}

.propertyButton
{
	display: none;
}

#photoLocation
{
	font-weight: bold;
}

.propertyStatus 
{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	display: block;
}

div.propOpenHouse 
{
	width: 300px;
	border: solid 1px #aaa;
	background-color: #E9EDE4;
}

div.propOpenHouse p
{
	font-weight: bold;
	text-align: center;
}

p.showingInstructions
{
	text-align: center;
	font-weight: bold;
}

.hsProperty 
{
	font-size: 11pt;
}

#nextLinkImage
{
	display: none;
}

#prevLinkImage
{
	display: none;
}

#watchlistLink
{
	display: none;
}

/* 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: block;
	width: 100px;
	float: left;
	text-align: center;
}
#photoThumbContainer img {
	margin-top: 10px;
}
#contentContainer {
	margin: 0 !important;
}