a:hover {
	text-decoration: none;
}

input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8.25pt;
}

input.search {
	vertical-align: middle;
	padding: 1px 2px;
	margin: 0 10px 0 0;
}
input.searchbutton {
	vertical-align: middle;
	font-weight: bold;
	padding: 0px 5px;
	height: 21px;
}

td {
	padding: 3px;
	background: #f5f5f5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8.25pt;
}
th {
	padding: 3px;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8.25pt;	
}

table.nobg th, table.nobg td {
	background: none;
	padding: 0;
}

table.form td.subtable {
  padding: 5px;
}

td table.list {
  background: #FFFFFF;
}

td table.list td {
  padding: 3px 4px;
  background: #ECECEC;
}


table.list th, td table.list th{
	padding: 6px 3px;
	color: #FFFFFF;
	background: #848484 url(../images/bg-table-th.gif) repeat-x left bottom;
}
table.list th a, td table.list th a {
	color: #FFFFFF;
}
table.list tr.bottom td, td table.list tr.bottom td {
	height: 3px;
	padding: 0;
	background: #666666;
}

table.navigace tr.bottom td{
	padding: 3px;
}

table.navigace td{
	padding: 3px 10px 3px 5px;
	background: #FFF4D8;
}


table.navigace tr.bottom td{
	height: 2px;
	padding: 0;
	font-size: 1px;
	background: #DBA104;
}
table.navigace td.pages {
	padding-top:  5px;
	padding-bottom:  5px;	
}
table.navigace td.pages a, table.navigace td.pages span {
	padding: 0px 7px;
}
table.navigace td.desc {
	font-weight: bold;
	color: #BD7903;
}
table.navigace td.desc span {
	padding-left: 105px;
}

table.navigace td.count {
	width: 50%;
	text-align: right;
}

table.detail {
	border: 2px solid #2586A7;
	margin-bottom: 15px;
}

table.detail th {
	background: #E9E9E9;

}
table.detail th span {
	font-weight: normal;
}
table.detail td {
	background: #F5F5F5;
}

table.detail th.nadpis {
	background: #3BA2C0;
	text-align: center;
	height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
}
table.detail th.nadpissmall {
	background: #3BA2C0;
	height: 24px;
	color: #FFFFFF;
	padding-left: 6px;
}

table.buttons {
	border: 2px solid #2586A7;
}
table.buttons td, table.buttons th {
	padding: 10px;
	background: #F5F5F5;	
}	
table.buttons td input, table.buttons th input{
	height: 26px;
	padding: 0 10px;
	font-weight: bold;
}

p.message {
	color: #BD7903;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
}
