#form_tabs table{
	width:100%;
	border-collapse:collapse;
  margin:0px; padding:0px;
  border:none;
	text-align:left;
	border-spacing:0px 0px;
	font:normal 9pt/1.35 Arial,Helvetica,sans-serif;
}
table#tabs{
  width:620px;
	margin:auto;
	margin-top:15px;
	margin-bottom:10px;
}
table#tabs tbody#tabs-container td.tab {
	width: 25%;
	border: 0px solid black; 
	cursor: pointer;
	height: 71px;
	text-align: center;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

table#tabs tbody#tabs-container td.active_tab {
	width: 25%;
	border: 0px solid black; 
	cursor: pointer;
	height: 71px;
	text-align: center;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

table#tabs tbody#tabs-tail .border1px {
  width: 1px;
  background-color: #526574;
}
table#tabs table#tabs-tail-content{
  border-bottom: 1px solid #526574;
  background-color: #f0f4f7;
}
table#tabs table#tabs-tail-content td.tabs-tail-content-com1{
	width:35%;
	text-align:right; 
	padding-right:10px;
}
table#tabs table#tabs-tail-content td.tabs-tail-content-com2{
	width:40%;
}
table#tabs table#tabs-tail-content tr.tabs-tail-content-com-hr{
  border:none;
  height:0px;
  font-size:0px;
}
table#tabs td {
	padding: 0px;
	vertical-align: middle;
	border-width: 0px;
}

table#tabs td.horizontal_space {
  height: 10px;
}
table#tabs td.tab-content {
	padding-left: 20px;
	padding-right: 20px;
}
table#tabs td.caption {
	color: #55636c;
	font-weight: 900;
	font-size:13px;

	background-image: url(/images/ci/pov2_caption.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
table#tabs td.underlined-caption {
	background-image: url(/images/ci/pov2_caption.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
table#tabs td.caption_tail{
	background-image: url(/images/ci/pov2_caption.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
table#tabs td.caption_arrow {
  height:6px;
  background-image: url(/images/ci/pov2_caption_arrow.gif);
  background-repeat: no-repeat;
  background-position: center;
}
table#tabs td.caption_light {
  color: #55636c;
  padding-top:10px;
  padding-bottom:10px;
}
table#tabs td.caption_light .caption_light_text{
  float:left;
  background-color: #f0f4f7;
  padding-right: 15px;
}
table#tabs td.caption_light .dotted-line {
  background-image: url(/images/ci/pov2_caption_light.gif);
  background-repeat: repeat-x;
  background-position: center;
}
table#tabs td.dotted-line {
  background-image: url(/images/ci/pov2_caption_light.gif);
  background-repeat: repeat-x;
  background-position: center;
}
table#tabs td.info {
  padding: 2px 4px 2px 4px;
}

table#tabs td.param {
  width: 22%;
  padding: 2px 4px 2px 4px;
  text-align: right;
}

table#tabs td.value {
  width: 28%;
  padding: 2px 4px 2px 4px;
  text-align: left;
}

table#tabs .hidden, .hidden {
  display: none;
}

table#tabs .align-left {
  text-align: left;
}

input.radio {
  top: -2px;
  position: relative;
}

/* nejspis uz k nicemu */
input.iinfo {
  background-color: #A6BD0A;
  border: 1px solid #A5BC09;
  color: #ffffff;
  height:28px;
  width:90px;
  text-align:center;
  font-size:1em;
}
/* styly pro tlacitka */
table#tabs td#btn_conclude_parent{
	xwidth: 240px;
}
table#tabs td.button-left-border {
  width: 4px;
  height: 29px;
  background-image: url('/images/ci/BTN_L.png');
  background-repeat: no-repeat;
}

table#tabs td.button-right-border {
  width: 5px;
  height: 29px;
  background-image: url('/images/ci/BTN_P2.png');
  background-repeat: no-repeat;
}

table#tabs td.button-body {
  width: 110px;
  height: 29px;
  background-image: url('/images/ci/BTN_grad.png');
  background-repeat: repeat-x;
  text-align: center;
  cursor: pointer;
}
table#tabs td.button-body-i{
  text-align: center;
} 
table#tabs td.button-body span,table#tabs td.button-body-i span{
  padding-left:8px;
}
table#tabs td.button-gap {
  width: 3px;
  height: 29px;
}
table#tabs input.error {
	border: 1px solid #aa0000;
	background-color: #ffaaaa;
}
table#tabs select.error {
	border: 1px solid #aa0000;
	background-color: #ffaaaa;
}
span.error {
	border: 1px solid #aa0000;
	background-color: #ffaaaa;
	padding: 1px;
}
div.message {
	width: 300px;
	height: 70px;
	background-color: #ffffff;
	border: 2px solid green;
	text-align: center;
	position: absolute;
	margin: 0px 0px 200px 0px;
	padding-top: 50px;
	z-index: 10;
}
table#tabs .readonly {
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
}

div#div_noscript {
	padding: 30px;
	text-align: center;
}