﻿/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 14px;
  font-family: "verdana ce", verdana, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #38486d;
  background: none #FFFFFF;
  background: no-repeat center -443px url('../images/web_bg.gif') #FFFFFF;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #38486D;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
strong a,
b a,
a strong,
a b {
  color: #DD9121;
  text-decoration: underline;
}
strong a:hover,
b a:hover,
strong a.active,
b a.active,
a:hover strong,
a:hover b,
a.active strong,
a.active b {
  color: #DD9121;
  text-decoration: none;
}
a {
  color: #F59848;
  text-decoration: underline;
}
a:hover, a.active {
  color: #EF9A49;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em {
  /* nefunguje zadna zkouseka oprava */
  _font-style: normal;
  /*_font-family: monospace;
  _font-size: 13px;*/
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #38486d;
  font-weight: bold;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
h1 {
  padding: 4px 0px 4px 0px;
}
h1 , h1 * {
  font-size: 15px;
  line-height: 20px;
}
h2 {
  padding: 4px 0px 4px 0px;
}
h2 , h2 * {
  font-size: 15px;
  line-height: 20px;
}
h3 {
  padding: 4px 0px 4px 0px;
}
h3 , h3 * {
  font-size: 13px;
  line-height: 18px;
  /*font-weight: normal;*/
}
h4 {
}
h4 , h4 * {
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
}
sub {
}
sup {
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-left , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.text-top , .t-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-bottom , .t-b {
  vertical-align: bottom !important;
}
.error , .error * {
  color: #FF0000 !important;
}
.error input , .error textarea , .error select {
  border: 1px solid #FF0000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}
.ready , .ready * {
  color: #00FF00 !important;
}
.ready input {
  border: 1px solid #00FF00 !important;
}
tr.ready td {
  border: 0px none !important;
  border-top: 1px solid #00FF00 !important;
  border-bottom: 1px solid #00FF00 !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.print {
  display: none;
}
.invisible {
  visibility: hidden;
}
/* --- form --- */
.formtext {
  border: 1px solid #C0C0C0;
  background-color: #FFFFFF;
  padding: 1px 2px 0px 2px;
  height: 16px;
  margin: 0px;
}
textarea.formtext {
  height: auto;
}
select.formtext {
  height: auto;
}
.button {
	border: 1px solid #E0DCB1;
  background-color: #FFFFFF;
	color: #38486D;
  line-height: 12px;
  height: 17px !ie;
  padding: 0px !important !ie;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
a.button {
  display: block;
  float: right;
  padding: 1px 11px 1px 11px !important;
  padding: 0px 11px 2px 11px !important !ie;
  line-height: 13px;
  height: auto;
}
/* --- mask --- */
div.web-all {
  background: none #FFFFFF;
  width: 1024px; /* 980px; */
  margin: auto;
  text-align: left;
}
div.web-top {
  background: repeat-y 245px 0px url('../images/web_gradient_bg.gif');
  height: 100px;
  cursor: default;
}
div.web-top-menu {
  border-top: 1px solid #FFFFFF;
  background: repeat-y left top url('../images/web_menu_bg.gif') #38486D;
  padding: 0px 15px 0px 13px;
  height: 23px;
  cursor: default;
}
div.web-top-banner {
  margin-top: 1px;
  cursor: default;
}
div.content {
  margin-top: 4px;
  padding-right: 1px;
  background: repeat-y right top url('../images/right_line_bg.gif');
}
div.content-in {
  background: repeat-y left top url('../images/web_content_bg.gif');
  padding: 6px 10px 10px 10px;
  min-height: 200px;
  _height: 200px;
}
div.web-footer {
  background: repeat-y left top url('../images/web_footer_bg.gif') #38486D;
  height: 23px; /*16px;*/
  margin: 7px 0px 2px 0px;
  cursor: default;
}
/* --- web-top --- */
div.web-top img.logo-een {
  display: block;
  float: left;
}
div.web-top div.heading {
  float: right;
  text-align: right;
  padding: 17px 20px 0px 0px;
}
div.web-top div.heading * {
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
div.head {
  padding: 4px 0px 4px 0px;
  font-weight: bold;
  font-size: 28px;
  line-height: 29px;
  display: inline;
}
div.web-top span.heading1 {
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  display: block;
}
div.web-top span.heading2cs {
  margin: 7px 0px 0px 0px;
  display: block;
}
div.web-top span.heading2en {
  margin: 1px 0px 0px 0px;
  display: block;
}
div.web-top div.top-map {
  width: 204px;
  height: 60px;
  background: no-repeat left top url('../images/logo_map_bg.gif');
  float: right;
  border-left: 10px solid #CAC5B2;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
  padding: 40px 0px 0px 77px; 
}
div.top-logos {
  float: left;
  padding: 6px 0px 0px 0px;
}
div.top-logos img {
  display: block;
}
/* --- web-top-menu --- */
div.web-top-menu a,
div.web-top-menu b {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding: 4px 6px 0px 6px;
  display: block;
  float: left;
}
div.web-top-menu a:hover,
div.web-top-menu a.active,
div.web-top-menu a.active:hover {
  color: #EF9A49;
  text-decoration: none;
}
div.web-top-menu span.space {
  background: no-repeat center center url('../images/web_menu_space.gif');
  width: 9px;
  height: 23px;
  display: block;
  float: left;
}
/* --- NEW web-top-menu --- */
div.web-top-menu2 {
  height: 81px;
  padding: 0;
  background: repeat-x left top url('../images/banner_top_bg_3l.gif');
}
div.web-top-menu2 a,
div.web-top-menu2 b {
  float: left;
  display: block;
  padding: 0px 8px 0px 8px;
  line-height: 27px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap; /* prevents wrong line break */
}
div.web-top-menu2 a.home {
  background: repeat-x left top url('../images/banner_top_bg_home.gif');
  color: #FFFFFF;
}
div.web-top-menu2 a.home:hover,
div.web-top-menu2 a.home.active,
div.web-top-menu2 a.home.active:hover {
  color: #DD9121;
}
div.web-top-menu2 a:hover,
div.web-top-menu2 a.active,
div.web-top-menu2 a.active:hover {
  color: #38486D;
  text-decoration: none;
}
div.web-top-menu2 span.space {
  float: left;
  display: block;
  width: 5px;
  height: 23px;
	background: no-repeat center center url('../images/web_menu_space.gif');
}
/* --- web-top-banner --- */
div.web-top-banner {
  width: 980px;
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  height: 44px; /*54px;*/
  padding: 7px 0px 3px 0px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
  background: repeat-x left top url('../images/banner_top_bg.gif');
}
/* --- NEW web-top-banner --- */
div.web-top-banner2 {
	border-top: 1px solid #FFFFFF;
	color:#fff;
	background: repeat-y left top url('../images/web_menu_bg.gif') #38486D;
	padding: 0px 15px 0px 15px;
	height: 23px;
	line-height:23px;
	font-weight:bold;
	cursor: default;
}
div.web-top-banner2 .f-r {padding-top:4px;}
div.web-top-banner2 .f-r a {color:#fff;text-decoration:none;}
div.web-top-banner2 .f-r a:hover {text-decoration:underline;}
/* --- web-footer --- */
div.web-footer div.text {
  float: right;
  color: #FFFFFF;
  padding: 4px 20px 0px 0px;
  text-align: right;
}
div.web-footer a.bottom-logo-een {
  display: block;
  float: left;
}
/* --- lists tables --- */
table.def-table {
  width: 100%;
  margin: 0px;
}
table.def-table.small {
  width: auto;
}
table.def-table td {
  padding: 2px 4px 2px 4px;
  vertical-align: top;
  border: 1px solid #FAF5C5;
}
table.form-def-table {
  margin: 0px;
}
table.form-def-table td {
  padding: 2px 10px 2px 0px;
}
table.def-table-form {
  width: 100%;
  margin: 0px;
}
table.def-table-form td {
  padding: 4px 4px 4px 4px;
  vertical-align: top;
}
table tr.def-table-head td,
table tr.def-table-head th  {
  padding: 4px 4px 4px 4px;
  background: none #FAF5C5;
}
table tr td.def-table-head {
  background: none #FAF5C5;
}
table.def-table tr.def-table-head td,
table.def-table tr.def-table-head th {
  border-top: 1px solid #e0dcb1;
  border-bottom: 1px solid #e0dcb1;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
table.def-table tr td.def-table-head {
  border-top: 1px solid #e0dcb1;
  border-bottom: 1px solid #e0dcb1;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
table.def-table-form tr.def-table-head td {
}
table.def-table-form tr td.def-table-head {
}
/* --- special table --- */
div.table-scroll-holder {
  /*width: 100%;
  overflow: scroll;
  overflow-y: hidden;*/
  position: relative;
}
div.table-scroll-holder table {
  background-color: #FFFFFF;
  position: absolute;
  width: 1630px;
}
div.table-scroll-holder table td ,
div.table-scroll-holder table th {
  width: 50px;
}
table.table-newdataitems td ,
table.table-newdataitems th {
  border-color: #A9A21E !important;
}
table.table-deliverables td ,
table.table-deliverables th {
  border-color: #397C97 !important;
}
table.def-table tr td.sum ,
table.def-table tr.sum td {
  background: none #FFF8D0;
}
table.def-table tr td.goal ,
table.def-table tr.goal td {
  background: none #FFFFE0;
}
table.def-table tr td.sumsum {
  background: none #FFF8D0;
  width: 50px;
}
table.def-table tr td.label {
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
  width: auto;
}
table.def-table tr th.count ,
table.def-table tr td.count {
  font-weight: bold;
  width: 30px;
}
table.def-table tr th.sum ,
table.def-table tr td.sum {
  width: 45px;
}
table.def-table tr th.goal ,
table.def-table tr td.goal {
  width: 45px;
}
/* --- others tables --- */
table.login {
  margin: 0px 0px 0px 354px;
}
a.back {
  background: no-repeat 0px 4px url('../images/icon_back.gif');
  line-height: 12px;
  padding: 0px 0px 0px 11px;
}
/* --- paging --- */
div.paging {
  text-align: center;
  padding: 10px 0px 0px 0px;
  cursor: default;
  color: #CAC5B2;
}
div.paging a {
  text-decoration: none;
  color: #EF9A49;
}
div.paging a:hover ,
div.paging a.active ,
div.paging a.active:hover {
  text-decoration: none;
	color: #38486D;
}

a.archive {
  color: #38486D;
  text-decoration: underline;
  padding-top: 8px;
  font-weight: bold;
}
a.archive:hover {
  color: #38486D;
  text-decoration: none;
}
/* ---  --- */
div.top-buttons {
}
div.top-buttons form {
  float: left;
}
div.top-buttons input,
div.top-buttons a.button {
  float: left;
  margin-right: 2px;
}
div.top-button-right {
  float: right;
}
div.top-button-right form {
}
div.top-button-right input,
div.top-button-right a.button {
  margin: 7px 0px 0px 2px;
}


/* --- NAKOPÍROV�?NO Z ADMIN CSS KVŮLI EDITACI --- NEMAZAT!!! --- */

/* --- error-reporting --- */
div.alert {
	border: 1px solid #D1D1D1;
	padding: 2px;
	text-align: center;
	background-color: #EFEFEF;
	margin-bottom: 8px;
}
div.alert span.error {
	color: #CA0022;
	position: relative;
	top: -3px;
}
/* --- editor --- */
table.table2 {
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
}
table.table2 td {
	background-color: #EFEFEF;
}
table.table2 td.white {
	background-color: #FFFFFF;
}
table.table2 td.titulek {
	color: #404040;
	font-weight: bold;
	background-color: #D1D1D1;
}
table.table2 td.text {
	background-color: #FFFFFF;
	padding: 8px 6px 8px 6px;
	border: 1px solid #D1D1D1;
}
table.table2 tr.lastchanged td {
	background-color: #F7F5E7;
}
.edittabzalozkazvol {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	padding: 5px;
}
.edittabzalozkanezvol a {
	padding: 5px;
}
table.ctab {
	cursor: pointer;
	width: 100%;
	border: 1px solid #D1D1D1;
	background-color: #FFFFFF;
}
table.inner-all-window {
	margin: auto;
	width: 100%;
}
table.inner-all {
	margin: auto;
}
table.inner-all td.login-top {
	background: repeat-x left top url(../images/login_top_bg.gif) #FFFFFF;
}
table.inner-all td.login-text {
	background-color: #CF0000;
  width: 250px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: small;
	padding: 5px;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  text-align: center;
}
table.inner-all td.login-bottom {
	background: repeat-x left top url(../images/login_bottom_bg.gif) #FFFFFF;
}
/*
table.inner-top {
	width: 100%;
}
table.inner-bottom {
	width: 100%;
}
table.inner-top td.inner-left {
	background: no-repeat left top url(../images/inner_border.gif);
	width: 50%;
	height: 8px;
}
table.inner-top td.inner-right {
	background: no-repeat right top url(../images/inner_border.gif);
	width: 50%;
	height: 8px;
}
table.inner-bottom td.inner-left {
	background: no-repeat left bottom url(../images/inner_border.gif);
	width: 50%;
	height: 8px;
}
table.inner-bottom td.inner-right {
	background: no-repeat right bottom url(../images/inner_border.gif);
	width: 50%;
	height: 8px;
}
*/
table.inner-all-window td table , table.inner-all td table {
	width: 100%;
}
tr.inner-error td {
	border: 1px solid #D1D1D1;
	background-color: #CA0022;
	color: #FFFFFF;
}
.capitalize {
  text-transform: capitalize;
}
table.table2 td.titulekvysledek {
  background-color: #FFFFFF;
  width: 280px;
}
tr.inner-buttons-top-left td , tr.inner-buttons-bottom-left td , tr.inner-buttons-top-right td , tr.inner-buttons-bottom-right td {
	text-align: center;
	padding: 0px 8px 0px 8px;
}
tr.inner-buttons-top-left td , tr.inner-buttons-top-right td {
	/*padding-top: 8px;
*/
}
tr.inner-buttons-bottom-left td , tr.inner-buttons-bottom-right td {
	/*padding-bottom: 8px;
*/
}
tr.inner-buttons-top-left td * , tr.inner-buttons-bottom-left td * {
	float: left;
	height: 18px;
}
tr.inner-buttons-top-right td * , tr.inner-buttons-bottom-right td * {
	float: right;
	height: 18px;
}
tr.inner-buttons-top-left td div.left , tr.inner-buttons-top-right td div.left {
	background: repeat-x left top url(../images/inner_button.gif);
	width: 10px;
	border: 1px solid #D1D1D1;
	border-width: 1px 0px 0px 1px;
}
tr.inner-buttons-top-left td div.right , tr.inner-buttons-top-right td div.right {
	background: repeat-x left top url(../images/inner_button.gif);
	width: 10px;
	border: 1px solid #D1D1D1;
	border-width: 1px 1px 0px 0px;
}
tr.inner-buttons-bottom-left td div.left , tr.inner-buttons-bottom-right td div.left {
	background: repeat-x left top url(../images/inner_button.gif);
	width: 10px;
	border: 1px solid #D1D1D1;
	border-width: 0px 0px 1px 1px;
}
tr.inner-buttons-bottom-left td div.right , tr.inner-buttons-bottom-right td div.right {
	background: repeat-x left top url(../images/inner_button.gif);
	width: 10px;
	border: 1px solid #D1D1D1;
	border-width: 0px 1px 1px 0px;
}
tr.inner-buttons-top-left td input , tr.inner-buttons-top-right td input {
	background: repeat-x left top url(../images/inner_button.gif);
	border: 1px solid #D1D1D1;
	border-width: 1px 0px 0px 0px;
	height: 19px;
}
tr.inner-buttons-bottom-left td input , tr.inner-buttons-bottom-right td input {
	background: repeat-x left top url(../images/inner_button.gif);
	border: 1px solid #D1D1D1;
	border-width: 0px 0px 1px 0px;
	height: 19px;
}
tr.inner-buttons-top-left td a , tr.inner-buttons-top-right td a {
	background: repeat-x left top url(../images/inner_button.gif);
	border: 1px solid #D1D1D1;
	border-width: 1px 0px 0px 0px;
	line-height: 15px;
}
tr.inner-buttons-bottom-left td a , tr.inner-buttons-bottom-right td a {
	background: repeat-x left top url(../images/inner_button.gif);
	border: 1px solid #D1D1D1;
	border-width: 0px 0px 1px 0px;
	line-height: 15px;
}