﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Sem dávejte třídy týkající se hlavního rozložení stránek. */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* DEFAULTS
----------------------------------------------------------*/
body
{
  background-color: #ffebca;
  font-size: .80em;
  font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  /*color: #696969;*/
  color: #4a0000;
}

body.popupwindow
{
  background-color:  #ffebca;
}

p
{
  margin: 0px;
  line-height: 1.6em;
}

img
{
  border: none;
}

img:hover
{
  cursor: pointer;
}

ul
{
  margin: 0px;
}

.button, input[type='submit'], input[type='button'], .btn
{
  color: #ffebca;
  background-image: url(img/button_background.png);
  background-repeat: repeat-x;
  border: 1px solid black;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  padding: 0px 15px;
  font-weight: normal;
  font-size: 9pt;
}

.btnWide
{ 
  width: 130px !important;  
}

.btnSmall
{ 
  font-size: 1em !important;
  height:22px !important;  
  margin-top:1px !important;  
  margin-bottom:1px !important;  
  background-color:#d00000;  
  background-image: none;  
  line-height: 1em !important;
}

.button_bigger
{
  color: White;
  background-image: url(img/button_background_bigger.png);
  background-repeat: repeat-x;
  border: 1px solid #103D07;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  text-align:center;
  padding: 0px 15px;
  font-weight: normal;
  font-size: 10pt;
}

a
{
  color: #004774;
  text-decoration: none;
  text-align: left;
}

a:hover
{
  color: White;
}



.btn:hover, .btnLogin:hover
{
  color: White;
}

.pointer
{
  cursor: pointer;
}

td
{
  text-align: left;
  vertical-align: top;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
  font-size: 1.5em;
  color: #666666;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0px;
}

h1
{
  padding-bottom: 0px;
  color: #452D06;
  margin: 5px 0px 15px 0px;
  font-size: 18pt;
}

h2
{
  font-weight: 600;
  color: #08529c;
  margin: 5px 0px 0px 10px;
  font-size: 13pt;
}

h3
{
  color: #08529c;
  margin: 5px 0px 0px 10px;
  font-size: 9pt;
}

h4
{
  font-size: 1.1em;
}

h5, h6
{
  font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
  margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
}

body.mainwindow .page
{
  width: 100%;
  text-align: center;
}

.header, .headerMin
{
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 0px;
  height: 61px;
  background-image: url(img/header_background.png);
  background-repeat: repeat-x;
  background-color: Black;
}
.headerMin
{
  height: 10px;
}
.headerL
{
  width: 50%;
  height: 61px;
  float: left; /* background-color: Yellow; /* debug */
}
.headerR
{
  /*background-color: #114B0A;*/
  width: 50%;
  height: 61px;
  float: left; /* background-color: red; /* debug */
}
.headerImg
{
  position: absolute;
  width: 100%;
  height: 61px;
}
.headerImg img
{
  text-align: center;
  margin: 0px auto;
}

.main
{
  padding: 8px 20px 8px 20px;
  min-height: 420px;
  background-color:  #ffebca;
  background-image: url(img/content_background.png);
  background-position: top;
  background-repeat: repeat-x; /*background-color: blue; /* debug */
}

.mainMin
{
  background-color: #ffebca;
  background-image: none;
}
.leftCol
{
  padding: 6px 0px;
  margin: 12px 8px 8px 8px;
  width: 200px;
  min-height: 200px;
}

.footer
{
  color: #4a0000;
  padding: 8px 0px 0px 0px;
  margin: 0px auto;
  text-align: center;
  line-height: normal;
  background-image: url(img/footer_separator.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color:  #ffebca;
}

.footer a
{
  color: #4a0000;
  font-weight: bold;
  font-size: 9pt;
  margin: 0px 11px 0px 11px;
  line-height: 35px;
  text-decoration: underline;
}

.footer a.button
{
  color: #ffebca;
  line-height: 27px;
  text-decoration: none;
  font-weight: normal;
  font-size: 9pt;
}

/* POPUP WINDOW
----------------------------------------------------------*/

body.popupwindow
{
  background-image: url(img/content_background.png);
  background-position: top;
  background-repeat: repeat-x;

}

body.popupwindow div.footer
{
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 30px; /*background: #4e5766;*/
  color: white;
}
body.popupwindow div.main
{
  margin-bottom: 30px;
  min-height: 300px;
}

/* TWO COLUMNS POPUP WINDOW
----------------------------------------------------------*/

body.twoColumnPopup
{
  background-color: #ffebca;
  background-image: url(img/content_background.png);
  background-position:0px 61px;
  background-repeat: repeat-x;
}

body.twoColumnPopup table
{
  width: 100%;
  border-collapse: collapse;
}


body.twoColumnPopup td.buttons
{
  width: 150px;
  border-left: 1px solid black;
  vertical-align: top;
  text-align: center; /* background-color: Blue; /* debug */
}
body.twoColumnPopup td.buttons input.btn
{
  width: 120px;
  margin-top: 10px;
}
body.twoColumnPopup td.content
{
  vertical-align: top;
  padding: 10px;
  margin: 0px;
  text-align: left;
}
body.twoColumnPopup td div.buttons
{
  position: relative;
  float: right;
  width: 150px;
  text-align: right;
}
body.twoColumnPopup div.tables
{
  float: left;
  width: 85%;
}


/*  POPUP COMMON
----------------------------------------------------------*/

.popupTitle
{
  display: block;
  float: left;
  text-align: left;
  width: auto;
}

.popupTitle h1
{
  color: #ffebca;
  margin: 12px 0px 0px 30px;
}

.subTable
{
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  overflow: auto;
}


.subTable td.colButtons
{
  width: 140px;
}


/*  SECOND HEADER AND THE MENU
----------------------------------------------------------*/

.header2
{
  width: 100%;
  background-image: url(img/menu_background_dark.png);
  background-repeat: repeat-x;
  height: 46px; /*background-color: Fuchsia; /* debug */
}
.header22
{
  height: 46px;
  width: 1200px; /* BYLO width: 966px; */
  margin: 0 auto; /*background-color: Lime; /* debug */
}
.header22 > div
{
  clear: none !important;
}

.loginDisplay
{
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  float: left;
  padding: 0px 20px;
  height: 46px;
  line-height: 46px;
  background-color: #ffebca;
  /*background-image: url(img/menu_background_light.png);*/
}
.loginDisplay span
{
  color: Black;
}
.loginDisplay a
{
  margin-left: 30px;
  width: 70px;
}


.divFlags
{
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  float: left;
  padding: 0px 0px;
  height: 46px;
  color: #452D06;
  background-image: url(img/menu_background_light.png);
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
  background-color: #3a4f63;
  width: 100%;
}

div.menu
{
  padding: 7px 30px 4px 0px;
  height: 35px;
  background-image: url(img/menu_background_dark.png); /* obrazek ma vysku 46px = 35 + 7 + 4 */
  background-repeat: repeat-x;
  float: left;
}

div.menu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: auto;
}
div.menu ul li a
{
  color: #ffebca;
  display: block;
  width: 70px;
  height: 17px;
  padding: 8px 18px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  font-size: 9.5pt;
  text-align: center; /* background-color: Blue; /* debug */
}

div.menu ul li:hover a
{
  background-color: #ffebca;
  /*background-image: url(img/menu_background_active_1.png);*/
  color: #d00000;
}

div.menu ul li a:hover
{
  text-decoration: none;
  padding: 7px 17px;
  border: 1px solid white;
}

div.menu ul li ul
{
  border: 1px solid white;
}

div.menu ul li ul li a
{
  color: #a40000;
  background-image: url(img/menu_background_inactive_2.png);
  background-repeat: repeat-x;
  padding: 3px 12px;
  width: auto;
  min-width: 92px;
  height: 21px;
  border: 1px solid white;
  text-align: left;
}

div.menu ul li ul li a:hover
{
  color: #FEFEFE;
  background-image: url(img/menu_background_active_2.png);
  background-repeat: repeat-x;
  padding: 3px 12px;
  border: 1px solid white;
}

.selected
{
  /*color:Black !important;  
  background-image: url(img/menu_background_light.png);
*/
  background-image:none;
  background-color:#4a0000;
  color: #ffebca;
  
  
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
  margin: 1em 0px;
  padding: 1em;
  border: 1px solid #ccc;
}

fieldset p
{
  margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
  display: block;
}

fieldset label.inline
{
  display: inline;
}

legend
{
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}

span.formlabel
{
  width: 190px;
  margin-right: 10px;
  display: inline-block;
  text-align: right;
}

/* TABLE LAYOUT  
----------------------------------------------------------*/

.collbl
{
  width: 150px;
  vertical-align: top;
  font-weight: bold;
}

.coltbx input
{
  width: 150px;
}

/* CollapsiblePanel komponenta - upraveny styl
----------------------------------------------------------*/

.collapsiblePanel
{
  border: 1px solid #910000 !important;
}
.collapsiblePanel .cp-panel
{
  background-image: url(img/button_background.png);
  height: 17px !important;
  background-repeat: repeat-x;
  color: White;
  line-height: 17px;
}
.collapsiblePanel .cp-content
{
  background-color: #FECF82 !important;
}

.collapsiblePanel .cp-panel .cp-action-open, .collapsiblePanel .cp-panel .cp-action-close
{
  color: #D6E2FE;
}

/* dateWithHourDiff komponenta - upraveny styl
----------------------------------------------------------*/

.dateWithHourDiff
{
}

.dateWithHourDiff .dateValue
{
}

.dateWithHourDiff .diffValue
{
  width: 40px !important;
  margin-right: 3px;
}

.reseter
{
  border: 0px none;
  margin: 0px;
  padding: 0px;
  float: none;
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.chbxLabel
{
  font-weight:bold;
}