body {
  margin: 0px auto;
  font-family: verdana!important;
  font-size: 90%;
}

a img {
	border: none;
}

.noStyle {
	border: none;
	width: auto;
	padding: none;
	margin: none;
	color: black;
	margin-bottom: 15px;
	width: 100%;
}

.noStyle2 {
	border: none;
	width: auto;
	padding: none;
	margin: none;
	color: black;
	width: 100%;
	margin-top: 0px;
}

.noStyle2 td, .noStyle2 tr, .noStyle2 th {
	border: none;
	padding: none;
	margin: none;
	color: black;
}

.bold {
	font-weight: bold;
}

.mainModal {
	background: white; 
	padding: 30px; 
	padding-top:0px; 
	border: 2px outset silver;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
}

.mainModal2 {
	background: white; 
	padding: 10px; 
	padding-top:0px; 
	border: 2px outset silver;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
}

.noStyle td, .noStyle tr, .noStyle th {
	border: none;
	padding: none;
	margin: none;
	color: black;
}

.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0.7;
}

div {
  margin: 0px auto;
  
  text-align: center;
}

#new {
	margin-top: -40px;
}

#new a:hover {
	text-decoration: none;
}

#menu {
  width: 400px;
  text-align: center;
  border-bottom: 2px solid #0865c2;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}

h2{
color: #0865c2;
}

#menu a {
	color: black;
	text-decoration: none;
	position: relative;
	bottom: 20px;
}

#menu img {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	bottom: -20px;
}

a {  
  color: #0865c2;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
}

a:hover {
  text-decoration: underline;
  color: #6cf;
}

table {
	font-family: verdana;
	font-size: 12px;
	margin: 0px auto;
	margin-top: 25px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #0865c2;
	color: #669;
}

table th {
	padding: 10px 3px;
	font-weight: normal;
	font-size: 10px;
	color: #039;
	text-transform: uppercase;
	border-right: 1px solid #0865c2;
	border-top: 1px solid #0865c2;
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #fff;
	text-align: center;
}

table td {
	padding: 5px 15px;
	border-right: 1px dashed #6cf;
}

table .neniNaSkladu {
	color: rgb(140,140,140);
	background: rgb(230,230,230);
}

table .odd {
	background: rgb(220,220,220);
}

.prijemka_reklamace, .vydejka_vydejka_reklamace {
	background: rgb(220,40,40);
	color: black;
}

.prijemka_vratka {
	background: yellow;
	color: black;
}

.prijemka_vratka a, .prijemka_reklamace a {
	color: black;
}

.vydejka_rezervace, .vydejka_vydejka_rezervace {
	background: rgb(210,210,210);
}

.akce a {
	padding: 1px;
}

.akce {
	width: 100px;
	text-align: center;
}

.nonetable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: none;
	width: auto;
	text-align: left;
	border-collapse: collapse;
	border: none;
	padding: none;
}

.color1 {
  background: rgb(234,234,234);
}

#mainH1 {
	text-align: center;
  color: #0865c2;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}

#mainH2 {
	text-align: center;
  color: #0865c2;
  margin-bottom: 0px;
  padding: 0px;
}

#mainhr {
	text-align: center;
  color: #0865c2;
  border: 1px dashed rgb(0,102,255);
  margin-bottom: 25px;
  padding: 0px;
}

.noa {
	display: inline;
	font-weight: normal;
	color: inherit;
	height: 1em;
	padding: 1px;
	cursor: default;
}

.ovladaciPanel {
	padding-top: 7px;
	clear: both;
}

.ovladaciPanel input, .sendbutton{
	border: 1px solid #0865c2;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	padding: 4px;
	background: #79b7e7;
	color: white;
	font-weight: bold;
	font-size: 100%;
	float: right;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

#floater {
	float: left;
	width: 60%;
	text-align: center;
	position: relative;
	top: 18px;
	text-shadow: 1px 1px 2px silver;
	filter: dropshadow(color=silver, offx=1, offy=1);
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#floater:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.sendbutton {
	margin: 0px auto!important;
	float: none;
	font-size: 120%;
}

.ovladaciPanel input:first-child {	
	float: left;
}

.ovladaciPanel2  {
	clear: both;
	margin-bottom: 25px;
}

.ovladaciPanel2 input {
	border: 1px solid #0865c2;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	padding: 4px;
	background: #79b7e7;
	color: white;
	font-weight: bold;
	float: right;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	margin-top: -10px;
	margin-right: 20px;
	font-size: 80%!important;
}

#vydejkaSeznam tr, #vydejkaSeznam td, #rezervaceSeznam tr, #rezervaceSeznam td {
	padding: 3px;
}
.hiddendetail {
	display: none;
}

.showhidebutton {
	width: 90%;
	height: 1.2em;
	background: #0865c2;
	display: block;
	margin: 0px auto;
	color: white;
}

.showhidebutton:hover {
	background: #4E94DE;
	color: white;
}