.has-table{padding:10px 5px;}
table{width:100%; margin-bottom:5px;}
	.has-tabel table tr:hover td{background:#ffedb7;}
	table tr td{padding:4px 10px;}
	table tr td.price-cell{text-align:right;}
	.has-table table tr:hover td{background:#fdfadf;}
/*BORDER ONLY*/
	table.table-borders-only thead tr td{background:#e8e8e8; text-align:center; color:#595959;}
	table.table-borders-only tbody tr td{border-top:1px solid #fff; border-bottom:1px solid #e9e9e9; padding:5px; color:#3c3c3c; font-weight:bold;}
	table.table-borders-only tbody tr td span.note{color:#737373; font-weight:normal;font-size:10px;}
	
	/*GRAY COLOR*/
	table.table-color-gray tr.odd{background:#f4f4f4;}
	table.table-color-gray tr.even{background:#fff;}
	table tr.row-green{background:#defedd;}
	table tr.row-red{background:#ffe5e5;}
	table tr.row-gray{background:#F9F9F9;}
	table tr.row-blue{background:#ebf0ff;}
	table tr.row-white{background:#fff;}
	table tr.row-separator td{height:15px;border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb;}
	
	table.table-color-gray thead tr{background:#eaeaea; font-weight:bold;}
	table.table-color-gray tfoot tr{background:#eaeaea; font-weight:bold;}
	table.table-color-gray tr td{color:#343434;}
	table.table-color-gray tr.pay-attention td{font-weight:bold; font-size:12px; background:#fdfadf ;}
	
	/*BLUE COLOR*/
	table.table-color-blue tr.odd{background:#f1f1f1;}
	table.table-color-blue tr.even{background:#fff;}
	
	table.table-color-blue thead tr{background:#dce8f8; font-weight:bold;}
	table.table-color-blue tfoot tr{background:#dce8f8; font-weight:bold;}
	table.table-color-blue tr td{color:#343434;}

.table-boxed{margin:20px;}
		.table-boxed tr td{}

 
