﻿/* ======================================
    Styles for the dynamic content 
	November 2009
    For browser testing - see accessibility.css	
   ====================================== */  
   

/* column of links next to content ======================== */

div.linksColumn { 
    width: 220px; 
    padding-top: 0; 
    margin:0;  
    float: left; 
    overflow: hidden;
    /*background:url("/Brand/gfx/pinkContent.gif") transparent no-repeat top left;*/
    }
 
.linksColumnFooter {
    width: 220px;
    height:15px; 
    padding-top: 0; 
    margin:0 0 10px 0;  
    float: left; 
    overflow: hidden;
    /*background:url("/Brand/gfx/pinkContent.gif") transparent no-repeat bottom left;*/
    }
        
div.linksColumn h2 { 
    width: 180px; 
    font-size: 16px; 
    padding: 12px 0 0 10px; 
    margin:0; 
    color: #FC045C; 
    }

div.linksColumn div.sectionAutoLinks {
	width: 140px;												/* links found by scraping page */ 	
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	}

div.linksColumn div.sectionAutoLinks p {
	 color: #23599a;
	 font-weight: bold;
	 padding:20px 0 0 0;
	 margin-bottom: 5px;
	 border-bottom: 2px dotted #2E2828;
	 }

div.linksColumn div.sectionAutoLinks h2 {
	 padding-bottom: 10px;
	 }

div.linksColumn div.sectionAutoLinks li {
	 border-bottom: 1px solid #8A908D;
	 padding:4px 0;
	 }

div.linksColumn div.sectionAutoLinks li a:link,
div.linksColumn div.sectionAutoLinks li a:visited {
	 color: #2E2828;
	 text-decoration: none;
	 font-size: 14px;
	 }

div.linksColumn div.sectionAutoLinks li a:hover,
div.linksColumn div.sectionAutoLinks li a:active {
	 font-weight: 400;
	 color: #d4d716;
	 }	
	     																/* comment column */  
div.includedLinkBlock {
    width: 200px;  display:none;
    padding: 5px 0 0 12px; 
    margin:0;  
    float: left; 
    overflow: hidden;
    background:url("/Brand/gfx/links_other.gif") transparent no-repeat top left;
    }	
	
div.includedLinkBlockFooter	{
    width: 212px;display:none;
    height:15px; 
    padding: 0; 
    margin:0 0 10px 0;  
    float: left; 
    overflow: hidden; 
    background:url("/Brand/gfx/links_other.gif") transparent no-repeat bottom left;
    }
	
div#sectionWikiLinks {
	width: 240px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	}
	
.addLink {
    float: right;
    }


/* edit menu ============================================== */ 

ul.wikiMenuClass {											  /* the edit menu that appears above the content when logged in */
	width: 280px;
	padding: 0 20px 0 10px;
	margin: 0;
	background-color: #56005C;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	float: left;
	}

ul.wikiMenuClass li {
	display: inline;
	font-size:11px;
	color:#FFFFFF;
	margin:0; 
	padding:0;
	}

ul.wikiMenuClass li a:link,
ul.wikiMenuClass li a:visited {
	padding-right: 10px;
	color:#FFFFFF;
	}

ul.wikiMenuClass li a:hover,
ul.wikiMenuClass li a:active {
	color:#8A908D;
	}

div#linkedTopics {
	width: 200px;
	padding: 10px;
	margin: 0 10px;
	background-color: #DDDDDD;
	float: left;
	}


/* wiki content =========================================== */ 
   
/* Note: 
   These styles are for the 'Live'.
   For the 'Preview' tab styles, see wikiEditor.css
   For the 'Editor' styles , use templateEditor.css */   
   
div.wikiContent {											/* the block of admin editable content held in db */
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	float: left;
	}

div.wikiContent h1 {
	color: #56005C;
    /*border-bottom: 2px solid #8A908D;*/
    margin: 10px 6px 6px 0px;	
}



div.wikiContent h2 {
	
	color: #56005C;
    border-bottom: 2px solid #8A908D;
    margin: 10px 6px 6px 0px;	
	/*background:url("/Brand/gfx/accelerisRose.gif") transparent no-repeat left 5px;*/
	/*color: #367ed4;*/
	}

/*div.wikiContent h2 span {
    border-bottom: 2px solid #8A908D;
    margin: 0px 6px 6px 40px;
    padding: 0px 0 10px 2px; display: block;}*/
	
div.wikiContent h2 a:link,
div.wikiContent h2 a:visited {
    color: #56005C;
	text-decoration: none !important;
	}	
	
div.wikiContent img { 
	padding-right: 5px;
	/*float: left; */
	}

div.wikiContent p {
	padding-left: 2px;
	padding-right: 20px;
	padding-bottom: 8px;
	line-height: 17px;
	}

div.showDiv {
	font-size: 12px; 
	width: 90%;
	color: #333333;
	background: #F9F9F9;
    padding-bottom: 8px;
    padding: 15px; 
    border:1px solid #DDDDDD;   
    } 

div.wikiContent ul { 
    padding-left: 40px;
	padding-bottom: 20px;
	}
	
div.wikiContent li {
	background:url("/Brand/gfx/asterisk.gif") transparent no-repeat left 2px;	
	padding: 0 30px 0 20px;
	margin: 8px 30px 8px 10px;
	line-height: 16px;
	list-style: none;
	}
	
div.wikiContent ul.lowNav { 
    background-color: #F2F2F2;
    border:1px solid #cccccc;
    padding: 10px 5px;
    margin: 20px 0;
    clear: both;
    }

div.wikiContent ul.lowNav li {
	background: none;
	display: inline;	
	padding: 0 15px;
	margin: 4px 0;
	border-right: 1px solid #8A908D;
	list-style: none;
	}

table.homesyLinks {
    padding: 20px 10px;
    }
	
table.homesyLinks td { 
    text-align: center; 
    padding: 2px 15px; 
    }

a.whiteLink,
a.whiteLink:visited { 
	color: white; 
	text-decoration: underline; 
	}

a.whiteLink:hover,
a.whiteLink:active { 
	color: #DDDDDD; 
	text-decoration: underline; 
	}

table.listTable th {
    font-size: 14px;
    background-color:#DDDDDD;
    padding: 4px 50px 4px 10px;
    }

table.listTable td {
    background-color:#F2F2F2; 
    padding: 1px 50px 1px 10px;
    }


.GreyBox {
	clear: both;
	background-color: #bdc1c0;
	padding:10px;
	margin:10px 0;
	float: left;
	}

.BlueBox {
	clear: both;
	background-color: #a8bdeb;
	padding:10px;
	margin: 0;
	float: left;
	}

.greenBox {
	width: 710px;
	clear: both;
	background:url("/Brand/gfx/candleContent.gif") transparent no-repeat top left;
	color: black;
	padding: 0 15px 0 15px; 
	margin: 0;
	float: left;
	}
	
.greenBox h1 { 
    padding:0;
    color: White;
    }	

.greenBox h1 img { 
    margin: 3px 0 0 9px; border:0px solid red;
    padding-bottom: 15px;
    color: White;
    }
	
.greenBoxBottom {
	clear: both;
	width: 100%;
	height: 24px;
	background:url("/Brand/gfx/candleContent.gif") transparent no-repeat bottom left;
	padding: 0;
	margin: 0;
	float: left;
	}	

.hiddenBox {
	width: 655px;
	padding: 40px 30px 0 30px;					
	background: url(../gfx/showHideBubble.gif) transparent top left no-repeat;
	float: left;
	}

/* backgrounds with different speech */
.pos2 {
	background: url(../gfx/showHideBubble2.gif) transparent top left no-repeat !important;
	}

.pos3 {
	background: url(../gfx/showHideBubble3.gif) transparent top left no-repeat;
	}

.pos4 {
	background: url(../gfx/showHideBubble4.gif) transparent top left no-repeat;
	}
	
.pos5 {
	background: url(../gfx/showHideBubble5.gif) transparent top left no-repeat;
	}

.pos6 {
	background: url(../gfx/showHideBubble6.gif) transparent top left no-repeat;
	}

.hiddenBoxFooter {
	width: 655px;
	height: 20px;
	padding: 0 30px;
	margin-bottom: 20px;					
	background: url(../gfx/showHideBubble.gif) transparent bottom left no-repeat;
	float: left;
	}

.hiddenBox h2 { 
    font-size: 14px;
    color: #dd1776;
    font-family: Arial;
    padding: 0 5px 5px 8px !important;
    }

.hiddenBox h3 { 
    font-size: 12px;
    color: #dd1776;
    font-family: Arial;
    padding:5px 0;
    }


.hiddenBox p { 
    color: #555555;
    font-size: 12px;
    padding-right: 50px !important;
    }

.hiddenBox p.webSite {
    padding-right: 50px !important;
    float: right;
    }

.hiddenBox .closeBox {
    text-align: right; 
    padding-bottom:0 !important;
    }

div.actionPanel {
    width: 225px;
    height: 617px;
    background:url("/Images/Panels/Action.gif") transparent no-repeat left top;
    float: left;
    }
div.actionPanel a {
    width: 220px; 
    height: 200px;
    display: block;
    float: left;
    }

div#recentChanges { 
	padding: 15px;
	}

h1.box {
	background:url("/Images/Pages/h1Grad.gif") transparent repeat-x left center;
	padding: 30px 10px;
	color: white;
	}

.greyBox {
	background-color: #bdc1c0;
	padding:10px;
	margin:5px 0;
	}

.blueBox {
	background-color: #367ed4;
	padding:10px;
	margin:5px 0;
}

h1.bg{
    /*background-color: #CCCCCC; */                         /* this colour is overridden if myCommunity or myLandlord */                                              
	background:url("/Brand/gfx/headingBlue.gif") transparent no-repeat left center; 
	font-size: 26px;
	padding: 30px 10px;
	margin-bottom: 10px;
	color: white; 
	}
/*	
ul.bullets {}
ul.bullets li { 
	 background:url("/Images/Pages/bullet.gif") transparent no-repeat left center;	
	padding: 0 0 0 15px;
	}
*/
table { 
	vertical-align: top; 
	}

table.userContent {
	vertical-align: top;
	padding: 5px 10px 0 5px;
	}

table.userContent h2,
table.userContent h3,
table.userContent p {
    padding-left: 0 !important;
    }

.Contact_Box {
	clear: both;
	font-size: 16px;
	background:url("/Images/Pages/roundedBox.gif") transparent no-repeat left center;
	width: 500px;
	height: 57px;
	padding: 25px 20px;
	color: white;
	}

/*article.pane05 p a { background-color: White; position: relative; top: -2px;}*/
.editButtonLink { background-color: White; position: relative; top: -2px; }
.widthP { width: 400px; border:1px solid blue;}

/* ======================================================== */   
/*  pages													*/
/* ======================================================== */   


/* homepage =============================================== */


div.layoutType1 article.pane03 img { padding-left: 0px; }


/* meet the team*/

div#team {
    padding-bottom: 0px;
    float: left;
    }

div#team img {
    padding-top: 30px;
    padding-bottom: 0px;
    }

div#team div.pageButtons {
    padding: 20px 0;
    float: right;
    }    
    
div#team h2 {
    width: 700px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    float: left;
    }

div#team h2 span {
    font-size: 14px;
    float: right;
    }

div#team a {
    text-decoration: none;
    cursor: hand;
    }
    
div#team div.showDiv {
	background: #FFFFFF;
	width: 100%;
	border: 0;
    } 
    
div#team dl {
    width: 420px;
    margin-right: 30px; 
    }
    
div#team dt {
    padding-top: 5px;
    padding-bottom: 2px;
    } 

div#team dd {
    padding-left: 15px;
    } 
    
div#team dl#leftProfile {
    width: 200px;
    float: right;
    font-family: verdana;
    }

div#team dl#leftProfile dt {
    margin-top: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid black;
    }

div#team dl#leftProfile dd {
    padding:0;
    }

div#team p {
    clear: both;
    width: 650px;
    } 

.atHomeDemoButtons {
    padding: 30px 0;
    }

    	
/* my news ===================================================== */

div.newsItemDisplay { 
    width: 335px; 
    height: 350px; 
    padding-top: 0; 
    padding-left: 0;
    margin-top: 1px; 
    background:url(../gfx/bgNews.gif) transparent no-repeat top left; 
    float: left; 
    }
    
div.newsItemDisplay h2 {
    color: White;
    padding: 8px;
    }
    
div.newsItemDisplay table {
    clear: both;
    padding-right: 0;
    padding-top: 0; 
    }
    
div.newsItemDisplay h4 {
    font-size: 13px;
    padding: 0 0 4px 0;
    }
    
div.newsItemDisplay table td,
div.newsItemDisplay table p {
    padding: 3px 5px 0 0; 
    line-height: 14px;
    font-size: 12px;
    }

div.newsItemDisplay img {
    padding: 2px 5px 2px 10px;
    }



/* my community ================================================ */

div#upperMyCommunity div#intro {
	background:url("/Images/Homepages/bg_myCommunityIntro.jpg") transparent no-repeat top left;
	height: 360px;
	width: 650px;
	float: left;
	}

div#upperMyCommunity div#intro h1 {
	width: 220px; 
	padding-top: 225px;
	padding-bottom: 0; 
	padding-left: 370px;
	font-size: 16px;
	line-height: 16px; 
	font-weight: 600;
	color: black;
	}

div#upperMyCommunity div#intro p {
	width: 220px; 
	padding-left: 370px; 
	font-size: 12px;
	line-height: 16px;
	color: black; 
	}

div#lowerMyCommunity h3 { 
	width: 150px; 
	font-size: 16px; 
	color: white; 
	padding: 60px 0 5px 15px;
	line-height: 20px; 
	}

div#lowerMyCommunity p {
	width: 140px; 
	font-size: 11px; 
	color: black; 
	padding: 0 0 5px 15px;
	line-height: 15px; 
	}
	
div#lowerMyCommunity div.setHeight a:link,
div#lowerMyCommunity div.setHeight a:visited {
    color: black;
    }	

div#lowerMyCommunity div.setHeight a:hover,
div#lowerMyCommunity div.setHeight a:active {
    color: #006600;
    }

div#lowerMyCommunity a:link,
div#lowerMyCommunity a:visited {
    color: black;
    text-decoration: none;
    }	

div#lowerMyCommunity a:hover,
div#lowerMyCommunity a:active {
    color: #8A908D;
    text-decoration: underline;
    }
	
div#lowerMyCommunity table { 
	width: 97%; 
	margin-left: 5px; 
	margin-top: 15px;
	}

div#lowerMyCommunity table p { 
	width:100%; 
	margin: 0; 
	padding: 0; 
	}
	
div#lowerMyCommunity table img { 
	padding: 0 10px; 
	}


div#lowerMyCommunity div#myCommunityCol1 { 
	width: 315px; 
	height: 360px; 
	padding-right:5px; 
	background:url("/Images/Homepages/bg_myCommunityCol1.jpg") transparent no-repeat top left; 
	float: left; 
	}

div#lowerMyCommunity div#myCommunityCol2 { 
	width: 315px; 
	height: 360px;
	padding-right:10px; 
	background:url("/Images/Homepages/bg_myCommunityCol2.jpg") transparent no-repeat top left; 
	float: left;
	}

div#lowerMyCommunity div#myCommunityCol3 { 
	width: 320px; 
	height: 360px;
	background:url("/Images/Homepages/bg_myCommunityCol3.jpg") transparent no-repeat top left; 
	float: left;
	}

/*div#lowerMyCommunity div#myCommunityCol3 table { 
	margin: 30px 10px; 
	}*/
	
div#lowerMyCommunity div#myCommunityCol3 p {
    height: 90px;
    } 	
 
/* meet us */ 

div#meetUs {
    padding-left: 5px; 
    }

div#meetUs div.person {
    width: 100%;
    padding: 5px 0;
    clear: both;
    float: left;
    border:0px solid red;
    }

div#meetUs img {
    padding: 5px 15px 5px 0;
    clear: both;
    float: left;
    }
	
div#meetUs div.alt {
    text-align: right;
    /*float: right;*/
    }
  
div#meetUs div.alt img {
    padding: 5px 20px 5px 15px;
    float: right;
    }  
    
div#meetUs div.hiddenBox {
    padding-left: 5px;
    }
    
div#meetUs div.alt div.hiddenBox {
	width: 655px;
	padding: 40px 30px 0 20px;					
	background: url(../gfx/showHideBubbleRight.gif) transparent top left no-repeat;
	float: right;
	}

div#meetUs div.alt div.hiddenBox p {
    margin-right: 30px;
    padding-right: 10px;
    text-align: left;
    }
	
div#meetUs div.alt div.hiddenBoxBottom {
    float: right;
    }  
    