/* CSS Document */

body {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

a:link, a:active, a:hover, a:visited {color: black;}
a img {border: none;}

form {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  position: relative;  
}


/* ------------------ table.tabulka -----------------------*/
table.tabulka {
	background-color: silver;
	border-collapse: collapse;
	border: 2px solid black;
	margin: 0.5em auto 0.5em auto;
	text-align: left;
	padding: 0px 3px 0px 3px;
	width: auto;
	}
table.tabulka td, table.tabulka th {
	padding: 1px 2px 1px 2px;
	margin:	0px;
	}
table.tabulka th {
	text-align: center;
}

/* ------------------ table.tabulka -----------------------*/
table.editace {
}
table.editace td {
  border: 1px solid lightgrey;
}

/* ------------------ .error -----------------------*/
.error {
	background-color: #FFCCCC;
	color: red;
	border: 1px solid red;
	font-weight: bold;
	padding: 1px 2px 0px 2px;
	text-align: center;
}
.error a:link, .error a:active, .error a:hover, .error a:visited {color: red;}
div.error {
  margin: 1em;
}
div.error p {
  text-align: center;
}

/* ------------------ div.info -----------------------*/
div.info {
	background-color: silver;
	border: 1px solid gray;	
	text-align: center;
	padding: 5px;
  margin: 1em;
}

/* ------------------ div.editbuttons -----------------------*/
input#btn_robutek {display: none;}
div.editbuttons {
  margin-top: 0.5em;
  text-align: center;
}
div.editbuttons input#btn_save {
  background-color: green;
  color: white;
	font-weight: bold; 
  width: 10em;  
}
div.editbuttons input#btn_drop {
  background-color: red;
  color: white;
	font-weight: bold; 
  width: 10em;    
}

/* ------------------ div.cleaner -----------------------*/
div.cleaner {
	clear: both;
}

