/* Structure */

#print-header
{
    display: block;
}

#header, #sidebar, ul.sidebar_menu, ul.submenu
{
    display: none;
}

#navigation-main
{
	display: none;
}

#navigation-sub
{
    display: none;
}

#footer
{
    display: none;
}

/* Common */

#print-header h2
{
    color: #000;
}

.flash_holder
{
    display: none;
}

body

{

	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3a3a3a;
}

h1, h2, h3, h4
{
	margin-bottom: 0;
}

p
{
	margin: 0;
	padding: 5px 0 10px 0;
}

table.tableClass {
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	font-size: 10px; }

table.tableClass tr {
	height: 18px; }

table.tableClass td {
	vertical-align: bottom;
	white-space: nowrap; }

table.tableClassNarrow {
	border-collapse: collapse;
	width: 65%;
	padding: 0;
	font-size: 10px; }

table.tableClassNarrow tr {
	height: 18px; }

table.tableClassNarrow td {
	vertical-align: bottom;
	white-space: nowrap; }




/* solutyylit */

.cellFormat_line {
	border-bottom: #0038A8 solid 1px; }

.cellFormat_dblline {
	border-bottom: #0038A8 solid 2px; }

.cellFormat_tbline {
	border-top: #0038A8 solid 1px;
	border-bottom: #0038A8 solid 1px; }

.cellFormat_bgGrey {
	background-color: #F1F2F5;
	padding-right: 5px; }

.cellFormat_bgWhite {
	padding-right: 5px; }

.cellFormat_hover {
    background-color: #DBDFE5; }

.cellFormat_bold {
	font-weight: bold; }

.cellFormat_center {
	font-weight: normal;
	text-align: center; }
	
.cellFormat_centerbold {
	font-weight: bold;
	text-align: center; }

.cellFormat_leftnormal {
	font-weight: normal;
	text-align: left; }

.cellFormat_leftbold {
	font-weight: bold;
	text-align: left; }

.cellFormat_leftbold_line {
	font-weight: bold;
	text-align: left; 
	border-bottom: #0038A8 solid 1px; }

.cellFormat_rightnormal {
	font-weight: normal;
	text-align: right;
	padding-right: 5px; }

.cellFormat_rightnormal_line {
	font-weight: normal;
	text-align: right;
	padding-right: 5px; 
	border-bottom: #0038A8 solid 1px; }

.cellFormat_rightnormal_bg {
	font-weight: normal;
	text-align: right;
	padding-right: 5px; 
	background-color: #F1F2F5; }

.cellFormat_rightbold {
	font-weight: bold;
	text-align: right;
	padding-right: 5px; }

.cellFormat_rightbold_line {
	font-weight: bold;
	text-align: right;
	padding-right: 5px; 
	border-bottom: #0038A8 solid 1px; }


blockquote, blockquote p {
	padding: 0;
	margin: 0px;
	padding-left: 5px; }

.underline {
	text-decoration: underline;
	margin-bottom: 1px; }

a.attachment, a.attachment:link, a.attachment:visited {
	font-weight: normal;
	color: #484848;
	text-decoration: underline;
	padding: 0;
	margin: 0; }
	
a.attachment:hover, a.attachment:active {
	font-weight: normal;
	color: #484848;
	text-decoration: none;	
	padding: 0; }


