/* Manual Definitions */


/* this is the outer block for the manual content */
	#manualBlock {
		text-align: justify;
		width: 560px;
		height: 450px;
		background: #FFFFFF;

	}
/* data padding */
	.pad10 {
		padding-left: 10px;
		padding-right: 10px;
	}

/* This defines that a scrollbar needs to be added if the content is bigger than width and height */
	.overflow {
		overflow: auto;
		width: 550px;
		height: 450px;

	}


/* pad the scroll bar */
	.padside {
		padding-right: 10px;
	}
/* Title of the Manual at the top of the page */
	.manualBookTitle {
		font-size: 13px;
		font-weight: bold;
		color: #000000;
		vertical-align: bottom;
	}
/* The manual Chapter titles */
	.manualTitle {
		font-size: 14px;
		background: #FFFFFF;
		color: #000000;
		font-weight: bold;
		vertical-align: middle;
	}
/* Table of Contents */
	.manualTOC {
		font-size: 13px;
		background: #00457C;
		color: #FFFFFF;
		
	}
	.manualTOCbottom {
		font-size: 13px;
		background: #00457C;
		color: #FFFFFF;
		vertical-align: bottom;
		
	}
	.manualTOCTitle {
		font-size: 13px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.manualTOC a {
		color: #ffffff;
		
	} 
	
	.manualTOC a:hover {
		color: #FF9F00;
	}
	
	.manualTOCcorners {
		vertical-align: text-bottom;
		
	}
	
	.manualPrintTitle {
		color: #000000;
		font-size: 14px;
		
	}
/* Sections within a Chapter */
	.manualSectionTitle {
		font-size: 13px;
		font-weight: bold;
		color: #000000;
	
	}
/* The main chapter body data */
	.manualSectionContent {
		font-size: 13px;
		font-weight: normal;
		color: #000000;
	
	}
	
.sectionHeader { 
        font-size:12px; 
        font-family:Arial, Verdana, Helvetica, sans-serif; 
        color: #000000; 
        font-weight: bolder; 
        margin: 0 0 0 0px;
        padding: 0 0 3px 0;
        background-color: #ffffff; 
        vertical-align: middle;
        border-width: 0px 0px 1px 0px; 
        border-style: solid;        
        border-color: #00457C;
}


