/* ---------------------- MAIN CONTENT -> TEXT BLOCK -> TABLE ---------------------- */

.textBlock .table {
	display:block;
	position: relative;
	color: #ffffff !Important;
	font-size: 1em !Important;
	width: 100% !Important;
	text-align: center;
	overflow: hidden !Important;
}

.textBlock .table .imgNe {
}

.textBlock .table .imgSw {
}

.textBlock table.classic {
	width: 100% !Important;
	display: table;
	background-color: #7eddf2 !Important;
	margin: 0;
}

.textBlock table.classic tr {
}

.textBlock table.classic td {
	width: auto !Important;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	border-top: none;
}

.textBlock table.classic td p {
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
}


.textBlock table.classic tr.odd {
	background-color: #6bc5d9;
}

.textBlock table.classic th {
	padding: 5px;
}

.textBlock table.classic td {
	padding: 5px 5px 5px 10px;
}

.textBlock table.classic td:first-child {
	text-align: left;
}

/* ---------------------- MAIN CONTENT -> TEXT BLOCK -> LIST ---------------------- */
.textBlock ul {
	display:inline;
	position: relative;
	background-color: #ffffff;
	color: #717171;
	font-size: 0.75em;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.textBlock ul li {
	list-style:inside;
	padding: 3px 0 3px 10px;
}

.textBlock ol {
	display:inline;
	position: relative;
	background-color: #ffffff;
	color: #717171;
	font-size: 0.75em;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.textBlock ol li {
	list-style:decimal inside;
	padding: 3px 0 3px 10px;
}


