/* The following are css rules for printing pages.
*/

body
{
	background: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: sans-serif;
	page-break-inside: avoid;
}

#banner, #banner-top, #navbar, #footer-top, #footer, #footer-bottom
{
	display: none;
}

#banner-client
{
	float: none;
}

#navbar, #navbar-results
{
	float: none;
	display: none;
}

#container-db, p.button
{
	float: none;
}

#banner-db, h1, #navbar-db, form, p.button
{
	display: none;
}

a, a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #000;
}



#container, #main, #main-content
{
	width: auto;
}

.table-vertical
{
	border: none;
	margin: 10px 0px;
}

.table-vertical th, .table-vertical td
{
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 2px;
	border: none;
}

.table-vertical th
{
	padding-left: 20px;
}

.table-vertical th.header, .table-search-basic th.header
{
	color: #000;
	background: #888;
	font-size: 11pt;
	font-family: sans-serif;
	text-transform: uppercase;
	padding: 5px 5px 0px 5px;
}
