﻿/* ======================================
    Styles for the dynamic content 
	November 2009
    For browser testing - see global.css	
   ====================================== */  
   

/* column of links next to content ======================== */

div.linksColumn { 
    width: 212px; 
    padding-top: 0; 
    margin:0;  
    float: left; 
    overflow: hidden;
    }
 
.linksColumnFooter {
    width: 212px;
    height:15px; 
    padding-top: 0; 
    margin:0 0 10px 0;  
    float: left; 
    overflow: hidden;
    }
        
div.linksColumn h2 { 
    width: 180px; 
    font-size: 16px; 
    padding: 4px 0 0 10px; 
    margin:0; 
    color: white; 
    }

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 #000000;
	 padding:2px 0;
	 }

div.linksColumn div.sectionAutoLinks li a:link,
div.linksColumn div.sectionAutoLinks li a:visited {
	 color: #000000;
	 text-decoration: none;
	 }

div.linksColumn div.sectionAutoLinks li a:hover,
div.linksColumn div.sectionAutoLinks li a:active {
	 font-weight: 400;
	 }	
	     																/* comment column */  
div.includedLinkBlock {
    width: 190px; 
    padding: 5px 20px 0 12px; 
    margin:0;  
    float: left; 
    overflow: hidden;
    background:url("/Brand/gfx/links_other.gif") transparent no-repeat top left;
    }	

/*div.includedLinkBlock a:link,
div.includedLinkBlock a:visited 
{
    text-decoration: none;
}*/
	
div.includedLinkBlockFooter	{
    width: 212px;
    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;
	border:0px solid red;
	float: left;
	}

div#wikiContent h1 {
	border:0px solid yellow;
	
	}

div#wikiContent h2 {
	padding: 15px 6px 6px 6px;
	/*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 30px;
	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;
	}

.GreyBox input 
{
    margin-right: 5px;
}

.BlueBox {
	clear: both;
	background-color: #a8bdeb;
	padding:10px;
	margin:5px 0;
	float: left;
	}

.GreenBox {
	clear: both;
	background-color: #0e9e40;
	color: white;
	padding:10px;
	margin:5px 0;
	float: left;
	}

.greyBoxHalf {
	background-color: #bdc1c0;
	width: 400px;
	float: left;
	padding:10px;
	margin:5px 0;
	}

.blueBoxHalf {
	background-color: #a8bdeb;
	width: 400px;
	float: left;
	padding:10px;
	margin:5px 10px 5px 0;
	}

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/headingNeutral.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;
	}


/* ======================================================== */   
/*  pages													*/
/* ======================================================== */   


/* homepage =============================================== */

div#upperHome div#meetHomesey {
	background:url("/Images/Homepages/bg_meetHomesy.jpg") transparent no-repeat top left;
	height: 286px;
	width: 322px;
	float: left;
	}

div#upperHome div#meetHomesey h1 {
	width: 150px; 
	padding-top: 15px; 
	padding-left: 15px;
	font-size: 22px;
	line-height: 26px; 
	font-weight: 600;
	color: white; 
	}
div#upperHome div#meetHomesey p {
	width: 160px; 
	padding-left: 15px; 
	font-size: 12px;
	line-height: 16px; 
	color: white; 
	}

div#contentSearch { 
	width: 168px; 
	height: 290px;
	padding-top: 0px; /*62px;*/
	background:url("/Images/Homepages/clickPanelTopRight.png") transparent no-repeat top left;  
	float: right; 
	}
	
	div#contentSearch .errorBlock { 
	 margin-left:80px;
	 margin-top:10px;
	}

div#contentSearch input { 
	width: 130px;
	margin-left: 0px;
	border:0;
	}
	
div#contentSearch a { 
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
	float: left;
	}	 

div#contentSearch div#loginLinks {
    clear: both;
    width: 160px;
    padding-top: 0px;
    padding-left: 0px; float: left;
    border:solid 0px pink;
     padding-top:92px;
    }
    
    div#contentSearch div#atHomeLinks {
    clear: both;
    width: 160px;
    padding-top: 25px;
    padding-left: 0px; float: left;
    border:solid 1px green;
    margin-top:6px;
     height:25px;
    }
 
 #forOnlineCommunities 
 {
     width: 140px;
     height: 120px;
     border: 0px solid blue;
     float: left;
 }
 
    
    div#contentSearch div#userLinks {
    clear: both;
    width: 160px;
    padding-top: 0px;
    padding-left: 0px; float: left;
    border:solid 0px blue;
    margin-top:0px;
    height:110px;
    
    }
    

div#contentSearch div #userLinks  { 
    font-size: 16px; 
    color: #000066; 
    text-decoration: none; 
    padding-bottom: 0px; 
    margin-top: 0 !important;
    }

div#lowerHome h3 { 
	width: 150px; 
	font-size: 16px; 
	color: white;
	font-weight: bold; 
	padding: 50px 0 5px 16px;
	line-height: 18px; 
	}

div#lowerHome p {
	width: 140px; 
	font-size: 12px; 
	color: black; 
	padding: 0 0 8px 16px;
	line-height: 14px; 
	}

div#lowerHome div.setHeight a:link,
div#lowerHome div.setHeight a:visited {
    color: white;
    }	

div#lowerHome div.setHeight a:hover,
div#lowerHome div.setHeight a:active {
    color: #006600;
    }

div#lowerHome a:link,
div#lowerHome a:visited {
    color: black;
    text-decoration: none;
    }	

div#lowerHome a:hover,
div#lowerHome a:active {
    color: #666666;
    text-decoration: underline;
    }

div#lowerHome table { 
	width: 97%; 
	margin-left: 8px; 
	margin-top: 15px;	
	}

div#lowerHome table p { 
	width:98%; 
	margin: 0; 
	padding: 0; 
	}
	
div#lowerHome table img { 
	padding: 0 10px; 
	}

div#lowerHome div#myHome { 
	width: 318px; 
	height: 360px; 
	background:url("/Images/Homepages/bg_homepageCol1.jpg") transparent no-repeat top left; 
	float: left; 
	}

div#lowerHome div#myCommunity { 
	width: 318px; 
	height: 360px;
	background:url("/Images/Homepages/bg_homepageCol2.jpg") transparent no-repeat top left; 
	float: left;
	}

div#lowerHome div#myLandlord { 
	width: 317px; 
	height: 360px;
	background:url("/Images/Homepages/bg_homepageCol3.jpg") transparent no-repeat top left; 
	float: left;
	}

div#lowerHome div#myLandlord table {
    padding: 0 0 0 10px;
    }

div#lowerHome div#myLandlord table a#feedback {
    width: 80px;
    height: 30px;
    display: block;
    float: right;
    }


/* my home ================================================ */

div#upperMyHome div#intro {
	background:url("/Images/Homepages/bg_myHomeMain.jpg") transparent no-repeat top left;
	height: 360px;
	width: 650px;
	float: left;
	}

div#upperMyHome div#intro h1 {
	width: 420px; 
	padding-top: 210px;
	padding-bottom: 0; 
	margin: 0;
	padding-left: 210px;
	font-size: 16px;
	line-height: 28px; 
	font-weight: 600;
	color: #000000;
	}

div#upperMyHome div#intro p {
	width: 420px; 
	padding-left: 210px; 
	font-size: 12px;
	line-height: 16px; 
	}

div#lowerMyHome h3 { 
	width: 150px; 
	font-size: 18px; 
	color: white !important; 
	padding: 58px 0 5px 15px;
	line-height: 20px;   
	}

div#lowerMyHome p {
	width: 140px; 
	font-size: 12px; 
	color: black; 
	padding: 0 0 0 15px;
	line-height: 15px; 
	}

div#lowerMyHome div.setHeight a:link,
div#lowerMyHome div.setHeight a:visited {
    color: white;
    }	

div#lowerMyHome div.setHeight a:hover,
div#lowerMyHome div.setHeight a:active {
    color: #666666;
    }

div#lowerMyHome a:link,
div#lowerMyHome a:visited {
    color: black;
    text-decoration: none;
    }	

div#lowerMyHome a:hover,
div#lowerMyHome a:active {
    color: #666666;
    text-decoration: underline;
    }


div#lowerMyHome table { 
	width: 97%; 
	margin-left: 5px; 
	margin-top: 15px;	
	}

div#lowerMyHome table p { 
	width:100%; 
	margin: 0; 
	padding: 0; 
	}

div#lowerMyHome table img { 
	padding: 0 10px; 
	}


div#lowerMyHome div#myHomeCol1 { 
	width: 315px; 
	height: 360px; 
	padding-right:5px; 
	background:url("/Images/Homepages/bg_myHomeCol1.jpg") transparent no-repeat top left; 
	float: left; 
	}

div#lowerMyHome div#myHomeCol2 { 
	width: 315px; 
	height: 360px;
	padding-right:10px; 
	background:url("/Images/Homepages/bg_myHomeCol2.jpg") transparent no-repeat top left; 
	float: left;
	}

div#lowerMyHome div#myHomeCol3 { 
	width: 320px; 
	height: 360px;
	background:url("/Images/Homepages/bg_myHomeCol3.jpg") transparent no-repeat top left; 
	float: left;
	}

div#lowerMyHome div#myHomeCol3 .pad {
    padding-top: 10px;                                                      /* sets the overall height of upper text */
    } 

div#lowerMyHome div#myHomeCol3 h4 {
    padding: 10px 0 0 15px;
    color: White;
    font-size: 12px;
    }
    
div.setHeight {
    height: 170px;                                                      /* sets the overall height of upper text */
    overflow: hidden;
    } 

div.setHeight a {
    cursor: pointer;
    text-decoration: none;
    }
    
div.setHeight a:hover {
    color: White !important;
    }
	
/* my news ===================================================== */

div#news { 
    width: 314px; 
    height: 350px; 
    padding-top: 2px;
    padding-left: 0;
    margin-top: 1px; 
    background:url("/Brand/gfx/bg_newsBlue.gif") transparent no-repeat top left;
    float: left; 
    }
    
div#news h2 {
    color: White;
    padding: 8px;
    }
    
div#news table {
    padding-right: 10px;
    padding-top: 8px; 
    }
    
div#news h4 {
    font-size: 13px;
    padding: 2px 0;
    }
    
div#news table td,
div#news table p {
    padding: 0; 
    line-height: 14px;
    font-size: 12px;
    }

div#news img {
    padding: 2px 8px 8px 8px;
    }
    
    div#homePageTopPanel
	{

	background:url("/Images/Homepages/notice-blank.jpg") transparent no-repeat top left;
	height: 290px;
	width: 500px;
	padding: 20px 20px 30px 260px;
	/*padding: 20px 380px 0px 265px;<!--style="padding: 20px 60px 30px 300px;"-->*/
	float: left;
	overflow: hidden;
	}
	
	    div#homePageTopPanelInner
	{

	border:solid 0px red;
	height: 240px;
	width: 460px;
	margin: 20px 0px 0px 280px;
	float: left;
	overflow: hidden;
	}
    

div#notePanel {
	background:url("/Images/Homepages/postIt.jpg") transparent no-repeat top left;
	height: 260px;
	width: 270px;
	padding: 45px 10px 20px 31px;
	float: left;
	overflow: hidden;
	}
	
div#notePanel h2 { line-height: 24px; }    
div#notePanel h3 { line-height: 20px; }  

div#askHomesy { width: 320px; height: 320px; padding-top: 30px;padding-left: 5px;  background:url("/Brand/gfx/bg_askHomesy.gif") transparent no-repeat top left; }
div#askHomesy h1 { width: 140px; padding-left: 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: 12px; 
	color: white; 
	padding: 0 0 5px 15px;
	line-height: 15px; 
	}
	
div#lowerMyCommunity div.setHeight a:link,
div#lowerMyCommunity div.setHeight a:visited {
    color: white;
    }	

div#lowerMyCommunity div.setHeight a:hover,
div#lowerMyCommunity div.setHeight a:active {
    color: #006600;
    }

/* on white background */
div#lowerMyCommunity a:link,
div#lowerMyCommunity a:visited {
    color: black;
    text-decoration: none;
    }	

/* on white background */
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;
    } 	
 
/* my landlord ================================================ */

div#upperMyLandlord div#intro {
	background:url("/Images/Homepages/bg_myLandlordMain2.jpg") transparent no-repeat top left;
	height: 360px;
	width: 650px;
	float: left;
	}

div#upperMyLandlord div#intro h1 {
	width: 300px; 
	padding-top: 95px;
	padding-bottom: 25px; 
	padding-left: 18px;
	font-size: 28px;
	line-height: 28px; 
	font-weight: 600;
	color: black; 
	}

div#upperMyLandlord div#intro p {
	width: 260px; 
	padding-left: 20px; 
	font-size: 12px;
	line-height: 16px; 
	}

div#lowerMyLandlord h3 { 
	width: 140px; 
	font-size: 16px; 
	color: white; 
	padding: 60px 0 5px 18px;
	line-height: 20px; 
	}

div#lowerMyLandlord p {
	width: 135px; 
	font-size: 12px; 
	padding: 0 0 0 18px;
	line-height: 15px; 	
	}

div#lowerMyLandlord div.setHeight a:link,
div#lowerMyLandlord div.setHeight a:visited {
    color: white;
    }	

div#lowerMyLandlord div.setHeight a:hover,
div#lowerMyLandlord div.setHeight a:active {
    color: #006600;
    }

div#lowerMyLandlord a:link,
div#lowerMyLandlord a:visited {
    color: black;
    text-decoration: none;
    }	

div#lowerMyLandlord a:hover,
div#lowerMyLandlord a:active {
    color: #666666;
    text-decoration: underline;
    }

div#lowerMyLandlord table { 
	width: 97%; 
	margin-left: 5px; 
	margin-top: 15px;	
	}

div#lowerMyLandlord table p { 
	width:100%; 
	margin: 0; 
	padding: 0; 
	}

div#lowerMyLandlord table img { 
	padding: 0 10px; 
	}

div#lowerMyLandlord div#myLandlordCol1 { 
	width: 315px; 
	height: 360px; 
	padding-right:5px; 
	background:url("/Images/Homepages/bg_myLandlordCol1.jpg") transparent no-repeat top left; 
	float: left; 
	}

div#lowerMyLandlord div#myLandlordCol2 { 
	width: 315px; 
	height: 360px;
	padding-right:10px; 
	background:url("/Images/Homepages/bg_myLandlordCol2.jpg") transparent no-repeat top left; 
	float: left;
	}

div#lowerMyLandlord div#myLandlordCol3 { 
	width: 320px; 
	height: 360px;
	background:url("/Images/Homepages/bg_myLandlordCol3.jpg") transparent no-repeat top left; 
	float: left;
	}

div#lowerMyLandlord div#myLandlordCol3 .pad {
    padding-top: 10px;                                                    
    } 

h3.findAService {
    margin-top: 12px;                                                    
    } 
	
