.tb_obo,.tb_theme1,.tb_theme2,.tb_theme3 {
	width:950px;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
	
}
.tb_obo td{
	border:1px solid #00913c;
	padding:5px 10px;
}
.tb_obo td[rowspan]{
	width:350px;
	font-weight:bold;
	background-color:#CF9;	
}
.tb_obo tr:not(:first-child) td:first-child,.tb_obo tr:first-child td:nth-child(2),.tb_obo tr:nth-child(7) td:nth-child(2),.tb_obo tr:nth-child(12) td:nth-child(2){
	text-align:center;
	background-color:#FFC;
}
.tb_obo tr:nth-child(7) td:first-child,.tb_obo tr:nth-child(12) td:first-child{
	text-align:left;
	background-color:#cf9;	
}
.tb_theme1 td,.tb_theme2 td,.tb_theme3 td{
	border:1px solid #00913c;
	padding:5px 10px;
}
.tb_theme1 td span,.tb_theme2 td span,.tb_theme3 td span{
	color:#fff;
	font-weight:bold;
	padding:3px 5px;
	font-size:80%;
	display:block;
	width:80px;
	text-align:center;
}
.tb_theme1 td span{
	background-color:#F00;
}
.tb_theme2 td span{
	background-color:#00F;
}
.tb_theme3 td span{
	background-color:#090;
}
.tb_theme1 td:first-child,.tb_theme2 td:first-child,.tb_theme3 td:first-child{
	width:100px;
	background-color:#FFC;
}
.tb_theme1 td:nth-child(2),.tb_theme2 td:nth-child(2),.tb_theme3 td:nth-child(2){
	width:550px;
}