/**
*	html/css/properties.css
*	
*	@company		Blue Sky Web Design
*	@author			$Author: Blue2 $, Jonathan Jordan, Rich Mayo
*	@contact		info@blue-skywebdesign.com
*	@core_version	1.2.8
*	@file_version	$Rev: 316 $
*	@updated		$Date: 2009-12-10 16:19:24 -0800 (Thu, 10 Dec 2009) $
*	@last_update		
*	
*/
.propertyDetailsTable {
	width: 90%;
	text-align: center;
	margin: auto;
}

.propertyName {
	font-weight: bold;
	font-size: 14pt;
}

.currentTenantsListTable {
	width: 90%;
	margin: auto;
}

.currentTenantsListTable td {
	padding: 6px;
	border-bottom: solid 1px #000000;
	text-align: left;
	font-size: 10pt;
}

.currentTenantsListTable td.oddrow {
	background-color: #D7A673;
}

.currentTenantsListTable td div.tenantCompany {
	font-weight: bold;
	font-size: 11pt;
}

.tenantPropertyList {
	list-style: none;
	font-weight: bold;
}

.tenantPropertyList li {
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
}

.tenantMenu {
	list-style:  none;
	font-weight: bold;
}

.tenantTopMenu {
	list-style: none;
	font-weight: bold;
}

.tenantTopMenu li {
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
}

#spaceRequestFormDiv {
	position: absolute;
	border: solid 1px #B66611;
	padding: .3em;
	background-color: #FFEDC2;
}

#spaceRequestFormDiv .closeButton {
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

.spaceRequestInfoTitle {
	font-weight: bold;
	font-size: 11pt;
	text-align:center;
}

.availableSpaceListTable {
	border: solid 1px #B66611;
	width: 95%;
	margin: auto;
}

.availableSpaceListTable th {
	padding: 6px;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	background-color: #4B2C0C;
	color: #FFEDC2;
}

.availableSpaceListTable td {
	padding: 6px;
	text-align: left;
	font-size: 10pt;
}

.availableSpaceListTable td.oddrow {
	background-color: #D7A673;
	border-bottom: solid 1px #B66611;
}

.propertyLayoutList {
	list-style: none;
	font-weight: bold;
	font-size: 12pt;
}

.propertyLayoutList li {
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
}

.tenantNewsTable {
	
}

.tenantNewsTable td {
	border-bottom: solid 1px black;
}

.tenantNewsTitleDiv {
	font-weight: bold;
	font-size: 12pt;
}

.tenantNewsDescriptionDiv {
	font-size: 10pt;
}

.tenantNewsDateDiv {
	font-size: 9pt;
	text-align: right;
	font-style: italic;
}

.tenantNewsContentDiv {
	
}

.userBasicInfoTable {
	
}

.userBasicInfoFieldset {
	border: solid 1px #B66611;
	margin-bottom: 1em;
}

.userChangePasswordFieldset {
	border: solid 1px #B66611;
}

.noresults {
	background-color: #EFE4D2;
	border-top: solid 1px #b66611;
	border-bottom: solid 1px #b66611;
	margin: 1em;
	text-align: center;
	padding: 1em;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	color: #333333;
}
