@CHARSET "UTF-8";
/************** TABLE *****************/

table.table{
  width: 100%;
  background: #FFF;
  border: 1px solid RGB(172,168,153);
}

table.table #left  { text-align: left; }
table.table #center { text-align: center; }
table.table #right  { text-align: right; }

table.table thead td{
  font-size: 12px;
  height: 30px;
  background:  url(../img/menu_nadpis_pozadi.png) repeat-x;
  padding: 5px;
  white-space: nowrap;
  empty-cells: show;
}


table.table tbody td{
  font-size: 11px;
  padding: 2px;
  border-bottom: 1px solid #DDD;
  white-space: nowrap;
  empty-cells: show;
  border-collapse: collapse;
}

table.table tbody td a{ text-decoration: underline; }

table.table span.prirustek {
	color: #555; font-style: italic;
}

table.table tbody tr:hover{
  background: #fffcea;
}

table.table tbody.pata {}
table.table tbody.pata td {
	padding: 0 2px 0 2px;
	font-size: 12px; height: 30px;
	background: RGB(229,226,210) url(../img/menu_nadpis_pozadi.png) repeat-x;
}

table.table tbody.pata .pataAll {
	position: relative; text-align: center;
}

table.table tbody.pata input  { margin: 0; padding-left: 5px; padding-right: 5px; height: 20px; font-size: 12px; }
table.table tbody.pata select { margin: 0; font-size: 12px; text-align: center}
 