/* 
    Document   : print
    Created on : June 7, 2007, 10:02 PM
    Author     : ben
    Description:
        Printer friendly version of the stylesheet.
*/

root,html,body {
   font-family: Tahoma, Arial, san-serif;
   display: block;
   height: 100%;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   width: 100%;
   background-color: white;
   color: black;
}

a, a:visited, a:hover {
    color: black;
    text-decoration: none;
}

#headerDiv, #middleDiv, #footerDiv {
   display: none;
}

.noPrint {
    display: none;
    visibility: hidden;
}

/* Begin Header Content consisting of Pat's Picture logo, Page Title,
 Site Navigation, Current Mortgage Rates, CMA, FMU, Village Clocktower Image.*/
#headerDiv {
    display: none;
}

#randomImageTd {
    display: none;
}

.pageTitle {
    display: none;
}

#navigationAndNewsDiv {
    display: none;
}

#siteNavigationTable {
    display: none;
}

#mortgageRatesTable {
    display: none;
}

#compMarketTable {
    display: none;
}

#freeMarketUpdateTable {
    display: none;
}

#mainContentTable {
    border: none;
    width: 100%;
}

.villageImage {
    display: none;
}

.fullWidthNavAndNewsField {
    display: none;
}

.centerAligned {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rightAligned {
    margin-right: 0;
    text-align: right;
}
/*End Header Content*/

/* Begin Main Content Style for every page.*/
.content {
    font-family: Tahoma, Arial, san-serif;
    font-size: 10pt;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin: 0;
    width: 100%;
}
.contentCentered {    
    font-size: 10pt;
    text-align: center;
}

.contentTitle {
    font-family: Tahoma, Arial, san-serif;
    font-size: 12pt;
    font-weight: bold;    
    color: #F7EFD6;
    background-color: #36528A;
    padding: 0 0 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.content h2 {
    font-size: 10pt;
    font-weight: bold;
}

.content h1 {
    font-size: 11pt;
    font-weight: bold;
}

.contentSubSubTitleCentered {
    font-family: Tahoma, Arial, san-serif;
    font-size: 10pt;
    font-weight: bold;    
    color: #2D3E5F;
    text-align: center;
}
/*End Main Content Style for every page.*/

/*Begin About Pat Page style.*/
.aboutAwardsCertificationsCommunitySpecialty {
    font-weight: bold;
    border-color: #FFFFFF;
    background-color: #C7C7D7;
    border: 5px solid white;
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
}
/*End About Pat Page style.*/

/*Begin Forms style currently used for: CMA and Contact Pat.*/
.formsTable {
    font-size: 10pt;
    background-color: #D6D6D6;
    margin-left: auto;
    margin-right: auto;
}

.formsTable th {
    color: #F7EFD6;
    font-size: 10pt;   
    background-color: #566EA0;
    margin-left: auto;
    margin-right: auto;
}
/*End Forms style currently used for: CMA and Contact Pat.*/

/*Begin Footer, Copyright blurb, and outer border*/
#footerPersonalContent {
    font-family: Tahoma, Arial, san-serif;
    font-size: 10pt;
    text-align: center;
    color: black;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#footerPersonalContent a, #footerPersonalContent a:visited {
    color: black;
    text-decoration: none;
}

#footerDiv {
   font-family: Tahoma, Arial, san-serif;
   font-size: 8pt;
   font-weight: lighter;
   letter-spacing: 2px;
   text-align: center;
   vertical-align: middle;
   word-spacing: 1px;
   padding: 5px 5px 5px 5px;
   display: none;
}

#footerDiv a {
    font-size: 8pt;
    text-decoration: none;   
    color: black;
}

#copyRight {
    text-align: center;
    font-weight: light;
    font-size: 7pt;
    color: #C0C0C0;
}

#outerDiv {
    width: 800px;
    margin: 0 auto 0 auto;
}

.shadowElement {
    display: none;
}

/*End Footer, Copyright blurb, and outer border.*/

/* Begin Listing Styles */

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

.listingOverview a {
    color: black;
    text-decoration: none;
}

.pageNavigation {
    font-size: 8pt;
}

.pageNavigation a, .pageNavigation a:visited {
    color: green;
    text-decoration: none;
}

.virtualTourLink {
    display: none;
}

div.map {
    border-top: 2px dashed black;
}

div.map span {
    display: none;
}

.additionalListingDetails {
    width: 100%;
    font-size: 8pt;
}

.additionalListingDetails td {
    width: 50%;
}

/* End Listing Styles */

#errorBlock {
    display: none;
}

#mortgageCalculatorFinalResult {
    color: blue;
    background-color: white;
    font-weight: bold;
    font-size: 125%;
    border: 1px solid green;
}

#listingDetailLinks {
    display: none;
}

#propertySummary {
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 6px 6px 6px 6px;
}

#rightColumn {
    display: none;
}