



/*ckedit 表格屬性裡的間距須清除*/

.table0,
.table1-1,
.table2-1,
.table3-1,
.table4-1,
.table5-1{
	border-width:0px;
}

.table0,
.table1-1,
.table2-1,
.table3-1,
.table4-1,
.table5-1{
	/*width:100%;*/
}

.table0 td,
.table1-1 td,
.table2-1 td,
.table3-1 td,
.table4-1 td,
.table5-1 td{
	padding:5px;
	border:1px solid #cccccc;
}

.table1-1 tr:first-child,
.table2-1 tr:first-child,
.table3-1 tr:first-child,
.table4-1 tr:first-child,
.table5-1 tr:first-child{
	color:#FFF;
	text-align:center;
}

.table1-1 tr:first-child{
	background:#7c7c7c;
}

.table2-1 tr:first-child{
	background:#807a9b;
}

.table3-1 tr:first-child{
	background:#fc38b4;
}

.table4-1 tr:first-child{
	background:#1390e0;
}

.table5-1 tr:first-child{
	background:#5eb600;
}


.table1-1 tr:first-child td{
	border:1px solid #7c7c7c;
}

.table2-1 tr:first-child td{
	border:1px solid #807a9b;
}

.table3-1 tr:first-child td{
	border:1px solid #fc38b4;
}

.table4-1 tr:first-child td{
	border:1px solid #1390e0;
}

.table5-1 tr:first-child td{
	border:1px solid #5eb600;
}
/************************************/

.table1-2,
.table2-2,
.table3-2,
.table4-2,
.table5-2{
	width:100%;
}

.table1-2 td,
.table2-2 td,
.table3-2 td,
.table4-2 td,
.table5-2 td{
	padding:5px;
	border:1px solid #cccccc;
}

.table1-2 td:first-child,
.table2-2 td:first-child,
.table3-2 td:first-child,
.table4-2 td:first-child,
.table5-2 td:first-child{
	padding:5px;
	border:1px solid #FFF;
}

.table1-2 td:first-child,
.table2-2 td:first-child,
.table3-2 td:first-child,
.table4-2 td:first-child,
.table5-2 td:first-child{
	color:#FFF;
}

.table1-2 td:first-child{
	background:#7c7c7c;
}

.table2-2 td:first-child{
	background:#807a9b;
}

.table3-2 td:first-child{
	background:#fc38b4;
}

.table4-2 td:first-child{
	background:#1390e0;
}

.table5-2 td:first-child{
	background:#5eb600;
}
