html>/**/body ul.ccm-tag-list {list-style-type: none; margin: 0px; padding: 0px}
html>/**/body ul.ccm-tag-list li {margin: 0px; padding: 0px; zoom: 1; display: inline-block; margin-right: 8px; margin-bottom: 8px; color: #ccc; font-size: 10px}
html>/**/body ul.ccm-tag-list li a {padding: 4px; background-color: #f6f6f6; display: inline-block; text-decoration: none; vertical-align: middle; border: 1px solid #aaa; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px}
html>/**/body ul.ccm-tag-list li a:hover {background-color: #e8e8e8; color: #333}

:first-child+html ul.ccm-tag-list li {float: left; margin-right: 20px; white-space: nowrap; padding: 0px; margin-left: 0px}
* html ul.ccm-tag-list li {float: left; margin-right: 20px; white-space: nowrap; padding: 0px; margin-left: 0px}

.vbr_search_block, .vbr_results_block {
	padding:20px;
	margin-bottom:20px;
}
.vbr_results_block {
	background-color:#eee;
}
.vbr_building_result {
	position:relative;
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;
}

.vbr_building_result .commentsLink {
	cursor:pointer;
	color:#900;
}

.vbr_building_result .comment {
	background-color:#eee;
	padding:2px;
	margin:2px;
}

.vbr_building_result .contactLink {
	font-size:11px;
	font-weight:normal;
	position:absolute;
	top:3px;
	right:3px;
}

.vbr_building_result .label {
	width:110px!important;
	font-weight:bold;
}
.vbr_building_result .grey {
	color:#9f9f9f!important;
}

/* Override the datepicker text box width */
.ccm-input-date {
	width:120px;
}

/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }