


/*-----------------------FOLIO ARRAY--------------*/


/*-----------------------TABLE LAYOUT--------------*/

#vert_illo_centerall {
	width: 39.95em;
	text-align: left;
	margin:  1.5em auto;
	position: relative;
	background-color: #fff;
	}
/*centers vertical drilldowns illustration*/


#hor_illo_centerall {
	width: 48em;
	text-align: left;
	margin:  1.5em auto;
	position: relative;
	background-color: #fff;
	}
/*centers horizontal drilldowns illustration*/


#illo_centerall {
	width: 48.125em;
	text-align: left;
	margin:  1.5em auto;
	position: relative;
	}
/*centers illustration index*/

/*adapts table style from style.css to suit this page*/
.illo_ref {
	margin-top: 1.5em;
	border-spacing: .5em;
	}
	
td {
	border: 1px solid #c6c3b8;
	}	

/*-----------------------ILLUSTRATION REF PAGE--------------*/

	
.reftext {
	vertical-align: top;
	width: 18em;
	padding: 0 .5em;
	border: 0;
	}
/*this is text box for index and drilldowns*/
	
#reftext p {
	margin-bottom: .75em;
	}
	
.ref {
	text-align: center;
	}
	
.ref a {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
.ref img {
	width: 5em;
	height: 5em;
	padding: .25em;
	margin: 0;
	border: 0px solid #c6c3b8;
	}
	/*total measurement 5.5625em*/
	
/*-------------------ILLUSTRATION DRILLDOWNS-----------------------------*/
	
/*horizontal*/					
.ill_hor img {
	width: 27.05em;
	vertical-align: top;
	padding: .5em;
	border: 0;
	background-color: #fff;
	}
	
.ill_hor {
	vertical-align: top;
	padding: .5em;
	border: 1px solid #c6c3b8;
	}
	
/*vertical*/
.ill_vert img {
	width: 19em;
	vertical-align: top;
	padding: .5em;
	border: 0;
	background-color: #fff;
	}

.ill_vert {
	vertical-align: top;
	padding: .5em;
	border: 1px solid #c6c3b8;



