
/*
 * Author: Inexes s.r.o. - www.inexes.cz
 * Created on: 5.2.2010
 * Modified on: 9.11.2010
 * SVN revision: 1844
 *
 * Name: Main stylesheet for web presentation (screen)
 * Summary:
 *
 * Dependences:
 *
*/


html {
	height: 100%;
	overflow-y: scroll;
	background: url('Images/BackgroundRepeat.jpg');
}
body {

	line-height: 1.3;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: url("Images/BackgroundImage.jpg") no-repeat 50% 0;
}

h1, h2, h3, h4 {
	line-height: 28px;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #5d910f;
	margin-bottom: 15px;
}
h2 {
	font-size: 23px;
	font-weight: normal;
	color: #5d910f;
	margin-top: 3px;
}
h3 {
	font-size: 18px;
	color: #5d910f;
	margin-top: 3px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	color: #5d910f;
}
p {
	margin-bottom: 12px;
}

table {
	line-height: 1.3;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
table caption {
	line-height: 1.3;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
td {
	padding: auto;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	color: black;
	background: White;
	border: solid #666666 1px;
}
input[type=text], textarea, select {
	width: 300px;
	padding: 5px;
	border: solid #808080 1px;
	background: White;
}
.radio input {
	border: none;
}
#btnSend {
	padding: 6px;
	margin: 10px 0;
	cursor: pointer;
	color: #CE1E2B;
	border: 1px solid #D4D2D2;
}
select {
	width: auto;
}
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;
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #555555;
}
img {
	background: url("Images/Progress.gif") no-repeat center center;
	vertical-align: middle;
}
sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
a {
	color: #459913;
}
a:hover {
	color: black;
}
a:visited {
}
ul, ol {
	list-style-position: inside;
}
.noScreen {
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}

/* basic layout */
.bodyWrap {

}
#page {
	position: relative;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
#headerBox {
	position: relative;
	height: 195px;
	z-index: 250;
	width: 100%;
}
#headerBox-flash {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 480px;
	width: 300px;
	height: 100px;
}
#logo {
	display: block;
	height: 39px;
	left: 5px;
	position: absolute;
	margin-top: 40px;
	width: 130px;
}
#logo img {background: none !important}
#mainBox {
	position: relative;
	float: right;
	width: 675px;
}
#mp1 #mainBox {width: 100%;float: none}
#mainBox #mainContentBox {
	position: relative;
}
#mainBox.noInfoContent #mainContentBox {
	width: 100%;
}
#sidePane {
	float: left;
	width: 270px;
	position: relative;
}
#infoContentBox {
	float: none;
	clear: both;
	background: none;
}
#footerBox {
	clear: both;
	padding-top: 25px;
	color: #fff;
	height: 130px;
	background: #00192e url("Images/FootBack.jpg") repeat-x;
	position: relative;
	margin-top: 15px;
}
#footerBox .wrap {width: 960px;margin: 0 auto;height: 100px}
#footerBox a {
color: #fff;
text-decoration: none;
}
#footerBox #partners {float: left;width: 700px;overflow: hidden;}
#footerBox #partners .partners {height: 105px}
#footerBox #partners .partners td {padding: 0 40px;background: url('Images/FooterSep.png') no-repeat 0 0;}
#footerBox img {background: none}
#footerBox-copy {
line-height: 1.6em;
	float: right;
	font-size: 12px;
	text-align: right;
	height: 90px;padding: 25px 30px 0 0;
	background: url('Images/FooterSep.png') no-repeat 100% 0;
}
#footArticle {
	font-size: 11px;
	padding: 15px;
	text-align: center;
}

/* header */
#headerBox img {
}
#headerBox p.description {
	display: none;
}
#headerBox p.navigation {
	display: none;
}
#headerBox #languages {
	position: absolute;
	top: 2px;
	right: 0;
	font-weight: bold;
	text-align: right;
}
#headerBox #languages a {
	line-height: 1.4;
}
#headerBox #languages a:hover {
	color: black;
}

/* common: main content + infozone */

#dateAuthor, .dateAuthor {
	text-align: right;
}
.dateAuthor .author, #dateAuthor .author {
	color: #000;
}
.article {
	margin: 0 0 15px 0;
}

.htmlEditorContent img.bordered {
	border: solid #03345b 1px;
}
.htmlEditorContent .perex, .htmlEditorContent .hl1 {
	font-style: italic;
	background: #b3b3b3;
}
.htmlEditorContent p.perex, .htmlEditorContent p.hl1 {
	padding: 15px;
}
.htmlEditorContent ul, .htmlEditorContent ol {
	padding: 5px 5px 0 2px;
	list-style-type: none;
	margin-bottom: 0;
	list-style-position: outside;
}
.htmlEditorContent ul ul, .htmlEditorContent ol ol {
	margin-left: 13px;
}
.htmlEditorContent ul li, .htmlEditorContent ol li {
	padding: 1px 0;
	line-height: 1.5;
	margin-bottom: 0;
}
.htmlEditorContent ul li {background: url('Images/Li.gif') no-repeat 0 8px;padding-left: 20px;&background-position: 0 9px;}
.htmlEditorContent ol {
	list-style-type: decimal;
	padding-left: 20px;
}
.htmlEditorContent ol ol {
	list-style-type: lower-alpha;
}
.htmlEditorContent ol ol ol {
	list-style-type: lower-roman;
}
.htmlEditorContent ol li {
}
.htmlEditorContent ul ol li {
background: none;padding-left: 0;
}
.htmlEditorContent table.styled {
	margin: 5px 0 15px 0;
}
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	border-bottom: solid #959494 1px;
	padding: 3px 15px;
	text-align: left;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	padding: 5px 15px;
	color: white;
	font-weight: normal;
	background-color: #03345b;
}
.htmlEditorContent table.styled tr.hl th, .htmlEditorContent table.styled tr.hl td 
{
    background: #b3b3b3;
}
.htmlEditorContent h3.listOfLinksHeader {
	margin: 8px 0 0 0;
	font-size: 14px;
	font-weight: normal;
}
.htmlEditorContent ul.listOfLinks {
	padding: 5px 0 8px 3px;
	list-style: none;
}
.htmlEditorContent ul.listOfLinks li {
	height: 16px;
	padding-left: 20px;
	line-height: 16px;
	margin-bottom: 3px;
}

/* main content */

#mainContentBox #upBack {
	height: 32px;
	line-height: 32px;
	text-align: right;
}
#mainContentBox #upBack a {
display: inline-block;
height: 32px;
padding-right: 32px;
background-position: 100% 0;
color: #000;
text-decoration: none;
background-repeat: no-repeat;
}
#mainContentBox #upBack a:hover {color: #656565;background-position: 100% -32px}
#mainContentBox #upBack a.buttonBack {background-image: url('Images/Back.png')}
#mainContentBox #upBack a.buttonUp {background-image: url('Images/PageUp.png')}
#mainContentBox #upBack a.buttonPrint {background-image: url('Images/Print.png')}

#mainContentBox #upBack a#buttonUp {
}
#mainContentBox #upBack a#ctl00_MainContent_hlBack {
}
#mainContentBox #upBack a#ctl00_MainContent_hlPrint {
}
#mainContentBox #upBack a:hover {
}

/* Infozone */
#infoContentBox .inside {
}
#infoContentBox h2 {
}
#infoContentBox p.dateAuthor {
}
#infoContentBox .htmlEditorContent h3 {
}
#infoContentBox .htmlEditorContent h4 {
}
#infoContentBox .htmlEditorContent img.bordered {
}
#infoContentBox .htmlEditorContent .hl1 {
}
#infoContentBox .htmlEditorContent ul {
}
#infoContentBox .htmlEditorContent ul li {
}
#infoContentBox .htmlEditorContent ol {
}
#infoContentBox .htmlEditorContent ol li {
}
#infoContentBox .htmlEditorContent table.styled {
}
#infoContentBox .htmlEditorContent table.styled th, #infoContentBox .htmlEditorContent table.styled td {
}
#infoContentBox .htmlEditorContent table.styled thead th, #infoContentBox .htmlEditorContent table.styled thead td {
}
#infoContentBox .htmlEditorContent table.styled tr.hl th, #infoContentBox .htmlEditorContent table.styled tr.hl td {
}
#infoContentBox .htmlEditorContent h3.listOfLinksHeader {
}
#infoContentBox .htmlEditorContent ul.listOfLinks {
}
#infoContentBox .htmlEditorContent ul.listOfLinks li {
}

/* paneWrap */
.paneWrap {
	margin: 12px 0;
}
.paneWrap .paneHead {
	height: 24px;
}
.paneWrap .paneHead a {
	height: 24px;
	line-height: 24px;
	float: left;
	display: block;
	text-decoration: none;
	background: #D4D2D2;
	border: 1px solid #D4D2D2;
	border-bottom: none;
	color: black;
	padding: 0 10px;
	margin-right: 3px;
}
.paneWrap .paneHead a:hover {
	background: silver;
}
.paneWrap .paneHead a.active {
	background: white;
}
.paneWrap .paneBlocks {
	border: 1px solid #D4D2D2;
	padding: 12px;
}

.paneWrap .paneBlocks h2 {
	margin-top: 0;
}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 10px;
}

/* footer */
#footerBox p.navigation {
	display: none;
}

/* search */
#searchBox {
	margin-bottom: 18px;
	margin-top: 3px;
}

#searchBox h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-top: 0;
}
#searchBox .searchExpression {
	border-color: #D4D2D2;
	padding: 3px;
	float: left;
	clear: left;
	width: 136px;
}
#searchBox .searchButton {
	cursor: pointer;
	background: none repeat scroll 0 0 #0e2c44;
	border: 1px solid #0e2c44;
	clear: right;
	color: #fff;
	display: block;
	float: right;
	padding: 3px;
	font-size: 10px;
	text-decoration: none;
	width: 33px;
}
#searchBox a {
	clear: both;
	padding-top: 3px;
	font-size: 11px;
}

#displaySearch {
	float: right;
}
.searching .radios {
	margin: 6px 0;
}
.searching .radios div {
	clear: both;
	padding: 4px 0;
}
.searching .radios label {
	position: relative;
	top: 2px;
}
.searching .btnSearch, #displaySearch {
	background: none repeat scroll 0 0 white;
	border: 1px solid #D4D2D2;
	color: #CE1E2B;
	padding: 4px 6px 3px 6px;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	top: 1px;
}
#displaySearch {
	margin: 0 10px;
}
.searching .btnSearch:hover, #displaySearch:hover {
	border-color: gray;
}
.searching .parameterBox td {
	padding: 6px 0;
	vertical-align: middle;
}
.searching .parameterBox label {
	position: relative;
	top: 2px;
}

.searching .parameterBoxName span {
	position: relative;
	top: 4px;
}

.searching .parameterBox select {
	width: 308px;
}
.searching .parameterBoxValue span {
	display: block;
}
.searching .parameterBoxValue .parItemsBox {
	border: 1px solid #D4D2D2;
	padding: 3px;
	width: 300px;
	max-height: 100px;
	overflow: auto;
}
.searching .parameterBoxValue span.radio {
	display: block;
	padding-bottom: 6px;
}

/* Check availavbility */

.checkAvail {
	padding: 10px;
	height: auto;
}
.checkAvail h1 {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.checkAvail h2 {
	display: none;
}
.checkAvail #btnSend {
	margin-bottom: 0;
	float: right;
}
#showAvailability {
	cursor: pointer;
}

.clear { clear:both; display: block; height:0;line-height:0;font-size:0; width: 100%;}
