﻿


/* ================================================== */
/* ---------------------- PRINT ---------------------- */
/* .................................................. */



body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#sideBarLeft, #header, #topMenu, #searchResult, #rightContent, #sideBarRight
{
    display:none !important;
}

/* ====================== FONTS & HEADINGS & IMG ====================== */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 0 0 7px 0;
}

h2 
{
    font-size: 1.0em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 5px 0 0;
}

h3 
{
    font-size: 0.8em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 5px 0 0;
}

.introduction
{
	font-weight: bold;
	color: #333;
}

p {
	font-size:0.75em;
	color: #717171;
	line-height: 17px;
	padding: 0 0 5px 0;
}


a, a:link, a:hover, a:active, a:visited {
	color:#000;
	text-decoration: none;
	border: none;
	outline: none;
	cursor:pointer;
}

.cb {
	clear: both;
	width: auto;
	height: 0;
	line-height: 0;
}

#footer
{
    width:100%;
    font-size:10px;
    text-align:center;
    padding:20px 0 0 0;
    clear:both;
}
#footer a, #footer span
{
    display:none !important;
}
#footer span.legalText
{
    display:block !important;
}

#contentArea {
    width: 678px !Important;
}

.textBlock table.classic {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

.textBlock table.classic tr {
}

.textBlock table.classic td, .textBlock table.classic td 
{
    width: auto !Important;
    border-width: 1px;
	padding: 5px 5px 5px 10px;
	background-color: white;
}

.textBlock table.classic td p {
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
}


.pagebreak
{
    margin:0;
    padding:0;
    page-break-after:always;
}

#diagSearch
{
    display:none !Important;
}

#searchResultNew .header
{
    font-size:13px;
}

#searchResultNew .categoryItem
{
    margin: 10px;
}

