div#head {
	display: none;
}

div#foot {
	display: none;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
	margin: 0px 0px 0px 0px;
}

table {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}

input {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}

select {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}

td {
	text-align: center;
}

div.main_buttons {
	display: none;
}

/*div.icbf_logo {
	background-image:url(../../images/logo_icbf.gif); 
	height: 41; 
	width: 52;
}*/

div#container h1 {
	font-size: 13px;
	font-family: Tahoma;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #4C4C4C;
	/*text-decoration: underline;*/
}

div#print_head {
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
	width: 860px;
	text-align: left;
	font-size: 14px;
	vertical-align: middle;
}

table.summary {
	font-size: 11px;
	padding: 2px 6px 2px 6px;
	border-collapse: collapse;
	border: 1px solid #999999;
	width:100%;
}

table.summary td {
	font-size: 11px;
	height: 22px;
	padding: 2px 6px 2px 6px;
	white-space: nowrap;
	vertical-align: middle;
	text-align:left;
}

table.summary td a {
	font-size: 11px;
	color: #0000FF;
}

table.summary td a:hover {
	font-size: 11px;
	color: #444444;
}

table.summary th {
	font-size: 11px;
	color: #235B96;
	height: 22px;
	line-height: 15px;
	padding: 2px 6px 2px 6px;
	vertical-align: middle;
	text-align: left;
}

table.content {
	font-size: 11px;
	padding: 2px 6px 2px 6px;
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
}

table.content td {
	font-size: 11px;
	border: 1px solid #C3C3C3;
	height: 28px;
	padding: 2px 6px 2px 6px;
	white-space: nowrap;
	vertical-align: middle;
}

table.content td a {
	font-size: 11px;
	color: #444444;
}

table.content td a:hover {
	font-size: 11px;
	color: #444444;
}

table.content th {
	font-size: 11px;
	background-color: #F0F0F0;
	color: #4C4C4C;
	height: 28px;
	line-height: 15px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #C3C3C3;
	vertical-align: middle;
	text-align: left;
}
table.listings{
	width:90%; /*required to stop table borders to be cutoff*/
}

table.simple_info th{ 
	text-align:left;
}



	
div.single_panel {
	border: 1px solid #235B96;
	font-size: 11px;
/*	* height: 100%;*/
	width: 100%;
	padding: 6px 6px 6px 6px;
  	margin-bottom:6px;/*Added by CV 20/02/09. Resolved issue of tables not appearing on printout. Also necessary was the commenting out of the *height style*/
}

div.details_panel {
	border: 1px solid #C3C3C3;
	font-size: 11px;
	* height: 100%;
	padding: 6px 6px 6px 6px;
}

div.details_panel table td {
	font-size: 11px;
	white-space: nowrap;
	vertical-align: middle;
}

table.view_ancestry td.link {
	width: 29px; 
	padding: 0px 0px 0px 0px; 
	border: 0px none;
}

div.single_panel h2 {
	font-size: 11px;
	font-family: Tahoma;
	padding: 5px 0px 0px 5px;
	color: #235B96;
	text-align: left;
}

div#single_panel h1 {
	font-size: 12px;
	font-family: Tahoma;
	padding: 0px 0px 10px 0px;
	color: #235B96;
	text-align: center;
}

div.single_panel table {
	font-size: 11px;
	padding: 2px 6px 2px 6px;
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
}

div.single_panel table td {
	font-size: 11px;
	border: 1px solid #C3C3C3;
	/*height: 28px;*/
	/*padding: 2px 6px 2px 6px;*/
	white-space: nowrap;
	vertical-align: middle;
}

div.single_panel table th {
	font-size: 11px;
	background-color: #F0F0F0;
	color: #4C4C4C;
	/*height: 28px;*/
	line-height: 15px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #C3C3C3;
	vertical-align: middle;
}


div.single_panel p {
	line-height: 10px;
	margin: 10px 10px 10px 0px;
}

div.single_panel table.graph_table, 
div.single_panel table.graph_table tr, 
div.single_panel table.graph_table td,  
div.single_panel table.graph_table th{
	border: 0px;
}

div.single_panel table.graph_table td{
	text-align:left;
}

