html,body
{
	margin: 0;
	padding: 0;	
	font-family: Helvetica,Arial,sans-serif;
}

.page-frame h1,
.page-frame h2,
.page-frame h3,
.page-frame h4,
.page-frame h5
{
	letter-spacing: normal;
}

.page-frame div.google-map-search-wrapper
{
	width: 560px; 
	height: 570px; 
	margin-bottom: 5px; 
	padding-top: 10px; 
	margin-top: 0px; 
	text-align: center; position: relative;	
}

.page-frame div.google-map-search-wrapper table td
{
	line-height: 90%;
}

.page-frame div.google-map-search-wrapper a,
.page-frame div.google-map-search-wrapper table a,
.page-frame div.google-map-search-wrapper table .gwt-Hyperlink
{
	font-weight: normal;
	cursor: pointer;
}

.page-frame li
{
	margin: 0;
	padding: 0;	
}

/* gmail button */
.cbg-Button
{
	padding: 0;
	display: inline-block; 
	display: -moz-inline-box;
	outline-color: -moz-use-text-color; 
	outline-style: none; 
	outline-width: medium; 
	position: relative; 
	text-decoration: none; 
	vertical-align: middle; 
	cursor: pointer !important; 
	/* font-size: 70%; */
	font-size: 12px;
	user-select: none;
	font-family: Arial,Helvetica,sans-serif;
	-moz-user-select: none; 
	-khtml-user-select: none;
	margin-top: 0px;
	margin-bottom: 2px;
}

.cbg-ButtonOuter
{
	border-style: solid; 
	border-color: rgb(120, 120, 120); 
	border-width: 1px 0pt; 
	margin: 0px; 
	padding: 0px; 
	display: inline-block; 
	display: -moz-inline-box;
	line-height: 0px; 
	position: relative;
	cursor: pointer !important; 
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.cbg-ButtonInner
{
	border-color: rgb(120, 120, 120) rgb(120, 120, 120) rgb(120, 120, 120) white;
	margin: 0pt 0px;
	border-style: solid; 
	border-width: 0pt 1px; 
	display: inline-block; 
	display: -moz-inline-box;
	line-height: normal; 
	position: relative; 
	user-select: none;
	background-color: rgb(226, 226, 226);
	float: left;
	cursor: pointer !important;
	-moz-user-select: none; 
	-khtml-user-select: none;
}

div.cbg-Button
{
        float: left; /* strict */
}

div.cbg-ButtonOuter
{
        height: 22px; /* strict */
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
        /* webkkit */
        div.cbg-ButtonOuter
        {
                height: 21px;
        }
}

.cbg-ButtonOuter-down .cbg-ButtonInner
{
	background-color: rgb(249, 249, 249);
	cursor: pointer !important;
}

.cbg-ButtonOuter-down .cbg-ButtonTop
{
	background-color: rgb(226, 226, 226);
	cursor: pointer !important;
}

.cbg-ButtonOuter-hover
{
	border-color: rgb(80,80,80);	
	cursor: pointer !important;
}

.cbg-BCRight .cbg-ButtonOuter-hover .cbg-ButtonInner
{
	border-color: rgb(80, 80, 80); 
	cursor: pointer !important;
}

.cbg-BCLeft .cbg-ButtonOuter-hover .cbg-ButtonInner
{
	border-color: rgb(80, 80, 80) rgb(80, 80, 80) rgb(80, 80, 80) white;
	cursor: pointer !important;
}

* html .cbg-Button
{
	display: inline;
	zoom: 1;
}

* html .cbg-ButtonOuter
{
	display: inline;
	zoom: 1;
}

* html .cbg-ButtonInner
{
	display: inline;
	zoom: 1;
}

.cbg-BCMiddle .cbg-ButtonInner
{
	border-color: rgb(120, 120, 120); 
	margin: 0px -1px 0px -1px;
}

.cbg-BCRight .cbg-ButtonInner
{
	border-color: rgb(120, 120, 120); 
	margin: 0px 0px 0px -1px;
}

.cbg-BCLeft .cbg-ButtonInner
{
	border-color: rgb(120, 120, 120) rgb(120, 120, 120) rgb(120, 120, 120) white; 
	margin: 0pt -1px 0pt 0px;
}

.cbg-ButtonTop
{
	border-bottom: 0.2em solid rgb(237, 237, 237); 
	overflow: hidden; 
	width: 100%;
	left: 0px; 
	position: absolute;
	right: 0px; 
	top: 0px; 
	height: 0.9em; 
	cursor: pointer !important;
	background-color: rgb(249, 249, 249);
}

.cbg-ButtonContent
{
	padding: 0pt 8px; 
	position: relative; 
	text-align: center; 
	vertical-align: middle; 
	white-space: nowrap; 
	cursor: pointer !important;
	-moz-user-select: none; 
	line-height: 1.8em; 
	color: black;
	-khtml-user-select: none;
	user-select: none;
}

.cbg-ButtonContent img
{
	vertical-align: middle;
	margin: 4px 4px 4px 0px;
}

.cbg-Strong .cbg-ButtonContent
{
	font-weight: bold;	
}
	
.cbg-VowToolButton .cbg-ButtonContent
{
		
	width: 50px;
}

* html .cbg-VowToolButton .cbg-ButtonContent
{
	width: 60px;	
}

.cbg-ButtonInner:hover
{
	background-color: rgb(249, 249, 249);
	cursor: pointer !important;
}

* html .cbg-buttonTop
{
	width: 100%;
}

/* vow toolbar */
.ToolbarNG
{
	position: relative;
	z-index: 500;
	margin-top: 15px;
	height: expression('4.5em');
}

.ToolbarNG .toolbar
{
	margin: 0;
	position: relative;
	border-left: 0;
	background: transparent url(toolbar-bg.png) repeat-x;
	border: 1px solid #999999;
	width: expression('100%');
}

.ToolbarNG .toolbar {
	height: 35px;
}

.ToolbarNG, .ToolbarNG ul {
	list-style: none; 
	padding-left: 0;
	font-family: Arial, sans-serif; 
 }
 
.ToolbarNG li {
	float: right; 
	margin: 0;
	padding: 0;
}
.ToolbarNG li ul li {
	float: none;
}
body div.ToolbarNG li a {
	display: block; 
	text-decoration: none;
	color: #0033CC !important;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 9px 9px 9px 9px;
}
.ToolbarNG ul li:hover a, .ToolbarNG li.sfhover a 
{
	background: transparent url(toolbar-bg-hover.png) repeat-x;
}

.ToolbarNG .toolbar a.selected
{
	background: transparent url(toolbar-bg-hover3.png);
	background-position: center center;
	background-repeat: repeat-x;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #999999;
}

.ToolbarNG.selected:link, .ToolbarNG .selected:visited 
{
	background: transparent url(toolbar-bg-hover3.png);
	background-position: center center;
	background-repeat: repeat-x;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #999999;
}

.ToolbarNG li ul
{
	border-top: 1px solid #999999;
	margin-top: 0px;
	margin-top: expression('0px');
}

.ToolbarNG li ul li a
{
	font: 12px Helvetica,Arial,sans-serif;
	font-weight: bold;
	border-left: 0;
}
	
.ToolbarNG li ul.searches {
	
	z-index: 1001;
	width: 220px; 
	position: absolute; 
	left: -10000px;
	/* display: none; */
	background-color: #efefef; 
}

.ToolbarNG li:hover ul.searches, .ToolbarNG li.sfhover ul.searches {
	display: block;
	left: 230px;
	left: expression('180px');
	z-index: 1001;
}

	
.ToolbarNG li ul.favs {
	z-index: 1001;
	width: 210px; 
	position: absolute; 
	left: -10000px;
	/* display: none; */
	background-color: #efefef; 
}

.ToolbarNG li:hover ul.favs, .ToolbarNG li.sfhover ul.favs {
	display: block;
	left: 330px;
	left: expression('290px');
	z-index: 1001;
}

.ToolbarNG li ul.acct {
	z-index: 1001;
	width: 160px; 
	position: absolute; 
	/* left: -10000px; */
	display: none;
	background-color: #efefef; 
}

.ToolbarNG li ul li
{
	overflow-x: hidden;
}

.ToolbarNG li:hover ul.acct, .ToolbarNG li.sfhover ul.acct {
	display: block;
	right: 0px;
	z-index: 1001;
}

.ToolbarNG li ul li {
	position: relative;
	border-left: 1px solid #777777; 
	border-right: 1px solid #777777; 
	border-bottom: 1px solid #777777;
}

body .ToolbarNG li ul a {
	display: block;
	border-right: 0;
	text-align: left; 
	padding-top: 5px;
	padding-left: 6px; 
	padding-right: 6px; 
	/* padding-right: 120px; */
}

.ToolbarNG li ul.searches a {
	padding-top: 7px;
 	padding-bottom: 5px;
}

.ToolbarNG li ul.favs a {
 	padding-bottom: 6px;
}

.ToolbarNG li ul.acct a {
 	padding-bottom: 6px;
}

.ToolbarNG li ul a:link, .ToolbarNG li ul a:visited {
	/* color: #004F59; */
	color: #333333;
	background-image: none;
}

#vow-login-with-external-id
{
	position: absolute;
	left: 5px;
	bottom: 10px;
	/* line-height: 3em;     */
	bottom: expression( '10px' );
	color: black;

}

#vow-login-with-external-id a
{
	text-decoration: none;	
}

#vow-login-with-external-id img
{
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;	
	margin-right: expression('5px');
	margin-left: expression('5px');	
	padding-right: expression('0px');
	padding-left: expression('0px');
}

#PredefinedToolbar
{
	text-align: right; 
	width: 560px; 
	margin: auto;	
}

img.vow-email-alerts-icon,
img.recip-email-alerts-icon
{
	position: absolute; 
	top: -13px
}

img.vow-email-alerts-icon
{
	right: 320px; 
}
img.recip-email-alerts-icon
{
	right: 150px;
}

/*
.ToolbarNG li ul li:hover {
	background-color: #cdcdcd;
}

.ToolbarNG li ul li.sfhover {
	background-color: #cdcdcd;
	cursor: pointer;
}
*/
.ToolbarNG li ul a:hover {
	background-color: #cdcdcd;
}

.ToolbarNG li ul a.sfhover {
	background-color: #cdcdcd;
	cursor: pointer;
}

.ToolbarNG li ul div.actions
{
	position: relative;
	left: 0px;
	/* bottom: 0px; */
	z-index: 150;
	white-space: nowrap;
	margin: 3px 6px 6px 6px;
	text-align: left;
	font: 11px verdana;
	color: #555555;
	border-top: 1px dotted gray;
	padding-top: 5px;
}

.ToolbarNG li ul div.actions a, 
	.ToolbarNG li ul div.actions a:link,
	.ToolbarNG li ul div.actions a:visited
{
	background: none;
	border: 0;
	padding: 0;
	display: inline;
	color: blue;
	font: 11px verdana;
}

.ToolbarNG li ul div.actions a:hover
{
	color: red;
}

.ToolbarNG .info
{
	font: 12px Helvetica,Arial,sans-serif;
	text-align: right;
	font-size: 12px;
	margin-bottom: 4px;
	white-space: nowrap;
}

.ToolbarNG .tools
{
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #bcbcbc;
	position: relative;
	z-index: -1;
	color: black;
	/* background: #bcbcbc url(http://res.myrealpage.com/wps/css/ng/shadow.png);
	background-repeat: repeat-x;
	background-position: top left; */
}

.ToolbarNG .tools table
{
	color: black;	
}

.ToolbarNG .message
{
	font: 12px Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: black;
}

.ToolbarNG .error
{
	font: 12px Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: rgb( 255, 50, 50 );
}

.ToolbarNG .message-container
{
	background-color: rgb(255,255,0);
	float: left;
	margin-left: 1px;
	padding: 2px 5px;
}

.ToolbarNG .inner
{
	/* height: 60px; */
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.ToolbarNG label
{
	font: 10pt Helvetica,Arial,sans-serif;	
}

.vowToolbarNGSelect
{
	vertical-align: middle;	
	border: 1px solid rgb(120, 120, 120);
}

.vowToolbarNGText
{
	vertical-align: middle;	
	border: 1px solid rgb(120, 120, 120);
}

/* end of vow-toolbar */


/* vow-listing-toolbar */
.cbg-vowFavoriteButton .cbg-ButtonInner
{
	width: 130px;
}

* html .cbg-vowFavoriteButton .cbg-ButtonInner
{
	width: 130px;
}

div.vowListingToolbar
{
	position: relative;	
	font: 12px Helvetica,Arial,sans-serif;
	padding-bottom: 5px;
}

div.vowListingToolbar label
{
	font: 12px Helvetica,Arial,sans-serif;
	font-weight: bold;	
	display: inline-block; 
	display: -moz-inline-block; 
	margin-top: 5px; 
	width: 65px;
}

div.vowListingToolbar label.vowListingToolbarAddNoteLabel
{
	display: block;
	margin-top: 0;	
	text-align: right;
	position: absolute; 
	top: 4px; 
	right: 250px; 
	right: expression('240px');
}

div.vowListingToolbar .vowListingToolbarRating
{
	position: absolute; 
	top: 4px; 
	right: 150px; 
	right: expression('140px');
}

div.vowListingToolbarButtonContainer
{
	position: absolute; 
	top: 0px; 
	right: 0px;
	right: expression('5px');
}

div.vowListingToolbar .vowListingToolbarNote
{
	color: #444444; 
	font-family: Verdana; 
	font-size: 11px;	
}

table.vowListingToolbar2
{
	position: relative;	
	font: 12px Helvetica,Arial,sans-serif;
	margin: 0;
}

table.vowListingToolbar2 a img
{
	border: 0;
	vertical-align: -15%;
	margin-right: 5px;
}

table.vowListingToolbar2 td
{
	padding: 2px 5px;	
}

table.vowListingToolbar2 td a
{
	text-decoration: none;
	font-weight: bold;
}

table.vowListingToolbar2 td a:hover
{
	color: red;	
}

table.vowListingToolbar2 .user-content
{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: bold;
}

.VowListingToolbarEditNG
{
	font: 12px Helvetica,Arial,sans-serif;
	margin: 0;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #dfdfdf;
	z-index: 100;
	position: relative;
	color: black;
	/* background: #bcbcbc url(http://res.myrealpage.com/wps/css/ng/shadow.png);
	background-repeat: repeat-x;
	background-position: top left; */
}

.VowListingToolbarEditNG table
{
	font: 12px Helvetica,Arial,sans-serif;	
	color: black;	
}

.VowListingToolbarEditNG .message
{
	font: 12px Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: black;
}

.VowListingToolbarEditNG .error
{
	font: 12px Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: rgb( 255, 50, 50 );
}

.VowListingToolbarEditNG .message-container
{
	background-color: rgb(255,255,0);
	float: left;
	margin-left: 1px;
	padding: 2px 5px;
}

.VowListingToolbarEditNG .inner
{
	/* height: 60px; */
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

#VowListingToolbarEditNGClose
{
	font: 11px Tahoma,sans-serif; 
	color: #003399; 
	position: absolute; 
	top: 3px; 
	right: 6px;
}

.VowListingToolbarEditNG label
{
	font: 10pt Helvetica,Arial,sans-serif;	
}

/* end of vow-listing-toolbar */


/* listing templates */
div.listing-disclaimer
{
	font: 11px Helvetica,Arial,sans-serif;
}

div.owner-contact-container
{
	width: 100%;
	position: relative;	
}

div.owner-contact-container table
{
	position: relative;
	overflow: hidden; /* aquire height */	
}

.listing_contact_info
{
	float: left;
	/*background-color: yellow;*/
	width: 260px;
	font-size: 10pt;
}

.listing_contact_info_second
{
	margin-left: 20px;
}

.listing_contact_info img
{
	float: left;
	margin-right: 5px;
}


.listing_contact_info ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.6em;
	margin-left: 5px;
}

.listing_contact_info ul label
{
	display: block;
	float: left;
	font-size: 10pt;
	width: 2.3em;	
}

/* page nav */
div.listing-results-navigation-bottom
{
	/* border-top: 3px double rgb(153,153,153); */
}

select.search-results-sort-by-select
{
	margin: 0px 0px 0px 10px; 
	font-size: 11px;
	width: 90px;
}

select.items-per-page-select
{
	font-size: 11px;
	margin-left: 3px;
}

div.page-navigation,
div.page-navigation table
{
	padding: 5px 0px 5px 0px;
	font: 10pt Helvetica,Arial,sans-serif;
}

div.page-navigation div.page-buttons
{
	padding-top: 5px;
	padding-bottom: 5px; /* strict */
}

div.page-navigation div.page-buttons a,
#template-layout div.page-navigation div.page-buttons a,
#page-template-layout div.page-navigation div.page-buttons a
{
	color: black;	
}

div.page-navigation div.results-page-summary,
div.page-navigation div.results-summary
{
	margin-left: 5px;
	
}

div.page-navigation div.results-page-summary
{
}

div.results-page-summary span.results-total,
div.page-navigation span.results-total,
div.page-navigation span.results-total-long
{
	/* font-weight: bold; */
	color: #d40000;
}

div.page-navigation span.results-total-long
{
	display: none;	
}

div.page-navigation a 
{
	padding: 2px 2px 2px 2px;
	border: 1px solid #ababab;
	background-color: #efefef;
	color: black;
	margin: 0px 1px 0px 1px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}

div.page-navigation a.next-nav
{
	padding-left: 5px;	
}

div.page-navigation a.prev-nav
{
	padding-right: 5px;	
}

div.page-navigation a:hover
{
	background-color: #ababab;
}

div.page-navigation a.small-number
{
	padding: 2px 5px;
}

div.page-navigation a.large-number
{
	letter-spacing: -1px;
}

div.page-navigation a.current
{
	font-weight: bold;
	background-color: #ababab;
}

div.page-navigation a.disabled-link
{
	color: #ababab;	
}

div.page-navigation a.disabled-link:hover
{
	background-color: #efefef;
}

/* search results */
ul.listing-sub-categories
{
	list-style: none;
	margin: -10px 0 0 0;
	padding: 3px 0px;
	text-align: left;
}

ul.listing-sub-categories li
{
	font-family: Helvetica,Arial,sans-serif; 
	font-size: 13px;
	display: inline;
	padding: 2px 13px 2px 0px;
	margin: 0;
	line-height: 22px;
}

ul.listing-sub-categories li.separator
{
}

ul.listing-sub-categories li.selected a
{
	font-weight: bold;
	text-decoration: none;	
	border-bottom: 3px double;
}

ul.listing-sub-categories li a
{
	text-decoration: none;	
	border-bottom: 1px dotted;
}

h1.search-name-heading 
{
	padding-top: 0em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	text-align: left;
}

div.custom-search-header
{
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	margin-bottom: 5px;
}

/* search forms */

#listing-type-switch
{
	float: right;
	font-size: 80%;	
}

h1.custom-form-title
{
	padding-top: 0.5em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
}

div.custom-form-header
{
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

div.additional-search-controls
{
	border-bottom: 1px solid #ababab;
	margin-bottom: 10px;
	padding: 10px 0px;	
}

ul.available-search-forms
{
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

ul.available-search-forms li
{
	display: inline;
	font-family: Helvetica,Arial,sans-serif; 
	padding: 4px 3px;
	margin: 0;
	border-bottom: 1px solid #0000aa;
}

ul.available-search-forms li.separator
{
	color: #0000aa;
}

ul.available-search-forms li.item a
{
	text-decoration: none;
}

ul.available-search-forms li.selected
{
	padding-bottom: 12px;
	background: url(notch-blue4.gif) no-repeat center bottom;
	border: 0px;
}

/* graphic-map-for */
div.graphic-map-form
{
	width: 538px;
	/* width: expression( "558px" ); */
	margin: 10px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

div.graphic-map-form-outer
{
	/* padding: 10px;*/
	text-align: center;	
	border: 1px solid #ababab;
	margin-bottom: 10px; 
	margin-top: 20px;
}

div.graphic-map-form, div.graphic-map-form .label, div.graphic-map-form table, .error
{
	font: 14px helvetica,arial,sans-serif;
}

div.graphic-map-form .error
{
	text-align: left;
	color: red;
}

div.graphic-map-form ul.errors
{
	margin: 0 0 0 20px;
	padding: 2px 0px;
}

div.graphic-map-form .label, div.graphic-map-form div.field-label
{
	font-weight: bold;
}

div.graphic-map-form .control-error
{
	/* background-color: Moccasin; */
	border: 1px solid red !important;
	
}

div.graphic-map-form .control-links
{
	font: 11px Tahoma,sans-serif;
	font-weight: bold;	
}

div.graphic-map-form div.field-label
{
	padding-top: 5px;
}

div.graphic-map-form div.search-form-multi-list
{
	padding: 5px;
	border: 1px solid #ababab;
}

div.graphic-map-form .attention, div.simple-search-form .attention
{
	color: red;	
}

div.graphic-map-mouse-over
{
	cursor: pointer;
}
div.graphic-map-mouse-over img
{
	cursor: pointer;
}

div.graphic-map-breadcrumbs, div.graphic-map-areas-controls
{
	font: 14px helvetica,arial,sans-serif;
	padding: 5px 0px 10px 0px;
}

div.graphic-map-breadcrumbs
{
	font-weight: bold;
}

div.graphic-map-areas-select
{
	padding: 5px;
}

div.graphic-map-areas-select input
{
	margin-right: 5px;	
}
div.graphic-map-areas-select label
{
	display: block;
	font: 13px helvetica,arial,sans-serif;
	white-space: nowrap;
}

div.graphic-map-search-more-options-link
{
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

div.graphic-map-search-more-options-link a
{
	text-decoration: none;
}

div.graphic-map-form .more-options-container
{
	border-top: 1px solid #ababab;	
}

div.graphic-map-areas-select label.selected
{
	color: red;
}

/* google map search */
.TopToolbarContainer td .SearchControlLabel
{
	font-weight: bold !important;
	font-size: 13px !important;
}

/* vow sign up link */
a.vow-signup-link
{
	font: 11px Tahoma; 
	/* font-weight: bold; */
	color: #2E5E75;
}

/* DETAILS and RESULTS SHARED */
div.listing-breadcrumbs
{
	margin-left: -4px;	
}

div.listing-breadcrumbs a,
div.listing-details-page-navigation a
{
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
}

div.listing-breadcrumbs span
{
	/* arrows too small otherwise */
	font-size: 15px;
}

.page-frame div.google-map-search-wrapper div.SlidingPanel table td
{
	line-height: 60%;	
}

/* beginning of tabs */
div.listing-tabs
{
	margin-top: 10px;
	font-size: 14px;
	width: expression( '100%' ); /* acquire box model: IE */
	border-left: 1px solid #999999;
	position: relative;
	overflow: hidden; /* acquire height */
	background: url(../../img/ng/listings/listing-tabs-base.gif) repeat-x bottom;
}

div.listing-tabs img
{
	border: 0;
}

div.listing-tabs ul 
{
	margin:0;
	padding:0;
	list-style: none;
}

div.listing-tabs li 
{
	float:left;
	margin:0px;
	padding:0px;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	background: #efefef url(../../img/ng/listings/listing-tabs-base.gif) repeat-x bottom;
}

div.listing-tabs li.first-tab
{
	border-left: 1px solid #999999;
}
div.listing-tabs li a 
{
	display:block;
	padding:8px 15px 8px 15px;
	text-decoration:none;
	color:#0066cc;
	font-size:12px;
	font-weight:bold;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin-bottom: 1px;
}

div.listing-tabs a
{
}

div.listing-tabs a:hover 
{
	color:#0066cc;
}

div.listing-tabs li.current 
{
	background: #ffffff;
}


div.listing-tabs li.current a 
{
	background-color: transparent;
	color:#000000;
}

div.listing-content img.contact-symbol
{
	margin-right: 5px;
	vertical-align: -20%;	
}

div.listing-content .top-contact-link-section
{
	font-size: 14px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* end of listing tabs */

div.results-filter-form
{
	border-top: 3px double rgb(153,153,153);	
	padding-bottom: 10px;
	padding-top: 5px;
}

div.results-filter-form div.filter-form-buttons
{
	margin-top: 3px;	
}

div.powered-by
{
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}

div.gwt-PopupPanel div.popupContent table
{
	color: black;
}

div.listing-content .youtuve-video
{
	border: 1px solid #dfdfdf;
}

/* regional custom */

div.alberta-results-over-50 strong
{
	color: #B40B03;	
}

div.alberta-results-over-50 strong a,
div.alberta-results-over-50 storng a:hover,
div.alberta-results-over-50 strong a:visited
{
        color: blue !important;
}

div.alberta-results-over-50
{
	border: 2px solid #B40B03;
	margin: 10px 0px;
	padding: 5px;
	color: black;
	background-color: #FFF08B;
}



div.results-overflow strong
{
	color: #B40B03;	
}

div.results-overflow strong a,
div.results-overflow storng a:hover,
div.results-overflow strong a:visited
{
        color: blue !important;
}

div.results-overflow
{
	border: 1px solid #FBEED5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin: 10px 0px;
	padding: 8px;
	color: #333;
	background-color: #FCF8E3;
	line-height: 18px;
	-webkit-box-shadow: 0 0 5px #C09853;
	-moz-box-shadow: 0 0 5px #C09853;
	-o-box-shadow: 0 0 5px #C09853;
	box-shadow: 0 0 5px #C09853;
}

div.results-overflow a.vow-signup-link {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
}

div.heat-map-button
{
	padding-left: 20px;
	background: url(../../img/unchecked.gif) 5px 0px no-repeat;
}

div.heat-map-button-selected
{
	padding-left: 20px;
	background: url(../../img/checked.gif) 5px 0px no-repeat;
}

img.auto-image
{
	position: absolute;
	left: -10000px;
	top: -10000px;
	visibility: hidden;
}

ul.tree-container
{
	font-family: tahoma,arial,helvetica;
	font-size: 10pt;
	height: 100%;
	margin: 0;
	padding: 3px;
	white-space: nowrap;
}
li.item
{
	-moz-background-inline-policy: continuous;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("../../img/vline.gif");
	background-position: 0 0;
	background-repeat: repeat-y;
	list-style: none outside none;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	cursor: pointer;
}

li.last
{
	background-image: none;
}

span.item-node
{
	height: 16px;
}

span.item-holder 
{
	background-image: url("../../img/icons.gif");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background-position-x: 0px;
	background-position-y: 0px;
}
span.connector
{
	background-position-x: 0px;
	background-position-y: 0px;
	background-position: 0px 0px;
}
span.last-connector
{
	background-position-x: 0px;
	background-position-y: -16px;
	background-position: 0px -16px;
}
span.expander
{
	background-position-x: 0px;
	background-position-y: -32px;
	background-position: 0px -32px;
}
span.last-expander
{
	background-position-x: 0px;
	background-position-y: -48px;
	background-position: 0px -48px;
}
span.collapser
{
	background-position-x: 0px;
	background-position-y: -64px;
	background-position: 0px -64px;
}
span.last-collapser
{
	background-position-x: 0px;
	background-position-y: -80px;
	background-position: 0px -80px;
}

label.item
{
	height: 16px;
	padding: 0px;
	margin: 0px 0px 0px -6px;
	vertical-align: middle;
}
input.item, input.folder
{
	height: 16px;
	margin: 0px 4px 0px 4px;
	vertical-align: middle;
}
span.item-label
{
	margin: 0px 0px 0px -4px;
	height: 16px;
	vertical-align: middle;
}
ul.expander, ul.collapser
{
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
ul.expander
{
	display: none;
	position: absolute;
	left: −10000px;
	top: -10000px;
}
ul.collapser
{
	display: block;
}
span.item-attention
{
	font-family: tahoma,arial,helvetica;
	font-size: 8pt;
	color: red;	
}



div.listing-photo-container
{
	background-color: #ffffff;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	text-align: center;
	margin-left: 5px;
	width: 170px; 
	height: 170px;
	display:block;
	page-break-inside:avoid;
}


div.listing-photo-container a
{
	text-decoration: none;
}

img.listing-auto-image
{
	position: absolute;
	left: -10000px;
	top: -10000px;
	visibility: hidden;
}