/*************************************************************************/	
/*************************** BODY CONTENT/STRUCTURE **********************/
/*************************************************************************/
html { background-repeat:repeat-x;}
body {margin:0; padding:0; background-color:#9FA8B4; background-image:url('/images/html-bg.png'); background-repeat:repeat-x; font-family: Arial, Helvetica, sans-serif;font-size:12px;font-style: normal;line-height:150%;font-weight: normal; font-variant: normal; }

.rounded {-moz-border-radius: 7px; -webkit-border-radius: 7px;}

/* Clear Fix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */ 
/* Clear Fix */

#container {	
	width:860px;
	text-align:left;
	background:transparent url('/images/body-bg.png');
	margin-left:auto; 
	margin-right:auto; 
	color:#333333;
}
#header {
	height:115px;
	background:transparent none;
	overflow:hidden;
}
#headerContent {
	padding:32px 0 0 0;
	text-align:center;
}
/*#pageBody {
	margin:40px;
	background-color:#FFFFFF;
	min-height:360px;
	height:auto !important;
	height:360px;
}*/
#pageBody {
	margin:0px 0 5px 0;
	padding:10px;
	background:#FFF;
	min-height:360px;
	height:auto !important;
	height:360px;
	position:relative;
	border:1px solid #5C574F;
	-moz-box-shadow: 3px 3px 6px #777;
	-webkit-box-shadow: 3px 3px 6px #777;
	box-shadow: 3px 3px 6px #777;
}

#pageBody .page-content {
	width:50%;
}
#pageBody .page-img {
	width:43%;
}

/* FOOTER */
#footer {
	width:355px;
	height:auto;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:40px;
	text-align:center;
}
#footer #footer-bar {background:#00294D; height:13px; line-height:10px;}
#footer #foot-top {margin-top:35px; font-size:16px;}
#footer #foot-middle {margin-top:25px;}
#footer #foot-bottom {margin-top:25px;}

#footerContent {
	color:#00294D;
	font:normal 11px/100% Arial, Helvetica, sans-serif; 
	text-align:center;
}
#footerContent a:link, #footerContent a:visited {color:#00294D; text-decoration:none;}

body.home {background-image:url('/images/html-home-bg.png');background-color:#9FA8B4;}
body.home #header {height:195px;}

#container.page_3 #pageBody {background:url('/images/contact-bg.png');}

/************************************************************************/	
/************************** BASIC HTML ELEMENTS *************************/
/************************************************************************/	

/* ---------- don't edit collapse defaults*/
div, span, a, a img, img 		{margin:0px; padding:0px;border:0px;outline:0px;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
object {outline:0 none;}
button {margin:0;padding:0;border:0;font-weight:normal;font-style:normal;font-size:100%;line-height:100%;font-family:inherit;text-align:left}
button::-moz-focus-inner {padding:0; border: none;}/* overrides extra padding in Firefox */
/* ----- headlines -----------------------*/
h1, h1 a, a h1 {font-size:17px; color:#00294D; line-height:normal; letter-spacing:0; margin:0px; margin-left:69px; margin-bottom:3px;}
h2, h2 a, a h2 {font-size:18px; color:#00294D; line-height:normal; letter-spacing:0; margin:0px;}
h3, h3 a, a h3 {font-size:15px; color:#00294D; line-height:normal; letter-spacing:0; margin:0px;}
h4, h4 a, a h4 {font-size:16px; color:#00294D; line-height:normal; letter-spacing:0; margin:0px;}
h5, h5 a, a h5 {font-size:14px; color:#666666; margin:0px;}
h6, h6 a, a h6 {font-size:12px; color:#000000;}
/* note: declare link attributes for headlines - since  */
/* tools arbitrarily put links inside or outside h tags */

.page-content h1 {margin:0;}
#container.page_3 h1 {color:#FFF;}
/* ----- default text links in content -------*/
a {
	color:#022B4F;
	text-decoration:none;
}
a:visited {
	color:#BE7D4F;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#666;
	text-decoration:none;
}

/* ----- default horizontal rule -------*/
hr {margin:5px 0px 20px 0;padding:0px;border-bottom:2px solid #999;border-top:0px;border-left:0px;border-right:0px;line-height:0px;height:0;display:block;}

/* ---------------------------------------------------------------- */
/* ----------------------- COMMON STYLES -------------------------- */
/* ---------------------------------------------------------------- */
.no_display{display:none}
.hidden{display:none}
.block{display:block; vertical-align:middle}
.block_top{display:block; vertical-align:top}
.inline{display:inline-block; vertical-align:middle}
.inline_top{display:inline-block; vertical-align:top}
.left {float:left;}
.right {float:right;}
.clear-both {clear:both;}
.clear-left {clear:left;}
.note-padding {padding:5px;}
/*** Spinner ***/
.spinner {margin:0px 3px 0px 3px;padding:0px;border:0px;}

DIV.left.std_2_col {width:50%;}
DIV.left.std_3_col {width:31%; padding:0 2% 0 0;}

.button{background:#222 url('/images/overlay-button.png') repeat-x 0 0;font-size:12px;padding:5px 15px 6px;color:#fff !important;display:inline-block;font-weight:bold;line-height:normal;text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);text-shadow:0 -1px 1px rgba(0,0,0,0.25);border-bottom:1px solid rgba(0,0,0,0.25);position:relative;cursor:pointer;overflow:visible;width:auto}
.button.nice {
    background-image:url('/images/36px-blended.png');
}
.button:hover{background-color:#111;color:#fff}
.button:active{top:1px}
.small.button{font-size:11px}
.large.button{font-size:14px;padding:8px 19px 9px;}
.green.button{background-color:#91bd09}
.green.button:hover{background-color:#749a02}
.blue.button{background-color:#2daebf}
.blue.button:hover{background-color:#007d9a}
.darkblue.button{background-color:#006BD7}
.darkblue.button:hover{background-color:#004E9B}
.red.button{background-color:#e33100}
.red.button:hover{background-color:#872300}
.magenta.button{background-color:#a9014b}
.magenta.button:hover{background-color:#630030}
.orange.button{background-color:#ff5c00}
.orange.button:hover{background-color:#d45500}
.orangellow.button{background-color:#ffb515}
.orangellow.button:hover{background-color:#fc9200}
.white.button{background-color:#fff;color:#666 !important;font-weight:normal;text-shadow:0 1px 1px rgba(255,255,255,1)}
.white.button:hover{background-color:#eee}
.blood.button{background-color:#C90000}
.blood.button:hover{background-color:#910000}



/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default{border:1px solid #d3d3d3; background:#e6e6e6 url(/images/ui_smoothness/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#555; outline:none}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{color:#555; text-decoration:none; outline:none}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{border:1px solid #999; background:#dadada url(/images/ui_smoothness/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#212121; outline:none}
.ui-state-hover a, .ui-state-hover a:hover{color:#212121; text-decoration:none; outline:none}
.ui-state-active, .ui-widget-content .ui-state-active{border:1px solid #aaa; background:#fff url(/images/ui_smoothness/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#212121; outline:none}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color:#212121; outline:none; text-decoration:none}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight{border:1px solid #fcefa1; background:#fbf9ee url(/images/ui_smoothness/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color:#363636}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a{color:#363636}
.ui-state-error, .ui-widget-content .ui-state-error{border:1px solid #cd0a0a; background:#fef1ec url(/images/ui_smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color:#cd0a0a}
.ui-state-error a, .ui-widget-content .ui-state-error a{color:#cd0a0a}
.ui-state-error-text, .ui-widget-content .ui-state-error-text{color:#cd0a0a}
.ui-state-disabled, .ui-widget-content .ui-state-disabled{opacity:.35; filter:Alpha(Opacity=35); background-image:none}

/* Corner radius
----------------------------------*/
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.ui-icon { width: 16px; height: 16px; float: left; margin-right: 0.3em; margin-top: 0.1em; background-image: url(/images/ui_smoothness/ui-icons_222222_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon, #error_container .ui-icon {background-image: url(/images/ui_smoothness/ui-icons_cd0a0a_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/ui_smoothness/ui-icons_2e83ff_256x240.png); }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-video { background-position: -224px -128px; }

/*************************************************************************/	
/****************************** FORMS ************************************/
form {padding:0px;margin:0px;}
/* Form Color */

/*Border*/
.front_form.single_column INPUT, .front_form.single_column SELECT, .front_form.single_column TEXTAREA
, .front_form.double_column INPUT, .front_form.double_column SELECT, .front_form.double_column TEXTAREA {border-color:#AAA;}
.front_form.single_column .form_row .input_shadow {background-color:#EFEFEF;}
/*Background*/

/*Error*/
.front_form DIV#error_container {color:#CD0A0A;}
.front_form INPUT.error, .front_form TEXTAREA.error, .front_form TEXTAREA.limit-error {border-color:#CD0A0A;}
/* /End Form Color */

.form_block{border:1px solid #d3d3d3}

.form_block INPUT
, .form_block SELECT
, .form_block TEXTAREA{border:1px solid #d3d3d3; padding:3px}
.ui_btn{padding:3px 7px; cursor:pointer; margin:0px}
h1.ui-style{margin:0px; padding:3px 0px 4px 7px; font-size:12px}

.error_container{margin-bottom:8px; padding:3px}
.error_container UL{margin-top:0px; margin-bottom:0px}


/** Form Styles **/
DIV.front_form.single_column {width:46%; padding:0 3%;}
DIV.front_form.double_column {width:47.5%; padding:0;}

/*.front_form.single_column .form_row {margin-bottom:10px;}*/
.front_form.double_column  .form_row {margin-bottom:5px;}

.front_form.single_column .form_row
, .front_form.double_column .form_row {width:100%;}

.controls_row.front_form {width:100%;text-align:right;}

/*.front_form.single_column .form_row.input_row {width:100%;}*/
.front_form.double_column .form_row.input_row {width:100%;float:left;}
.front_form.double_column .form_row.multi_row {width:33.3%;float:left;}
.front_form.double_column .form_row.multi_row.select_row {width:157.5px;float:left;}

/*.front_form.single_column LABEL {display:inline-block;vertical-align:absmiddle;width:73px;height:22px;margin-right:7px;text-align:right;}*/
.front_form.double_column LABEL {display:inline-block;width:20%;text-align:left; float:left; font-weight:bold;}
.front_form LABEL.error {width:70%; text-align:left !important;}
/*.front_form.single_column .text_row LABEL {vertical-align:top;padding-top:2px;}*/
.front_form.double_column .radio_row LABEL {display:block;width:450px;text-align:left;}
.front_form.double_column .multi_row LABEL {display:block;width:150px;text-align:left;}

/*.front_form.single_column INPUT, .front_form.single_column SELECT, .front_form.single_column TEXTAREA {margin:0px;padding:1%;border-width:1px;border-style:solid;}*/
.front_form.double_column INPUT, .front_form.double_column SELECT, .front_form.double_column TEXTAREA {margin:0px;padding:1%;border-width:1px;border-style:solid;}

/*.front_form.single_column INPUT {width:95%;}*/
.front_form.double_column INPUT {width:70%;}

.front_form.double_column .form_row.email_row INPUT {width:70%;}
.front_form.double_column .form_row.radio_row INPUT {width:20px;}
.front_form.double_column .form_row.multi_row INPUT {width:95%;}
.front_form.double_column .form_row.multi_row SELECT {width:147px;}

/*.front_form.single_column SELECT {width:90%;}*/
.front_form.double_column SELECT {width:98.8%;}

/*.front_form.single_column TEXTAREA {width:380px; height:107px;}*/
.front_form.double_column TEXTAREA {width:70%; height:163px;}

.front_form INPUT.error, .front_form TEXTAREA.error, .front_form TEXTAREA.limit-error {border-width:1px;border-style:solid;}

.front_form.double_column .controls_row {
	width:94%;
}
.front_form.double_column .controls_row INPUT {
	background:url('/images/submit.gif') no-repeat;
	width:78px;
	margin:0 7px 0;
	height:25px;
	border:0 none;
	cursor:pointer;
}
.front_form.double_column .captchaSpan {
	float:left;
	width:73%;
}
.front_form.double_column .captchaSpan IMG {float:left; margin-right:5px;}
.front_form.double_column .captchaSpan INPUT {width:75px; float:left;}



#contact-right-col {width:40%; padding:0 5%; float:left; background:#00294D; color:#FFF;}
#contact-right-col A {color:#FFF; font-size:11px;}
#map-canvas {width:100%; height:280px; margin:20px 0 0;}
#map_directions {display:block;position:relative;height:15px;margin-top:0px; text-align:right;}
/*#contact_info {background-color:#EFEFEF;margin:11px 0px 0px 0px;}*/
.contact_address_left {float:left;width:180px;margin:11px 0px 0px 0px;}
.contact_address_right {float:left;width:128px;margin:11px 0px 0px 0px;}
/*************************************************************************/	
/************************ FORM ERRORS ************************************/
/*************************************************************************/	



/**************************** /END FORMS *********************************/
/*************************************************************************/


/*************************************************************************/	
/*************************** SPECIFIC PAGES ******************************/
/*************************************************************************/
.add_link {position:absolute; top:10px;}
.add_link, .edit_link {font-size:11px; text-decoration:none; padding-right:2px; line-height:1.5 !important; color:#006BD7;}
.add_link .ui-icon, .edit_link .ui-icon, .playing_link .ui-icon {float:none; display:inline-block; line-height:1.5 !important;}

.back_to_list {position:absolute; right:0px; top:0px;}

/* Default list */
.asset_row {margin-top:15px;}
.asset_row .thumb {float:left; width:116px; margin:0 10px 0 0; text-align:center;}
.asset_row .info {float:left; width:754px;}
.asset_row .info h4 {margin:0 0 0 0;line-height:1;}
.asset_row .info h4 a {line-height:1; color:#006BD7;}
.asset_row .info h4 a:hover {line-height:1; color:#004E9B;}
.asset_row .info em {color:#666;}
.asset_row .footnote {text-align:right;}

/* Default Detail */
.asset_detail {margin-bottom:15px; position:relative;}
.asset_detail .thumb {float:right; width:302px; margin:0 0 15px 15px; text-align:center; color:#666;}
.asset_detail .thumb em {text-align:left; display:inline-block;}
.asset_detail .info {float:left; width:880px;}
.asset_detail h1 {margin:0;}
/*.asset_detail .info h1 {margin:0 0 0 0; color:#006BD7;}
.asset_detail .info h1 a {}
.asset_detail .info h5 {margin:0 0 0 0;}*/
.asset_detail .info em {color:#666;}

/** Specific Instance Configs **/
.asset_row.bio_row .thumb {width:70px;}
.asset_detail.bio_detail .thumb {float:left;}
.asset_row.testimonial_row {margin-top:35px;}
.asset_row.testimonial_row .info {width:880px; position:relative;}
.asset_row.testimonial_row .edit_link {margin:0 0 0 30px;}
.asset_row.testimonial_row .info .content {position:relative; z-index:10;}
.asset_row.testimonial_row .info .footnote {position:relative; z-index:10;}

#layout_master {
	-webkit-column-count : 2;
    -webkit-column-gap : 20px;
    -moz-column-count : 2;
    -moz-column-gap : 20px;
}

#home_slideshow {height:350px; border:1px solid #CCC; margin:0 0 15px 0;}

.t-quote {background:#FFF url('/images/quotes-t.png') no-repeat top left; display:inline-block; width:39px; height:33px; position:absolute; margin-top:-15px; margin-left:-15px; z-index:0;}
.b-quote {background:#FFF url('/images/quotes-b.png') no-repeat top left; display:inline-block; width:39px; height:33px; position:absolute; right:0px; margin-top:-15px; }
.quoted-txt {position:absolute; z-index:10;}

/* Home */
body.home #pageBody {padding:0;border:1px solid #FFF;}
.home-box {border:1px solid #00294D; color:#666;}
.home-box .left {background:#00294D; width:565px; height:415px;}
.home-box .right {width:245px; padding:110px 20px 0;}
.home-box H1 {color:#00294D; margin:0 0 30px;}

/* News */
#news-table {
	width:700px;
	margin:0 auto;
	font-size:11px;
	color:#00294D;
}
#news-table TH {
	background:#00294D;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
}
#news-table TH, #news-table TD {
	padding:7px 5px;
}
#news-table TH.date {
	width:120px;
}
#news-table TH.size {
	width:60px;
}
#news-table TD {
	vertical-align:top;
	font-weight:bold;
}
#news-table TR.odd {
	background:#C7BFB7;
}
#news-table A {font-weight:bold;}


/* Bio Detail */
.bio-detail IMG {float:left; margin-right:10px;}
.bio-detail h3 {margin-bottom:13px;}
.bio-detail A {font-weight:bold;}
.bio-detail .info {float:left; width:400px;}
.bio-detail .list {float:right; width:210px;}
.bio-detail .list h2 {color:#022B4F; font-size:15px; font-weight:bold; margin-bottom:5px;}
.bio-detail .list DIV {margin-bottom:5px; font-size:11px;}



/* Property */
#container.search-results #pageBody {padding:0; border:1px solid #FFF;}

#container.project-result #pageBody {padding:0; border:1px solid #FFF;}
#project-result, #project-detail {border:1px solid #00294D;}
#project-result .right, #project-detail .right {width:273px;}
	#proj-qsearch {height:100px; width:273; background:#574c48 url('/images/proj-qsearch-bg.png');}
		#proj-qsearch #property-search {padding:0 5px;}
		#proj-qsearch STRONG {display:block; width:100%; color:#FFF; text-transform:uppercase; font-size:10px; font-weight:normal;}
		#proj-qsearch #property-search SELECT {width:100%; margin-bottom:5px;}
		#proj-qsearch #property-search INPUT {font-size:11px;}
		#proj-qsearch #property-search .left {width:48.5%;}
		#proj-qsearch #property-search .right {width:48.5%;}
		#proj-qsearch #property-search INPUT.search-text {margin-bottom:5px; width:95%;}
		#proj-qsearch #property-search INPUT.submit {background:url('/images/btn-search.png'); width:58px; height:20px; border:0 none; cursor:pointer;}
		
	.right #proj-map {height:299px;}
	
#project-result .left, #project-detail .left {width:583px;}
	#proj-header {height:100px; width:583px;}
	#project-result .left #details {height:320px;}
		.left #details #info {height:110px; padding:18px 10px 0; color:#666;}
			#project-result .left #details #info h1
			, #project-detail .left #details #info h1 {font-size:12px; color:#BE7D4F; margin:0; font-weight:normal;}
			#project-result .left #details #info h2
			, #project-detail .left #details #info h2 {font-weight:normal; color:#00294D;}
		#project-result .left #details #list {height:160px; padding:0 3px 3px;}
			#project-result .left #details #list .text-title {color:#375d7f; font-size:14px; margin-bottom:3px; padding-left:8px;}
			#prop-table {border-bottom:7px solid #b45a1a;}
			.title {background:#00294D; color:#FFF; padding:5px 8px;}
			.t-body {overflow:auto; height:110px; height:auto !important; max-height:110px; border-bottom:1px solid #FFF;}
			.t-body TABLE {border-collapse: collapse;}
			.t-body TABLE TR {cursor:pointer;}
			.t-body .row {background:#535151; padding:1px 8px 2px; color:#FFF; border-top:1px solid #FFF;}
			.t-body .row.odd {background:#444;}
			TABLE TR:hover {background:#666 !important;}
			TABLE TR TH {cursor:text; background:#00294D; padding:5px 0; color:#FFF;}
			TABLE TR:hover TH {background:#00294D !important;}

#container.search-results #project-result .left #details {width:855px; padding-top:3px;}
#container.search-results #project-result .left #details TH {font-weight:bold;}

.pad {display:inline-block; padding:0 0 0 8px;}

#project-detail #contact {background:#444; margin-top:1px;}
#project-detail #contact .left {width:33%; padding: 1%; color:#FFF; font-weight: bold; padding-left:15%; border-right:2px solid #999;}
	#project-detail .left #details #info {height:127px; padding-top:12px;}
	#project-detail #contact .left .left { width:200px;}
#project-detail #contact .right {width:33%; padding: 1%; color:#FFF; font-weight: bold;  padding-left:15%;}
	#project-detail .right #proj-map {height:210px; margin-bottom:15px; position:relative;}
		#project-detail .right #proj-map .enlarge {position:absolute; right:0; bottom:0; top:auto; left:auto;}
		#project-detail .right #proj-map #gallery .enlarge {bottom:-1px; right:1px;}
	
	#project-detail .print-button {margin-bottom:8px;}
	.print-button {background:url('/mods/assets/instances/markets/images/print-button.png') no-repeat; width:40px; height:17px; border:0 none; cursor:pointer;}
	

	.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; margin:0; }
	.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-width: 0 !important; margin: 0 0 1px 0;}
	.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; background:#999; color: #FFF; font-weight: bold; letter-spacing:0.8px;}
	.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 {color: #b45a1a; 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-nav li.ui-tabs-selected.right-tab a {}
	.ui-tabs .ui-tabs-nav li.last-tab.ui-tabs-selected a {}
	.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
	.ui-tabs .ui-tabs-hide { display: none !important; }
	
	.ui-tabs .ui-tabs-nav li {padding-left:21px; background:#999;}
	.ui-tabs .ui-tabs-nav li a { padding-bottom:1px; padding-right:21px;}
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background: #00294D url('/images/tab-right-bg.png') no-repeat left center;}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {background: #00294D url('/images/tab-left-bg.png') no-repeat right center;}
	.ui-tabs .ui-tabs-nav li.first-tab {padding-left:5px;}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected.first-tab {background: #00294D;}

	.ui-tabs .ui-tabs-nav li.last-tab a {background:#999 url('/images/tab-right-right-bg.png') no-repeat right center;}
	.ui-tabs .ui-tabs-nav li.last-tab.ui-tabs-selected a {background: #00294D url('/images/tab-right-right-blue-bg.png') no-repeat right center;}
	
	
	
	#project-detail .ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }
	#project-detail .ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }

	#project-detail .bottom {margin-left:3px;}
	#project-detail .last-text {padding: 10px; color:#666; font-size:11px; line-height:150%;}

/*************************************************************************/	
/*************************** LOGIN PAGE **********************************/

#login_page{width:420px; height:320px; margin:70px auto; color:#000}
#login_page A{color:#000; text-decoration:none}
#login_page A#forgot{text-decoration:underline; cursor:pointer}
#login_page .form_block{background-color:#FFF; padding:30px 10px 10px 10px}
#login_page LABEL{display:inline-block; width:60px; margin-right:13px; text-align:right}
#login_page LABEL.error{width:300px; text-align:left}
#login_page INPUT.required{width:317px; margin-bottom:12px}
#login_page #login{margin-left:248px}
/*#login_page #login_logos {margin-top:50px; padding:0px 10px 0px 10px; font-size:11px}
#login_page #login_logos #logo_txt{width:200px; float:left; margin-top:15px; margin-right:20px}
#login_page #login_logos #logo_imgs{width:155px; float:left; margin-top:7px; text-align:right;}
#login_page #login_logos #logo_imgs A{display:inline-block; width:38px; margin:0px 5px; text-align:center}
#login_page IMG{height:37px; width:37px}*/
.login_logos {margin-top:50px; height:70px; padding:0px 10px 0px 10px; font-size:11px}
.login_logos .logo_txt{width:200px; float:left; margin-top:15px; margin-right:20px}
.login_logos .logo_imgs{width:155px; float:left; margin-top:7px; text-align:right;}
.login_logos .logo_imgs A{background:url('/images/admin/browser-logos.png') no-repeat; display:inline-block; width:38px; height:12px; padding:37px 0 0 0; margin:0px 5px; text-align:center}
.login_logos .logo_imgs A.ie {background-position:-38px 0;}
.login_logos .logo_imgs A.safari {background-position:-74px 0;}
.login_logos .logo_imgs A.chrome {background-position:-110px 0;}


@media print {
	#header {display:none;}
	#menu {display:none;}
	#footer {display:none;}
	.print-button {display:none;}
	.spacer {display:none;}
	.enlarge {display:none;}
	#thumbwrapper {display:none;}
	
	body {background:#FFF none;}
	#container {background:#FFF none;}
	#pageBody {
		border:0 none; background:#FFF;
		-moz-box-shadow: 0px 0px 0px #FFF !important;
		-webkit-box-shadow: 0px 0px 0px #FFF !important;
		box-shadow: 0px 0px 0px #FFF !important;
	}
	#project-detail {border:0 none !important;}
	#proj-qsearch {display:none;}
	#proj-header {display:none;}
	.t-body {overflow:visible !important;}
	
	.ui-tabs .ui-tabs-nav li a {display:none;}
	.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 {display:block;}	
}

body.floor-plan {background:#222 none !important; color:#B75B06; font-weight:bold; font-size:14px; padding-top:3px;}
body.floor-plan .print-button {background:url('/mods/assets/instances/markets/images/print-button-dark.png') no-repeat;}

/*************************************************************************/	
/***************************** MODAL BOX *********************************/
/*************************************************************************/

#tdc_mbox{background-color:#FFF;border:2px outset #666;}#tdc_mbox table,#tdc_mbox td,#tdc_mbox th{table-layout:auto;border:solid 0 #fff;}#tdc_mbm{font-family:sans-serif;font-weight:bold;float:right;}#tdc_ol{}#tdc_mbtitle{border-bottom-style:solid;border-bottom-color:#000;border-bottom-width:thin;border-top-style:solid;border-top-color:#000;border-top-width:thin;border-left-style:solid;border-left-color:#000;border-left-width:thin;border-right-style:solid;border-right-color:#000;border-right-width:thin;background-color:#339;text-align:center;color:#FFF;padding:2px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:150%;font-weight:bold;font-variant:normal;}#tdc_mbtext{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:150%;font-weight:normal;font-variant:normal;padding:2px;}#tdc_mbbtns{text-align:center;height:30px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:150%;font-weight:bold;font-variant:normal;}/* ------- HORIZONTAL DROPDOWN WITH IE HACK - SEE PAGE BOTTOM FOR EDITING EXAMPLES --------- */
#menu {
	height:35px;
	width:600px;	
	margin:0 auto;
	background:transparent none;
}

/* ---------------------------- DON'T EDIT OR MOVE THIS BLOCK! ------------------------------ */
#menu ul{list-style:none;margin:0;padding:0;float:left;}#menu a,#menu a:visited{display:block;width:auto;margin:0;}#menu li{position:relative;}#menu ul ul{position:absolute;z-index:10;top:auto;display:none;}#menu a.x,#menu a.x:visited{background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;}#menu a.x,#menu a.x:visited{font-weight:normal;color:#000;}#menu a.x:hover{color:#FFF;background:#000;}#menu a.x:active{color:#060;background:#CCC;}div#menu li:hover{cursor:pointer;z-index:100;}div#menu li li li li:hover ul ul,div#menu li li:hover ul ul
,div#menu li li li:hover ul ul,div#menu li:hover ul ul{display:none;} 
/*
div#menu li li li li:hover ul,div#menu li li:hover ul,div#menu li li li:hover ul,div#menu li:hover ul{display:block;}
*/
/* cross-browser hack to set minimum width for top-level items */
#menu ul {min-width:1px; width:auto !important; width:1px; } /* Need to adjust all to set px if not auto for IE */
/* ----------- ------------------ END OF 'DON'T EDIT' BLOCK --------------------------------- */

/* ******************************************************************* */
/* ******************** LEVEL 1 (TOP) MENU ITEMS  ******************** */

#menu ul {width: 100px;} /* set menu item width with ul, not 'a' */
#menu a, #menu a:visited {
	padding:0px 17px; /* don't use 'height' attribute - instead use top & bottom padding to set menu item height and place text vertically */
	line-height:130%; /* SAFARI HACK; use with line-height along with top & bottom padding to set menu item height */
	color:#022B4F; 
	border-right:solid 3px #00294D; 
	text-decoration:none; 
	text-align:center; 
	font:bold 10px Arial, Helvetica, sans-serif; 
	white-space:nowrap; /* keeps text from wrapping on LEVEL 1 */
	text-transform:uppercase;
	letter-spacing:1.1px;
}
/* LEVEL 1 hover state */
#menu a:hover, #menu a:active {
	/*background:#EFEAE3;
	color:#555;*/
	border-bottom:solid 1px #00294D; 
}
/* LEVEL 1 selected state */
#menu ul li.nav-selected a, #menu ul li.nav-selected a:visited, #menu ul li.nav-selected a:active
, #menu ul li.nav-sub-selected a, #menu ul li.nav-sub-selected a:visited, #menu ul li.nav-sub-selected a:active {
	/*background:#EFEAE3;
	color:#555;*/
	border-bottom:solid 1px #00294D; 
} 
/* Home Left Border Radius */
#menu ul li.first.nav-selected a, #menu ul li.first.nav-selected a:visited, #menu ul li.first.nav-selected a:active
, #menu ul li.first.nav-sub-selected a, #menu ul li.first.nav-sub-selected a:visited, #menu ul li.first.nav-sub-selected a:active
, #menu ul li.first a:hover {
	
} 

#menu ul li.nav-selected A {
	border-bottom:solid 1px #00294D; 
}

#menu UL li.last a {border-right:0 none;}
/* ******************************************************************* */
/* ***************** LEVEL 2 (DROPDOWN) MENU ITEMS  ****************** */
#menu ul ul {display:none;}
#menu ul li.nav-selected ul, #menu ul li.nav-sub-selected ul {display:block; width:510px !important;  background:url(/images/menu-second-left-bg.png) no-repeat left center; float:none; margin-left:50%;}
#menu ul ul li {float:left; _width:90px;}

#menu ul li.nav-selected li a, #menu ul li.nav-selected li a:visited, #menu ul li.nav-selected li a:active
, #menu ul li.nav-sub-selected li a, #menu ul li.nav-sub-selected li a:visited, #menu ul li.nav-sub-selected li a:active {
	padding:5px 15px;
	text-align:left; 
	color:#022B4F;
	width:auto; /* defaults to width of LEVEL 1 menu item */
	white-space: normal; /* allows text to wrap on LEVEL 2 (3, etc.) */
	border:0 !important; 
	text-transform:none;
	background:none;
}
#menu ul li.nav-selected li a:visited, #menu ul li.nav-sub-selected li a:visited {
	color:#be7d4f;
}

/* LEVEL 2 hover */
#menu ul li.nav-selected ul li a:hover, #menu ul li.nav-selected ul li a:active
, #menu ul li.nav-sub-selected ul li a:hover, #menu ul li.nav-sub-selected ul li a:active {
 	color:#000; 
	text-decoration:underline;
}

/* LEVEL 2 selected state */
#menu ul li ul li.nav-selected a, #menu ul li ul li.nav-selected a:visited, #menu ul li ul li a.hover, #menu ul li ul li.nav-selected a:active {
	color:#000; 
	text-decoration:underline;
} 

#menu ul li ul li.last a
, #menu ul li li.last a:hover {background:none !important;}

/* ******************************************************************* */
/* ************ LEVEL 3 (FLYOUT TO RIGHT) MENU ITEMS ************** */
#menu ul li.nav-selected ul ul, #menu ul li.nav-sub-selected ul ul {background:none; display:none;}
#menu ul ul ul {
	top:0; 
	left:100%; 
	border-top:solid 1px #AAA; /* adding 1px top border and -1px top/left margin keeps flyout menus vertically aligned and borders from doubling up in width */
	margin:-1px 0 0 -1px; 
	background:#DEE7EF; 
}

/** ********* EXAMPLES OF EDITING UNIQUE MENU ITEMS BY CLASS ************ **/
/* 	set width on unique LEVEL 1 menu item */
/*#menu ul.tdc_3_ul {width:150px; background:#606A79; }*/

/* remove right border from far right menu item */
/*#menu ul li a.tdc_9_a, #menu ul li a:visited.tdc_9_a {border-right:none;}*/

/* set background color on unique LEVEL 2 menu item */
/*#menu ul li ul li a.tdc_21_a, #menu ul li ul li a:visited.tdc_21_a {background-color:#99FFFF;}*/
div#fancy_overlay{position:absolute;top:0;left:0;z-index:90;width:100%;background-color:#333;}
div#fancy_loading{position:absolute;height:40px;width:40px;cursor:pointer;display:none;overflow:hidden;background:transparent;z-index:100;}
div#fancy_loading div{position:absolute;top:0;left:0;width:40px;height:480px;background:transparent url(/fancybox/fancy_progress.png) no-repeat;}
div#fancy_close{position:absolute;top:-12px;right:-12px;height:30px;width:30px;background:transparent url(/fancybox/fancy_closebox.png);cursor:pointer;z-index:100;display:none;}
div#fancy_content{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;z-index:96;}
#fancy_frame{position:relative;width:100%;height:100%;display:none;}
img#fancy_img{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:92;}
div#fancy_title{position:absolute;bottom:-35px;left:0;width:100%;z-index:100;display:none;}
div#fancy_title table{margin:0 auto;}
div#fancy_title div{color:#FFF;font:bold 12px Arial;padding-bottom:2px;}
td#fancy_title_left{height:32px;width:15px;background:transparent url(/fancybox/fancy_title_left.png) repeat-x;}
td#fancy_title_main{height:32px;background:transparent url(/fancybox/fancy_title_main.png) repeat-x;}
td#fancy_title_right{height:32px;width:15px;background:transparent url(/fancybox/fancy_title_right.png) repeat-x;}
div#fancy_outer{position:absolute;top:0;left:0;z-index:90;padding:18px 18px 58px 18px;margin:0;overflow:hidden;background:transparent;display:none;}
div#fancy_inner{position:relative;width:100%;height:100%;border:1px solid #444;background:#FFF;}
a#fancy_left,a#fancy_right{position:absolute;bottom:10px;height:100%;width:35%;cursor:pointer;background-image:url(data:image/gif;base64,AAAA);z-index:100;}
a#fancy_left{left:0;}a#fancy_right{right:0;}
a#fancy_left:hover{background:transparent url(/fancybox/fancy_left.gif) no-repeat 0 100%;}
a#fancy_right:hover{background:transparent url(/fancybox/fancy_right.gif) no-repeat 100% 100%;}
#fancy_bigIframe,#fancy_freeIframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;}
div#fancy_bg{display:none;}div.fancy_bg{position:absolute;display:block;z-index:70;}
div.fancy_bg_n{top:-18px;width:100%;height:18px;background:transparent url(/fancybox/fancy_shadow_n.png) repeat-x;}
div.fancy_bg_ne{top:-18px;right:-13px;width:13px;height:18px;background:transparent url(/fancybox/fancy_shadow_ne.png) no-repeat;}
div.fancy_bg_e{right:-13px;height:100%;width:13px;background:transparent url(/fancybox/fancy_shadow_e.png) repeat-y;}
div.fancy_bg_se{bottom:-18px;right:-13px;width:13px;height:18px;background:transparent url(/fancybox/fancy_shadow_se.png) no-repeat;}
div.fancy_bg_s{bottom:-18px;width:100%;height:18px;background:transparent url(/fancybox/fancy_shadow_s.png) repeat-x;}
div.fancy_bg_sw{bottom:-18px;left:-13px;width:13px;height:18px;background:transparent url(/fancybox/fancy_shadow_sw.png) no-repeat;}
div.fancy_bg_w{left:-13px;height:100%;width:13px;background:transparent url(/fancybox/fancy_shadow_w.png) repeat-y;}
div.fancy_bg_nw{top:-18px;left:-13px;width:13px;height:18px;background:transparent url(/fancybox/fancy_shadow_nw.png) no-repeat;}
