/* 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;
	}
	
#main_content h2 {
	display: block !important;
	color: #000 !important;
	visibility: visible  !important;	
	}

#dragon,
#menu_container,
#sidebar_wrapper,
#footer

{
	display: none;
	}
	

.data_grid {
	font-size: 11px;
	margin: 10px -10px;
	position: relative;
	padding: 2px;
	}
	
.data_grid.large {
	margin: 10px -10px;
	}
	
.data_grid td, .data_grid th {
	background: #f1f1f1;
	padding: 5px 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	}
	
.data_grid th {
	background: #ccc; text-align: left;
	color: #fff;
	font-size: 10px;
	border: 1px solid #aaa;
	border-left: none;
	}
	
.data_grid td.first {
	border-left: 1px solid #bbb;
	}
	
.data_grid th.first {
	border-left: 1px solid #aaa;
	}
