@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;
}
img {
	background: transparent;
}


.single_content_element ul {
	list-style-image: url(img/bullet.gif);
}



/* --- custom styles --------------------------------------
*/

.layout100 a:hover {
	background: transparent;
	color: #4b93dc;
}
.layout100 a {
	background: transparent;
	color: #4b93dc;
}
.layout109 a:hover, .layout103 a:hover {
	background: transparent;
	color: #4b93dc;
}
.layout109 a, .layout103 a {
	background: transparent;
	color: #485258;
}

body.pageLayout101 .breadcrumbmenu  {
	visibility: hidden;
}
.breadcrumbmenu {
	position: absolute;
	left: 36px;
	top: 85px;
}
.breadcrumbmenu li {
	color: #4b93dc;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-left: 0px;
}
.breadcrumbmenu li a {
	color: #4b93dc;
	color: #000;
}
.breadcrumbmenu li a:hover {
	color: #4b93dc;
}
.breadcrumbmenu .symbol-breadcrumb {
	font-size: 14px;
}
/* --- framesets ------------------------------------------
*/

.layout199_break { /* full size - flex height */
	background: transparent;
	clear: both;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}


#main table {
    border-collapse: collapse !important;
    border-spacing: 4px !important;
    margin: 0 0 10px;
    width: 100% !important;
}
#main table td {
	padding: 5px;
	border: 1px solid #555555;
}
