@charset "utf-8";
table a,
table a:link,
table a:visited {
	border:none;
	}							
	
table {
	width:100%;
	border-top:1px solid #d9e6f2;
	border-right:1px solid #d9e6f2;
	border-collapse:collapse;
	background:#FFF;
	margin-top:5px;
}	
tr.odd td	{
	background:#f7fbff;
	}
tr.odd .column1	{
	background:#f4f9fe;
	white-space:nowrap;
	width:0;
	}	
.column1{
	background:#f9fcfe;
	white-space:nowrap;
	width:0;
	text-align:left;
	padding:.5em;
	}
td {
	color:#678197;
	border-bottom:1px solid #d9e6f2;
	border-left:1px solid #d9e6f2;
	text-align:center;
	/*width:25%;*/	
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #d9e6f2;
	border-left:1px solid #d9e6f2;
	padding:.5em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/1em Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
td em,
tfoot em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}