/* CSS Document */

body {
	background: #fff;
	color: #333;
	font-size: 10pt;
	}
	
html body #content a {
	color: #333;
	border: none;
	padding: 0;
	margin: 0;
	}
	
html body .hide_print, .hide_print object {
	display: none !important;
	border: 1px solid red;
	height: 1px !important;
	}
	

	
.show_print {
	display: block !important;
	}

#sidebar,
#wrapper_left,
#wrapper_right,
#wrapper_post,
#header,
#site_tools


 {
	display: none;
	}
	
#wrapper {
	padding: 0;
	background: none;
	}
	
	
#content_wrapper {
	width: auto;
	}
	
#content {
	width: auto;
	color: #333;
	padding: 0;
	font-size: 10pt;
	}
	
#content ul {
	margin: 20px 100px 20px 50px;
	}
	
#footer {
	display: none;
	}
	
	
	
	
	
.data_grid {
	font-size: 11px;
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	margin: 10px 0px;
	position: relative;
	width: 700px;
	}
	
.data_grid.large {
	margin: 10px 0px;
	}
	
.data_grid td, .data_grid th {
	padding: 5px 10px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	}
	
.data_grid th {
	text-align: left;
	color: #999;
	background: #eee;
	font-size: 10px;
	}
	

