/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS#tabs .txt (http://jqueryui#tabs .com/about)
* Dual licensed under the MIT (MIT-LICENSE#tabs .txt) and GPL (GPL-LICENSE#tabs .txt) licenses#tabs .
*/

.ui-tabs { overflow: hidden; }
.ui-tabs .ui-tabs-hide { display: none; }



/*------------------------------*/
/* tab styling for contact page */
/*------------------------------*/

#tabs dl { margin-bottom: 10px; }
#tabs dt {
	font-weight: bold;
	color: #002456;
	width: 100%;
	border-bottom: 1px dotted #002456;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
#tabs dd { font-size: 11px; margin-bottom: 3px; }
#tabs dd a{ font-weight: bold; text-decoration: none; color: #aab4bb;}
#tabs .left-col{ float: left; width: 255px; }
#tabs .right-col{ float: right; width: 255px; }
#tabs .right-col span { font-size: 9px; font-weight: normal !important;	padding-left: 5px; }
#tabs .num{ float: left; width: 40px; height: 15px; }


/* Layout helpers
----------------------------------*/
#tabs .ui-helper-hidden { display: none; }
#tabs .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
#tabs .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 12px; list-style: none; }
#tabs .ui-helper-clearfix:after { content: "#tabs ."; display: block; height: 0; clear: both; visibility: hidden; }
#tabs .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html #tabs .ui-helper-clearfix { height:1%; }
#tabs .ui-helper-clearfix { display:block; }
/* end clearfix */
#tabs .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
#tabs .ui-state-disabled { cursor: default !important; }

/* states and images */
#tabs .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Component containers
----------------------------------*/
#tabs .ui-widget { font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; font-size: 1.1em; margin-bottom: 20px;}
#tabs .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
#tabs .ui-widget-content { background: #fff; }
#tabs .ui-widget-content a { color: #222222; }
#tabs .ui-widget-header { background: #e7eaef; color: #222222; font-weight: bold; }
#tabs .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/   					  /* border for tabs here */
#tabs .ui-state-default, #tabs .ui-widget-content .ui-state-default { /* border: 1px solid #d3d3d3; */ background: #e6e6e6; font-weight: normal; color: #555555; outline: none; }
#tabs .ui-state-default a, #tabs .ui-state-default a:link, #tabs .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
#tabs .ui-state-hover, #tabs .ui-widget-content .ui-state-hover, #tabs .ui-state-focus, #tabs .ui-widget-content .ui-state-focus { /* border: 1px solid #999999; */ background: #dadada; font-weight: normal; color: #212121; outline: none; }
#tabs .ui-state-hover a, #tabs .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
#tabs .ui-state-active, .ui-widget-content .ui-state-active { /* border: 1px solid #aaaaaa; */ background: #f5f6f8; font-weight: normal; color: #212121; outline: none; }
#tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited { color: #002456; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
#tabs .ui-state-highlight, #tabs .ui-widget-content .ui-state-highlight {/* border: 1px solid #fcefa1; */ background: #fbf9ee; color: #363636; }
#tabs .ui-state-highlight a, #tabs .ui-widget-content .ui-state-highlight a { color: #363636; }
#tabs .ui-state-error, #tabs .ui-widget-content .ui-state-error {/* border: 1px solid #cd0a0a; */ background: #fef1ec; color: #cd0a0a; }
#tabs .ui-state-error a, #tabs .ui-widget-content .ui-state-error a { color: #cd0a0a; }
#tabs .ui-state-error-text, #tabs .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
#tabs .ui-state-disabled, #tabs .ui-widget-content .ui-state-disabled { opacity: #tabs .35; filter:Alpha(Opacity=35); background-image: none; }
#tabs .ui-priority-primary, #tabs .ui-widget-content .ui-priority-primary { font-weight: bold; }
#tabs .ui-priority-secondary, #tabs .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }




/*---------------------------------*/
/* tab styling for properties page */
/*---------------------------------*/

#prop-header {
	width: 544px;
	height: 56px;
	background: url(../images/prop-header.jpg) top left no-repeat;
	margin-bottom: 10px;
}

#prop-header .left-col{ float: left; width: 326px; padding: 9px 0 0 15px; font-size: 11px;}
#prop-header .left-col strong { color: #002456; font-size: 13px; }
#prop-header .right-col{ float: right; width: 183px; font-size: 11px; padding: 4px 10px 0 0; }
#prop-header .right-col strong { color: #002456; font-weight: bold;}
#prop-header .right-col #tearsheet { 
	background: url(../images/pdf-icon.gif) center right no-repeat; 
	color: #000;
	padding-right: 20px;
}

#prop-tabs ul#tab-nav li { 
	margin-right: 3px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

#prop-tabs .left-col { width: 234px; float: left; padding-left: 5px;}
#prop-tabs h3 { 
	width: 100%; 
	font-size: 13px; 
	padding-bottom: 1px; 
	margin: 0 0 3px 0; 
	color: #002456; 
	border-bottom: 1px dotted #002456; 
	clear: both;
}
#prop-tabs p { margin-bottom: 8px; }

#prop-tabs .left-col dt { float: left; width: 112px; }
#prop-tabs .left-col dd { float: left; width: 122px; text-align: right; }
#prop-tabs .left-col dl a { text-decoration: none; }
#prop-tabs .left-col dl a:hover { text-decoration: underline; }
ul#yearinfo { width: 100%; }
ul#yearinfo li { float: left; }
ul#yearinfo li#built { width: 120px; }
ul#yearinfo li#renovated { width: 113px; }

#prop-tabs .right-col { width: 244px; float: right; font-size: 12px; text-align: justify; }

#prop-tabs .img-gall-padding { margin: 0 7px; }

#prop-tabs .location .left-col { width: 193px !important; }
#prop-tabs .location .right-col { width: 293px !important; }

#prop-tabs .location .right-col span { font-size: 10px; padding-left: 25px; font-weight: normal !important; color: #000;}


/* Layout helpers
----------------------------------*/
#prop-tabs .ui-helper-hidden { display: none; }
#prop-tabs .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
#prop-tabs .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 12px; list-style: none; }
#prop-tabs .ui-helper-clearfix:after { content: "#prop-tabs ."; display: block; height: 0; clear: both; visibility: hidden; }
#prop-tabs .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html #prop-tabs .ui-helper-clearfix { height:1%; }
#prop-tabs .ui-helper-clearfix { display:block; }
/* end clearfix */
#prop-tabs .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
#prop-tabs .ui-state-disabled { cursor: default !important; }

/* states and images */
#prop-tabs .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Component containers
----------------------------------*/
#prop-tabs .ui-widget { font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; /* font-size: 1.1em; */ margin-bottom: 20px;}
#prop-tabs .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
#prop-tabs .ui-widget-content { background: #fff; padding: 1em !important;}
#prop-tabs .ui-widget-content a { color: #222222; }
#prop-tabs .ui-widget-header { /* background: lime; */ color: #222222; font-weight: bold; }
#prop-tabs .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/   					  /* border for tabs here */
#prop-tabs .ui-state-default, #prop-tabs .ui-widget-content .ui-state-default { background: #e6e6e6; font-weight: normal; color: #555555; outline: none; }
#prop-tabs .ui-state-default a, #prop-tabs .ui-state-default a:link, #prop-tabs .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; font-size: 12px;}
#prop-tabs .ui-state-hover, #prop-tabs .ui-widget-content .ui-state-hover, #prop-tabs .ui-state-focus, #prop-tabs .ui-widget-content .ui-state-focus { background: #dadada; font-weight: normal; color: #212121; outline: none; }
#prop-tabs .ui-state-hover a, #prop-tabs .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
#prop-tabs .ui-state-active, .ui-widget-content .ui-state-active { background: #f5f6f8; font-weight: normal; color: #212121; outline: none; }
#prop-tabs .ui-state-active a, #prop-tabs .ui-state-active a:link, #prop-tabs .ui-state-active a:visited { color: #fff; background-color: #667b9a; outline: none; text-decoration: none; font-size: 12px;}

/* Interaction Cues
----------------------------------*/
#prop-tabs .ui-state-highlight, #prop-tabs .ui-widget-content .ui-state-highlight { background: #fbf9ee; color: #363636; }
#prop-tabs .ui-state-highlight a, #prop-tabs .ui-widget-content .ui-state-highlight a { color: #363636; }
#prop-tabs .ui-state-error, #prop-tabs .ui-widget-content .ui-state-error { background: #fef1ec; color: #cd0a0a; }
#prop-tabs .ui-state-error a, #prop-tabs .ui-widget-content .ui-state-error a { color: #cd0a0a; }
#prop-tabs .ui-state-error-text, #prop-tabs .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
#prop-tabs .ui-state-disabled, #prop-tabs .ui-widget-content .ui-state-disabled { opacity: #prop-tabs .35; filter:Alpha(Opacity=35); background-image: none; }
#prop-tabs .ui-priority-primary, #prop-tabs .ui-widget-content .ui-priority-primary { font-weight: bold; }
#prop-tabs .ui-priority-secondary, #prop-tabs .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }


/*--------------------------------*/
/* Tabs - base style for all tabs */
/*--------------------------------*/

.ui-tabs { zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; /* padding: #tabs .2em #tabs .2em 0; */ }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; /* margin: 0 #tabs .2em -1px 0; */ padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1.25em; } /* 1.4em for contact form */
.ui-tabs .ui-tabs-nav li .ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.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; }
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere#tabs .#tabs .#tabs . */
.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { padding: 8px; display: block; border-width: 0; background: none; overflow: auto; margin-bottom: 15px;}
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0 !important;
    float: left;
    font-size: 11px;
    padding: 0;
    position: relative;
/*     width: 77px; */
}


