body, html {
  font-family: Arial;
  font-size: 15px;
  line-height: 21px;
  background-color: #F6F6F6;
  padding: 0px;
  margin: 0px; 
}

h1.intro {
  text-align: center;
}

.err {
  color: red;
  font-weight: bold;
}

.status {
  color: green;
  font-weight: bold;
}

a {
  color: #275356;
  text-decoration: underline;
}

a.active {
  font-weight: bold;
}

.greenbox {
	display: inline-block; 
	background-color: green;
	color: white; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px; 	
	margin-bottom: 20px; 
}

.redbox {
	display: inline-block; 
	background-color: maroon;
	color: white; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px; 	
	margin-bottom: 20px; 
}

.yellowbox {
	display: inline-block; 
	max-width: auto; 
	background-color: #F1C40F;
	color: black; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px; 	
	margin-bottom: 20px; 
}

a:hover {
  color: black ;
  text-decoration: underline;
  
}

.mainmenu {
  background-color: #EEEEEE;
  width: 160px;
  float: left; 
  background-position: left center;
}

.mainmenu .menutip {
  color: green;
  font-size: 11px;
  font-weight: bold;
  float: right;
}

.menustyl a {
  display: block;
  text-decoration: none;
  padding-left: 12px;
  color: #000;
  margin-bottom: 0px;
  padding: 10px; 
  padding-top: 5px;
  padding-bottom: 5px; 
  border-bottom: 1px solid silver;
  position: relative;
}


.menustyl h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  padding-left: 10px; 
  background-color: #555;
  line-height: 30px;
  color: white;
}

a.back {
  background: url(img/back_non.png) no-repeat;
  background-position: left center;
  text-decoration: none;
  padding-left: 12px;
  color: #275356;
  font-weight: bold;
  margin-bottom: 5px;
}

a.back:hover {
  background: url(../common/img/back_over.png) no-repeat;
  background-position: left center;
  color: black;  
}

.dialog {
  line-height: 30px;
  font-size: 16px;
}

.jqdialog {
  display: none;
}


.menustyl a:hover {
  background-color: #bbb;
  color: black;
}

.menustyl a.act {
  padding: 10px; 
  color: white;
  padding-top: 5px;
  padding-bottom: 5px; 
  border-bottom: 1px solid silver;  
  background-color: #777;
  overflow: visible;
}

#main {
  float: left;
  padding: 10px;
  padding-top: 0px;
  margin-right: 40px;
  position: absolute;
  left: 185px;
  width: 78%;
}

h1 {
  margin-top: 0px;
  color: maroon;
  font-size: 25px; 
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}

h3 {
  margin-bottom: 0px;
  line-height:25px;
}

p {
  max-width: 800px; 
}

hr {
  height: 1px;
  border-top: 2px dashed silver;
  border-bottom: none;
  background: 1px dashed black;
  color: black;
  margin-top: 10px;
  margin-bottom: 5px;
}

table.classic {
  border: 1px solid silver;
  background-color: #EEEEEE;
  padding: 5px;
}

table.classic th {
  text-align: right;
  padding-right: 10px;
}

input.text, input[type=text], .textarea, select {
  border: 1px solid #999;
  font-size: 15px;
  padding: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input[type=button] {
  cursor: pointer;
}

input[type=checkbox] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}



.textarea {
  border: 1px solid silver;
  margin-top: 5px;
  width: 400px; 
  height: 150px;
}

.big .submit {
  padding: 10px; 
  font-weight: bold;
  font-size: 16px; 
  float: left;
}

.submit {
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  background-color: #999; 
  border-style: none !important;
}

input[type=submit] {
	border: none;
	padding: 7px;
	font-size: 14px;
}

.submit_active {
  background-color: #666;   
}

.grsub {
  background-color: green !important;
  color: white;
  border: 1px solid white;
  padding: 5px;
}

.grsub:hover {
  background-color: lime !important;
  color: black;
  border: 1px solid silver;

}

.actsub {
  background-color: #333;
}

.submit:hover {
  background-color: #555;
}

#left { 
  float: left;
  width: 155px;
}

.podtrhavat table {
  border-collapse: collapse;
}

.podtrhavat table th {
  background-color: #ccc;
}

.podtrhavat table td, .podtrhavat table th {
  border-bottom: 1px solid silver;
  text-align: left;
  padding: 5px;
  padding-left: 15px;
}

.podtrhavat table tr:hover td  {
  background-color: #DDDDDD;
}

a:hover {
  color: #275356;
}

.icon_cancel {
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: -3px;
  border: 0px;
}

.widetext input.text {
  width: 400px;
}

.radio {
  padding-top: -5px;
  border: 1px solid blue;
}

.box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  padding: 10px;
  padding-left: 20px; 
  margin-bottom: 10px; 
  background-color: white;  
  border: 1px solid silver; 
  display: inline-block;
  width: auto;   
}

.admin_news_box_inside {
  border: 1px solid silver;
  padding: 5px;
  margin: 10px;
  margin-left: 0px;
  float: left;
  line-height: 22px;
  background-color: white;
}

.admin_news_box_inside b {
  color: blue;
  font-weight: normal;
}

.admin_news_box {
  border: 1px solid silver;
  padding: 10px;
  margin: 10px;
  margin-left: 0px;
  width: 100%;
  line-height: 22px;
  background-color: #F8F8F8;
}

.admin_news_box_inside a, .admin_news_box a {
  text-decoration: underline;
}

.admin_news_box .datum {
  float: right;
  font-weight: bold;
  color: #555555;
}

img.ohraniceny {
  border: 1px solid black;
}

.info_box {
  right: 0px;
  top: 40px;
  position: fixed;
  width: 200px;
  border: 1px solid silver;
  background-color: #F8F8F8;
  padding: 10px;
  line-height: 22px;
  font-size: 13px;
  
}

ul.rozestup {
  line-height: 22px;
}

.skryte {
  display: none;
}

.break {
  clear: both;
}

.tip {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  background-color: #BFFFBF;
  padding: 10px; 
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}

.info {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  background-color: #DFDFDF;
  padding: 10px; 
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}

.tip a, .info a {
  text-decoration: underline;
}

.info a.button {
  text-decoration: none;
}

#nosave {
  position: fixed;
  background-color: red;
  width: 200px;
  height: 100px;
  padding-top: 20px;
  bottom: 0px;
  right: 0px;
  color: white;
  text-align: center;
  display: none;
  font-size: 25px;
  line-height: 27px;
  
  
}

.underpic_black {
  background-color: black;
  display: block;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  width: auto;  
}

.underpic_white {
  background-color: white;
  display: block;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  width: auto;  
}

.pressbut {
  border: 1px solid silver;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  background-color: red;  
}

#admin {
  background-color: #555;
  color: #ccc;
  padding-left: 10px; 
  padding-top: 10px;
  padding-bottom: 10px; 
}

.topping {
  background-color: #ccc; 
  padding-top: 9px;
  padding-bottom: 8px; 
  margin-bottom: 20px; 
}

.altmenu a {
  background-color: #ddd;
}

.sipka {
  position: absolute;
  right: -17px;
  top: 0px;  
}

.spravce_uctu {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

big input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(2);

  /* Webkit browsers*/
  -webkit-transform: scale(2);
  margin-right: 10px;
}

input[type="file"] {
	background: #0F4C81;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;	
	color: white;
	font-size: 14px;
	margin-bottom: 10px; 
}

input[type=file]::file-selector-button {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  border: none;
  padding: 10px;
  margin-right: 20px;
  cursor: pointer;
}

.button {    
  background: #0F4C81; /* Old browsers */
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;       
  cursor: pointer;  
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: white;
  clear: both;
  text-decoration: none;
  display: inline-block;
}

.button:hover {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7097ea+0,2765ea+100 */
  background: #009BE6; /* Old browsers */
  color: white;
  text-decoration: none !important;
}

.thinbut {
  margin-top: 0px; 
  margin-bottom: 0px; 
  padding-top: 5px; 
  padding-bottom: 5px;
}

.submenustyl a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  background-color: white;
  border: 1px solid silver;
  color: black;
}

.submenustyl a:hover {
  background-color: #000;
  color: white;
}

.submenustyl a.act {
  background-color: #777;
  color: white;
}

.submenustyl a:first-child {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
}

.submenustyl a:last-child {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.infoicon {
  width: 20px;
  height: 20px;
  background: url('/common/img/info.png');
  display: block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.infoicon:hover {
  background: url('/common/img/info_over.png');
}