/*------------------------------------------------------------
SHILLING - Print Style Sheet
 
version:			1.0
compatibility:		IEv7, IEv6, FIREFOXv2
 
author:				Peter Garrett, Tony Taylor
email:				peter@shilling.co.uk, tony@shilling.co.uk
copyright:			2008 Shilling Communication
 
TO DO LIST
 
------------------------------------------------------------*/

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px !important;	
}

#header {
	display: none;	
}

#banner {
	display: none;	
}

#navigation {
	display: none;	
}

	#col1 #left_nav {
		display: none;
	}
	
	#col2 #main_content ol li {
		list-style-type: decimal; 
	}
	
		#col2 #main_content ol li ol li {
			list-style-type: lower-alpha;
		}
		
			#col2 #main_content ol li ol li ol li {
				list-style-type: lower-roman;
			}
	
	#col2 #main_content .graph_label_pound {
		display: none;
	}
	
	#col2 #main_content #modellerGraph_left {
		border: 1px solid #000000;
	}
	
	#col2 #main_content #modellerGraph_right {
		border: 1px solid #000000;
	}
	
	#col2 #main_content .your_data {
		border-left: 1px solid #6599C1;
		border-top: 1px solid #6599C1;
		margin: 10px 0 20px 0;
	}
	
		#col2 #main_content .your_data th {
			background: #79AEE8;
			border-bottom: 1px solid #6599C1;
			border-right: 1px solid #6599C1;
			color: #FFFFFF;
			font-weight: bold;
			padding: 4px 5px 4px 5px;
			vertical-align: middle;
			width: 125px;
		}
		
		#col2 #main_content .your_data td {
			border-bottom: 1px solid #6599C1;
			border-right: 1px solid #6599C1;
			color: #000000;
			padding: 4px 5px 4px 5px;
			vertical-align: middle;
			width: 125px;
		}
	
	#col2 #main_content .your_figures {
		border-left: 1px solid #6599C1;
		border-top: 1px solid #6599C1;
		margin: 10px 0 20px 0;
	}
	
		#col2 #main_content .your_figures th {
			background: #79AEE8;
			border-bottom: 1px solid #6599C1;
			border-right: 1px solid #6599C1;
			color: #FFFFFF;
			font-weight: bold;
			padding: 4px 5px 4px 5px;
			vertical-align: middle;
			width: 125px;
		}
		
		#col2 #main_content .your_figures td {
			border-bottom: 1px solid #6599C1;
			border-right: 1px solid #6599C1;
			color: #000000;
			padding: 4px 5px 4px 5px;
			vertical-align: middle;
			width: 125px;
		}
	
	#row2 #main_content #important_notes_content, #row2 #main_content #assumptions_content, 
	#row2 #main_content #your_data_content {
		display: block !important;
	}
	
#footer {
	display: none;	
}	

/*----------------------------------------------------------*/