TD.zalozka  
{ 
    background-color:   #efefef;
    width:              92px; 
    text-align:         center; 
    padding:            3px 8px; 
    border:             solid 1px #2f2f2f;
    border-bottom:      none; 
    font-weight:        normal; 
    color:              #000000; 
    cursor:             hand;
    white-space:        nowrap;
}
TD.zalozkaA 
{ 
    background-color:   #262626;
    width:              92px; 
    text-align:         center; 
    padding:            3px 8px; 
    border:             solid 1px #2f2f2f;
    border-bottom:      none; 
    font-weight:        bold; 
    color:              #FFFFFF !important; 
    white-space:        nowrap;
}
TD.zalozkaZ 
{ 
    background-color:   #efefef;
    width:              92px; 
    text-align:         center; 
    padding:            3px 8px; 
    border:             solid 1px #2f2f2f;
    border-bottom: 1px solid black;
    font-weight:        normal; 
    color:              #000000; 
    cursor:             hand;
    white-space:        nowrap;
}  

TABLE.vhp-stolky {
	margin-left: 10px;
}
.vhp-stolky TD  {
	width:                 20px;
	text-align:            center;
	padding:               3px 8px;
	background-color:      #efefef;
	border: 1px solid      #2f2f2f;
	border-bottom:         none;
	font-weight:           normal;
	color:                 #000000;
	cursor:                hand;
}
.vhp-stolky TD.active  {
	width:                 20px;
	text-align:            center;
	padding:               3px 8px;
	background-color:      #262626;
	border: 1px solid      #2f2f2f;
	border-bottom:         none;
	font-weight:           bold;
	color:                 #ffffff;
	cursor:                default;
}
