/* 
    Document   : screen.css
    Authors     : IDC Cafe Crew: BenBen, Patti-O, and Richad.
    Description:
        PatMorris.com
*/

root,html,body {
   font-family: Tahoma, Arial, sans-serif;
   background-color: #36528A;
   display: block;
   height: 100%;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   width: 100%
}

a, a:visited, a:hover {
    color: blue;
}

#headerDiv, #middleDiv, #footerDiv {
   background-color: #FFFFFF;
   border: none;
   font-family: Tahoma, Arial, sans-serif;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   width: 972px;
}

#footerPersonalContent a, #footerPersonalContent a:visited {
    color: #ffffff;
    font-size: 8pt;
}    

/* Begin Header Content consisting of Pat's Picture logo, Page Title,
 Site Navigation, Current Mortgage Rates, CMA, FMU, Village Clocktower Image.*/
#headerDiv {
    border-bottom: none;
    margin-bottom: -4px;
    overflow: hidden;
}

.pageTitle {
    background: #566EA0;
    text-align: right;
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    border-top: 0;
}

.pageTitle h1 {
    text-align: right;
    margin: 0 0 0 0;
    padding: 5px;
    font-size: 12pt;
    font-weight: normal;
    color: #F7EFD6;
}

#navigationAndNewsDiv {
    width: 972px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    background-color: #F7EFD6;
}

#siteNavigationTable {
    float: left;
    width: 200px;
    border-color: #FFFFFF;
    background-color: #C7C7D7;
    margin: 0 0 0 0;
    color: #FFFFFF;
}

#mortgageRatesTable {
    width: 200px;
    border-color: #FFFFFF;
    background-color: #C7C7D7;
    border: 2px solid white;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    font-size: 9pt;
    color: #2D3E5F;
}

#mortgageRatesTable th {
    font-weight: bold;
    font-size: 80%;
    height: 10px;
    background-color: #EAEAEA;
    color: #8B8B8B;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#mortgageRatesTable td {
    height: 22px;
    background-color: #F8F8F8;
    color: #2D3E5F;
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 0;
}

#compMarketTable {
    width: 200px;
    border: 2px solid white;
    font-size: 8pt;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #C7C7D7;
}

#compMarketTable th {
    font-weight: bold;
    font-size: 8pt;
    background-color: #EAEAEA;
    color: #8B8B8B;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#compMarketTable td {
    height: 200px;
    background-color: #F8F8F8;
    color: #666666;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#freeMarketUpdateTable {
    width: 200px;
    border: 2px solid white;
    font-size: 8pt;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-color: #FFFFFF;
    background-color: #C7C7D7;
}

#freeMarketUpdateTable th {
    font-weight: bold;
    font-size: 8pt;
    background-color: #E6E7E7;
    color: #8B8B8B;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#freeMarketUpdateTable td {
    height: 200px;
    background-color: #F8F8F8;
    color: #666666;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#mainContentTable {
    border: 3px solid #BAC6DE;
}

.villageImage {
    margin-top: 29px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 0 0 0 0;
}

.fullWidthNavAndNewsField {
    width: 100%;
    padding-right: -10px;
}

.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;
    color: #2D3E5F;
    background-color: #F7EFD6;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    width: 570px;
}
.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 0 0 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: #F7EFD6;
    background-color: #36528A;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 2px solid white;
}

#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;
   z-index: 1;
   padding: 5px 5px 5px 5px;
}

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

#footerDiv a:hover {
    text-decoration: underline; 
}

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

#outerDiv {
    width: 972px;
    margin: 0 auto 0 auto;
}
/*End Footer, Copyright blurb, and outer border.*/

/* Begin Listing Styles */

.listingOverview {
    border: 2px solid #21429C;
    margin-bottom: 20px;
    margin-right: 5px;
}

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

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

.pageNavigation {
    font-size: 8pt;
    background-color: #36528A;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

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

.pageNavigation a:hover {
    text-decoration: underline;
}

.virtualTourLink, .virtualTourLink:visited {
    color: blue;
}

.virtualTourUrl {
    display: none;
}

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

div.map span a, div.map span a:visited {
    font-size: 10pt;
    color: black;
    text-decoration: none;
}

div.map span a:hover {
    text-decoration: underline;
}

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

.additionalListingDetails tr.oddRow {
    background-color: #ddd;
}

.additionalListingDetails tr.evenRow {
    background-color: #fff;
}

.additionalListingDetails td {
    width: 50%;
}

span.extrasTitle {
    color: #a22;
}

/* End Listing Styles */

table.amortizationTable {
    border: none;
    margin-left: auto;
    margin-right: auto;
}

table.amortizationTable td {
    border: 1px solid black;
}

table.amortizationTable th {
    border: 1px solid black;
    color: white;
    background-color: #66d;
}

#mortgageCalculatorTable {
    margin: 0 auto 0 auto;
}

div#mortgageCalculatorSubmitButton {
    margin: 0 auto 0 auto;
    text-align: center;
}

#errorBlock {
    color: red;
    background-color: white;
    border: 1px solid black;
}

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

#rightColumn {
    background-color: #bac6de;
}

#listingDetailLinks {
    margin-bottom: 10px;
}
