﻿

.mytable {	
	padding: 0;
	margin: 0;	
	color: #4f6b72;
	margin-left: 15px;
}



.mytable th {
	font: bold 12px ;
	color: #FFF;
	border-right: 1px solid #4681A1;
	border-bottom: 1px solid #4681A1;
	border-top: 1px solid #4681A1;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #0C5A84;
	font-weight: bold;
}

.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #4681A1;
	background: none;
}

.mytable td {
	border-right: 1px solid #4681A1;
	border-bottom: 1px solid #4681A1;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-weight: bold;
}

.mytable td p {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.mytable td.bottom {

	padding: 6px 3px 12px 6px;
	text-align: center;
}

.mytable th.bottom {

	background: none;
	padding: 0;
	text-align: center;
	border-bottom: 0px;
}

.mytable td.alt {
	background: #D3E0E7;
	color: #797268;
}

.mytable th.spec {
	border-left: 1px solid #4681A1;
	border-top: 0;
	background: #fff;
	font: bold 11px ;
	color: #0C5A84;
}

.mytable th.specalt {
	border-left: 1px solid #4681A1;
	border-top: 0;
	background: #D3E0E7;
	font: bold 11px ;
	color: #0C5A84;
}