@CHARSET "UTF-8";



table.grid {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}


table.grid td, table.grid th {
	color: #525b37;
	background: #fff;
	border: 1px solid #d1cdab;
	padding: 2px 6px 2px 12px;
}

table.grid th {
	color: #505767;
	background: #e3e9ba url('/aukce/files/images/th-bg.gif') no-repeat;
	text-align: left;
}

table.grid th span {
	color: #a19d7b;
	font-size: 90%;
}

table.grid th a {
	color: #165ca3;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	line-height: 30px;
}

table.grid .alt td {
	background: #f8f8f0;
}

table.grid th .asc,
table.grid th a:hover {
	background: url('/aukce/files/images/asc.gif') no-repeat right center;
}

table.grid th .desc,
table.grid th .asc:hover {
	background: url('/aukce/files/images/desc.gif') no-repeat right center;
}

table.grid th .desc:hover {
	background: none;
}






.paginator {
	margin: 1em 0;
	font-size: 90%;
}

.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
	color: #999999;
}

.paginator a {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	color: #105CB6;
}

.paginator span.button {
	border: 1px solid #DDDDDD;
}

.paginator .current {
	background: #2E6AB1;
	border: 1px solid #2E6AB1;
	color: white;
	font-weight: bold;
}


div.err
{
	background-color: #FC8400;
	color: white;
	font-weight: bold;
	padding: 10px;
	margin: 20px 0;
}

div.warn 
{
	background-color: #FBBA58;
	padding: 10px;
	margin: 20px 0;
}

div.msg
{
	background-color: green;
	padding: 10px;
	margin: 20px 0;

}




tr.required th, th .required
{
}

tr.required th:after, th .required:after
{
font-size: 0.7em;
content: " Povinné";
color: red;
}





hr
{
visibility: hidden;
}


.clear
{
clear: both
}

