/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:#B2B3B5;
}

p
{
	margin-top:14px;
}

.body 
{
	width:771px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:white;
	height: 100%;
}

.popupBody
{
	width:600px;
	background-color:White;
}

a:link
{
	color:#9F9B74;
	text-decoration:none;
}

a:visited
{
	color:#BDB56A;
	text-decoration:none;
}

a:active
{
	color:#9FAA00;
	text-decoration:underline;
}

a:hover
{
	color:#9FAA00;
	text-decoration:underline;
}

a.tenantLink:active
{
	color:#9F9B74;
	text-decoration:none;
}

a.tenantLink:hover
{
	color:#9FAA00;
	text-decoration:underline;
}
	
.printSpacer
{
	HEIGHT: 13px; 
	TEXT-ALIGN: right;
	margin-top:0px;
}

.caseStudies 
{
	margin-top:8px;
	text-align:left;
	margin-left:12px;
}

/* Header bar and top nav styles */
.tnavBackground
{
	background-color:#ececec;
	height:14px;
	vertical-align:top;	
}

.tnavSpace
{
	width:15px;
}

.tnavDropdownDiv
{
	width:180px;
	position:absolute;
	z-index:1;
	visibility:hidden;
}

.tnavMenuBorder
{
	background-color:#A7AB74;
}

.tnavTableRowOff
{
	background-color:#DFDFDF;
	cursor:pointer;
}

.tnavTableRowOn
{
	background-color:#FCFCFC;
	cursor:pointer;
}

.tnavMenuSpace
{
	height:25px;
}

.tnavDropdownMenu
{
	font-family:arial;
	font-size:11px;
	color:#4B4B4B;
	margin-left:12px;
	padding-top:11px;
	padding-bottom:0px;
}


/* Left nav styles */	

.lnavHeaderBar 
{
	background-color:#A7AB74;
	height:13px;
}

.lnavTdOff 
{
	background-color:#EDEEE3;
	height:24px;
	padding-left:4px;
	padding-top:8px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#9F9B74;
	cursor:pointer;
}

.lnavTdOver 
{
	background-color:#FBFCF9;
	height:24px;
	padding-left:4px;
	padding-top:8px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#9F9B74;
	cursor:pointer;
}

.lnavSubTdOff 
{
	background-color:#EDEEE3;
	height:21px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	color:#	;
	cursor:pointer;
}

.lnavSubTdOver 
{
	background-color:#FBFCF9;
	height:21px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	color:#9F9B74;
	cursor:pointer;
}

.lnavSectionTdOff 
{
	background-color:#FBFCF9;
	height:24px;
	padding-left:4px;
	padding-top:8px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#9F9B74;
	cursor:pointer;
}

.lnavSectionTdOver 
{
	background-color:#A7AB74;
	height:24px;
	padding-left:4px;
	padding-top:8px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}

.lnavSectionTdOn 
{
	background-color:#FBFCF9;
	height:24px;
	padding-left:4px;
	padding-top:8px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}

.lnavSectionSubTdOff
{
	background-color:#FBFCF9;
	height:21px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	color:#9F9B74;
	cursor:pointer;
}

.lnavSectionSubTdOver
{
	background-color:#A7AB74;
	height:21px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	color:#565656;
	cursor:pointer;
}

.lnavSectionSubTdOn
{
	background-color:#FFFFFF;
	height:21px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	color:#565656;
	cursor:pointer;
}

.lnavSectionSubTdOffFAQ
{
	background-color:#FBFCF9;
	height:21px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#9F9B74;
	cursor:pointer;
}

.lnavSectionSubTdOverFAQ
{
	background-color:#A7AB74;
	height:21px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}

.lnavSectionSubTdOnFAQ
{
	background-color:#FFFFFF;
	height:21px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	color:#565656;
	font-weight:bold;
	cursor:pointer;
}

.lnavRule 
{
	background-color:#A7AB74;
	height:1px;
}

.lnavBottom
{
	background-color:#EDEEE3;
	height:9px;
}

.lnav A:link 
{
	color:#9F9B74;
	text-decoration:none;
}

.lnav A:visited 
{
	color:#9F9B74;
	text-decoration:none;
}

.lnav A:active
{
	color:#9F9B74;
	text-decoration:none;
}

.lnav A:hover
{
	color:#9F9B74;
	text-decoration:none;
}


/* Content Styles */
.content
{
	margin-top:23px;
}

.contentOffset 
{
	margin-top:0px;
	margin-left:12px;
	margin-bottom:30px;
}

.popupContentOffset
{
	margin-top:0px;
	margin-left:12px;
	margin-bottom:30px;
	width:580px;
}

/* --Header styles */
.pageHdrOne
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#6E6E6E;
}

.pageHdrTwo
{
	margin-top:8px;
	font-family:Arial;
	font-size:22px;
	color:#6E6E6E;
}

.pageHdrThree 
{
	font-family:Arial;
	color:#7498c0;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
}

.pageHdrHrule
{
	margin-top:3px;
	margin-bottom:0px;
}

/* --Text Styles */
.contentIntro
{
	font-style:italic;
	color:#7498c0;
	font-family:arial;
	font-size:13px;
	width:560px;
	line-height:20px;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
}

.contentBody
{
	margin-top:15px;
}

.contentBody table, tr, td, div, p
{
	font-family:Arial;
	font-size:11px;
	color:#6e6e6e;
	line-height:11pt;
}

/* Footer styles */
.footer
{
	margin-top:0px;
	background-color:#B2B3B5;
}



.footerHruleOne 
{
	background-color:#B2B3B5;
	height:3px;
}

.footerHruleTwo 
{
	background-color:#6B6B6D;
	height:3px;
}

.footerHruleThree 
{
	background-color:#72694D;
	height:1px;
}

.footerHruleFour 
{
	background-color:#9DA703;
	height:1px;
}

.footerHruleFive 
{
	background-color:#72694D;
	height:11px;
}

.footerLanguageBar 
{
	background-color:#737575;
	height:17px;
	font-family:Arial;
	font-size:10px;
	color:#DFDFDF;
	vertical-align:middle;
	padding-left:4px;
}

.footerLanguageBar a:link 
{
	color:#DFDFDF;
	text-decoration:none;	
}

.footerLanguageBar a:visited 
{
	color:#DFDFDF;
	text-decoration:none;
}

.footerLanguageBar a:active 
{
	color:#9DA805;
	text-decoration:none;
}

.footerLanguageBar a:hover 
{
	color:#9DA805;
	text-decoration:none;
}

.footerLinksBar 
{
	background-color:#72694D;
	height:20px;
	font-family:Arial;
	font-size:10px;
	color:White;
	vertical-align:middle;
	padding-left:4px;
}

.footerLinksBar a:link 
{
	color:White;
	text-decoration:none;	
}

.footerLinksBar a:visited 
{
	color:White;
	text-decoration:none;
}

.footerLinksBar a:active 
{
	color:#9DA805;
	text-decoration:none;
}

.footerLinksBar a:hover 
{
	color:#9DA805;
	text-decoration:none;
}

.footerVbar 
{
	margin-left:13px;
	margin-right:13px;
}

.footerCopyright
{
	margin-left:120px;
	color:white;
	display:inline;
	text-align:right;
	font-family:Verdana;
	font-size:7pt;
	color:White;
}

.footerPopup
{
	margin-left:0px;
	margin-top:1px;
	font-family:Verdana;
	font-size:7pt;
}

.footerBottom {
	background-color:#626264;
}

/* Misc. styles */
.trainIcon
{
	position:absolute;
	top:193px;
	left:746px;
}

.SectionIcon
{
	width:200px;
	position:absolute;
	top:201px;
	left:570px;
	text-align:right;
}

.closeWindow
{
	height:13px;
	margin-top:0px;
	margin-left:471px;
	
}

/* 
Sets minimum vertical height so footer is
at a minimum place on the page
*/
.vHeight
{
	height:430px;
	width:1px;
}

.vHeightSmallBanner 
{	
	height:466px;
	width:1px;
}

.vHeightNoLnav 
{	height:484px;
	width:1px;
}
/* */

.contactTableHdr 
{
	background-color:#B9CBDF;
	padding-left:7px;
	width:410px;
	height:30;
	border:1px solid #E3EAF2;
}

.contactTableHdr p
{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	
}

.contactTableBody
{
	margin-top:0px;
	background-color:#E3EAF2;
	padding-left:7px;
	width:410px;
	padding-bottom:20px;
	border:1px solid #E3EAF2;
}

.contactTableName
{
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}

.mapBackground
{
	background-color:#E4E6D5;
	width:570px;
	height:292px;
	border:1px solid #E4E6D5;
	text-align:center;
	padding-top:8px;
}

.hrRule
{
	color:black; 
	background:black; 
	border:0; 
	height:1px; 
	margin-top:-7px;
}

.languageContactBox
{
	width:265px; 
	border:1px solid #CACDAC;
	padding-left:13px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	text-align:left;
}
/* Property Section Specific Styles */
.lnavPropertyDropdown
{
	background-color:#A7AB74;
	height:38px;
	text-align:center;
	vertical-align:middle;
}

.lnavPropertyDropdown select
{
	width:162px;
	font-family:Arial;
	font-size:11px;
}

.propertyRuleBlack 
{
	background-color:#5F5F5F;
	height:1px;
	width:584px;
	margin-bottom:7px;
}

/* Property Overview (country-level) Styles */
.propertyOveriewTable
{
	margin-bottom:35px;
}

.propertyOverviewHdr
{
	font-family:Arial;
	color:#7498c0;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
}

.propertyOverviewTd
{
	padding-left:5px;
}

.propertyOverviewIcons img
{
	margin-top:3px;
	margin-right:0px;
}

.propertyOverview
{
	font-family:Arial;
	font-size:11px;
	color:#6E6E6E;
	margin-top:0px;
}

.propertyOverview a:link
{
	color:#9F9B74;
	text-decoration:none;
}

.propertyOverview a:visited
{
	color:#BDB56A;
	text-decoration:none;
}

.propertyOverview a:active
{
	color:#9FAA00;
	text-decoration:underline;
}

.propertyOverview a:hover
{
	color:#9FAA00;
	text-decoration:underline;
}

.propertyOverviewName
{
	font-family:Arial;
	font-size:15px;
	color:#6E6E6E;
	font-weight:bold;
}

.propertyOverviewName a:link
{
	color:#9F9B74;
	text-decoration:none;
}

.propertyOverviewName a:visited
{
	color:#BDB56A;
	text-decoration:none;
}

.propertyOverviewName a:active
{
	color:#9FAA00;
	text-decoration:underline;
}

.propertyOverviewName a:hover
{
	color:#9FAA00;
	text-decoration:underline;
}

.propertyOverviewCity
{
	font-family:Arial;
	font-size:11px;
	color:#6E6E6E;
	margin-top:0px;
}


.propertyOverviewInDev
{
	font-family:Arial;
	font-size:11px;
	color:#6E6E6E;
	font-style:italic;
	margin-top:0px;
}

.propertyDetailIcons
{
	position:absolute;
	top: 201px;
	left:595px;
	width:175px;
	text-align: right;
}

.propertyDetailLinks
{
	margin-top:8px;
}

.propertyDetailThumbnails 
{
	border-left:2px solid white;
	border-right:2px solid white;
	border-top:2px solid white;
	border-bottom:2px solid white;
	cursor:pointer;
}

.propertyDetailThumbnailsOver 
{
	border-left:2px solid #A7AB73;
	border-right:2px solid #A7AB73;
	border-top:2px solid #A7AB73;
	border-bottom:2px solid #A7AB73;
	cursor:pointer;
}

.propertyDetailThumbnailsOn 
{
	border-left:2px solid #A7AB73;
	border-right:2px solid #A7AB73;
	border-top:2px solid #A7AB73;
	border-bottom:2px solid #A7AB73;
	cursor:pointer;
}

.propertyDetailTd
{
	background-color:#E3EAF2;
	padding:10px;
}

.propertyDetailTdOff
{
	background-color:white;
	padding:10px;
}

.propertyStatus
{
	margin-top:7px;
	font-size:12px;
}

.propertyMap
{
	background-color:#E3EAF2;
	width:530px;
	border:1px solid #E4E6D5;
	text-align:center;
	padding:15px;
	margin-top:10px;
}

/* About Us styles */

.bioSelect 
{
	position:absolute;
	top:196px;
	left:460px;
	width:310px;
	font-family:Arial;
	font-size:11px;
	color:#6e6e6e;
	height:23px;
	text-align:right;
	vertical-align:text-bottom;
}

.bioSelect select
{
	width:177px;
	margin-left:6px;
	font-family:Arial;
	font-size:11px;
}

.execTeamName
{
	color:A7AB74;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.execTeamTitle 
{
	font-weight:bold;
}

.execTeamListing td
{
	padding-bottom:20px;
}

.aboutScrollPhotos
{
	width:587;
	height:395px;
	border:#72694D;
	padding:0px;
	margin:0px;
	border:1px #72694D solid;
	font-size:9px;
	font-weight:bold;
}



/* Press Release styles */
.pressReleaseSelect
{
	position:absolute;
	top:166px;
	left:420px;
	width:350px;
	font-family:Arial;
	font-size:11px;
	color:#6e6e6e;
	height:23px;
	text-align:right;
	vertical-align:text-bottom;
	z-index:0;
} 

.pressReleaseSelect select
{
	width:177px;
	margin-left:6px;
	font-family:Arial;
	font-size:11px;
}

.pressReleaseDate
{
	font-weight:bold;
}

.pressReleaseHdr
{
	color:9F9B74;
	font-weight:bold;
}

.pressReleaseHdr a:link
{
	color:9F9B74;
	text-decoration:none;
}

.pressReleaseHdr a:visited
{
	color:9F9B74;
	text-decoration:none;
}

.pressReleaseHdr a:active
{
	color:9FAA00;
	text-decoration:underline;
}

.pressReleaseHdr a:hover
{
	color:BDB56A;
	text-decoration:underline;
	
}

.pressRelease td
{
	padding-bottom:20px;
}

.pressReleaseDetail
{
	width:580px;
}

.pressReleaseDetail div
{
	font-size:12px;
	margin-top:15px;
}

.pressReleaseDetail h1
{
	color:#7498C0;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px;
}

.pressReleaseDetail h2
{
	font-size:13px;
	margin-top:0px;
	font-weight:normal;
	margin-bottom:0px;
}

.pressReleaseDetail h3
{
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
}

.pressReleaseDetail h4
{
	color:#7498C0;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px;
}


.pressBioSelect 
{
	position:absolute;
	top:159px;
	left:471px;
	width:300px;
	font-family:Arial;
	font-size:11px;
	color:#6e6e6e;
	height:23px;
	text-align:right;
	vertical-align:text-bottom;
}

.pressBioSelect select
{
	width:167px;
	margin-left:6px;
	font-family:Arial;
	font-size:11px;
}

/* Case Studies styles */
.csContent
{
	width:415px;
}

.csContentFrame
{
	width:440px;
	height:390px;
	overflow:auto;
	scrollbar-arrow-color:#72694D;
	scrollbar-track-color:#DFDFDF;
	scrollbar-face-color:#A7AB74;
	scrollbar-base-color:#A7AB74;
	scrollbar-DarkShadow-Color:#A7AB74;
}

.csIcons
{
	width:200px;
	position:absolute;
	top:198px;
	left:565px;
	text-align:right;
}

.csIcons img
{
	margin-left:12px;
}

.popupCsIcons
{
	width:200px;
	position:absolute;
	top:110px;
	left:399px;
	text-align:right;
}

.popupCsIcons img
{
	/*margin-left:12px;*/
}

.csHdr
{
	font-size:16px;
}

.csHdrOne
{
	font-size:18px;
	font-weight:bold;
}

.cs table
{
	margin-top:10px;
}

.csRelatedLinks
{
	width:160px;
	border:1px #CACDAC solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:0px;
	margin-top:15px;
}

.csRelatedLinks h1
{
	margin:0px;
	font-size:12px;
	font-weight:bold;
}

.csRelatedLinks p
{
	color:#9F9B74;
	margin-top:6px;
	margin-bottom:0px;

}

.csRelatedLinks p a:link
{
	color:#9F9B74;
	text-decoration:none;
}

.csRelatedLinks p a:visited
{
	color:#BDB56A;
	text-decoration:none;
}

.csRelatedLinks p a:active
{
	color:#9FAA00;
	text-decoration:underline;
}

.csRelatedLinks p a:hover
{
	color:#9FAA00;
	text-decoration:underline;
}

.csScrollPhotos
{
	width:118;
	height:410px;
	border:#72694D;
	padding:0px;
	margin:0px;
	border:1px #72694D solid;
	font-size:9px;
	font-weight:bold;
}

.csScrollPhotos span
{
	line-height:13px;
}

.csScroll
{
	height:116px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:1px solid white;

}

.csScrollOff img
{
	margin-bottom:2px;

}


.csScrollOver img
{
	margin-bottom:2px;
}

.csScrollHdrOne
{
	font-size:9px;
	font-weight:bold;
	margin-top:3px;
}


.csScrollHdrTwo
{
	font-size:9px;
	font-weight:bold;
	margin-top:0px;
}


.csIntro
{
	font-style:italic;
	color:#7498c0;
	font-family:arial;
	font-size:13px;
	width:405px;
	line-height:20px;
	margin-top:1px;
	margin-bottom:0px;
	padding:0px;
}

/* Home Page Styles */
.homeBackground
{
	background-color:#ececec;
	width:771px;
}

.featuredProperties
{
	background-color:#C1C2C4;

	width:769px;
	margin-top:0px;
	border:1px solid #C1C2C4;
}

.bottomBar
{
	background-color:#B2B3B5;
	height:6px;
}

/* Misc Styles */
.hidden
{
	display: none;
}