/* tables */
table.blue{
	font-family:arial;
	border-collapse: collapse;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.blue caption {
color: #E57023;
font-size: 10pt;
font-weight: bold;
font-style:italic;
text-align: left;
}

table.blue thead tr th, table.blue tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-weight: bold;
	font-size: 10pt;
	padding: 4px;
}
table.blue thead tr .header {
}
table.blue tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF; 
	vertical-align: top;
}
table.blue tbody tr.odd td {
	background-color:#F0F0F6;
	/*border-right: 1px solid #FFF;*/
}


table.blue2 {
	width:100%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:.1em auto;
	border-collapse:collapse;
}
table.blue2 caption {
	color: #9ba9b4;
	font-size:.8em;
	letter-spacing:.1em;
	padding: .3em 0 0 0;
	margin:.1em 0 0 0;
	caption-side:top;
	text-align: right;
}	
table.blue2 tbody tr.odd td{
	background:#f4f9fe url(image/table_bg.gif) no-repeat;
}	
table.blue2 .column1	{
	background:#f9fcfe;
}
table.blue2 td {
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em .1em;
	text-align:center;
}				
table.blue2 th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em .3em;
}	
table.blue2 thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold .95em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}				
table.blue2 tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
table.blue2 tfoot td {
	text-align:left;
	padding: 9px;
	}	
table.blue2 foot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
table.blue2 tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	