#content .col-middle {
  position: relative;
  width: 465px;
  float: left;
}

#content ul.specifications {
  margin-left: 15px;  
  list-style-image: url(/images/bullet.png);
}

#content .col-middle-right {
  position: relative;
  width: 771px;
  margin: 0px;
  float: left;
}

#content .col-middle hr, 
#content .col-middle-right hr {
  width: 100%;
  border: none;
  border-top: 1px solid #333;
  clear: both;
}

select.tenantDetailSelect {
  position: absolute;
  top: 5px;
  right: 0px;
}

#content .property-header {
  width: 320px;
}

#content .property-gallery {
  position: relative;
  border: 8px solid #333;
  background-color: #333;
  width: 363px;
  height: 239px;
}

#content .leasing-agents {
  width: 381px;
  margin-right: 10px;
  font-weight: bold;
}

#content .leasing-agents .leasing-agent-details{
  font-weight: lighter;
  margin-bottom: 20px;
}

#content .leasing-agents select {
  width: 175px;
  margin: 10px 0;
}

#content .leasing-agents #retail_agents {
  margin-left:10px;
}

#content .all-suites {
  /* added by client request until all spaces have been added to the database */
  display: none;
  margin: 10px 0;  
}

#content .related-properties {
  margin: 10px 0;
}

#content .all-suites a {
  color: #fff;  
}

#content .related-properties select{
  width: 450px;
}

#content .tenant-gallery {
  height:173px;
}

#content .property-gallery .nav {
  width: 363px;
  height: 50px;
  
  position: absolute;
  bottom: 8px;
  left: 0px;
}

#content .property-gallery .nav img.thumb {
  margin-left:2px;
}

#content .nav .hidden {
  display: none; 
}

#content .property-gallery .nav #scroll-left img {
  margin-left:0px;
}

#content .property-gallery .nav #scroll-right img {
  position: absolute;
  right: 0;
}

#content table {
  border-collapse: collapse;
}

#content table.property-contacts {
  width: 100%;
  margin-top: 10px;
}

#content table.property-contacts td,
#content table.property-contacts th {
  border-top: 1px solid #333;
}

#content .property-contacts th {
  width: 300px;
  text-align: left;
  padding: 12px 0px 12px 50px;
  font-size: 1.4em;
}

#content table.contact-info td {
  border: none;
  width: 200px;
  vertical-align: top;
  line-height: 1.2em;
  padding: 3px 0px 8px 0px;
}


#content .col-middle-right .top {
  background-image: url(/images/prop-detail-top.png);
  width: 771px;
  height: 15px;
}  
#content .content-top {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  float: left;
  width: 769px;
  clear: both;
  position: relative;
}

#content .content-top .property-header {
  padding: 10px;
}

#content .content-top .property-gallery {
  margin: 10px;
}

#content .property-spaces {
  width: 769px;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
}

#content table.space-table,
#content table.property-table {
  clear: both;
  width: 769px;
  margin-left: 0px;
  border-collapse: collapse;
  border-bottom: 1px solid #4f4f4f;
  border-left: hidden;
  border-right: hidden;
}

#content table.space-table th,
#content table.property-table th {
  background-color: #262626;
  border: 1px solid #4f4f4f;
  line-height: 1.4em;
  font-weight: normal;
  text-align: left;
  padding: 6px 10px;
  color:#fff;
}

#content table.space-table td,
#content table.property-table td {
  border-right: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
  line-height: 1.4em;
  text-align: left;
  padding: 10px;
  color:#fff;
}

#content table.property-table .property-odd td {
  background-color: #262626;  
}

#content table.space-table, 
#content table.property-table {
  font-size: 0.9em;
}
#content table.property-table .col-thumb { width: 142px; }
#content table.property-table .col-property { width: 128px;  }
a.prop-name { 
  font-size: 1.2em;
  line-height: 1.5em;
  color: #ffce00;
  text-decoration: underline;
}
a.prop_name:hover { text-decoration: none; }

#content table.space-table td.no-right,
#content table.space-table th.no-right
{
  border-right: hidden;
}

#content table.space-table ul.doc-list,
#content table.space-table ul.doc-list li {
  list-style-type: none;
  list-style-image: none;
} 

#content table.space-table ul.doc-list a {
  color: #fff;
  text-decoration: underline;
}

.space-table .prop-type { width: 60px; }
.space-table .prop-suite { width: 35px; }
.space-table .prop-size { width: 110px; }
.space-table .prop-docs { width: 80px; }

#content .content ul.doc-list a:hover {
  color: #ffce00;
}

#content ul.news-list, #content ul.testimonial-list {
  list-style: none;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-left: 0px;
}

#content ul.news-list .title, #content ul.testimonial-list .title {
  color: #ffce00;
  font-size: 1.2em;
  display: block;
}

#content ul.news-list .descr, #content ul.testimonial-list .descr {
  font-size: 1.1em;
}

#content ul.news-list .dateline, #content ul.testimonial-list .dateline {
  font-style: italic;
  display: block;
  padding: 3px 0px;
}

#content ul.testimonial-list .title, #content ul.testimonial-list .dateline {
  text-align:left;
}

#content ul.news-list li, #content ul.testimonial-list li {
  width: 100%;
  border-bottom: 1px solid #434343;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

#content ul.news-list .title a, #content .title h3, #content ul.testimonial-list .title a, #content ul.testimonial-list .title h3 {
  color: #ffce00;
  text-decoration: none;
  line-height: 1.5em;
}

#content ul.news-list .title a:hover, #content ul.testimonial-list .title a:hover {
  text-decoration: none;
}

.property-doc {
  float: left;
  height: 70px;
  width: 60px;
  padding: 10px;
  text-align: center;
  line-height: 1.2em;
}

#content .news-bottom-nav, #content .download-pdf {
  margin: 5px auto;
  width: 140px;
}

#content .news-bottom-nav a{
  text-decoration: none;
  color: #fff;
}

#executive-photos {
  position: relative;
  width: 700px;
  height: auto;
}

#executive-photos img {
  border: 1px solid #ffce00;
}

#executive-photos .exec {
  width: 140px;
  float: left;
  height: 225px;
  margin: 15px;  
}

.exec-bio {
  display: none;  
}

#executive-photos .exec .name, #executive-photos .exec .title {
  width: 125px;
  display: block; 
}

#executive-photos .exec .name {
  margin: 5px 0;
  line-height: 1.3em;
}

#executive-photos .exec .title {
  font-style: italic;
  line-height: 1.3em;
}

#login_table td {
  padding: 5px;
}

#content .col-middle-right .state-block,
#content .col-middle .state-block {
  width: 300px;
  padding-bottom: 20px;
  float: left;
}

#email-form .field input,
#email-form .field textarea {
  width: 500px;
  background-color: #fff;
  border: 1px solid #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 3px;
  margin-bottom: 5px;
}

#content .col-middle div.field select, #content .col-middle-right div.field select  {
  height: 20px;
  border: 1px solid #aaaaaa;
  background-color: #fff;
  color: #000;
  font-size: 1em;
  padding-left: 2px;
}

table.tenant-referral {
  padding-top: 20px;
  margin-top: 20px;
  width: 600px;
}

table.tenant-referral td { 
  padding-right: 30px;
  padding-bottom: 10px;
}

table.tenant-referral label {
  display: block;
}

table.tenant-referral .required {
  color: #a00;
}

table.tenant-referral input {
  width: 250px;
}


table.tenant-referral div.submit input {
  width: auto;
}
