/*mod_table_simple.css*/
@import "mod_table_base.css";

.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;
}

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

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

.dataTable img {
	border: none;
}
