

/** general *******************************************************************/

BODY {
  margin: 0em 0em 0em;
  font: 11px helvetica, tahoma, verdana, sans-serif;
  background-color: #fff;
  color: black; 
}
INPUT, SELECT, BUTTON {
  font: 11px helvetica, tahoma, verdana, sans-serif;
}
H3 {
  font: 12px helvetica, tahoma, verdana, sans-serif;
  font-weight: bold;
}
H2 {
  font: 13px helvetica, tahoma, verdana, sans-serif;
  font-weight: bold;
}
H2 {
  font: 14px helvetica, tahoma, verdana, sans-serif;
  font-weight: bold;
}
.button {
  font-weight: normal;
  width: 104px;
}
.bold {
  font-weight: bold;
}
FORM {
  margin: 0px;
  padding: 0px;
}
IMG {
  border: none;
}

A { color: darkblue; text-decoration: none; }
A:hover { text-decoration: underline; }


.hidden { display: none; }
.sl { float: left; }
.sr{ float: right; }
.clnr { clear: both; }
.fw { width:100%; }


/** topLine *******************************************************************/

#topLine {
}
#topLine DIV.line1 {
  position:relative; width:100%; height:1px; background-color:black; padding:0px;
  overflow: hidden;
}
#topLine DIV.line2 {
  position:relative; width:100%; height:2px; padding:0px;
  overflow: hidden;
}



/** header *******************************************************************/

#header {
  position: relative;
  margin: 0px auto 0px;
  width: auto;
  height: 77px;
  text-align: left;
  background-color: #fff;
}

#header DIV.companyHeader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: 75px;
  overflow: hidden; 
}

#header DIV.userInfo {
  overflow: hidden; 
  position: absolute;
  right: 0px;
  top: 8px;
  width: 266px;
  height: 60px;
  line-height: 1.1;
}

#header DIV.userInfo TABLE TH {
  text-align: right;
}

#header DIV.userInfo IMG {
  margin: 5px 10px 0px 0px;
}



/** topMenu *******************************************************************/

#topMenu A {
  font-weight: bold; 
  color: #FFF; 
  text-decoration: none;
}

#topMenu A:hover {
  text-decoration: underline;
}

#topMenu DIV {
  width: auto;
  padding: 3px 0px 3px 0px;
  text-align: right;
  color: #FFF;
}

#topMenu IMG {
  padding: 0px 5px 0px 0px;
}

#topMenu SPAN {
  padding: 0px 10px 0px 10px;
}

/** leftMenu *******************************************************************/

.contentHolder {
  position: relative;
  margin: 0px auto 0px;
  width: auto;
  height: auto;
  background: #F4F4F4 url(../img/custom/menubg.gif) repeat-y 0% 0%;
  border-bottom: 1px solid #fff;
}


#leftMenu {
  float: left;
  position: relative;
  left: 8px;
  width: 142px;
  height: auto;
  padding: 0px 0px 6px;
  text-align: justify;
  overflow: hidden;
}

#leftMenu A { color: #666; display: block; border: 1px solid #CCC; width: auto; text-decoration: none; margin: 1px 0px 0px 0px; padding: 2px 6px 2px; }
#leftMenu A.item { font-weight: bold; background-color: #E7E7E7;}
#leftMenu A.color1Bkg {font-weight: bold; color: #FFF;}

#leftMenu SPAN.color1Txt {
	display: block;
	margin: 5px 0px 0px;
	font-weight: bold;
	color: #FFF;
}

#leftMenu DIV.menu-element {
  visibility: hidden;
}

#leftMenu DIV.banner {
  border: 1px solid #E7E7E7;
}



/** obsah *******************************************************************/

#obsah {
	position: relative;
	left: 35px;
	float: left;
	width: auto;
	height: auto;
	padding: 0px 0px 20px;
	text-align: left;
}
#obsah DIV.okno-titulek {
	margin: 10px 0px 15px;
	text-align: left;
}
#obsah DIV.okno-titulek STRONG {
	text-transform: uppercase;
}

#obsah DIV.okno-zalozky {
	margin: 0px 0px 1px;
	text-align: left;
}

#obsah DIV.okno-obsah {
	margin: 0px 0px 20px;
	display: block;
	text-align: left;
}

#obsah DIV.okno-obsah DIV.obsah-holder {
	margin: 2px;
	padding: 1px 8px 1px;
	text-align: right;
}

#obsah UL {
	margin: 0px 0px 20px;
	display: block;
	text-align: left;
}

#obsah UL.tucne LI {
	font-weight: bold;
	margin: 0 0 5px 17px;
}

#obsah P {
	line-height: 1.3;
}

#obsah P.odsazeni {
	margin-left: 50px;
}

/* formatovai tabulek v hlavni casti */

#obsah TABLE {
	border-collapse: separate; 
}
#obsah TABLE TR TD {
	padding: 2px 8px 2px;
	vertical-align: top;
}

/* tmave sedy pruh v tab - zahlavi a pata tabulky*/

#obsah TR.tab-header TD {
	background-color: #E7E7E7;
	font-weight: bold;
}

#obsah TR.tab-footer TD {
	background-color: #E7E7E7;
	text-align: right;
	font-weight: bold;
}

#obsah TR.tab-light TD {
	background-color: #F4F4F4;
}


/* svetle sedy pruh v tab - proklad radku */

#obsah TR.even TD {
	background-color: #FFF;
}

#obsah TR.odd TD{
	background-color: #F4F4F4;
}


/* alert */
#obsah DIV.alert {
	width: 400px;
	padding: 1px 2px 10px;
	border: 1px solid #bc3100;
	background-color: #FFF;
	margin-bottom: 10px;
}

#obsah DIV.alert DIV.alert-header {
	display: block;
	width: auto;
	padding: 3px 8px 1px;
	margin: 0px 0px 10px;
	background-color: #bc3100;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}


/** footer *******************************************************************/

#footer A { color: black; font-weight: bold; text-decoration: none; }
#footer A:hover { color: blue; text-decoration: underline; }

#footer {
	position: relative;
	margin: auto;
 	width: auto;
	height: 119px;
}

#footer DIV.footer-element {
	width: auto;
	height: 1px;
	background-color: #E7E7E7;
	overflow: hidden;
}

#footer SPAN.footer-text {
	display: block;
	width: auto;
	font-size: 11px;
	line-height: 1.6;
}

#footer DIV.provozovatel {
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 5px;
	text-align: left;
}

#footer DIV.verze {
	position: relative;
	float: right;
	margin-right: 20px;
	padding: 5px;
	text-align: left;
}


/** pageTitle *******************************************************************/

.pageTitle {
	text-align: left;
	font-weight: bold; 
	border-bottom: 1px solid black;
	margin: 10px 0px 10px;
	padding: 0px 4px 4px;
	color: black;
}



/** dataTable *******************************************************************/

#dataTable {
  background: #bbbbbb;
}
#dataTable TR.rowOdd {
  background: white;
}
#dataTable TR.rowEven {
  background: #f0f0f0;
}
#dataTable TR TH {
  background: #e0e0e0;
  padding: 3px;
  font-weight: bold;
}
#dataTable TR TD {
  padding: 1px;
  background: white;
}


.infoBox {
  border: 1px solid #bbbbbb;
  padding: 2px;
}

.infoTable {
}

.infoTable TR TH {
  text-align: center;
}

.infoTable TR TD {
}


/** editSection *******************************************************************/

#editSection {
  margin: 10px 0px;
}
#editSection DIV.title {
  position: relative; 
  width: 17em;
  font-weight: bold;
  background: #e0e0e0; 
  padding: 3px;
  padding-left: 1em;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#editSection DIV.content {
  background: #f0f0f0; 
  padding: 1em;
  border: 1px solid #cccccc;
}


.editTable {
}
.editTable TH {
  text-align: right;
  font-weight: bold;
}
.editTable TD {
  text-align: left;
  font-weight: normal;
}
.editTable TD .secondaryHeader {
  text-align: right;
  font-weight: normal;
}


/** palette *******************************************************************/


.palette SELECT {
  width: 120px;
}
.palette TH.selected-header {
  text-align: left;
}
.palette TH.available-header {
  text-align: left;
}
.palette TH.selected-cell {
  text-align: left;
}
.palette TH.available-cell {
  text-align: left;
}
.palette TD.controls {
  width: 50px;
  text-align: center;
}
