﻿@charset "utf-8";
table.TB_COLLAPSE {
	width: 900px;
}
table.TB_COLLAPSE caption {
	padding: 10px;
    font-size: 12px;
	/*font-size: 24px;*/
}
table.TB_COLLAPSE thead th {
    font-size: 14px;
    /*padding:5px 0px;*/
    color:#FF6200;
    /*background-color:#915957;*/
    /*background-color:#D1D1D1;*/
    background-color:#ffcd9e;
    border: none;
    /*border: 1px solid #cccccc;*/
    /*text-align: center;*/
}
table.TB_COLLAPSE tbody td {
    font-size: 14px;
	/*padding: 5px 0px;*/
	color: #333;
    padding-left: 10px;
    border: none;
	/*border-bottom: 1px solid #CCC;*/
    /*border: 1px solid #cccccc;*/
	/*text-align: center;*/
}
table.TB_COLLAPSE tfoot td {
    font-size: 14px;
    padding:5px 0px;
    background-color:#d6d6a5;
    border: none;
    /*border: 1px solid #cccccc;*/
    /*text-align: center;*/
}/* CSS Document */
.TB_COLLAPSE tr th {
    font-size: 14px;
	color:#FF6200;
    /*border: 1px solid #cccccc;*/
    /*background-color:#D1D1D1;*/
    background-color:#ffcd9e;
    padding-right: 5px;
    border: none;
	/*font-weight: normal;*/
    font-weight: bold;
	font-variant: normal;
	/*background-color: #F2F2F2;*/
    text-align: right;
    width: 200px;
    /*
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
    */
}
