/* specialni tabulka pro adresar */
table.adr 
{
	border: 1px solid gray;
	border-collapse: collapse;
	width: 100%;
	_width: auto; /* IE jinak posune tabulku az pod leva tlacitka */
}

table.adr th 
{
	vertical-align:top; 
	text-align:left; 
	background:silver; 
	border: 1px solid gray;
	border-right: none;
	padding: 0.4em;
}

table.adr td 
{
	padding: 0.4em;
    border: 1px solid gray;
    border-left: none;
    /*border-spacing: 5px;*/
}

#jmenoclena 
{
	text-align: left;
	color: black;
}

.neplatic {
	color:silver;
}

td.neplatic 
{
	text-decoration:line-through;
}

/* formular pro filtrovani */

select {
	background: white;
}

input[type=submit] {
	background: silver;
}

input { /* IE 6 nepodporuje atributovy selektor, takze musime obarvit vsechno */
	_background: silver;
}
