.DTTT_Print .DTTT_ClosePreview,
.DTTT_Print .modal,
.DTTT_Print .wizard,
.DTTT_Print .ui-widget {
	display: none;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: white;
	color: black;
}

th,td {
	padding: 1px;
}
th {
	border-bottom: 2px solid #333333;
	text-align: center;
}
td {
	border-bottom: 1px dotted #999999;
}

th:last-child, td:last-child {
	/*display: none;*/
}

tfoot td {
	border-bottom-width: 0px;
	border-top: 2px solid #333333;
	padding-top: 20px;
}

.licenceTable th {
	border: none;
	text-align: right;
}
.licenceTable td {
	border: none;
}


a, a:hover, a:visited {
	text-decoration: none;
	color: black;
}


.column-fit,
.column-tight {
	white-space: nowrap;
}
.column-tight {
	width: 1px;
}