
/*AF MAY 08 */
.isViewing{background-color:#D1DCE4;padding:2px 2px 2px 2px;background-position:right;}/* Styles specific to the RLA Landlords forum */

/*********************************** 1) Public Forum Display *******************************/
/*1a Text Styles */
	
/* style for posting title parts */
.postingDate {font-style: italic}
.pageViews {font-style: italic; color:#999999}
.postReplies {color: #FF9966}

/*1b Link Styles */

/* link style for a highlighted post in the forum (on post.shtml) */
a.forumPostHighlight {color:#FFCC00; background-color:#FFFFCC; text-decoration:none}
a.forumPostHighlight:link, a.forumPostHighlight:hover, a.forumPostHighlight:active {color:#FFCC00; background-color:#FFFFCC; text-decoration:none}

 /* style for poster names who have a profile set (same as normal poster names, but bold) */
a.profileLink {color: #00007C; font-weight:bold}
a.profileLink:link, a.profileLink:hover, a.profileLink:active, a.profileLink:visited {text-decoration:none}

/* style for archive links along top of tab bar in forum (NOT CURRENTLY USED)*/
a.archiveLink {font-size:9px}
a.archiveLinkSelected {font-weight:bold}


/*1c Layout Containers */

/* Forum Graphical Header (where you can select message topic) */
div#forumHeader {}
  /* Style for topic select */
  div#forumHeader div#forumIntro {/*height: 83px;*/ height:100px;
  										width: auto;
  										background-image:url(../../graphics/forum/header_bg_tile.gif);
										background-repeat:repeat-x;
										border-bottom: 3px solid #7C0000;
										background-position:bottom;
										}
    /*** MyForum intro equivalent ***/
    div#forumHeader div#forumIntro.myForum {background-image:url(../../graphics/forum/myforum_header_bg_tile.gif);
										  background-repeat:repeat-x;
										  border-bottom: 3px solid #024E87}										
    
  div#forumHeader div#forumIntro img {float:left; margin-right:10px}
  div#forumHeader div#forumIntro p {margin:2px}
	
  
  /*Style for search box */
 div#forumSearch {clear:both;margin-top:2px; border-top: 2px solid #7C0000}
  
    /*** MyForum search equivalent ***/
	div#forumHeader div#forumSearch.myForum {border-top: 2px solid #024E87}
  

  /* Style for the "Post a Message" and "Expand All" "Collapse All" bar below the tab strip */
  /* plus Style for the "You are viewing" select box */
  div#forumActions {height:30px; padding: 0; padding-top:3px}  
  
	div#forumActions div#myforumGoto {float: right}  
	div#forumActions div#forumGoto {float: right}
	div#forumActions div#expandAllCollapseAll {float:right; margin-right:5px}
	div#forumActions div#postAMessage {float: right; margin-right:5px }
	
    div#forumActions div#youAreViewing {float: right; margin-right:5px}
    div#forumActions div#youAreViewing form {margin:0; padding:0}


/* Temporary information bar put below the forum action buttons */
div#forumInfobar {text-align: right}

/* Style for the forum footer bar with the "return to top" link */
div#forumFooter {margin:20px 0 5px 0; padding:3px; width:auto; 
						   border-top: 2px solid #7C0000; text-align:right}
						   
  	/*** MyForum footer equivalent ***/	
	div#forumFooter.myForum {border-top: 2px solid #024E87}				   



/* style for the thankyou for your post box after posting a message or reply */
div#thankyouForPost {border: 1px solid #000000; width:300px; padding:5px; margin:auto; text-align:center; margin-top:20px}

/* Styles which could be written to show messages belong to different sections 
     on the __all.shtml page of the forum */

div.mainArea {}
div.problem_tenantsArea {}
div.property_investmentArea {}
div.renting_queriesArea {}
div.tax_financialArea {}
div.letting_agentsArea {}
div.legislation_deposits_hmoArea {}


div.areaIcon {float:left}

/*1d Styles for the expanding and collapsing post trees */
.tree {
border-Top:2px solid #999999;
border-Bottom:2px solid #999999;
background-Color:#F0F0F0;
}
/* style for expanding and collapsing post trees */
.parent {display:block}
.container ul li {list-style:none;}
  /* display:none does not work properly in IE6 - element is not displayed
     but still has a rendered height which makes forum posts unevenly spaced. This approach fixes that */
.child {height:1px; overflow:hidden; visibility:hidden}


 .container {padding:3px 2px 3px 2px; margin-top:4px; margin-bottom:4px}

div#forumMessages {width: 750px} /*without hard limit on width imposed, IE breaks in some
									circumstances, putting forum messages below the right hand side menu.
									Firefox doesnt have the same trouble */

div#forumMessages ul {list-style:square; margin-bottom:0px; margin-top:0px}
 
/*1e styles for the make a post/reply page where user can change handle and email address */
div#changeForumHandle, div#changeEmailAddress {border:2px dashed #999999;
						margin:3px 0 3px 0;
						padding:4px;
						width:auto;
						background-color:#CCCCCC;
						display:none}
div#changeForumHandle p, div#changeEmailAddress p {margin: 0px}


/*1e MyForum specific styles */

  /*highlight the post titles a poster has made */
li.highlight a {background-color:#CCCCCC}
   /* in IE6, setting bg color for li, sets bg color for all contained sublists, so it is ONLY set for the post title link in the li. Secondly, in IE 6 (but not Mozilla), without the style below, titles in all sublists of the targetted li would be highlighted. This makes sure they are not */
   li.highlight ul a {background-color:#EEEEEE}
   
   
/* box surrounding helpdesk disclaimer on helpdesk advice issued on public forum */
div#forumHelpdeskDisclaimer {padding: 20px}


div#post_unavailable {border: 1px dashed #7C0000;
					  background-color: #F2E5E5;
					  background-image:url(../../graphics/forum/cannotview.gif);
					  background-position: top left;
					  background-repeat: no-repeat;
					  padding-left: 70px;
					  margin: 30px}
					  
		#loginnow {border: 1px solid #7C0000;
				   padding: 5px;
				   background-color:#FFFFFF;
				   width: 80%}

/********************************* 2) Forum Manager ******************************/

div#forumAdmin {}

	div#forumAdmin div#mainSection {border-top: 1px solid #000000;
									border-left: 20px solid #00007C;
								    margin: 20px 0 0 0;
								    padding-top: 10px;
									padding-left: 50px;
									background-color:#EEEEEE}
					
	div#forumAdmin div#detailsSection {border-top: 1px solid #000000;
									border-left: 20px solid #FFCC33;
								    margin: 20px 0 0 0;
								    padding-top: 10px;
									padding-left: 50px;
									background-color:#EEEEEE}
					



.whoisPost {margin:3px; border: 1px solid #FFCC33; background-color:#FFFF99; padding:1px}
.deletePost {margin:3px; border: 1px solid #00CC00; background-color:#66FF66; padding:1px}
.undeletePost {margin:3px; border: 1px solid #FF0000; background-color:#FFCCCC; padding:1px}

.forumCMSList li {display:block}
