@charset "utf-8";
/* CSS Document */

/*
.table, 
.text .table { width:100%; border-top:1px solid #e5eff8;border-right:1px solid #e5eff8; border-collapse:collapse; }

	.table th,
	.text .table th { font-weight:bold; color:#678197; text-align:left; border-bottom:1px solid #e5eff8; border-left:1px solid #e5eff8; padding:8px; }	
	
	.table thead th,
	.text .table thead th { background:#e5eff8; text-align:center; font-size:13px; font-weight:bold; color:#66a3d3; padding:8px; }	
	
	.table tbody tr:nth-child(odd) td,
	.text .table tbody tr:nth-child(odd) td { background:#f7fbff; }	
	
	.table tbody td,
	.text .table tbody td {	color:#678197; background:#fff; border-bottom:1px solid #e5eff8; border-left:1px solid #e5eff8; padding:8px; }	
	
	.table tbody tr:nth-child(odd) th,
	.text .table tbody tr:nth-child(odd) th { background:#f4f9fe; }				
	
	.table tbody th,
	.text .table tbody th { background:#f9fcfe; }	
*/

.table, 
.text .table { width:100%; border-top:1px solid #55504A;border-right:1px solid #55504A; border-collapse:collapse; }

	.table th,
	.text .table th { font-weight:bold; color:#55504A; text-align:left; border-bottom:1px solid #55504A; border-left:1px solid #55504A; padding:8px; }	
	
	.table thead th,
	.text .table thead th { background:#935354; text-align:center; font-size:13px; font-weight:bold; color:#F0EEE1; padding:8px; 
						 border-bottom:1px solid #935354; border-left:1px solid #935354; }		
	
	.table tbody td,
	.text .table tbody td { color:#55504A; border-bottom:1px solid #55504A; border-left:1px solid #55504A; padding:8px; }	
	
/*