/* Tables */

.bordertables {
	font-size: 10pt; 
	background-image: url(/media/images/header_bg.png); 
	background-position: top; 
	background-repeat:no-repeat; 
	width: 100%;
}

.bordertables tr th {
	height: 38px; 
	color: #FFFFFF;
}

.bordertables tr td { padding: 0.4em; border: 1px #8ca7b2 solid; border-top: 0; }

.bordertables tr td.not_first { border-left: 0; }