@media print {

* {
	background: transparent !important;
}

body {
	font-family: Georgia, Palatino, serif;
	font-size: 10pt;
	line-height:1.5em;
	color:black;
	text-align:justify;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
}

a.imglink:link, a.imglink:visited {
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	page-break-after:avoid;
	page-break-inside:avoid;
}

pre,code,samp {
	white-space:pre;
	page-break-inside:avoid;
}

ul, ol, li {
	page-break-inside:avoid;
}

table {
	page-break-inside:avoid;
	page-break-before:avoid;
	page-break-after:avoid;
}

div#content a:link:after, div#content a:visited:after {
/*   content: " (url: " attr(href) ") "; */
   font-size: 80%;
   font-style: italic;
}

div#content a.imglink:link:after, div#content a.imglink:visited:after {
/*   content: ""; */
}

div#header {
	margin-top:0;
	border-bottom:1px solid #555;
}

#logo, #contacts, #mainmenu, 
div#sidebar, 
div#footer {
	display:none;
}


div#content {
	display:block;
}

div#header, div#print-footer {
	margin:2em 0; padding:1em 0;
	font-size:9pt;
}

div#header #print-logo {
	float:left;
	width:15%;
}

div#header address {
	text-align:right;
	font-size:8pt;
	line-height:1.5em;
	font-style:normal;
}

div#print_links {
	page-break-inside:avoid;
	border-top:1px solid #555;
	font-size:7pt;
	line-height:1.3em;
}

div#print-footer {
	page-break-inside:avoid;
	border-top:1px solid #555;
}

div#print-footer p {
	margin:1em 0;
	font-size:7pt;
	line-height:1.3em;
}

/*
 * ------------------------------------------------------------------------------------------------
 * ARTICLE
 * ------------------------------------------------------------------------------------------------
 */

.article {
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	margin:1em 0;
	font-family: Georgia, Palatino, serif;
	line-height:1.6em;
	font-weight: bold;
	text-align:left;
}

.article h1	{ font-size:18pt; }
.article h2	{ font-size:15pt; }
.article h3	{ font-size:13pt; }
.article h4	{ font-size:12pt; }
.article h5	{ font-size:11pt; font-style:italic; }
.article h6	{ font-size:11pt; font-weight:normal; font-style:italic; }

.article img {
	margin:0.8em;
	border:1px solid #bbb;
	padding:3px;
}

.article .text-box-left {
	width:40%;
	float:left;

	margin:0.8em;
	border:1px solid #555;
	padding:0.8em;
	background-color:#ddd;

	font-size:10pt;
}

.article .text-box-right {
	width:40%;
	float:right;

	margin:0.8em;
	border:1px solid #555;
	padding:0.8em;
	background-color:#ddd;

	font-size:10pt;
}

.article .quote {
	margin:1em 1em; padding:0 1em;
	background: url('/_i/quote.gif') no-repeat top left;
	font-style: italic;
}

.article .lead {
	font-weight:bolder;
}

.article .date {
	margin-top:-2.0em;
	font-size:10px;
	font-style:italic;
}

.article .admin-btn-desc {
	font-weight:bold;
	font-style:italic;
}

.article table {
	border-collapse:collapse;
}

.article td, .article th {
	border:1px solid #cbcbcb;
	margin:0;
	padding:0.2em 0.5em;
}

.article .table-head {
	font-weight:bolder;
	background-color:#ddd;
}

.article .table-odd-row {
	background-color:#eee;
}

.article .table-even-row {
	background-color:white;
}

}