/* Possession Proceedings Style sheet 
 * BB_ August 2007
 *
 */
 
div#pp {}
	
	/* space lists so they are readable more easily in this section - there are alot of lists! */
    div#pp ol li {margin-top:7px; margin-bottom:7px}
    div#pp ul li {margin-top:7px; margin-bottom:7px}	
	
	div#pp #notes_reminder {float:right;
							background-color:#FFFFFF;
							margin: 3px}
	
	/* menu */
	div#pp_menu {text-align: center;
				  margin: 10px 0 50px 0;
				  border-bottom: 1px solid #000000}

		div#pp a, div#pp a:link, div#pp a:active, div#pp a:visited {text-decoration: none}
		div#pp a:hover {text-decoration:underline}
		
		
		#pp #pp_img {float: left}


    div#pp_top {position:relative;
				background-color:#DEBFBF}
	
		div#pp_possession_top {background-image:url(../../graphics/possession_procedure/posstab.gif);
							   background-position: top left;
							   background-repeat: no-repeat;
							   background-color: #F2E5E5;
							   width: 370px;
							   margin:0}
	
			div#pp_possession_top div {padding:5px}
	
		div#pp_smallclaims_top {position: absolute;
								background-image:url(../../graphics/possession_procedure/sctab.gif);
								background-repeat:no-repeat;
								background-position:top left;
								left: 370px;
								width:390px;
								top: 0px} /* relative to pp_top */
							   
			div#pp_smallclaims_top  div {padding:5px}						   

	
	/* possession section at intro */	
	div#pp_possession {background-color:#F2E5E5;
					   padding-top: 5px;
					   padding-bottom: 10px;
					   margin: 0}


			/* flowchart */
			p.more {text-align:center}
			
			div#pp_flowchart {margin-top:20px}
			
			div#pp_flowchart #leftcol {float: left;
									   width:350px;
									   margin-left:5px;
									   background-color:#FFFFFF}
									   
					#leftcol .container {border: 2px dashed #7C0000} 							   
										 
											   
			
			div#pp_flowchart #rightcol {margin-left: 400px;
										margin-right: 5px;
										background-color:#FFFFFF}
			
					#rightcol .container {border: 2px dashed #7C0000}
					
			.container {padding:10px;
							text-align:center}
							
			.flowbox {text-align:left;
					  width: 280px;
					  border: 2px solid #000000;
					  padding:5px;
					  margin-left:auto;
					  margin-right:auto}
				
			div#pp_flowchart .desc {text-align:left}	
			  
	/* general notes */
    div#ppnotes {background-image:url(../../graphics/possession_procedure/notesbg.gif);
				 background-position: top right;
				 background-repeat:no-repeat;
				 background-color:#FFFFCC;
				 border: 1px solid #FFCC00;
				 padding: 15px}
	
	/* fault based possession */					
	div.clicknotes, div.clicknotes_expanded {background-image:url(../../graphics/possession_procedure/clicknotes_expanded.gif);
							 background-position:top left;
							 background-repeat:no-repeat;
							 width: 95%;
							 padding: 20px 10px 10px 10px;
							 background-color:#FFFFCC;
							 border-bottom: 2px #000000 solid;
							 margin-bottom:10px}
							 
	div.clicknotes_expanded {display:none}							 
							 
			span.closenotes {float:right}
			
			
	/* small claims */
	div#ppcc {}
	
	div#ppcc p.subHeading {border-bottom: 2px solid #00007C;
			  padding:2px 0 2px 0}
			  
			  /* but...dont apply default sub heading styles in noteboxes! */
			  div#ppcc div.notebox p.subHeading {border: 0; padding:0}
			  div#ppcc div.notebox2 p.subHeading {border: 0; padding:0}

	div#ppcc div.clicknotes_expanded {display:block} /* N1 notes are displayed by default in this section */
	
	/* footers */
	div#backnext {text-align: center; padding:10px}
	
	div#usehelpdesk {border:1px solid #000000;
					 margin: 5px 0 0 0;
					 text-align:center;
					 padding:4px}
