@charset "utf-8";
/* CSS Document */

table {
	border-collapse:collapse;
	font-family:arial,sans-serif;
	font-size:80%;
}

td,th{
	border-collapse:collapse;
	padding:5px;
}	

#C1,#C2,#C3{width:138px;}
#C4,#C5{width:58px;}

caption{
	background:#ccc;
	font-size:140%;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	text-align:left;
	font-weight: bold;
}

thead th{
	background:#9cf;
	text-align:left;
}
tbody th{
	text-align:left;
	background:#69c;
}

tfoot td{
	text-align:right;
	font-weight:bold;
	background:#369;
}
tbody td{
}
tbody tr.odd td{
	background:#ccc;
}
tbody tr.even td{
	background:#999;
}
.list-of-presses tr, .list-of-presses td, .list-of-presses th {
	text-align: center;
	border: solid #ccc 1px;
	border-collapse: collapse;
	padding: 2px;
}
.list-of-presses caption {
	background:#F90;
	font-size:18px;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	text-align:left;
	font-weight: bold;
}
.list-of-presses tr:hover {
	background-color: #ddd;
}
#contactform caption {
	background-color: none;
	border: none;
}
#contactform th {
	text-align:right;
	background:none;
}
#contactform td, #contactform th {
	border-collapse:collapse;
	padding:2px;
}
