/* CSS Document */
#error {
	background-color:red;
}

.center-outter {	text-align:center;}

.center-inner {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.input {
  font-weight: bold;
  text-align: right;
}

.abutton {
  text-align: center;
  margin-top: 10px;
  _margin-top: 20px;
  font-weight: bold;
}

.abutton a {
  background-color: #006A4E;
  color: white;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.abutton a:hover {
  color: #F1CD44;
}

.abutton button, .abutton input, .button {
	margin:auto;
	font-weight:bold;
}

.pocet_stran {
	text-align: right; 
	margin-right: 20px; 
	margin-top: 10px
}

.classicLook0   {color: #222222; background-color: #FFFFFF; }
.classicLook1   {color: #222222; background-color: #F8F8F8; }
.classicLook2   {color: #222222; background-color: #EEEEEE; }
.classicLook3   {color: #222222; background-color: #E8E8E8; }
.classicLook4   {color: #222222; background-color: #DDDDDD; }
.classicLook5   {color: #222222; background-color: #E8E8E8; }
.classicLook6   {color: #222222; background-color: #EEEEEE; }
.classicLook7   {color: #222222; background-color: #F8F8F8; }

table.classicLook    {border: 1px solid #744A00; border-collapse: collapse; margin:auto; width:95%}
table.classicLook td {border: 1px solid #744A00; padding: 3px; text-align: center;} 
table.classicLook td a {font-weight: bold;} 
table.classicLook th {border: 1px solid #744A00; padding: 3px; text-align: center; background-color:#006A4E; color: white}
table.classicLook th a {color: white; font-weight: bold; text-decoration: none }
table.classicLook th a:hover {color: #F1CD44; text-decoration: underline}

table tr.classicLookFocusedRow {border-bottom: 1px solid #104A7B; text-align: center; background-color: red;}

.selected {color: #FFFFFF; background-color: #104A7B; }
.rowstyle0 {background-color:#F6F6F6}
.rowstyle1 {background-color:#EBEBEB}

div.myFormStyle {
  width: 100%;
  text-align: center; 
  margin:auto; 
}
div.myTableStyle {
  width: 100%; 
  margin: auto;
  border-top: 1px dotted #744A00;
  margin-top: 20px;
}
div.myTable {
  width: 90%;
  border: 1px solid #744A00;
  text-align: center; 
  margin: auto;
  margin-top: 20px;
}
div.title {
  padding: 0px 0px 0px 0px;
  width: 100%; 
  background-color: #E4E6EA; 
  text-align: center; 
  font-weight: bold; 
}
div.row { 
  text-align: center;
  font-weight: bold; 
  margin-top: 15px;
  margin-bottom: 15px;
}
div.myFormStyle input, div.myFormStyle select, div.myFormStyle textarea {
  border: 1px #8B949B solid;
  width: 400px;
  font-size: 12px;
  background-color: white;
}
div.myTableStyle div.row {
  margin: 4px 4px 4px 4px;
  width: 100%; 
  text-align: left; 
  font-weight: normal; 
}

div.row textarea {
	height: 200px;
}

.empty {
	text-align: center;
	padding-top: 25px;
}

.paging {
	text-align: right;
}

.paging table {
	margin-left: auto;
}

div.myFormStyle input.check {
	width: 15px;
}