/*spec_table*/

.dataTable,
.specTable {
	width: 100%;
	margin-bottom : 1em;
	border-collapse: collapse;
	border: 1px solid #999;
	border-bottom: none;
}

.withBottomElement{
	margin-bottom: 0.5em;
}

.dataTable caption {
	font-size : 80%;
	text-align : left;
	font-weight : bold;
	padding-bottom : 0.2em;
}

.specTable caption {
	display : none;
}

.dataTable th,
.dataTable td,
.specTable th,
.specTable td {
	padding: 0.5em;
	border: 1px solid #999;
	border-width: 0 1px 1px 0; 
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.dataTable thead td,
.dataTable th,
.specTable th {
	background: #eee;
	border-right : 1px solid #d2d2d2;
}

.dataTable thead th {
	background: #d2d2d2;
	border-right : 1px solid #7e7e7e;
}

.dataTable th .caption,
.dataTable td .caption {
	display : block;
	font-size : 80%;
}


.dataTable td,
.specTable td {
	border-right : 1px solid #d2d2d2;
}

.specTable colgroup.headerCols col {
	width: 87px;
}

.specTable colgroup.headerCols col.headerCol,
.specTable col.headerCol {
	width: 174px;
}

.dataTable colgroup.headerCols col.headerCol,
.dataTable col.headerCol {
	width: 141px;
}

.specTable th.margedCell {
	border-right: none;
}

.specTable th.subCell {
	border-width : 0 1px 0 0;
	padding-bottom: 0;
}

.specTable td.subCell {
	border-width: 0;
	padding-bottom: 0;
}

.specTable th.subCell.lastItem,
.specTable td.subCell.lastItem {
	border-bottom: 1px solid #999;
	padding-bottom: 0.5em;
}


/*cell align*/

.dataTable td.align01,
.dataTable th.align01 {
	text-align : left;
}

.dataTable td.align02,
.dataTable th.align02 {
	text-align : center;
}

.dataTable td.align03,
.dataTable th.align03 {
	text-align : right;
}


.dataTable td.valign01,
.dataTable th.valign01 {
	vertical-align : top;
}

.dataTable td.valign02,
.dataTable th.valign02 {
	vertical-align : middle;
}

.dataTable td.valign03,
.dataTable th.valign03 {
	vertical-align : bottom;
}

.dataTable th.numericData,
.dataTable td.numericData {
	text-align : right;
}


/*strong*/

.dataTable th.strong {
	color : #fff;
	background : #666;
}

/*data class*/

.dataTable td.class01,
.dataTable th.class01 {
	background : #e5effa;
}

.dataTable td.class02,
.dataTable th.class02 {
	background : #dbdbdb;
}

.dataTable td.class03,
.dataTable th.class03 {
	background : #f3e7f8;
}

.dataTable td.class04,
.dataTable th.class04 {
	background : #f8eae7;
}

.dataTable td.class05,
.dataTable th.class05 {
	background : #eef6e7;
}

.dataTable td.class06,
.dataTable th.class06 {
	background : #f7f8e7;
}

.dataTable td.class06,
.dataTable th.class06 {
	background : #f7f8e7;
}

.dataTable td.dummy{
 width: 0;
 display: none;
}

/*subData*/

td.subData,
th.subData {
	padding-left : 1.5em;
}

/*simpleTable*/

.simpleTable {
	border : none;
	margin-bottom : 1em;
	background : transparent;
}

.simpleTable th,
.simpleTable td {
	border : none;
	background : transparent;
	padding : 0.2em 4em 0.2em 0;
	font-weight : normal;
	text-align : left;
	vertical-align : top;
}
