/* prihlaseni do administrace */
form.prihlaseni_do_administrace {
  margin: 20px 0px 0px 0px;
  font-family: verdana;
  font-size: 12px;
  color: white;
}

form.prihlaseni_do_administrace .login {
  margin: 2px 0px 10px 0px;
  text-align: center;
  width: 234px;
  border: none;
  background-color: white;
  font-family: verdana;
  font-size: 18px;
}

form.prihlaseni_do_administrace .prihlasit_se {
  background-image: url(../img/submit_pozadie.gif);
  background-repeat: repeat-x;
  color: black;
  height: 26px;
  width: 80px;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
}

.sort-table {
	margin: 10px auto;
  font-family: verdana;
  font-size: 10px;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	width: 100%;
}

.sort-table tbody td a {
	color:	blue;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../img/tabulka/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("../img/tabulka/upsimple.png");
}

.odd {
  background-color: #EEEEEE;
}

.none {
  display: none;
  width: 0px;
}

.cenavtabulke {
  font-size: 11px;
  width: 65px;
  text-align: right;
  background: transparent;
  border: none;
}

.obsmiesto {
  border: 0px;
  background-color: transparent;
  width: 100px;
  text-align: right;

}

.datumexp {
  border: 0px;
  background-color: transparent;
  width: 145px;
}

.td-stred {
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}

.td-nadpis {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black;
	color: black;
  background-image: url(../img/tabulka_nadpis.gif);
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.adput
{
	border: 1px solid silver;
	background-color: white;
	height: 15px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 1px;
	color: black;
}

.adput:hover
{
	border: 1px solid black;
}

.obsah
{ 
	width: 618px;
	padding: 5px;
color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	line-height: 20px;
}

.vybranastranka {
  font-weight: bold;
  padding: 0px 2px 0px 2px;
  border: 1px solid silver;
  background-color: #4D78A7;
}

table.hlavna_cast {
  color: white;
	width: 622px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 5px;
}

table.hlavna_cast td.L {
  text-align: center; 
}

table.hlavna_cast td.M {
  text-align: right;
  border-left: 1px solid black;
  border-right: 1px solid black; 
}

table.hlavna_cast td.R {
  text-align: right; 
}

div.vyskakovaci {
  position:absolute;
  border: 9px solid #abc123;
  background-color: #eeeeee;
  width: 222px;
  padding: 8px;
  display:none
}

input.fastlogin {
  text-align: center;
}

input.adput {
  color: black;
  background-color: white;
}

input.suba {
  border: 1px solid white;
  background-image: url(../img/admin_submit_pozadie.png);
  background-repeat: repeat-x;
  background-position: top;
  color: white;
}
