/* inCMS print css */
/* (c)2008 Spika David, Inexes */

* {
	background-color: white !important;
	background-image: none !important;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	line-height: 1.3;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}
h1, h2, h3, h4 {
	page-break-before: avoid;
}
table {
	line-height: 1.3;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
table caption {
	padding: 7px 0 4px 0;
	font-size: 12px;
	color: #2c3094;
	font-weight: bold;
	text-align: left;
}
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 {
	background: none;
	border: none;
}
sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
a {
	color: #242f9b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {

}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}

/* basic layout */
#page {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 0 15px;
}
#headerBox {
	width: 100%;
	height: 80px;
}
#mainBox {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}
#mainBox #mainContentBox {
	float: left;
	width: 100%;
}
#infoContentBox {
	display: none;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
}
#footerBox {
	clear: both;
	width: 100%;
	text-align: left;
	color: #000;
}

/* header */
#headerBox img {
	width: 154px;
	height: 59px;
	margin-bottom: 10px;
	padding: 0;
	background: none;
	border: none;
}
#headerBox p.description {
	display: none;
} 
#headerBox p.navigation {
	display: none;
} 

/* common: main content + infozone */
h2 {
	padding: 10px 0 3px 0;
	font-size: 18px;
	color: #2e3192;
}
p.dateAuthor {
}
.article {
	margin: 10px 0 15px 0;
}
.htmlEditorContent h3 {
	padding: 7px 0 4px 0;
	font-size: 12px;
	color: #2c3094;
}
.htmlEditorContent h4 {
	padding: 7px 0 4px 0;
	font-size: 10px;
	color: #2c3094;
}
.htmlEditorContent img.bordered {
	border: 5px solid #acb2b2;
}
.htmlEditorContent .hl1 {
	color: #b0b1b3;
	font-size: 12px;
	font-style: italic;
	text-align: justify !important;
}
.htmlEditorContent ul {
	padding: 5px 5px 5px 19px;
	list-style-type: disc;
	color: #2e3192;
}
.htmlEditorContent ul li {
	padding: 0 0 0 5px;
	line-height: 1.5;
	color: #000;
}
.htmlEditorContent ol {
	padding: 5px 5px 5px 23px;
	color: #2e3192;
}
.htmlEditorContent ol li {
	padding: 0 0 0 0px;
	line-height: 1.5;
	color: #000;
}
table.styled {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 5px 0;
}
table.styled th, table.styled td {
	color: #000;
	font-size: 13px;
	padding: 2px 15px 2px 0;
	text-align: left;
	border: 1px solid #b0b1b3;
}
table.styled thead th, table.styled thead td {
	padding: 2px 15px 2px 0;
	font-size: 13px;
}
table.styled tbody tr.hl th, table.styled tbody tr.hl td {
	color: #666;
}
h3.listOfLinksHeader {
	padding: 7px 0 4px 0;
	font-size: 12px;
	color: #2c3094;
}
ul.listOfLinks {
	padding: 5px 0 8px 3px;
	list-style: none;
}
ul.listOfLinks li {
	height: 16px;
	padding-left: 20px;
	line-height: 16px;
	margin-bottom: 3px;
	background: url(ListOfLinks.gif) no-repeat 2px center;
}
/* main content */
#mainContentBox h1 {
	width: 915px;
	padding: 0 0 10px 0;
	font-size: 22px;
	color: #ed1b24;
}
#mainContentBox p#dateAuthor {
	font-size: 12px;
	text-align: right;
	color: #939598;
	padding-bottom: 10px;
}
#mainContentBox p#dateAuthor span {
	color: #2e3192;
}
#mainContentBox #upBack {
	display: none;
}
/* footer */
#footerBox p.navigation {
	display: none;
}
#footerBox #footerBox-copy {
	width: 100%;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
#footerBox a {
	color: #b0b1b3;
}
/* other */
.error {
	color: #d00;
}
#mainMenuBox {
	display: none;
}

