th {
	background: #DDDDDD url(../_images/gradient.png)  0 -50px;
	border-top: solid 1px #999999;
  border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #999999;
	text-align: center;
  line-height:23px;
  font-size:11px;
  color: #075890;
  background-color:#009900;
}

th .sc{
	background-image: url(../_images/sortdesc.png);
  background-size:10px 6px;
  background-position: center top;
  background-repeat: no-repeat;
}

th .desc{
  background-image: url(../_images/sortsc.png);
  background-size:10px 6px;
  background-position: center bottom;
    background-repeat: no-repeat;
}

th a{
  text-decoration:none;
  display:block;
}

td {
 height: 18px;
 padding-left: 2px;
 padding-right: 2px;
}
th.hlavicka{
	text-align: center;
}
td.table_bunka{
	text-align: left;
	padding-left:2; 
}

.radek_licha {
	background-color: #FAFAFA;
  color: #075890;
}
.radek_licha:hover {
	cursor: pointer;
	background-color: #D1D1D1;
}

.radek_suda {
  background-color: #F0F0F0;
  color: #075890;
}

.radek_suda:hover {
	cursor: pointer;
  background-color: #D1D1D1;
}
.radek_prazdny {
}

.radek_uhrazene{
 color:#000000;
 background-color: #DDFFFF;
}

.radek_aktualizovan{
 color:#FF0000;
 background-color: #DDFFFF;
}

.radek_odeslan{
 background-color:#99CC66;
}
.hlavni_skupina{
	font-weight: bold;
}


  td.dragHandle {
   width:11px;
   padding:0 0 0 0; 
  }

  td.showDragHandle {
   padding:0 0 0 0;
   background-image: url(_images/up_down.jpg);
	 background-repeat: no-repeat;
	 background-position: center center;
	 cursor: move;
}

