/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
	Created on : 28.09.2015, 15:00:36
	Author	 : stm
*/

table {
	width: 100%;
	border-collapse: collapse;
	/*border: 1px solid black;*/
}

td {
	border: 1px solid black;
}

table.borderless {
	border: none;
}

table.borderless td {
	border: none;
}

tr.border_bottom {
  border-bottom:1pt dashed #cccccc;
}

tr.border_bottom:last-child {
  border-bottom:none;
}

table .left-align {
	text-align: left;
}

table .right-align {
	text-align: right;
}

table .center-align {
	text-align: center;
}

table .absorbing-column {
	width: 100%;
}
/*--- CLASS TABLE-TEXT  START -------*/
.table-text {
	width: 100%;
	border-collapse: collapse;
}

.table-text td {
	border: 1px solid #cdcdcd;
	padding: 5px;
}
	
.table-text th {
	border: 1px solid #cdcdcd;
	background-color: #e5e5e5;
	/*padding: 0px;*/
}

/*--- CLASS TABLE-TEXT  ENDE -------*/
