body {
  background: #fff;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.align-right {
  text-align:right;
}

#container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 980px;
}

#header {
  margin:0;
}

#utility {
  height: 29px;
}

#logo {
  height: 104px;
  margin:20px 0 0;
  padding:0 0 0 27px;
}

#nav {
  height: 48px;
}

#index_content {
  font-size: 11px;
  background: url(/images/bg_index_content.gif) no-repeat;
  height: 240px;
  margin-top: 5px;
}

#index_content li {
  margin-left: 12px;
  margin-bottom: 10px;
}

#index_content h1 {
  color: #323232;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

#index_content p {
  margin: 0;
  margin-bottom: 12px;
}

#index_left {
  float:left;
  width: 222px;
  padding: 42px 36px;
}

#index_recommendation {
  color: #166B17;
  font-size:16px;
  font-weight:bold;
  height: 17px;
  margin-bottom:10px;
  padding-top: 15px;
  text-align:center;
}

#index_middle {
  float:left;
  font-size:12px;
  padding: 0 83px 0 50px;
  width: 521px;
}

#index_right {
  float:left;
  height: 169px;
  background: url(/images/bg_index_right.png) no-repeat;
  color: #fff;
  width: 270px;
  padding: 0 28px 0 28px;
}

#index_right p {  
  margin-bottom: 18px;
}

.sidebar_login div {
  margin-bottom:5px;
}

.sidebar_login a {
  color:#fff !important;
}

.sidebar_login #email {
  width: 260px;
}

.sidebar_login #password {
  width: 200px;
}

#sidebar_blue .sidebar_login #email {
  width: 220px;
}

#sidebar_blue .sidebar_login #password {
  width: 160px;
}

#index_nyt {
  float:left;
  margin-top: 4px;
}

#page_content {
  float: left;
  background: url(/images/bg_content_left_middle.gif) repeat-y;
  width: 717px;
}

#page_content_top-mid {
  background: url(/images/bg_content_left_top.gif) no-repeat;
  padding: 25px 26px 0 27px;
  min-height: 721px;
}

#page_content_bottom {
  background: url(/images/bg_content_left_bottom.gif) no-repeat;
  height:7px;
  font-size: 0px; /* for IE6 */
}

#dashboard_content {
  float: left;
  background: url(/images/bg_dashboard_middle.gif) repeat-y;
  width: 805px;
}

#dashboard_content_no-background {
  float: left;
  margin:8px 10px 0 30px;
  padding:0;
  width: 765px;
}

.logged-in #dashboard_content_no-background {
  padding-top:65px;
}


#dashboard_content_no-background p {
  margin:0;
}

#dashboard_content_with-background {
  float: left;
  background:#185E19 url(/images/bg_red.png) repeat-x;
  color:#fff;
  height:98px;
  margin:8px 10px 2px 30px; 
  overflow:hidden;
  padding:10px 0 0 20px;
  position:relative;
  width: 745px;
}

.logged-in #dashboard_content_with-background {
  height:125px;
}

#dashboard_content_with-background h1 {
  color:#fff; 
  font-size:21px; 
  font-weight:bold;
  margin-bottom:10px;
}

#dashboard_content_top-mid {
  background: url(/images/bg_dashboard_top.gif) no-repeat;
  padding: 25px 26px 0 27px;
  min-height: 565px;
}

#dashboard_content_bottom {
  background: url(/images/bg_dashboard_bottom.gif) no-repeat;
  height:7px;
  font-size: 0px; /* for IE6 */
}

#dashboard_content h2,
#fullwidth_content h2 {
  color: #323232;
}

#show_user_link_container {
  text-align:right;
}

#show_user_link_notice {
  text-transform:uppercase;
}

#fullwidth_content {
  float: left;
  background: url(/images/bg_fullwidth_middle.gif) repeat-y;
  width: 980px;
}
#fullwidth_content_top-mid {
  background: url(/images/bg_fullwidth_top.gif) no-repeat;
  padding: 25px 26px 0 27px;
  min-height: 565px;
}

#fullwidth_content_bottom {
  background: url(/images/bg_fullwidth_bottom.gif) no-repeat;
  height:7px;
  font-size: 0px; /* for IE6 */
}


#sidebar {
  float: left;
  width: 263px;
  color: #fff;
}

#sidebar_red {
  padding: 0;
  width: 263px;
}

#sidebar_blue p {  
  font-size: 11px;
  width: 229px;
  margin-bottom: 12px;
}

#sidebar_search {
  width: 229px;
  height: 143px;
}
#sidebar_schedule {
  width: 229px;
  height: 129px;
}
#sidebar_resource {
  width: 229px;
  height: 150px;
}

#sidebar_blue {  
  background: url(/images/bg_sidebar_blue.png) no-repeat;
  width: 229px;
  height: 167px;
  padding: 0 17px 0;
}


#sidebar_blue p {  
  margin-bottom: 6px;
}

#sidebar_email {
  border: 0; 
  padding: 2px; 
  font-size: 13px;
  height: 16px; /* for opera */
  width: 146px; 
  margin-bottom: 2px;
}

#sidebar_submit {
  vertical-align: bottom;
}

.pagination a {
  color: #1d4776;
}

.pagination .prev_page {
  border-right: 1px solid #dcdcdc;
  margin-right: 20px;
  padding-right: 20px;
}

.pagination .next_page {
  border-left: 1px solid #dcdcdc;
  margin-left: 20px;
  padding-left: 20px;
}


.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.small_print {
  font-size:11px;
}

/* Flash messages
----------------------------------------------------------------------------------------------------*/
#flash.notice, #flash.warning, #flash.error, #flash.form_errors {
/*  line-height: 3em;*/
  text-align: center;
  margin: 0 5px 5px;
  padding:12px 6px;
}
  
#flash.notice {  
  background: #215E21;
  border: 1px solid #163e16;
  color: #fff;
}

#flash.warning {  
  background: #fad75d;
  border: 1px solid #ffc876;
  color: #1a1a1a;
}

#flash.form_errors,
#flash.error {  
  background: #ef433b; /*#b03a32;*/
  border: 1px solid #822823;
  color: #fff;
}

#flash.form_errors ul {
  margin:0;
  text-align:left;
}

.note {
  font-size: 120%;
  font-weight: bold;
  margin: 60px 0 120px;
}

.larger {
  font-size:150%;
}

.paypal {
  vertical-align: middle;
}

/* Error messages
----------------------------------------------------------------------------------------------------*/
div#errorExplanation {
  border: 1px solid red;
  padding: 10px 10px 0;
  margin-bottom: 10px;
  color: red;
}

div#errorExplanation h2 {
  color: red;
}

/* Vacation message
----------------------------------------------------------------------------------------------------*/
.vacation {
  background: #fad75d url('/images/warning_s.png') no-repeat 5px 5px;
  border: 1px solid #ffc876;
  color: #1a1a1a;
  font-size:11px;
  font-weight:normal;
  padding:5px 5px 5px 27px;
}

#preview_address .vacation {
  float:right;
  height:38px;
  margin:1px;
  width:390px;
}

#purchase .vacation {
  background-color:transparent;
  background-position:20px 0px;
  border:0;
  color:#BC1615;
  float:right;
  height:34px;
  margin:0 5px 0 0;
  padding:0 0 0 65px;
  width:360px;
}

.vacation.dashboard-vacation {
  float:left;
  margin:0;
}

/* Utility Nav
----------------------------------------------------------------------------------------------------*/
#utility .divider, #utility .no_divider {
  float: left;
  padding: 0 20px;
  margin-top: 12px;
  font-size: 11px;
}

#utility .divider {
  border-left: 1px solid #dcdcdc;
}

#utility .welcome {
  font-size:12px;
}

#utility a {
  color: #175391;
  font-weight: bold;
  text-decoration: none;
}

#utility a:hover {
  color: #fff;
  background-color: #175391;
}

#session_will_expire {
  color: #ef433b;
  font-weight: bold;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
#menu {
  width: 980px;
  height: 48px;
  background: url(/images/nav.png) no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

#menu li, #menu a {
  height: 48px;
  display: block;
  text-indent: -9999px;
}

#menu_button_home     {left:   0;   width:  95px;}
#menu_button_about    {left:  95px; width: 110px;}
#menu_button_services   {left: 205px; width: 106px;}
#menu_button_floorplans   {left: 311px; width: 167px;}
#menu_button_price    {left: 478px; width: 164px;}
#menu_button_testimonials {left: 642px; width: 128px;}
#menu_button_contact    {left: 770px; width: 118px;}
#menu_button_faq      {left: 888px; width: 92px;}

#menu_button_home     a:hover {background: transparent url(/images/nav.png)  0   -48px no-repeat;}
#menu_button_about    a:hover {background: transparent url(/images/nav.png)  -95px -48px no-repeat;}
#menu_button_services   a:hover {background: transparent url(/images/nav.png) -205px -48px no-repeat;}
#menu_button_floorplans   a:hover {background: transparent url(/images/nav.png) -311px -48px no-repeat;}
#menu_button_price    a:hover {background: transparent url(/images/nav.png) -478px -48px no-repeat;}
#menu_button_testimonials a:hover {background: transparent url(/images/nav.png) -642px -48px no-repeat;}
#menu_button_contact    a:hover {background: transparent url(/images/nav.png) -770px -48px no-repeat;}
#menu_button_faq      a:hover {background: transparent url(/images/nav.png) -888px -48px no-repeat;}

#menu_button_home     a:active,
#menu_button_home     a.on    {background: transparent url(/images/nav.png)  0   -96px no-repeat;}
#menu_button_about    a:active,
#menu_button_about    a.on    {background: transparent url(/images/nav.png)  -95px -96px no-repeat;}
#menu_button_services   a:active,
#menu_button_services   a.on    {background: transparent url(/images/nav.png) -205px -96px no-repeat;}
#menu_button_floorplans   a:active,
#menu_button_floorplans   a.on    {background: transparent url(/images/nav.png) -311px -96px no-repeat;}
#menu_button_price    a:active,
#menu_button_price    a.on    {background: transparent url(/images/nav.png) -478px -96px no-repeat;}
#menu_button_testimonials a:active,
#menu_button_testimonials a.on    {background: transparent url(/images/nav.png) -642px -96px no-repeat;}
#menu_button_contact    a:active,
#menu_button_contact    a.on    {background: transparent url(/images/nav.png) -770px -96px no-repeat;}
#menu_button_faq      a:active,
#menu_button_faq      a.on    {background: transparent url(/images/nav.png) -888px -96px no-repeat;}

/* Subnav for Dashboard
----------------------------------------------------------------------------------------------------*/
#subnav_dashboard {
  float:left;
  margin:8px 3px 0 5px;
  width:167px;
}

#subnav_dashboard ul.subnav_menu {
  width: 167px;
  height: 81px;
  background: url(/images/subnav-vert.png) 0px -27px no-repeat;
}
.logged-in #subnav_dashboard ul.subnav_menu {
  background-position: 0px 0px;
  height: 135px;
}

ul.subnav_menu {
  margin: 0;
  padding: 0;
  position: relative;
}

ul.subnav_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul.subnav_menu li, ul.subnav_menu a {
  height: 27px;
  display: block;
  text-indent: -9999px;
}

#subnav_menu_button_dashboard, 
#subnav_menu_button_search,
#subnav_menu_button_schedule,
#subnav_menu_button_redraw,
#subnav_menu_button_resource { width: 167px; }

#subnav_menu_button_dashboard  a:hover {background: transparent url(/images/subnav-vert.png) -167px    0px no-repeat;}
#subnav_menu_button_schedule     a:hover {background: transparent url(/images/subnav-vert.png) -167px  -27px no-repeat;}
#subnav_menu_button_redraw   a:hover {background: transparent url(/images/subnav-vert.png) -167px  -54px no-repeat;}

#subnav_menu_button_dashboard  a:active,
#subnav_menu_button_dashboard  a.on    {background: transparent url(/images/subnav-vert.png) -334px    0px no-repeat;}
#subnav_menu_button_schedule     a:active,
#subnav_menu_button_schedule     a.on    {background: transparent url(/images/subnav-vert.png) -334px  -27px no-repeat;}
#subnav_menu_button_redraw   a:active,
#subnav_menu_button_redraw   a.on    {background: transparent url(/images/subnav-vert.png) -334px  -54px no-repeat;}


/* Subnav for samples
----------------------------------------------------------------------------------------------------*/
#subnav_samples ul.subnav_menu {
  width: 665px;
  height: 27px;
  background: url(/images/subnav_samples.png) no-repeat;
}

#subnav_samples ul.subnav_menu li {
  position:absolute;
}

#subnav_menu_button_s   {left:   0;   width: 166px;}
#subnav_menu_button_d   {left: 166px; width: 166px;}
#subnav_menu_button_l   {left: 332px; width: 166px;}
#subnav_menu_button_t   {left: 498px; width: 167px;}


#subnav_menu_button_s   a:hover {background: transparent url(/images/subnav_samples.png)  0   -27px no-repeat;}
#subnav_menu_button_d   a:hover {background: transparent url(/images/subnav_samples.png) -166px -27px no-repeat;}
#subnav_menu_button_l   a:hover {background: transparent url(/images/subnav_samples.png) -332px -27px no-repeat;}
#subnav_menu_button_t   a:hover {background: transparent url(/images/subnav_samples.png) -498px -27px no-repeat;}


#subnav_menu_button_s   a:active,
#subnav_menu_button_s   a.on    {background: transparent url(/images/subnav_samples.png)  0   -54px no-repeat;}
#subnav_menu_button_d   a:active,
#subnav_menu_button_d   a.on    {background: transparent url(/images/subnav_samples.png) -166px -54px no-repeat;}
#subnav_menu_button_l   a:active,
#subnav_menu_button_l   a.on    {background: transparent url(/images/subnav_samples.png) -332px -54px no-repeat;}
#subnav_menu_button_t   a:active,
#subnav_menu_button_t   a.on    {background: transparent url(/images/subnav_samples.png) -498px -54px no-repeat;}


/* forms
----------------------------------------------- */
.required { 
  color: #BC1615; 
  font-weight: bold;
}

.field-help {
  display:block;
}

form {
/*  overflow:hidden; */
}
form p.notice {
  font-weight:bold;
}

button {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #278427 url('/images/bg_button.gif') repeat-x center left;
  border: 1px solid #166b17;  
  color: #fff;
  cursor: pointer;
  margin: 0px;
  padding: 0px 6px;
}
button:hover {
  background: #90bc1d url('/images/bg_button_hover.gif') repeat-x;
  border: 1px solid #74a301;  
}
button.unrounded {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
}
button.red {
    background-color:#ed2a2e;
    background-image:url('/images/bg_button_red.gif');
    border-color:#6b1616;
}
button.red:hover {
    background-color:#8c2221;
    background-image:url('/images/bg_button_red_hover.gif');
    border-color:#a30101;
}

.dashboard-button { 
  background: #278427 url('/images/bg_button.gif') repeat-x top left;
  border: 1px solid #166b17;
  color:#fff !important;
  display:block;
  float: right;
  font-weight:bold;
  height: 20px;
  line-height: 20px;
  margin:0 0 0 10px;
  text-align:center;
  text-decoration:none;
  width: 76px;
}
.dashboard-button:hover {
  background: #90bc1d url('/images/bg_button_hover.gif') repeat-x;
  border: 1px solid #74a301;
}
.dashboard-link {
  float:right;
}

button p {
  color: #fff;
  line-height: 16px;
  margin: 0px !important;
}

input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}

fieldset legend {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
fieldset div label {
  display: block;
  width: 100%;
}
fieldset div input[type="text"], fieldset div select, fieldset div textarea {
  clear:both;
  width: 100%;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
/*fieldset a {
  color: #f8d14b;
}*/
fieldset fieldset {
  border:1px solid #ccc;
  padding:25px 25px 0;
}

fieldset.login {
  border: 1px solid #e6e6e6;
  background: #f0f0f0 url('/images/bg_login.gif') repeat-x;
  margin: 0 0 10px;
  padding: 30px 20px;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset.login a {
  display: block;
  margin: 0 0 0 265px;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:10px;
  text-align:right;
  width:255px;
}
fieldset.login p input,
fieldset.login select {
  width: auto;
}
fieldset.login p input[type="text"],
fieldset.login p input[type="password"] {
  width:175px;
}
fieldset.login p.radio  {
  padding: 0 0 0 265px;
}
fieldset.login p.radio label {
  float: none;
}

button#login { 
  background: #278427 url('/images/login.png') no-repeat top left;
  height: 21px;
  margin-bottom: 10px;
  margin-left:265px;
  width: 73px;
}
button#login:hover {
  background-position: 0 -21px
}

button#submit { 
  background: #278427 url('/images/submit_green.png') no-repeat top left;
  height: 21px;
  margin-bottom: 10px;
  margin-left:265px;
  width: 83px;
}
button#submit:hover {
  background-position: 0 -21px
}

fieldset.signup {
  border: 1px solid #e6e6e6;
  background: #f0f0f0 url('/images/bg_login.gif') repeat-x;
  margin-bottom: 10px;
  padding: 30px 0px 30px 41px;
}
fieldset.signup p {
  float: left;
  font-size: 11px;
  margin: 0 20px 20px 0;
  width: 180px;
}
fieldset.signup p label {
  display: block;
  width: 100%;
}
fieldset.signup p input {
  width: 174px;
}
button#signup { 
  background: #278427 url('/images/signup.png') no-repeat top left;
  float: right;
  height: 21px;
  margin-right: 41px;
  width: 85px;
}
button#signup:hover {
  background-position: 0 -21px
}

div.grid_formfield {
  margin: 0 20px 20px 0;
}

div.grid_formfield p,
div.grid_formfield .smallprint {
  margin: 0;
  color: #BC1615;
  font-size: 11px;
}

.smallprint {
  font-weight:bold;
}

#schedule_burough {
  width:180px;
}

#schedule_building {
  width: 60px;
}

#schedule_street {
  width: auto;
}

#schedule_street input {
  margin-right:10px;
  width: 200px
}

#schedule_unit {
  width: 100px;
}

#schedule_listing_number input,
#schedule_unit input {
  width:60px;
}

#schedule_listing_number,
#schedule_cross_streets {
  width: 200px;
}

#schedule_instructions {
  clear:left;
  width: 200px;
  margin-right: 0;
}

#schedule_description {
  width: 200px;
}

#schedule_building_type_options {
  margin-bottom: 20px;
}

#appointment_unit_number {
  width: 60px;
}

#schedule_interior input, #schedule_exterior input {
  margin-right:10px;
  width: 80px
}

#schedule_notice {
  clear: both;
  color: #BC1615;
}

#schedule_notice p {<D-c>}

fieldset.inventory_search { 
  margin: 0;
}

fieldset.inventory_search input { 
  float: left;
}

fieldset.inventory_search input[type="text"] {
  border:1px solid #969696;
  border-right: 0;
  padding: 4px 2px;
  font-size: 12px;
  height: 16px;
}

fieldset#account_info, 
fieldset#contact_address, 
fieldset#billing_address {
  float: left;
  padding-right: 18px;
  width: 290px;
}

.red { color: #ff0000; }
.green { color: #166B17; }

#waitlist {
  margin-bottom:20px;
}


#form_property_user {
  margin:0 0 20px;
}

#form_property_address input,
#form_property_unit input, 
#form_property_area input,
#form_property_exposure input,
#form_property_comments input {
  width:210px;
}

#form_property_area input {
  width:140px;
}

#form_property_unit input {
  margin-right:10px;
  width:80px;
}

#form_property_exposure input {
  margin-right:10px;
}

#property_form_comments,
#estimate_comments input {
  height:50px;
  width:710px;
}

.comment {
  border-left:1px solid #787878;
  color:#787878;
  padding-left:1em;
}

.centered {
  text-align:center;
}

input[readonly="readonly"] {
  border:0;
  font-weight:bold;
}

#map-canvas { 
  display:block;
  margin:20px 0;
  height: 480px;
  position: relative;
}


/* Inventory Search Tabs
----------------------------------------------------------------------------------------------------*/
/*
#tabs{
  margin-left: 4px;
  padding: 0;
  background: transparent;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding-left: 5px;
}
#tabs ul{
  font: bold 11px Arial, Verdana, sans-serif;
  margin:0;
  padding:0;
  list-style:none;
}
#tabs li{
  display:inline;
  margin:0 2px 0 0;
  padding:0;
  text-transform:uppercase;
}
#tabs a{
  float:left;
/*    background:#A3BBE6 url(/images/tabs_left.gif) no-repeat left top;*//*
  margin:0 2px 0 0;
  padding:0 0 1px 3px;
  text-decoration:none;
}
#tabs a span{
  float:left;
  display:block;
/*    background: transparent url(/images/tabs_right.gif) no-repeat right top;*//*
  padding:4px 9px 2px 6px;
}
#tabs a span{float:none;}
#tabs a:hover{background-color: #7E94B9;color: white;}
#tabs a:hover span{background-color: #7E94B9;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #42577B; color:#fff;}
.tabContent {
  clear:both;
  border-top:2px solid #42577B;
  padding-top:10px;
    background-color:#FFF;
  }
*/
#tabs {
  margin-bottom:25px;
}

#tabs ul {
  width: 752px;
  height: 29px;
  background: url(/images/search_tabs.png) no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
}

#tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

#tabs li, #tabs a {
  height: 29px;
  display: block;
  text-indent: -9999px;
}

#tabHeader1   {left:   0;   width: 127px;}
#tabHeader2   {left: 127px; width: 134px;}
#tabHeader3   {left: 261px; width: 170px;}

#tabHeader1 a:hover  {background: transparent url(/images/search_tabs.png)    0   -29px no-repeat;}
#tabHeader2 a:hover  {background: transparent url(/images/search_tabs.png) -127px -29px no-repeat;}
#tabHeader3 a:hover  {background: transparent url(/images/search_tabs.png) -261px -29px no-repeat;}

#tabHeader1 a.on  {background: transparent url(/images/search_tabs.png)    0   -58px no-repeat;}
#tabHeader2 a.on  {background: transparent url(/images/search_tabs.png) -127px -58px no-repeat;}
#tabHeader3 a.on  {background: transparent url(/images/search_tabs.png) -261px -58px no-repeat;}

.search_column {
  margin: 0 0 20px;
  width: 180px;
}

.search_column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search_column li {
  margin: 0;
  padding: 0;
}

#search_boroughs {
  margin-bottom: 20px;
}

#search_quicklinks {
  margin-bottom: 20px;
}

#search_quicklinks .quicklink {
  margin-right: 30px;
}

#east_streets, #west_streets {
  width: 374px;
}

#east_streets h2, #west_streets h2 {
  color: #cc3533;
  font-weight: normal;
}

.results_half {
  background: url(/images/bg_search_results_half.png) no-repeat;
  margin-top: 10px;
  padding: 10px 0px 0px 10px;
}

.results_full {
  background: url(/images/bg_search_results_full.png) no-repeat;
  margin-top: 10px;
  padding: 10px 0px 0px 10px;
}

/* Tables
----------------------------------------------------------------------------------------------------*/
table {
  width:100%;
  margin-bottom:10px;
}
th, td {
  padding:.2em 1em;
  text-align:left;
}
td label {
  vertical-align:top;
}
thead th, thead td {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
thead th.table-head {
  font-size:1em;
  font-weight:normal;
  text-transform:uppercase;
  color:#fff;
  background:#555;
  border:1px solid #555;
}
tbody th,
tbody td {
  background:#fff;
}
tbody tr.odd th,
tbody tr.odd td {
  background:#eee;
}
tfoot th,
tfoot td {
/*  border-top:2px solid #666;
  background:#eee;*/
}
tfoot tr.total th,
tfoot tr.total td {
  border-top:6px double #666;
}
tfoot tr.total th {
  text-transform:uppercase;
}
th.currency,
td.currency {
  text-align:right;
}
col.colC {
  width:8em;
}

col.day_of_week {
  width:175px;
}

table.search_results,
table.timeslots {
  clear: both;
}

table.search_results thead th, 
table.search_results thead td,
table.timeslots thead th, 
table.timeslots thead td {
  border: 0;
  background: transparent;
}

table.search_results td,
table.timeslots td {
  border: 0;
  color: #1d4776;
  vertical-align: top;
}

table.search_results tbody tr,
table.timeslots tbody tr {
  border: 1px solid #ede8ba;
}

table.search_results col.address {
  width: 300px; 
}

table.search_results col.data {
}

table.search_results col.actions {

}
table.search_results tbody th,
table.search_results tbody td,
table.timeslots tbody th,
table.timeslots tbody td {
/*  border:1px solid #ede8ba;*/
  background:#fffbd7;
}
table.search_results tbody tr.odd th,
table.search_results tbody tr.odd td,
table.timeslots tbody tr.odd th,
table.timeslots tbody tr.odd td {
  background:#fffde7;
}
table.search_results tbody tr:hover td,
table.search_results tbody tr:hover th,
table.timeslots tbody tr:hover td,
table.timeslots tbody tr:hover th {
  background:#f0ecc8;
}
table.search_results tfoot th,
table.search_results tfoot td,
table.timeslots tfoot th,
table.timeslots tfoot td {
/*  border-top:2px solid #666;
  background:#eee;*/
}
table.search_results tfoot tr.total th,
table.search_results tfoot tr.total td {
  border-top:6px double #666;
}
table.search_results tfoot tr.total th {
  text-transform:uppercase;
}

.breadcrumbs {
  margin:0 0 5px;
}

.search_header {
  display: block;
  height: 30px;
  width: 100%;
}

.search_header b {
  color: #ef2e33;
}


table.timeslots table.subtable {
  width:auto;
}

table.timeslots table.subtable tr {
  border:0;
}
table.timeslots table.subtable td {
  padding:0;
}

table.timeslots tbody tr.waitlist th,
table.timeslots tbody tr.waitlist td {
  background:#ffbfbf;
}

table.timeslots tbody tr.waitlist:hover th,
table.timeslots tbody tr.waitlist:hover td {
  background:#ff8080;
}


/* Editor/Previewer
----------------------------------------------------------------------------------------------------*/

#deliverables {
  background:#E9EAEE;
  border:1px solid #175391;
  padding:10px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
}

#deliverables ul {
  margin:0;
  padding:0;
}

#deliverables li {
  margin:0;
  padding:0;
}

#deliverables a {
  background:no-repeat;
  display:block;
  height:18px;
  line-height:18px;
  margin:0 0 0 10px;
  padding:0 0 0 20px;
}
#deliverables a.application-pdf { background-image:url('../images/pdficon_small.gif') }
#deliverables a.image-jpeg { background-image:url('../images/jpgicon_small.gif') }
#deliverables a.image-gif { background-image:url('../images/gificon_small.gif') }

#myAlternativeContent {
  color:#787878;
}

#floorplan_preview {
  border:1px solid #dcdcdc;
  display:block;
  float:left;
  margin:0 25px 5px 5px;
  padding:25px;
}

#floorplan_meta {
  display:block;
  float:left;
  width:210px;
}

#floorplan_meta h3 {
  background:#295F9B;
  color:#fff;
  margin:0 0 5px;
  text-align:center;
}

#floorplan_meta ul {
  margin:0 0 10px;
  padding:0;
}

#floorplan_meta li {
  margin:0;
  padding:0;
  list-style-type:none;
}

#floorplan_meta li span {
  float:right;
}

#floorplan_meta li a {
  text-decoration:none;
}

#floorplan_meta li a.print, 
#floorplan_meta li a.forward {
  background-repeat:no-repeat;
  padding:0 0 0 20px;
}
#floorplan_meta li a.print { background-image:url('../images/icon_print.gif'); }
#floorplan_meta li a.forward { background-image:url('../images/icon_forward.gif'); }

#floorplan_disclaimer {
  font-size:11px;
}
  
#floorplan_copyright {
  clear:both;
  margin:0 0 10px;
  padding:0 245px 0 0;
  text-align:right;
}

#preview_editor_swf {
  margin:0 8px 0 2px;
}

#preview_actions {
  margin:20px 5px 5px;
}

#preview_address {
  color:#185e19;
  font-size:24px;
  font-weight:bold;
  height:58px;
  margin:5px 5px;
}

#preview_address.editor {
  background:url('/images/bg_preview_address.png') repeat-x;
  color:#fff;
  height:52px;
  margin-top:20px;
}

#preview_address .suffix {
  font-size:75%;
}

#address {
  border:3px solid #185e19;
  display:block;
  float:left;
  height:52px;
  line-height:52px;
  padding:0 10px 0 20px;
  width:700px;
}

#preview_address.editor #address {
  border:0;
  display:inline;
  float:none;
  width:auto;
}

#purchase {
  height:34px;
  margin:0 0 30px;
}

#purchase_button {
  background:url('/images/purchase.png') no-repeat;
  background-position:0 -68px;
  display:block;
  float:right;
  height:34px;
  margin-right:13px;
  overflow:hidden;
  text-indent:-9999px;
  width:160px;
}

#purchase_button:hover {
  background-position:0 -34px;
}

#purchase_button:active {
  background-position:0 0;
}

button#confirm_purchase {
  margin-bottom: 10px;
  margin-left:265px;
}

.prices_container {
  font-weight:bold;
  height:81px;
  margin-bottom:20px;
  margin-left:265px;
}

#prices {
  float:right;
  margin:2px 10px 0 0;
  width:160px;
}

.prices_container #prices {
  float:none;
}

#prices td {
  background:transparent;
  color:#000;
  font-size:12px;
  line-height:1em;
  padding:2px 0;
  text-align:right;
}

#discount, #tax {
  border-bottom:1px solid #000;
}

#discounted_price td {
  color:#BC1615;
  font-weight:bold;
}

.prices_container.estimate {
  margin-left:0;
}

.prices_container.estimate #prices {
  width:auto;
}

.prices_container.estimate #prices td { 
  color:#5A5A5A;
  padding:2px 10px 2px 0;
}

#deposit td {
  padding-top:1em !important;
}

#resource_disclaimer {
  padding:0 100px 0 0;
}

#terms {
  font-size:11px;
  line-height:1.2;
  margin-top:50px;
  padding:0 10px;
  position:relative;
}
#terms p {
  text-align:justify;
}

#editor_instructions {
  font-size:15px;
  list-style:disc;
}

#editor_instructions li {
  margin-left:1em;
}

#downloads {
    background: white;
    display: block;
}

#downloads li {
    font-size: 12px;
    line-height: 24px;
}

#downloads .application\/pdf {
  list-style-image: url(/images/pdficon_small.gif);
}

#downloads .image\/jpeg,  
#downloads .image\/jpg {
  list-style-image: url(/images/jpgicon_small.gif);
}

#downloads .image\/gif {
  list-style-image: url(/images/gificon_small.gif);
}

#downloads a {
    text-decoration: none;
}

#preview_editor {
  display: flex;
}

#preview_editor .header {
  background: url(/images/bg_preview_address.png) repeat-x;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0;
  text-align: center;
}

#view_portal {
  flex-grow: 3;
}

#right_column {
  flex-grow: 1;
}



/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
  color: #787878;
  font-size: 11px;
  padding: 0px 5px 0px;
}

ul.text_links {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.text_links li {
  margin: 0 13px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left; 
}

ul.text_links a {
  color: #787878;
  text-decoration: none;
}

.copyright {
  clear: both;
  color: #9b9b9b;
  display: block;
  margin-bottom:0.5em;
  text-align:right;
}

/* Anchors
----------------------------------------------------------------------------------------------------*/
a {
  color: #0078d4;
}

a:visited {
  color: #225287;
}

a.button {
  text-decoration:none;
}

/* Floats
----------------------------------------------------------------------------------------------------*/
.float_right { float: right; }

.float_left { float: left; }


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}



/* Autocomplete 
----------------------------------------------------------------------------------------------------*/
div.autocomplete {
  position:absolute;
/*  width:250px;*/
  background-color:#fff;
  border:1px solid #969696;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #f8d04a;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}


/* IE PNG fix
----------------------------------------------------------------------------------------------------*/
img, div, input { behavior: url(/stylesheets/iepngfix.htc) }
