﻿#tab_container {
background-color: Black;
border-bottom:4px solid #FFB304; 
position:relative;
height: 35px;
padding-left: 10px
}

#tab_container a{
color:white;
font-weight:bold;
text-decoration:none;
display:block;
float:left;
font-size: 16px;
padding:10px;
}

#tab_container a.current {
background-color: #FFB304;
font-size: 16px;
padding:10px;
font-weight:bold;
text-decoration:none;
display:block;
float:left;
color: #000000;
}

.realestate
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-align: center;
}


/* List Styles */
.list_header
{
    background-color: #9B0101;
    color: #FFFFFF;
    font-weight:bold;
    font-size: 12px;
    height: 16px;
}


.listing
{
    width: 700px;
    font-size: 11px;
    background-color: #FFFFFF;
}

.list_alternating
{
   background-color: #DBDBDB;
}



.list_header a , .list_header a:visited
{
    color: #000000;
    font-weight:bold;
}


td.item_cell
{
    border: 1px solid black;
    padding-bottom: 3px;
    padding-top: 3px;
    border-collapse: collapse;
}


.address
{
   width: 525px;
   vertical-align: top;
}

.realtor
{
   width: 155px;
   text-align: center;
   vertical-align: top;
}

.realtor span
{
    font-weight: bold;
}

.picture
{
   text-align: center;
   vertical-align: top;
}

.pager 
{
    font-weight: bold;
    font-size: 12px;
}

.pager td
{
  padding: 3px;
}

.status
{
    font-weight: bold;
    color: Red;
}


.list_container
{
    width: 720px;
    margin-left: 4px;
    text-align: left;
    font-size: 10pt;
}

.centered
{
    text-align: center;
}

.listtitle
{
    font-size: 14pt;
    font-weight: bold;
}


.list_address_link
{
    font-weight:bold;
}


/* Details Styles */



.printclose_buttons
{
    font-size: 11px;
    float:right;
    margin-right: 10px;
}

.container
{
    width: 755px;
    margin-left: auto;
    margin-right: auto;
}

.detailscontainer
{
    padding-left: 15px;
    padding-top: 15px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    text-align:left;
}

td.details 
{
    padding-left: 3px;
    font-size: 10px;
}

td.detailsheader 
{
    background-color: #EEEEEE;
    font-size: 12px;
    border: 1px solid black;
    padding: 3px;
    font-weight: bold;
}

table.detailstable
{
    width: 350px;
}

table.moredetails
{
    width: 780px;
}
.detailstable td, .moredetails td
{
    vertical-align: top;
    padding-bottom: 3px;
    font-size: 10px;
}

.menu
{
    margin-left: auto;
    margin-right: auto;
}

.menu td 
{
   padding: 5px; 
}
.menu a 
{
    color: Black;
    font-size: 11px;
    text-decoration: underline;
    font-size: 12px;
}

.list a 
{
    color: Black;
    text-decoration: underline;
}

.room_table
{
    width: 700px;
    margin-bottom: 10px;
}

.room_cell
{
    width: 98px;
    border-bottom: 1px solid black;
    text-align: center;
}

.room_header
{
    border-bottom: 1px solid black;
    background-color: #EAEAEA;
    width: 98px;
    text-align: center;
}

.room_spacer
{
    width: 15px;
}

.boldlabels
{
    font-weight: bold;
}

.bigimagecontainer
{
    width: 440px;
    vertical-align: top;
}

.bigimage
{
    border: 1px solid black;
    margin-bottom: 5px;
    width: 400px;
}

.smallimages
{
    padding: 4px;
    width: 92px;
}

.addressheader
{
    font-size: 12pt;
    font-weight: bold;
}

.detailstable
{
    width: 350px
}

.moredetailstable
{
    width: 750px;
}

div.footnote
{
    background-color: #FFF9E0;
    border: 1px solid #FFDE98;
    width: 750px;
    font-size: 11px;
}


/* Hide useless elements in print layouts... */
@media print {
    .printclose_buttons {
    visibility:hidden;
    }
    
    body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-align: left;
    background-color: #FFFFFF;
    }
    
    .detailscontainer {
        border: none;
    }

}

@media print {

    
}



