/* TABLES */
.table {
	margin-top: 10px;
	border: 2px solid #900;
	border-collapse: collapse;
	width: 100%;
	font-size:90%;
}
.table td {
	background: #fff url("img/table.gif") repeat-x 0 -300px;
	padding: 3px;
	border: 1px solid #fff;
}
.table th {
	text-align: left;
	border: 1px solid #fff;
}
.table thead th {
	color: #fff;
	font-size: 145%;
	background: #900 url("img/table.gif") repeat-x 0 0;
	padding: 10px 6px;
}
.table .tbhead th {
	border: 1px solid #fff;
}
.table tbody th {
	color: #fff;
	background: #900 url("img/table.gif") repeat-x 0 -100px;
	padding: 6px;
}

.table tbody th.sub {
	font-size: 100%;
	color: #000;
	background: #efefef url("img/table.gif") repeat-x 0 -200px;
	padding: 6px
}

.table a img {
	border: none;
}

