@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	
	custom styles
*/




/* --- color definitions ----------------------------------
	.white			{ color: #FFFFFF; }
	.black			{ color: #000000; }
   
	.tc-orange		{ color: #FA8800; }	
	.tc-green		{ color: #66A552; }	
*/


strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
sub {
	line-height: 0px;
	font-size: 10px;
}
sup {
	line-height: 0px;
	font-size: 10px;
}


.single_content_element hr {
	visibility: hidden;
}
.single_content_element .csc-textpic-text hr {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #66A552;
	visibility: visible;
}
.single_content_element ul {
	list-style-image: url(img/bullet.gif);
}



/* --- custom styles --------------------------------------
*/




/* --- framesets ------------------------------------------
*/

.layout199_break { /* full size - flex height */
	background: transparent;
	clear: both;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}




/* --- indexed_search ------------------------------------------
*/

tr.table-content {
	vertical-align: top;
}

td.col-1 {
	width: 50px;
}

div.title {
	font-weight: bold;
	font-size: 1.1em;
}

.single_content_element .tx-indexedsearch ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	width: 100%;
}
.single_content_element .tx-indexedsearch li {
	float: left;
	padding: 5px;
}