/* CSS Document */
/*This must stay at the top as it's referenced in Document.js*/
			img.plusminus{
			display:none;
			}

/**********************************************************\

	DOCS_OUTPUT
	The js controlled block containing the categorised docmuent details

\*********************************************************/

#all_docs{
padding-top:0px;
padding-bottom:0px;
}
			div.docs_output{
			/*total 512= 480+15+15+2*/
			font-weight:normal;			
			margin:auto;
			margin-top:0px;
			margin-bottom:5px;
			width:480px;
			padding:0px 15px 15px 15px;
			border:#a3e4e1 1px solid; 
			clear:left;
			font-size:100%;
			position:relative;
			}
			
			div.docs_output h2{
			padding-top:10px;
			margin-top:7px;
			border-bottom:1px solid #ccc;
			font-size:130%;	
			}
			
			div.docs_output p{
			/*font-size:79%;*/
			}
			
			div.docs_output ul{
			list-style-type:none;
			}
			
			div.docs_output h2 .category_toggle{
			float:right;
			margin-right:4px; 
			padding:0px 3px;
			}
			
			div.doc_details{
			margin: 0px 0px 0px 25px;
			}
			
			div.doc_details p{
			margin:3px 0 0 0;
			}
			
			div.doc_details span{
			color: gray; font-style: italic
			}
			
/**********************************************************\

				DIV.DOC_DISPLAY
				The block containing each docs details inc header and expand trigger

\*********************************************************/
			
			div.doc_display a{
			/*font-weight:bold;*/
			}
			
			div.doc_display img{
			margin-left:10px;
			}
			
			div.doc_display img.plusminus{
			position:relative;
			top:3px;
			left:-5px;
			}
			
			div.doc_display{
			float:none;
			display:block;
			clear:left;
			padding:5px 0px 0px 0px;
			position:relative;
			}
			
			div.doc_display a{
			color:black;
			}			
			
			div em{
			font-size: 87%;
			color:gray;
			}
			div#edit_links{
			position:absolute;
			left:auto;
			top:10px;
			right:0px ;
			}
			
			
/**********************************************************\

				ALPHABETICAL DOCUMENT LISTING 2-COL

\*********************************************************/
			
			#alpha_list{
			font-weight:bold;
/*			margin:5px 5px 5px 4px;*/
			border-bottom:1px solid #a3e4e1;
			height:auto;
			position:relative;
			clear:both;
			display:none;
			width:95%;
/*			margin:auto;*/
			margin:0 auto 5px;
			}
			
			#alpha_list ul{
/*			padding:7px 5px;*/
			padding:0;
			margin:0px;
			list-style-type:none;
			}
			
			#alpha_list li{
			margin:0px;
			}
			
			#alpha_list a{
			color:#663333;
			}
			
			#alpha_list #column1{
			float:left;
			width:50%;
			padding-right:1%;
			margin-bottom:5px;
			}
			
			#alpha_list #column2{
			/*position:relative;*/
			float:left;
			width:49%;
			padding-left:0;
			margin-bottom:5px;
			}


