/* Globální css */ 
/* css global_style.css */ 
table.console {
  border: 0px;
	border-collapse: collapse;
	float: left;
	margin: 0px;
	width: 100%;
}
table.console tr {
	margin: 0px;
	border-bottom: white solid 1px;
}
table.console tr td {
	color: white;
	background-color: black;
	vertical-align: top;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 0px;
}
div.mysql_error {
	color: white;
	background-color: black;
	vertical-align: top;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 1px 2px 1px 2px;
}
/* Defaultní css */ 
body {
  margin: 0;
  text-align: center;
  font: 11px/150% Verdana, sans-serif;
  background-color: #cccccc;
}
body.mceContentBody {
  background: #ffffff;
  text-align: left;
}
a{
  color: #aaaa00;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
h1{
  margin: 10px 0 0 10px;
  padding: 0;
  text-align: left;
  color: #333355;
  font-size: 20px;
}
h2{
  margin: 10px 0 0 0px;
  padding: 0;
  text-align: left;
  color: #ff9900;
  font-size: 15px;
}
h3{
  margin: 10px 0 0 10px;
  padding: 0;
  text-align: left;
  color: #0099ff;
  font-size: 11px;
}
#page {
  margin: auto;
  padding: 0;
  width: 990px;
}
#top {
  float: left;
  width: 990px;
  height: 40px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#top span {
  font-size: 15px;
  color: #999999;
}
#top h1 {
  float: left;
  margin-top: 5px;
  margin: 9px 0 0 20px;
  font-size: 17px;
  color: #000000;
}
#menu {
  float: left;
  width: 990px;
  background-color: #cccccc;
}
#menu ul{
  margin: 0;
  margin-top: -1px;
  padding: 0;
  list-style: none;
  float: left;
}
#menu ul li{
  list-style: none;
  float: left;
}
#menu ul a{
  background-color: #f5f5f5;
  font-weight: bold;
  color: #555555;
  float: left;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin: 0 5px 0 5px;
}
#menu .active{
  color: #000000;
}
#center {
  background-color: #f5f5f5;
  margin-top: 10px;
  text-align: left;
  float: right;
  width: 694px;
  border: 1px solid #ffffff;
  padding: 5px;
}
#panel {
  margin-top: 10px;
  float: left;
  width: 280px;
  height: 400px;
  text-align: left;
}
#panel ul{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#panel ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#panel ul li a{
  float: left;
  background-color: #f5f5f5;
  width: 258px;
  _width: 260px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #ffffff;
  color: #555555;
}
#panel ul li.active a{
  font-weight: bold;
  color: #000000;
}
#panel ul li a:hover{
  text-decoration: underline;
}
form div{
  text-align: right;
  margin: 0px 20px 0px 20px;
  color: #0088aa;
}
input{
  height: 17px;
  font-size: 11px;
  background-color: transparent;
  border: 1px solid #cccccc;
  color: #0088aa;
}

.input_lite {  /* Lite' ¨verze inputu, - užší - použitá například u editace zboží */
  height: 14px;
  font-size: 10px;
  width: 450px;
  margin: 0px;
  padding: 0px;
  border: solid 1px #cccccc;
}
.input_short {  /* code ... ^^*/
  width: 40px;
}
.input_middle {  /* code ... ^^*/
  width: 120px;
}
td,th {
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid;
}
td{
  background-color: #eeeeee;
  margin: 0 1px 1px 0;
}
table{
  border: 1px solid #dddddd;
  margin: 0 0 5px 0;
}

/* css sys_style.css */ 
/* Deklarace stylu pro nenačítané prvky, tj. pro prvky interně generované */
div.sys_input, div.sys_submit, div.sys_txtarea, div.sys_option, div.sys_checkbox, div.sys_check,div.sys_img {
  /* Společná deklarace stylu pro prvky formuláře */
  margin: 0px;
  /*border: 1px black solid;*/
  padding: 0px;
  text-align: left;
  float: left;
  /*background-color: red;*/
  height: 23px;
  width: 480px;
  /*clear: left;*/
}
div.sys_submit, div.sys_txtarea {
  width: auto;
  height: auto;
}
.sys_legend {
  border: 1px solid #dddddd;;
  background-color: #eeeeee;
  width: 678px;
  _width: 692px;
  margin: 0 0 5px 0;
}
div.sys_input input {
  width: 250px;
  margin: 0px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
input.full100 {
  width: 100%;
}
div.sys_submit {
  /* Delarace stylu pro formuláře - SUBMIT */
  float: right;
}
div.sys_txtarea {
  /* Spiciální deklarace pro textareu.*/
  width: 480px;
	padding: 2px 5px 2px 5px;
}
textarea.TxtArea {
  /* Defaultní styl TextAreay */
  float: left;
  width: 480px;
  height: 150px;
}
div.log_form {
  /* Styl pro login formulář na indexu */
  margin: 0px;
  padding: 0px 2px 0px 2px;
  border: 0px;
}
div.sys_lable {
  /* Label před imputem. */
  /*border: 1px black solid;*/
  width: 170px;
  height: 21px;
  float: left;
  padding: 0px;
  text-align: right;
  margin: 2px 5px 0 4px;
  /*background-color: blue;*/
  /*clear: left;*/
}
input.sys_checkbox {
  float: left;
}
div.sys_form {
  float: left;
  margin: 0px;
  padding: 0px;
	width: 100%;
}
div.sys_desc {
  width: 100%;
  float: left;
  padding: 10px;  
  border-left: 3px solid #ff0000;
  margin-left: 10px;
  text-align: left;
}
div.sys_space {
  width: 100%;
  float: left;
  height: 20px;
}
div.sys_img{
  height: auto;
}
div.console {
  /* Styl konzole. */
  width: 98%;
  background-color: black;
  font-family: Courier New;
  font-size: 12px;
  color: white;  
  margin: 3px auto 3px auto;
  padding: 2px;
  min-width: 709px;
  text-align: left;
  float: left;
}
tr.th td {
  font-weight: 900;
}
/* css msgBox.css */ 
#msgContainerALL{
	/*visibility: hidden;/**/
	width: 100%;
	height: 100%;
	z-index: 5;
	position: fixed;
	text-align: center;
}
div.msgHideAll {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: fixed;
	text-align: center;
	background-color: black;

	filter: alpha(opacity=75);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
	position: fixed;
}
div#msgBox {
	margin: 50px auto auto auto;
	width: 700px;
	height: 550px;
	z-index: 5;
	background-color: #eeeeee;
	border: 1px solid #ffffff;
	position: relative;
	text-align: left;
	padding: 5px;
}
#msgNo {
  float: right;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	margin: 5px 5px 5px 0px;
}
#msgYes{
  float: right;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	margin: 5px 5px 5px 0px;
}
#msgContent{
	float: left;
	height: 500px;
	padding: 5px;
	width: 690px;
	border: 1px solid #dddddd;
}/* css page_edit_forms.css */ 
.edit_forms label{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
.edit_forms .edit_forms_input{
	width: 460px;
	float: left;
	text-align: left;
}

/* css page_edit.css */ 
.object{
  width: 100%;
  float: left;
  margin-bottom: 5px;
  cursor: move;
}
.object .top{
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  background-color: #eeeeee;
  color: #555555;
}
.object .top a{
  color: #555555;
}
.layout{
  min-height: 100px;
}
.sortHelper
{
  float: left;
	width: 100%;;
  height: 20px;
	border: 1px dashed #aaaaaa;
  /*background-color: #eeeeee;*/
}

.page_objects{
	overflow: scroll;
  width: 100%;
  margin-bottom: 20px;
  height: 230px;
}
.edit_object{
  padding: 1px;
}
.edit_object:hover{
  padding: 0;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
body {
  margin: 0;
  text-align: center;
  font: 11px/150% Verdana, sans-serif;
  background-color: #cccccc;
}
body.mceContentBody {
  background: #ffffff;
  text-align: left;
}
a{
  color: #aaaa00;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
h1{
  margin: 10px 0 0 10px;
  padding: 0;
  text-align: left;
  color: #333355;
  font-size: 20px;
}
h2{
  margin: 10px 0 0 0px;
  padding: 0;
  text-align: left;
  color: #ff9900;
  font-size: 15px;
}
h3{
  margin: 10px 0 0 10px;
  padding: 0;
  text-align: left;
  color: #0099ff;
  font-size: 11px;
}
#page {
  margin: auto;
  padding: 0;
  width: 990px;
}
#top {
  float: left;
  width: 990px;
  height: 40px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#top span {
  font-size: 15px;
  color: #999999;
}
#top h1 {
  float: left;
  margin-top: 5px;
  margin: 9px 0 0 20px;
  font-size: 17px;
  color: #000000;
}
#menu {
  float: left;
  width: 990px;
  background-color: #cccccc;
}
#menu ul{
  margin: 0;
  margin-top: -1px;
  padding: 0;
  list-style: none;
  float: left;
}
#menu ul li{
  list-style: none;
  float: left;
}
#menu ul a{
  background-color: #f5f5f5;
  font-weight: bold;
  color: #555555;
  float: left;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin: 0 5px 0 5px;
}
#menu .active{
  color: #000000;
}
#center {
  background-color: #f5f5f5;
  margin-top: 10px;
  text-align: left;
  float: right;
  width: 694px;
  border: 1px solid #ffffff;
  padding: 5px;
}
#panel {
  margin-top: 10px;
  float: left;
  width: 280px;
  height: 400px;
  text-align: left;
}
#panel ul{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#panel ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#panel ul li a{
  float: left;
  background-color: #f5f5f5;
  width: 258px;
  _width: 260px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #ffffff;
  color: #555555;
}
#panel ul li.active a{
  font-weight: bold;
  color: #000000;
}
#panel ul li a:hover{
  text-decoration: underline;
}
form div{
  text-align: right;
  margin: 0px 20px 0px 20px;
  color: #0088aa;
}
input{
  height: 17px;
  font-size: 11px;
  background-color: transparent;
  border: 1px solid #cccccc;
  color: #0088aa;
}

.input_lite {  /* Lite' ¨verze inputu, - užší - použitá například u editace zboží */
  height: 14px;
  font-size: 10px;
  width: 450px;
  margin: 0px;
  padding: 0px;
  border: solid 1px #cccccc;
}
.input_short {  /* code ... ^^*/
  width: 40px;
}
.input_middle {  /* code ... ^^*/
  width: 120px;
}
td,th {
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid;
}
td{
  background-color: #eeeeee;
  margin: 0 1px 1px 0;
}
table{
  border: 1px solid #dddddd;
  margin: 0 0 5px 0;
}

/* css sys_style.css */ 
/* Deklarace stylu pro nenačítané prvky, tj. pro prvky interně generované */
div.sys_input, div.sys_submit, div.sys_txtarea, div.sys_option, div.sys_checkbox, div.sys_check,div.sys_img {
  /* Společná deklarace stylu pro prvky formuláře */
  margin: 0px;
  /*border: 1px black solid;*/
  padding: 0px;
  text-align: left;
  float: left;
  /*background-color: red;*/
  height: 23px;
  width: 480px;
  /*clear: left;*/
}
div.sys_submit, div.sys_txtarea {
  width: auto;
  height: auto;
}
.sys_legend {
  border: 1px solid #dddddd;;
  background-color: #eeeeee;
  width: 678px;
  _width: 692px;
  margin: 0 0 5px 0;
}
div.sys_input input {
  width: 250px;
  margin: 0px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
input.full100 {
  width: 100%;
}
div.sys_submit {
  /* Delarace stylu pro formuláře - SUBMIT */
  float: right;
}
div.sys_txtarea {
  /* Spiciální deklarace pro textareu.*/
  width: 480px;
	padding: 2px 5px 2px 5px;
}
textarea.TxtArea {
  /* Defaultní styl TextAreay */
  float: left;
  width: 480px;
  height: 150px;
}
div.log_form {
  /* Styl pro login formulář na indexu */
  margin: 0px;
  padding: 0px 2px 0px 2px;
  border: 0px;
}
div.sys_lable {
  /* Label před imputem. */
  /*border: 1px black solid;*/
  width: 170px;
  height: 21px;
  float: left;
  padding: 0px;
  text-align: right;
  margin: 2px 5px 0 4px;
  /*background-color: blue;*/
  /*clear: left;*/
}
input.sys_checkbox {
  float: left;
}
div.sys_form {
  float: left;
  margin: 0px;
  padding: 0px;
	width: 100%;
}
div.sys_desc {
  width: 100%;
  float: left;
  padding: 10px;  
  border-left: 3px solid #ff0000;
  margin-left: 10px;
  text-align: left;
}
div.sys_space {
  width: 100%;
  float: left;
  height: 20px;
}
div.sys_img{
  height: auto;
}
div.console {
  /* Styl konzole. */
  width: 98%;
  background-color: black;
  font-family: Courier New;
  font-size: 12px;
  color: white;  
  margin: 3px auto 3px auto;
  padding: 2px;
  min-width: 709px;
  text-align: left;
  float: left;
}
tr.th td {
  font-weight: 900;
}
/* css msgBox.css */ 
#msgContainerALL{
	/*visibility: hidden;/**/
	width: 100%;
	height: 100%;
	z-index: 5;
	position: fixed;
	text-align: center;
}
div.msgHideAll {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: fixed;
	text-align: center;
	background-color: black;

	filter: alpha(opacity=75);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
	position: fixed;
}
div#msgBox {
	margin: 50px auto auto auto;
	width: 700px;
	height: 550px;
	z-index: 5;
	background-color: #eeeeee;
	border: 1px solid #ffffff;
	position: relative;
	text-align: left;
	padding: 5px;
}
#msgNo {
  float: right;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	margin: 5px 5px 5px 0px;
}
#msgYes{
  float: right;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	margin: 5px 5px 5px 0px;
}
#msgContent{
	float: left;
	height: 500px;
	padding: 5px;
	width: 690px;
	border: 1px solid #dddddd;
}/* css page_edit_forms.css */ 
.edit_forms label{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
.edit_forms .edit_forms_input{
	width: 460px;
	float: left;
	text-align: left;
}

/* css page_edit.css */ 
.object{
  width: 100%;
  float: left;
  margin-bottom: 5px;
  cursor: move;
}
.object .top{
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  background-color: #eeeeee;
  color: #555555;
}
.object .top a{
  color: #555555;
}
.layout{
  min-height: 100px;
}
.sortHelper
{
  float: left;
	width: 100%;;
  height: 20px;
	border: 1px dashed #aaaaaa;
  /*background-color: #eeeeee;*/
}

.page_objects{
	overflow: scroll;
  width: 100%;
  margin-bottom: 20px;
  height: 230px;
}
.edit_object{
  padding: 1px;
}
.edit_object:hover{
  padding: 0;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
