/* CSS Document */

html, body {
  margin: 0px 0 0 0;
  padding: 0 0 0 0;
  font-family: Arial, Verdana;
  background-color: #111111;
  color: white;
  font-size: 11px;
}

div.page {
  width: 750px;
  margin: 0 auto;
  position: relative;
}

div.top-bar {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #0076a3;
  position: absolute;
  top: 0px;
}

div.top-time {
  width: 350px;
  margin-left: 2px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #0076a3;
}

div.top-phones {
  width: 395px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #0076a3;
  text-align: right;
}

div.ba {
  width: 750px;
  height: 216px;
  background-image: url(../images/main-ba.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

div.ba a {
  display: block;
  width: 750px;
  height: 216px;
  text-indent: -3000px;
}

div.menu {
  height: 49px;
  background-image: url(../images/menu-bg.gif);
  margin-top: 12px;
}

div.menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  display: block;
}

div.menu ul li {
  margin: 0px 0 0 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: block;
  float: left;
  height: 49px;
  background-image: url(../images/menu-border.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

div.menu ul li:hover {
  background-image: url(../images/menu-bg-hover.gif);
  background-repeat: repeat-x;
}

div.menu ul li.selected {
  margin: 0px 0 0 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: block;
  float: left;
  height: 49px;
  background-image: url(../images/menu-bg-selected.gif);
  background-repeat: no-repeat;
  background-position: top center;
}

div.menu ul li.selected a {
  font-size: 12px;
  font-weight: bold;
  color: white;
  display: block;
  height: 35px;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  background-image: url(../images/menu-border.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

div.menu ul li a {
  font-size: 12px;
  font-weight: bold;
  color: white;
  display: block;
  height: 35px;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  background-image: url(../images/menu-border.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

/* hlavny obsah */
/* prava strana */

div.content {
  margin-top: 6px;
}

div.main {
  width: 370px;
  background-color: #062b4f;
  float: left;
  background-image: url(../images/main-bg.gif);
  background-repeat: repeat-y;
}

div.main div.header {
  width: 370px;
  height: 7px;
  background-image: url(../images/main-header.gif);
  background-repeat: no-repeat;
}

div.main div.bottom {
  width: 370px;
  height: 7px;
  background-image: url(../images/main-bottom.gif);
}

div.main div.text {
  padding: 5px 30px 5px 30px;
  text-align: justify;
  line-height: 12pt;
}

/* hlavny block na sirku  */

div.main-wide {
  width: 750px;
  background-color: #062b4f;
  float: left;
  background-image: url(../images/main-wide-bg.gif);
  background-repeat: repeat-y;
}

div.main-wide div.header {
  width: 750px;
  height: 7px;
  background-image: url(../images/main-wide-header.gif);
  background-repeat: no-repeat;
}

div.main-wide div.bottom {
  width: 750px;
  height: 7px;
  background-image: url(../images/main-wide-bottom.gif);
}

div.main-wide div.text {
  padding: 5px 15px 5px 15px;
}



/* lava strana */

div.reservation {
  width: 367px;
  background-color: #0a1e32;
  float: right;
  background-image: url(../images/block-bg.gif);
  background-repeat: repeat-y;
}

div.reservation h2 {
  display: block;
  width: 337px;
  height: 37px;
  line-height: 37px;
  padding: 0 0 0 30px;
  margin: 0 0 0 0;
  background-image: url(../images/block-header.gif);
  background-repeat: no-repeat;
}

div.reservation div.text {
  padding: 16px 20px 20px 20px;
  position: relative;
  color: #b7b7b7;
}

div.submit {
  width: 320px;
  text-align: left;
  height: 20px;
  line-height: 20px;
  float: none;
  clear: both;
  margin-top: 5px;
}

div.submit input {
  background-color: #6e1e08;
  border: 1px solid #952607;
  color: white;
  padding: 3px 8px 3px 8px;;
  font-weight: bold;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

div.rez-left {
  width: 165px;
  float: left;
  margin-left: 8px;
}

div.rez-left {
  width: 165px;
  float: left;
}

input.date {
  width: 78px;
}

a.date-picker-icon-1 {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/date.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 111px;
  left: 160px;
}

a.date-picker-icon-2 {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/date.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 111px;
  left: 325px;
}
/*
div.radio {width: 140px; float: left; height: 14px; line-height: 14px; margin: 10px 10px 15px 10px;}
div.radio label.check-label {float: left; border: display: block; font-size: 11px; height: 14px; line-height: 14px; padding-top: 3px; margin-right: 3px;}
div.radio input.checkbox {float: left; display: block; width: 14px; height: 14px; border: 0px;}
*/

div.traveler {float: left; width: 160px; margin: 5px 5px 5px 10px;}
div.dieta {float: left; width: 106px; height: 14px; line-height: 14px; margin-top: 5px;}
div.dieta input.checkbox-dieta {float: left; display: block; width: 14px; height: 14px; border: 0px;}
div.dieta label.check-label {float: right; display: block; font-size: 11px; height: 14px; line-height: 14px; padding-top: 2px;}

div.reservation form label { font-size: 10px; color: #b7b7b7;}
div.reservation form input.date {width: 88px; float: right}
div.reservation form input {width: 120px; border: 1px solid black;}

div.reservation form input.checkbox {
	border: none;
	width: 15px;
}

div.reservation TABLE {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.reservation h3 {
  font-size: 13px;
  border-bottom: 1px dotted #3b5570;
  border-top: 1px dotted #3b5570;
  padding: 2px 2px 2px 6px;
  margin: 0 0 0 0;
  background-color: #20354a;
}

div.reservation div.bottom {
  background-image: url(../images/block-bottom.gif);
  background-repeat: no-repeat;
  width: 367px;
  height: 6px;
}

div.banner-time {
  width: 367px;
  height: 102px;
  background-image: url(../images/banner-time.jpg);
  float: right;
  margin-top: 12px;
}

div.right-row {
  width: 367px;
  float: right;
}

/* footer */

div.footer {
  height: 37px;
  line-height: 37px;
  font-size: 10px;
  color: #0076a3;
  text-align: center;
  float: none;
  clear: both;
}

div.footer a {
  color: #41A3DA;
  text-decoration: none;
}

div.footer a:hover {
  text-decoration: underline;
}

/* date picekr */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 4px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(../images/date.gif);
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 123px;
	/*float: left;*/
}

.text A {
	color: #6DCFF6;
	text-decoration: none;
}
.text A:hover {
	color: #C44936;
	text-decoration: none;
}
.display TD {vertical-align:top; white-space:nowrap}
.dataTables_length {float: left}
.dataTables_filter {float: right}
.dataTables_processing {clear:both}
h2 {text-align:left}
