@charset "UTF-8";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img { margin:0; padding:0; border:0; }

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: #374e83 url(/map/images/mapBg.gif) repeat-x 0px 82px;
	line-height: normal;
}

a:link		{ color: #123A9A; }
a:visited	{ color: #123A9A; }
a:hover 	{ color: #990000; }

.logo {
	padding: 0px;
	float: left;
	border-right: 1px solid #284177;
}
#header {
	background: #FFFFFF url(/map/images/hdrBg.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #284177;
	line-height: 0px;
	position:relative;
}
#headerContent {
	float: left;
}

#headerContent .social_share {
	padding-top: 17px;
}

#navbar {
	width: 780px;
	padding: 0px;
}

#navbar ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 0px;
	float: left;
}
#navbar li{
	float: left;
}
.social_share {
	float: right;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px 10px;
    padding: 4px 0 0;
    vertical-align: top;
}

.social_share a {
	 display: block;
    float: right;
    height: 20px;
    line-height: 20px;
}

#googleMap {
	margin-left: 350px;
	
	position:relative; top:12px;
}
.brclear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#TabbedPanels {
	float: left;
	width: 328px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}


#TabGroup { height:26px; overflow:hidden; background-image:url(/map/images/tabs.png); background-repeat:no-repeat; }
	#TabGroup a { float:left; height:26px; width:163px; }



#TabbedContentWrapper {
	border-right: 1px solid #6a83b0;
	border-bottom: 1px solid #6a83b0;
	border-left: 1px solid #6a83b0;
	background: #FFFFFF;
	width: 292px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 16px;
	text-align: left;
	float: left;
}

#SearchContainer { height:240px; }
#ViewTools { /* height:30px; */ margin-bottom:10px; text-align:center; line-height:30px; }
#ResultCount { line-height:20px; background:url(/map/images/results.gif) left center no-repeat; padding-left:60px; }
#ResultContainer { height:250px; overflow:auto; }

#wrapper {
	position: relative;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.resultsTbl {
	width: 270px;
}
.resultsTbl td{
	padding: 4px;
}
.resultsSpecialRow{
	background: #E9E8DA;
}
.resultsPrice{
	color: #990000;
	text-align:right;
}
.resultsAddress{
	color: #990000;
	width: 180px;
}
#poiResults .category { margin-bottom:10px; }
#poiResults .category .name { font-weight:bold; padding:4px; color:#000; }
#poiResults .category a { display:block; padding:4px; width:262px; outline:none; }
#updateBtn{
	margin-top: 5px;
	cursor:pointer;
}



#poiMapCategories { 
	display:block; 
	list-style-type:none; 
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden; 
}
#poiMapCategories li {
	float:left;
	vertical-align:middle;
}
#poiMapCategories a {
	display:block; padding-left:30px; 
	margin:5px; width:105px;
	font:bold 12px Arial;
	color:#000; text-decoration:none;
	height:20px; line-height:20px;
	background-position:top left; background-repeat:no-repeat;
}
#poiMapCategories a:hover {
	text-decoration:underline;
}
#poiMapCategories a.active { background-position:bottom left !important; }

.resultDetail {
	width: 260px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	padding-bottom: 5px;
}
#infoBoxHandle {
	font-weight: bold;
	font-size:11px;
	margin-bottom:5px;
}
.detailLeft {
	float: left;
	width: 140px;
	margin-left: 5px;
}
.detailRight {
	float: left;
	width: 100px;
	margin-left: 5px;
}
.detailAddress {
	margin-bottom: 5px;
	background: #E9E8DA;
	padding: 2px;
}
.detailPrice {
	margin-bottom: 5px;
	background: #E9E8DA;
	padding: 2px;
}
.detailThmbs {
	margin-bottom: 5px;
	padding: 2px;
}
.detailShort {
	margin-bottom: 5px;
	background: #E9E8DA;
	padding: 2px;
}
.detailRooms {
	background: #E9E8DA;
	padding: 2px;
	margin-bottom: 5px;
}
.highlight {
	color: #990000;
}
#close {
	float:right;
}



#loading-bg { position:absolute; left:0; top:82px; background:black; width:100%; height:100%; z-index:200; }
#loading-bar { background:url(/common/images/lightbox/loading.gif) center center no-repeat; position:absolute; left:0; top:82px; width:100%; height:0px; overflow:hidden; z-index:300; }

