/**
 * ========================================================================
 * Messages and notices
 * ========================================================================
 */

#completion-notice
{
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #1AD41D;
	background: #99F39B;
}

#completion-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#deleted-notice
{
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #1AD41D;
	background: #99F39B;
}

#deleted-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#error-notice
{
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

#error-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#error-notice #errors
{
	margin: 1em 0 0 0;
}

#warning-notice
{
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #D2DC0E;
	background: #F3F890;
}

#warning-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#confirm-delete
{
	padding: 10px;
	margin: 1.75em 0 0 0;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

div.portal-separator
{
	height: 10px;
}

.green
{
	color: green;
}

.grey
{
	color: #aaa;
}

.red
{
	color: red;
}

/**
 * ========================================================================
 * Blogs
 * ========================================================================
 */

span.category-count
{
	font-size: .9em;
	color: #666;
}

#blogs a
{
	color: #9F3D43;
}

#blogs div.blog
{
	padding-bottom: 1.5em;
}

#blogs div.blog h3
{
	font-size: 1.5em;
	line-height: 1.25em;
}

#blogs div.blog div.category
{
	font-size: .85em;
	color: #666;
}

#blogs div.blog div.category a
{
	color: #666;
}

#blogs div.blog div.date
{
	font-size: .85em;
	color: #666;
}

/* Blogs footer */

#blogs-footer h3
{
	font-size: 1em;
	font-weight: bold;
}

#blogs-footer .space
{
	margin-bottom: 1em;
}

/**
 * ========================================================================
 * Google Maps
 * ========================================================================
 */

div#map
{
	width: 680px; 
	height: 350px;
}

div#directions
{
	overflow: auto; 
	height: 665px; 
	display: none;
}

/**
 * ========================================================================
 * Options navigation
 * ========================================================================
 */

div.options
{
	padding-bottom: 1em;
}

ul.options
{
	padding: 0 0 10px 0 !important;
	list-style: none;
}

ul.options li	
{
	padding-right: 10px;
	display: inline;
	font-weight: bold;
}

ul.options img
{
	position: relative;
	top: 4px;
}

/**
 * ========================================================================
 * Properties
 * ========================================================================
 */

table#property-listings
{
	margin-bottom: 10px;
}

table#property-listings td
{
	padding: 3px;
}

table#property-listings td.standard
{
	background: #EAEAEA;
}

table#property-listings td img.property-image
{
	border: 1px solid #aaa;
}

table#property-listings td div.property-title
{
	font-size: 1.25em;
	font-weight: bold;
}

/**
 * Property listing
 */

div.property-listing
{
	clear: both;
	width: 690px;
}

div.property-listing div.content
{
	clear: both;
}

div.property-listing div.description
{
	clear: both;
}

div.property-listing div.text div.title
{
	float: left;
	width: 500px; 
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.25em;
}

div.property-listing div.text div.price
{
	float: left;
	width: 190px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 1.25em;
}

div.property-listing div.content div.caption
{
	font-size: .85em;
	color: #aaa;
}

div.property-listing div.content div.caption-right
{
	text-align: right;
	font-size: .85em;
	color: #aaa;
}

div.property-listing div.content div.image
{
	float: left;
	width: 360px;
	margin-bottom: 15px;
}

div.property-listing div.content div.image img
{
	margin: 0 5px 5px 0;
	border: 1px solid #aaa;
}

div.property-listing div.content div.information
{
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

div.property-listing div.content div.information ul
{
	list-style: none;
}


div.property-listing div.description div.title
{
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

div.property-listing-separator
{
	clear: both;
	width: 690px;
	height: 1px;
	margin-bottom: 10px;
	background: url('/public/images/background-dot.gif') repeat-x;
}

input.add-to-favorites
{
	position: relative;
	padding: 0 0 0 18px;
	margin: 0;
	border: 0;
	background: none;
	cursor: pointer;
	text-align: left;
	background: url('/public/images/app/add.gif') no-repeat left center;
	font-weight: bold;
	font-size: 1em;
	font-family: 'Trebuchet MS','Lucida Grande';
}

/**
 * IDX
 */

p.idx-disclaimer
{
	clear: both;
	font-size: .85em;
}

div#idx-disclaimer
{
	font-size: .85em;
}

div#idx-disclaimer div.left
{
	float: left;
	width: 180px;
}

div#idx-disclaimer div.right
{
	float: left;
	width: 420px;
}

table#idx-property-info td
{
	padding: 4px;
	font-size: .85em;
}

table#idx-property-info ul
{
	padding-left: 2em !important;
}

table#idx-property-info ul li
{
	font-size: .9em;
}

/**
 * ========================================================================
 * Table data
 * ========================================================================
 */

table.data
{
}

table.data th
{
	padding: 2px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	text-align: center;
}

table.data td
{
	padding: 4px;
	border-right: 1px solid #fff;
}

table.data tr.alternate, table.data td.alternate
{
	background: #eee;
}

table#member-search div.error-message
{
	padding-left: 0 !important;
}

table#member-search td
{
	padding: 4px 0 4px 0;
}

table#member-search input.submit
{
	margin: 0 !important;
}
