div#footer {
	margin-top:0;
}

span.back-to-top {
	float:right;
	font-size:12px;
	margin:-15px 0 0 0;
	*margin:-25px 0 0 0;
	_width:100%;
	_text-align:right;
}

table.property-type {
	margin:25px 0 15px 0;
	padding:0;
	width:100%;
	table-layout:fixed;
	*margin-bottom:25px;
}
table.property-type td {
	padding-left:15px;
}
table.property-type td img {
	padding: 3px;
	background-color: #fff;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	display: block;
}
table.property-type td img.title {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
}
table.property-type td.on img {
	border-right: 1px solid #e4c555;
	border-left: 1px solid #e4c555;
	border-bottom: 1px solid #e4c555;
}
table.property-type td.on img.title {
	margin: 0px;
	padding: 0px;
	border: 1px solid #e4c555;
}

div.section-title {
  clear:both;
  padding:0;
	margin:20px 0 0 0;
  vertical-align:middle;
	*margin-top:35px;
}
div.section-title p.file {
  float:right;
  padding:0;
  margin:0;
	font-size: 12px;
	*margin-top:3px;
}
div.section-title p.name {
	font-size: 20px;
	font-weight:bold;
  padding:0;
}

div#property-nav {
	height: 28px;
	position: relative;
	z-index: 10;
}
div#property-nav-left {
	float:left;
  width: 227px;
	height: 28px;
	background: #fff url('/images/side_image_top_gray.gif') no-repeat top left;
}
div#property-nav-right {
	float:left;
	width: 776px;
	height: 28px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

div#property {
	position: relative;
	z-index: 10;
	clear: both;
	border-right: 3px solid #fff;
	background: #fff url('/images/bg.gif') repeat-x 0px -156px;
}
div#property-pad {
	padding: 0px 20px 20px 20px;
}

div#property-header {
	padding:25px 0px 20px 0px;
	text-align: right;
	background: url('/images/t_available_properties.gif') no-repeat 0px 25px;
	font-size: 10px;
	color: #505050;
	text-align: right;
}

div#property-overview {
	font-size: 12px;
}

div#property h1 {
	font-size: 18px;
	color: #3c3c3c;
	font-weight: bold;
	margin: 0;
	margin-top: 20px;
}

div#property-title {
	margin: 0px 0px 16px 0px;
}
div#property-title h2 {
	font-size: 18px;
	color: #3c3c3c;
	font-weight: bold;
	margin: 0;
}
div#property-title h3 {
	margin: 0;
	font-size: 12px;
	color: #505050;
	font-weight: normal;
}

div#property-image {
	border: 1px solid #3c3c3c;
}
div#property-image img { display: block; }
div#property-image-options {
	background-color: #737373;
	padding: 4px;
	text-align:left;
	font-size: 11px;
	border-bottom: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
}
div#property-image-options a {
	color: #fff;
}

table#property-information {
	width: 100%;
	font-size: 12px;
	color: #505050;
}
table#property-information th {
	text-align: left;
	text-transform: uppercase;
	color: #505050;
	font-size: 12px;
	font-weight: normal;
}
table#property-information td {
	text-align: right;
	color: #000;
	font-size: 12px;
}

div#property-details-pad {
	padding: 0px 30px;
	border-right: 1px solid #dadada;
}
table#property-details {
 width:100%;
}
table#property-details th {
	font-size:12px;
}
table#property-details td, table#property-details th {
	border-bottom: 1px solid #dadada;
	padding: 10px 0px 5px 0px;
}
table#property-details th.last { border: none; }
table#property-details p {
	line-height: 24px;
	font-size: 12px;
	text-transform: none;
}
table#property-details .contacts td, table#property-details .contacts th {
	border-bottom: 1px solid #c79001;
}
table#property-details .contacts td {text-transform: none;}
table#property-details .contacts a {padding-right: 10px;}

#property-sidebar {
	text-align: left;
	padding: 0px 0px 50px 30px;
	width: 170px;
}
#property-sidebar ul {
	list-style-type: none;
	margin:0 0 24px 0;
	padding: 0;
}
#property-sidebar ul li {
	padding: 3px 0px;
}
#property-sidebar h2 {
	text-transform: uppercase;
	color: #505050;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
}
#property-sidebar a {
	color: #505050;
	text-decoration:underline;
}
#property-sidebar a:hover { color: #000; } 

table.sortable {
	width:100%;
	border-top: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
	margin: 5px 0 20px 0;
	*margin-bottom:30px;
}
table.sortable tr.rowodd {
	background-color: #f8f8f8;
}
table.sortable tr.roweven {
	background-color: #fff;
}
table.sortable tr.highlight {
  background-color:#fff1bd !important;
}
table.sortable .sortcol {
	cursor: pointer;
	background: #737373 url(/images/sortable.gif) 98% 50% no-repeat;
}
table.sortable .sortasc {
	background:#737373 url(/images/sort_up.gif) 98% 50% no-repeat;
}
table.sortable .sortdesc {
	background:#737373 url(/images/sort_dn.gif) 98% 50% no-repeat;
}
table.sortable .nosort {
	background:#737373;
	cursor: default;
}
table.sortable thead td {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding: 6px 12px;
	border-right: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	cursor:pointer;
}
table.sortable td {
	text-align: center;
	font-size:12px;
	font-weight:bold;
	padding: 5px;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
  vertical-align:middle;
}
table.sortable td img {
 padding:2px;
 border:1px solid #aaa;
 background:#fff;
}
table.sortable td.tip {
	display:none;
}

.clickable {
	cursor:pointer;
}

td#office-space-thumb,
td#industrial-space-thumb,
td#retail-space-thumb,
td#sale-thumb {
	width:134px;
}
td#office-space-name,
td#industrial-space-name,
td#retail-space-name,
td#sale-name {
	width:300px;
}
td#office-space-submarket,
td#industrial-space-submarket,
td#retail-space-submarket,
td#sale-submarket {
	width:175px;
}
td#office-space-size,
td#industrial-space-size,
td#retail-space-size,
td#sale-size {
	width:175px;
}
td#office-space-type,
td#industrial-space-type,
td#retail-space-type {
	width:175px;
}
td#sale-price {
	width:175px;
}

table.suites {
	width:100%;
}
table.suites td {
	font-weight:normal;
}

/* previous/next navigation
-------------------------------------*/
div.nav-container-top {
	margin:0 0 15px 0;
}
p.nav-top {
  *margin:12px 0 0 0;
}
div.nav-container-bottom {
	margin:15px 0 0 0;
}
p.nav-bottom {
  margin:0;
  *margin:2px 0 0 0;
  _margin:4px 0 0 0;
}
div.nav-container-top p,
div.nav-container-bottom p {
	font-size: 12px;
}

/* tooltips
-------------------------------------*/
a.tooltip-link {
  font-style:normal;
  text-decoration:none;
  border-bottom:dashed 1px #00f;
}
a.tooltip-link:hover {
  border-bottom:none;
}
.tooltip {
  width:500px;
  text-align:left;
  border:1px solid #737373;
}
.tooltip .title {
  padding:3px;
  background:#ccc;
  font-size:12px;
  font-weight:bold;
  color:#000;
}
.tooltip .content {
  padding:5px;
  background-color:#fff1bd;
  font-size:12px;
}
