﻿/* override pages with red layout */
h3, h4, span.breadcrumb a,
div.linksColumn div.sectionAutoLinks li a:hover,
div.linksColumn div.sectionAutoLinks li a:active {
    color:#7f2548;
    }

h1.bg, .colourBox, .colourBoxHalf {
    background:url("/Brand/gfx/headingRed.gif") transparent no-repeat left center;
    }

div#wikiContent li {
	background:url("/Images/Pages/bulletRed.gif") transparent no-repeat left 5px;	
	}    
    
/* column navigation */    
.firstSet {
    background:url("/Brand/gfx/links_myLandlordHomesy.gif") transparent no-repeat top left;
    }

.otherSets {
    background:url("/Brand/gfx/links_myLandlord.gif") transparent no-repeat top left;
    }

.linksColumnFooter {
    background:url("/Brand/gfx/links_myLandlord.gif") transparent no-repeat bottom left;
    }

.Contact_Box {
	background:url("/Images/Pages/roundedBox.gif") transparent no-repeat left center;
	color: white;
	}

.stripMenus a:hover,
.stripMenus a:active {
	color: white;
	background:url(../gfx/silverNavRed.gif) transparent top left repeat-x;
	padding: 4px 15px;
	}

div#news { 
      background:url("/Images/Homepages/bg_myLandlordNews.gif") transparent no-repeat top left;
    }
 
.setHeight a {
    color: white;
    } 
    
/* news when in columns */	
.layoutType3 div#news,
.layoutType4 div#news,
.layoutType5 div#news { 
    border:1px solid #7f2548;
    width: 209px;
    height: 310px;
    margin:0 0 0 5px;
    padding:0;
    background: none;
    }
 
.layoutType3 div#news img,
.layoutType4 div#news img,
.layoutType5 div#news img {
    padding: 10px 5px;
    }
    	
.layoutType3 div#news h2,
.layoutType4 div#news h2,
.layoutType5 div#news h2 { 
    width: 200px; 
    font-size: 16px; 
    padding: 4px 0 4px 10px; 
    margin:0; 
    color: white;
    background-color: #7f2548; 
    }
    
.layoutType3 div#news h4,
.layoutType4 div#news h4,
.layoutType5 div#news h4 {
    width: 130px;
    font-size: 100%;
    line-height: 14px; 
    }
    
.layoutType3 div#news td,
.layoutType4 div#news td,
.layoutType5 div#news td {
    font-size: 100%;
    line-height: 14px;
    }
    

