/* Style sheet print */
body{margin:24px;padding:0px;}
*{font-family:arial,helvetica,sans-serif; font-size:12px;}
h1{margin-bottom:18px;font-size:18px;}
a{text-decoration:none;color:#a84204;}

#sidebar {display:none;}
#maintopSqr {display:none;}
#heading {display:none;}
#footer {display:none;}
#logo {display:none;}
.pdf_link {display:none;}
#header .mod_navigation {display:none;}

h2
{
    margin-top:15px;
    font-size:100%;
    font-weight: bold;
    /*color: #8cc780;*/    /*ehem. #b6dcae*/
    color:#808285;
}

.tableshade table{
	font: 11px 'Century Gothic', Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	color: #444444;
	width:100%;border-collapse:collapse;margin:1em 0; 
	}

.pointer {color:#333;}


table {font-size: 12px; }


.highlight		{ background:#d5fcdc; }
.tableshade even			{ background:#fff; }
.mo			{ background:#e3f1fb; }
.tableshade odd			{ background:#eee; }
.tableshade th		{ padding:5px; background:#ddd; border-bottom:1px solid #999; text-align:left; font-weight:bold; }
.tableshade td		{ padding:5px 0px 5px 5px; border-bottom:1px solid #ddd; }

.tableshade tr:nth-child(odd)		{ background-color:#eee; }
.tableshade tr:nth-child(even)		{ background-color:#fff; }
