/************************************/
/*  People Print Pages  */
/************************************/
div#peopleSearch,
div#quote {
	display: none;
}


/************************************/
/*  Search Results */
/************************************/
table#searchResults {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
table#searchResults thead tr {
	height: 20px;
}
table#searchResults thead tr a {
	color: #000000;
}


table#searchResults tbody {
}

table#searchResults tbody tr {
	height: 25px;
	border-bottom: 1px solid blue;
}

table#searchResults th {
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	padding: 2px 15px 0px 0px;
	font-size: 10pt;
}
table#searchResults tbody td {
	text-align: left;
	font-weight: normal;
	padding: 3px 15px 2px 0px;
	font-size: 9pt;
	color: #000000;
	border-top: 1px dotted #333333;
}
table#searchResults tbody td a {
	color: #000000;
}
table#searchResults .center {
	display: none;
}

/************************************/
/* Bio Detail */
/************************************/
div#subnavigation {
	display: inline;
}
div#bioDetailHeader {
	width: 145px;
	text-align: right;
	position: absolute;
	top: 145px;
	right: 0px;
	font-size: 9pt;
	line-height: 1.2em;
	background-image: url(/media/images/global/print_sidebar_gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	z-index: 0;
	height: 215px;
	color: #1a314f;
}
div#bioDetailHeader span {
	display: block;
}
div#bioDetailHeader a {
	color: #1a314f;
}
div#subheader h3 {
	font-weight: normal;
	font-size: 13pt;
	color: #78292d;
}
div#subheader h4 {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-style: italic;
}