
	
table a,
table a:link,
table a:visited {
	border:none;
	}							
	
.check {
	border:0;
	margin-top:.5em;
}	
	
table {
	width:100%;
	background-color: #ffffff;
	/*border-top:1px solid #363636;
	border-right:1px solid #e5eff8;*/
	margin:1em auto;
	border-collapse:collapse;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;*/
	border:3px solid #ffffff
}
	
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	}
		
tr.odd td	{
	/*background:#f7fbff*/
	}
	
tr.odd .column1	{
	 
	}
	
tr.columnHeader	{
	background: #B9D481;

}
	
th.columnHeader	{
	color: #363636;
	padding:.4em 1em;
	/*padding-top: 24px;*/
	text-align:left;
	font-size: 13px;
	font-weight: bold;
	/*border-bottom: 1px solid #000;*/
}
	
th.columnEM, th.columnPeds, th.columnCC	{
	color: #ffffff;
	padding:.4em 1em;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
}

th.columnEM	{
	background: #C13436;
	}

th.columnPeds {
	background: #599CD4;
}

th.columnCC	{
	background: #DE9442;
}
	
.column1	{
	/*background:#f9fcfe;*/
	width:120px;
	}
	
td {
	color:#363636;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.4em .4em;
	text-align:center;
}
					
th {
	font-weight:normal;
	color: #363636;
	text-align:center;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.4em 1em;
	}
							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em;
	color:#66a3d3;
	}
	
tfoot th {
	text-align:center;
	/*background:#f4f9fe;*/
	}	
tfoot th strong {
	font:bold 1.2em;
	margin:.5em .5em .5em 0;
	/*color:#66a3d3;*/
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	