@charset "iso-8859-2";
/* CSS Document */

#table-standard {
	border-collapse: collapse;
	border: 2px solid #fff;
	font-size: 85%;
	line-height: 140%;
}

#table-standard td, #table-standard th {border: 1px dotted #bbb;
padding: .5em;}

#table-standard caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

#table-standard tr:hover {
	background-color: #F4F4F4;
}

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

#table-standard a {
	text-decoration: none;
	background: transparent;
}

#table-standard a:link {
	border-bottom: 1px dashed #ddd;
	color: #333;
}

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

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

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

#table-standard thead th, #table-standard tfoot th {
	border: 1px solid #999;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	background: transparent;
}

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

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

#table-standard tbody th, #table-standard tbody td {vertical-align: top;
text-align: left;}

#table-standard tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

#table-standard tbody tr:hover {
	background-color: #F4F4F4;
}

