@charset "windows-1250";
/* CSS Document */


table {
	border-collapse: collapse;
	color: #000;
	background: #fff;
}

td, th {border: 
padding: .5em;}

caption {padding: 0 0 .5em 0;
text-align: left;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;}

table a:link {border-bottom: 1px solid #ddd;
color: #000;}

table a:visited {border-bottom: 1px solid #ccc;
text-decoration: line-through;
color: #808080;}

table a:hover {border-bottom: 1px solid #bbb;
color: #666;}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th {border: 2px solid #000;
text-align: left;
color: #333;
background: transparent;}

tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

tbody th, tbody td {
	vertical-align: top;
	text-align: left;
	font-size: 110%;
}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

tbody tr:hover {background: #F7C38C;}