/* inCMS print css */
/* (c)2009 Drkula Ondrej, Inexes */

* { margin: 0; padding: 0; border: none; }
html { }
body {
	line-height: 1.3;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	background: none;
}
table {
	line-height: 1.3;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border-collapse: collapse;
}
table caption {
	padding: 2px 0 10px 0;
	line-height: 26px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 21px;
	font-weight: normal;
	color: #000;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	vertical-align: middle;
	color: #000;
	background: #fff;
	border: 1px solid #666666;
}
strong { font-weight: bold; }
em { font-style: italic; }
address { }
blockquote {
	font-style: italic;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 1.5;
}
cite {
	font-style: normal;
	float: right;
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #555555;
}
img { }
sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
a { text-decoration: none; color: #c01222; }
a:hover { color: #7c7c7c; }
a:visited { }
.noScreen { display: none; }
.error {color: #d00;}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}
/* basic layout */
.jScrollPaneTrack, .jScrollArrowUp, .jScrollArrowDown { display: none !important; }
#page, #mainBox, #mainBox .jScrollPaneContainer, #mainBox #mainContentBox {
	width: 100% !important;
	height: inherit !important;
	overflow: visible !important;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
	float: left !important;
	clear: both !important;
	margin-top: 0px !important;
}
#mainContentBox {
	padding-bottom: 10px;
}
#headerBox {
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
	clear: both;
}
/* header */
#headerBox p.description, #headerBox p.navigation, #mainMenuBox, img.imgHvr {
	 display: none;
}
#headerBox img {
	display: block;
	width: 249px;
	height: 106px;
	margin: 0 auto;
	clear: both;
}

/* common: main content + infozone */
h2 {
	margin: 0; padding: 8px 0 0 0;
	line-height: 26px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 25px;
	font-weight: normal;
	color: #7c7c7c;
}
.article { margin: 0 0 15px 0; }
.htmlEditorContent h3, .htmlEditorContent h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	color: #000;
}
.htmlEditorContent h3 {
	padding: 2px 0 10px 0;
	line-height: 26px;
	font-size: 21px;
}
.htmlEditorContent h4 { font-size: 17px; }
.htmlEditorContent a { position: relative; }
.htmlEditorContent img.bordered { border: 4px solid #484848; }
.htmlEditorContent a img.imgHvr {
	position: absolute;
	top: 45px; left: 0;
	display: none;
	float: left;
	width: 22px; height: 22px;
}
.htmlEditorContent .hl1 { font-size: 14px; color: #7c7c7c; }
.htmlEditorContent ul {
	padding: 0px 5px 10px 4px;
	list-style-type: none;
}
.htmlEditorContent ul li {
	 padding: 0 0 0 18px;
	 line-height: 1.5;
	 background: url('ListItemImage.gif') 0 8px no-repeat;
}
.htmlEditorContent ol { padding: 0px 5px 10px 23px; }
.htmlEditorContent ol li { padding: 0 0 0 0px; line-height: 1.5; }
.htmlEditorContent table.styled { margin: 5px 0 10px 0; }
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 3px 15px;
	text-align: left;
	font-weight: normal;
	color: #000;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	padding: 5px 15px;
	color: #c01222;
}
.htmlEditorContent table.styled tbody tr.hl th, .htmlEditorContent table.styled tbody tr.hl td {
	background-color: #ececec;
}
.htmlEditorContent table.styled tbody tr:hover th, .htmlEditorContent table.styled tbody tr.hover th, 
.htmlEditorContent table.styled tbody tr:hover td, .htmlEditorContent table.styled tbody tr.hover td {
	background-color: #e6e6e6;
}
/* main content */
#mainContentBox h1 {
	position: relative;
	margin: 0; padding: 0;
	line-height: 22px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 29px;
	color: #030303;
}
#mainContentBox p#dateAuthor, #mainContentBox p.dateAuthor {
	font-size: 12px;
	color: #7c7c7c;
}
#mainContentBox p#dateAuthor { text-align: right; }
#mainContentBox p.dateAuthor { text-align: left; }
#mainContentBox #upBack { display: none; }
#mainContentBox #upBack a:hover { background-position: 0 -16px; color: #c01222; }
#mainContentBox #upBack span { display: none; }
/* footer */
#footerBox {
	width: 100% !important;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
	clear: both !important;
	font-size: 10px;
	color: #484848;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #d6d6d6;
}
#footerBox p.navigation { display: none; }
#footerBox p#footerBox-copy, #footerBox p#footerBox-design {
	float: left;
	width: 50%;
}
#footerBox p#footerBox-design { text-align: right; }
#footerBox strong { font-weight: normal; color: #c01222; }

