﻿/* ======================================
    Styles for the dynamic content 
	November 2009
    For browser testing - see global.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: #d4d716; 
    }

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 #23599a;
	 }

div.linksColumn div.sectionAutoLinks h2 {
	 padding-bottom: 10px;
	 }

div.linksColumn div.sectionAutoLinks li {
	 border-bottom: 1px solid #fcb1d5;
	 padding:4px 0;
	 }

div.linksColumn div.sectionAutoLinks li a:link,
div.linksColumn div.sectionAutoLinks li a:visited {
	 color: #FFFFFF;
	 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: 750px;
	padding: 0 20px 0 5px;
	margin: 0;
	background-color: #FFFFFF;
	float: left;
	}

ul.wikiMenuClass li {
	display: inline;
	font-size:11px;
	margin:0; 
	padding:0;
	}

ul.wikiMenuClass li a {
	padding-right: 10px;
	}

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 {
	border:0px solid yellow;
	}

div#wikiContent h2 {
	padding: 15px 6px 6px 6px;
	line-height: 24px;
	/*color: #367ed4;*/
	}
	
div#wikiContent h3 {
    font-size: 16px; 
	padding: 6px 6px 4px 6px;
	}

div#wikiContent img { 
	padding-right: 5px;
	/*float: left; */
	}

div#wikiContent p {
	padding-left: 7px;
	padding-right: 20px;
	padding-bottom: 8px;
	line-height: 17px;
	}

	
div#wikiContent ul { 
	padding-bottom: 20px;
	}
	
div#wikiContent li {
	/*background:url("/Images/Pages/bullet.gif") transparent no-repeat left 5px;*/	
	padding: 0 30px 0 20px;
	margin: 6px 30px 6px 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 #999999;
	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; font-size: 11px;}
.widthP { width: 400px; border:1px solid blue;}

/* ======================================================== */   
/*  pages													*/
/* ======================================================== */   


/* homepage =============================================== */

div#flashPlaceholder {
    width: 676px;
    height: 315px;
    background:url("/Images/Homepages/flashPlaceholder.gif") transparent no-repeat top left;
    float: left;
    }

div#homepageRotator {
    border: 0px solid red;
    width: 676px;
    height: 315px;
    padding: 10px 0 0 0;
    float: left;
    }

div#bigMove {
    width: 676px;
    height: 295px;
    margin-top: 19px;
    background:url("/Images/Homepages/bigMove2.gif") transparent no-repeat top left;
    float: left;
    }

div#bigMove div.thirds {
    width: 210px;
    height: 250px;
    padding: 0 0 0 10px;
    margin: 20px 0;
    float: left;
    }


div#bigMove div.thirds p {
    padding-right: 15px;
    }

div#bigMove div.thirds a:hover,
div#bigMove div.thirds a:active {
    color: Black;
    }

.divider {
    border-right: 1px solid #979910; /*dd1776pink*/
    }

    
div#bigMove h2 {
    line-height: 22px;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 12px;
    }    
    
div#bigMove p {
    color: Black;
    }

div#newsBox {
    width: 680px;
    height: 255px;
    margin-top: 0;
    background:url("/Images/Homepages/bg_newsBox.gif") transparent no-repeat top left;
    float: left;
    }

div#eventsBox {
    width: 295px;
    height: 320px;
    margin-top: 0;
    margin-left: 11px;
    padding-top: 2px; 
    padding-left: 15px;
    background:url("/Brand/gfx/bgEvents2.gif") transparent no-repeat top left;
    float: left;
    }  


*div#eventsBox {   /*ie7 fix */
    }


div#eventsBox a#eventsPageLink {
    width: 180px;
    height: 80px;
    margin-bottom: 15px;
    display: block;
    float: right;
    }

a.eventsPages {
    width:100%;display: none;
    height: 80px; border:0px solid yellow;
    margin-bottom: 15px;
    display: block;
    float: right;
    }


div#eventsBox div {
    clear: both;
    border:0px solid yellow;
    padding-top: 5px;
    }

div#getInvolvedBox {
    width: 330px;
    height: 275px;
    margin-top: 0;
    margin-left: 10px;
    background:url("/Brand/gfx/bgGetInvolvedBox.gif") transparent no-repeat top left;
    float: left;
    }
    
div.pinkBox {
    width: 295px;
    height: 640px;
    margin-left: 15px;
    background:url("/Brand/gfx/bgPink.gif") transparent no-repeat top left;
    float: left;
    }

div.pinkBox h1 {
    padding: 10px 0 0 20px;
    }

div.pinkBox h2 {
    color: #d4d716;
    padding: 0 0 10px 20px !important;
    }

div.pinkBox ul {
    margin:0 !important;
    }

 
div.pinkBox p {
    padding: 0 10px 10px 10px !important;
    margin: 2px 12px !important;
    line-height: 12px;
    color: white;
    } 

div.pinkBox li {
    padding: 0 10px !important;
    margin: 2px 12px !important;
    line-height: 12px;
    color: white;
    } 

div.pinkBox a:link,
div.pinkBox a:visited {
    color: white;
    }

div.pinkBoxBottom {
    width: 200px;
    height: 200px;
    background:url("/Brand/gfx/bgPink.gif") transparent no-repeat bottom left;
    float: left;
    } 
    
div#contentSearch { 
	width: 293px; 
	height: 625px;
	padding-top: 10px; 
	/*background:url("/Images/Homepages/totaliser.gif") transparent no-repeat top left;*/
	background:url("/Images/Homepages/totaliserNoNumbers50k.gif") transparent no-repeat top right; 
	float: right; 
	}
	
div.highlight {
    width: 685px; 
    margin-top: 20px;
    margin-left: 5px;
	padding: 10px 0 0 10px;
    background:url("/Images/Homepages/highlight3.gif") transparent no-repeat top left; 
    float: left;
    }

div.highlightBottom {
    width: 685px; 
	height: 15px;
	margin-bottom: 30px;
	margin-left: 5px;
    background:url("/Images/Homepages/highlight3.gif") transparent no-repeat bottom left; 
    float: left;
    }


div#contentSearch div#waxIndicator {
    border:0px solid white;
    width: 80px;
    height: 285px;
    margin: 320px 0 0 12px;
    float: left;
    }
    
div#contentSearch div#totalSoFar {
    border:0px solid yellow;
    width: 185px;
    height: 48px;
    margin: 510px 0 0 5px;
    float: left;    
    }    

div#contentSearch div#totalSoFar h2 {
    color: #d4d716;
    font-size: 32px;
    padding: 10px 0 0 5px;
    line-height: 32px;
    }  


div#contentSearch input { 
	width: 130px;
	margin-left: 10px;
	border:0;
	}
	
div#contentSearch a { 
	margin-top: 8px;
	margin-left: 10px;
	font-size: 14px;
	float: left;
	}	 

div#contentSearch div#loginLinks {
    clear: both;display: none;
    padding-top: 20px;
    padding-left: 8px; 
    }

div#contentSearch div#loginLinks a#onlineServicesLink { 
    font-size: 16px; 
    color: #000066; 
    text-decoration: none; 
    padding-bottom: 53px; 
    }




	
/* my news ===================================================== */

div.newsItemDisplay { 
    width: 335px; 
    height: 350px; 
    padding-top: 0; 
    padding-left: 0;
    margin-top: 1px; 
    background:url(../gfx/bgNews2.gif) transparent no-repeat top left; 
    float: left; 
    }

    
div.newsItemDisplay h2 {
    color: pink;
    padding: 8px;
    }
    
div.newsItemDisplay table {
    clear: both;
    padding-right: 0;
    padding-top: 20px; 
    width: 300px;
    }
    
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 div img {
    padding: 0px 15px 20px 15px;
    float: left;
    }



/* 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: #666666;
    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;
    }  
 
 
 /* new events section */
 
#ctl00_maincontent_ctl03_DataList2 td { 
    width: 350px !important;
    padding: 10px 20px; 
    background-color: #d4d716;
    border:3px solid white; 
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;     
    }
    
#ctl00_maincontent_ctl03_DataList2 td.altStyle {
    width: 350px;
    background-color: #f7fadd;
    }

#ctl00_maincontent_ctl03_DataList2 h2 {
    color: #dd1776;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid black;
    }
 
#ctl00_maincontent_ctl03_DataList2 h2 span a {
    font-size: 14px;
    } 
    
#ctl00_maincontent_ctl03_DataList2 h3 {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
    }    
    
    
  
#ctl00_maincontent_ctl03_DataList2 p {
    color: #000;
    font-size: 13px;
    }
 
 #ctl00_maincontent_ctl03_DataList2 td div { 
    width: 120px;
    padding-left: 20px;
    float: left;
    }   
 
  #ctl00_maincontent_ctl03_DataList2 td div.eventInfo {
    clear: both;
    width: 100%;
    padding: 0;
    border-top: 1px solid black;
    
    }
 
/* #f7fadd; */        
    
table#eventsHeader { width: 695px; padding-top: 10px; margin-top: 10px;background: url(../gfx/bg_eventHeader.gif) transparent top left no-repeat; }

table#eventsHeader td { border:0px solid red; }
table#eventsHeader td#previousM { width: 110px; text-align: left; font-size: 14px; padding: 8px 20px; }
table#eventsHeader td#previousM a { font-size: 18px; } 
table#eventsHeader td#actualM { width: 370px;text-align: center; } 
table#eventsHeader td#nextM { width: 110px; text-align: right; font-size: 14px; padding: 8px 20px; } 
table#eventsHeader td#nextM a { font-size: 18px; } 

table.showLatestEvents th.eventTitle { 
	font-size: 14px; 
	font-weight: 600; 
	padding-top: 4px;
	padding-left: 0; 
	padding-bottom: 1px;
	line-height: 16px;
	color: #dd1776;
 }
 
 table.showLatestEvents td { 
padding:1px 0;
margin:0;
border:0 solid red;
 }
 
    