h1, h2, h3, h4 {
	font-weight: bold;
}


h1 {
	margin: 20px 0 15px 5px;
	padding: 0;
	line-height: 1.5em;
	font-size: 1.5em;
	color: #02143a;
	border-bottom: 2px solid #02143a;
}
h2 {
	margin: 15px 10px 5px 5px;
	padding: 0;
	line-height: 1.3em;
	font-size: 1.3em;
	color: #02143a;
}
h3 {
	margin: 15px 10px 5px 5px;
	padding: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	color: #02143a;
}

a, .mod_breadcrumb a:visited {
	color: #28779f;
	text-decoration: none;
}
a:visited {
	color: #48a7cf;
}
a:hover {
	color: #08576f;
	text-decoration: underline;
}


p.center {
	text-align: center;
}

table {
	margin: 10px auto;
}


.clear_block {
	clear: left;
}
.clear_h2 h2 {
	clear: both;
}
.clear_h3 h3 {
	clear: both;
}
.clear_h4 h4 {
	clear: both;
}

.mod_article div.left {
	float:left;
	display:inline;
	margin-right:10px;
	margin-left:10px;
	width:300px;
}

.mod_article p, .mod_article li {
	font-size: 100%;
	line-height: 1.4em;
}
.mod_article p {
	margin-left: 5px;
}
.mod_article p.indent {
	margin-left: 15px;
}
.mod_article ul {
	margin-left: 25px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.mod_article li {
	padding: 2px 0;
}
.mod_article p.back {
	margin: 15px auto auto 15px;
	padding-left: 20px;
	background: #fff url(/system/themes/default/images/back.gif) no-repeat scroll 0% 50%;
}

.comment_default {
	background: #fff url(/tl_files/firmm/images/comment_background.jpg) no-repeat scroll left top;
	padding: 20px 0 0 30px;
}

.ce_comments {
}
.ce_comments .form {
	border-top: 2px solid silver;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 15px;
}
.ce_comments .formbody .widget {
	margin-bottom: 5px;
}

img.left {
	margin: 5px 10px 5px 5px;
	float: right;
}
img.right {
	margin: 5px 5px 5px 10px;
	float: right;
}
img.border {
	padding: 5px;
	border: 1px solid black;
}

.mod_newslist_long ul {
	margin-left: 5px !important;
}
.mod_newslist_long li {
}

.mod_newslist_long li .info {
	margin-bottom: 2px;
	text-align: right;
	float: right;
	color: #333;
	font-size: 80%;
	line-height: 2em;
	vertical-align: bottom;
}
.mod_newslist_long li .headline {
	margin-bottom: 2px;
	padding-right: 8em;
	padding-left: 24px;
	background: transparent url(/tl_files/icons/16/pin2_grey.png) no-repeat scroll left 50%;
	font-weight: bold;
	font-size: 120%;
}
.mod_newslist_long li.featured .headline {
	background: transparent url(/tl_files/icons/16/pin2_orange.png) no-repeat scroll left 50%;
}

.mod_newslist_long li .headline a {
	text-decoration: none;
	color: #228;
}
.mod_newslist_long li .headline a:hover {
	color: #22f;
}
.mod_newslist_long li .teaser {
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 2px;
	border-top: 1px dotted #333;
	color: #333;
	font-size: 90%;
}

.mod_unsubscribe {
}
.mod_unsubscribe .formbody {
	margin-left: 10px;
}
.mod_unsubscribe .checkbox_container {
	margin: 10px 0;
}
.mod_unsubscribe label {
	display: block;
	font-size: 90%;
	margin-top: 10px;
	margin-left: 0.5em;
}
.mod_unsubscribe #ctrl_channels {
	margin-top: 3px;
}
.mod_unsubscribe #ctrl_channels label {
	display: inline;
	font-size: 100%;
	margin-left: 0;
}


.pagination {
	margin-bottom: 15px;
}
.pagination p {
	float: left;
}
.pagination ul {
	text-align: right;
}
.pagination ul li {
	display: inline;
}
.pagination ul li a {
	text-decoration: none;
}


.pinboard {
}
.pinboard h1 {
}

.pinboard mod_newslist {
	margin: 0;
}
.pinboard ul {
	margin: 0;
	padding: 0;
}
.pinboard ul li {
	float:left;
	display:inline;
	margin-left:10px;
	padding: 0;
	width:300px;
	background-color: #ffcc66;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 1px solid silver;
}
.pinboard ul li .block {
	margin-right:0;margin-left:0;
}
.pinboard ul li.even {
	clear:left;
}
.pinboard ul li.odd {
}

.pinboard ul li .headline {
	margin-top: 3px;
	margin-bottom: 2px;
	padding-left: 24px;
	background: transparent url(/tl_files/icons/16/pin2_red.png) no-repeat scroll 5px 50%;
	font-weight: bold;
}
.pinboard ul li .headline a {
	text-decoration: none;
	color: #228;
}
.pinboard ul li .headline a:hover {
	color: #22f;
}
.pinboard ul li .teaser {
	padding: 5px;
	margin-top: 2px;
	border-top: 1px dotted #333;
	color: #333;
	font-size: 90%;
}


.mod_eventlist {
	margin: 0;
}
.mod_eventlist p {
	margin: 0;
	font-size: 85%;
}

small {
	font-size: 90%;
	line-height: 1.5em;
}


#main .ce_text {
}

#main .teaser {
/*	margin-left: 10px;
	margin-right: 10px;
	*/
}

#main .ce_headline {
	margin-left: 15px;
}

p.more {
	margin: 15px auto auto 15px;
}
p.more a {
	padding-left: 16px;
	background: transparent url(/tl_files/firmm/images/link_more.gif) no-repeat 0% 70%;
}


.g4 h2, .ca_left h2, .ca_right h2 {
	margin: 15px 5px 10px 5px;
	padding: 3px 5px 4px 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	vertical-align: bottom;
/*	text-shadow: #02143a 0px 0px 5px;
	filter: DropShadow(Color=#02143a, OffX=1, OffY=1);*/
	background-color: #97c1d6;
}
.g4 h2 a, .ca_left h2 a, .ca_right h2 a {
	padding-right: 15px;
	text-decoration: none;
	display: block;
	color: #fff;
/*	text-shadow: #fff 0px 0px 3px;
	filter: DropShadow(Color=#02143a, OffX=1, OffY=1);*/
	background: transparent url(/tl_files/firmm/images/column_more.png) no-repeat scroll right 4px;
}
.g4 h2 a:hover, .ca_left h2 a:hover, .ca_right h2 a:hover {
	color: #02143a;
/*	text-shadow: #fff 0px 0px 5px; */
	background: transparent url(/tl_files/firmm/images/column_more_hover.png) no-repeat scroll right 4px;
}
.ca_left ul, .ca_right ul {
	margin-left: 10px;
}

.ce_gallery {
	clear:left;
}

.ce_text h2 {
/*	border: none; */
}

.ce_text .image_container {
	text-align: center;
}
.image_container .caption {
	font-size: 80%;
	text-align: center;
}

.ce_downloads {
}
.ce_downloads ul {
	list-style: none !important;
}
.ce_downloads ul li {
	margin-left: 0px;
	padding-left: 25px;
	list-style: none !important;
}
.ce_downloads ul li small {
	color: #555;
}
.ca_left .ce_downloads ul li small,
.ca_right .ce_downloads ul li small {
	display: none;
}

.ce_accordion {
	margin-left: 20px !important;
}
.ce_accordion .toggler {
	font-weight: bold;
	font-size: 120%;
	cursor: pointer;
}

.ce_right_align div {
	float: right;
}

.ce_form {
}

.ce_form .error {
	color: #e00;
	margin-bottom: 2px;
}
.ce_form p.error {
	font-size: 90%;
	font-style: italic;
}

.ce_form div.widget {
	margin-bottom: 2px;
	margin-top: 15px;	
}
.ce_form .widget label {
	display: block;
	margin: 0 0 1px 10px;
	font-size: 90%;
}
.ce_form .widget input {
	display: block;
	margin: 0 0 5px 5px;
}
.ce_form label.mandatory, .ce_form label.capcha {
	font-weight: bold;
}
.ce_form .submit_container, .ce_form .capcha {
	margin-top: 15px;
}

.ce_form fieldset {
	padding: 5px 12px;
	border: 1px solid #02143A;
	-moz-border-radius: 5px;  
	border-radius: 5px;  
	-webkit-border-radius: 5px;
}
.ce_form fieldset legend {
	color: #02143A;
	padding: 0 5px;
	font-weight: bold;
	font-size: 1.1em;
}
.ce_form .radio_container span,
.ce_form .checkbox_container span {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ce_form fieldset.field_2column div.widget,
.ce_form div.widget_2column {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-left: 1px;
	width: 260px;
}
.ce_form div.widget_2column_clear {
	clear: left;
}
.ce_form div.widget div.checkbox_4column span {
	float: left;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	width: 120px;
}
.ce_form .radio_container span label,
.ce_form .radio_container span input,
.ce_form .checkbox_container span label,
.ce_form .checkbox_container span input {
	display: inline;
}

.ce_form div.widget_break_column {
	clear: left;
	padding-top: 10px;
}

.ce_form div.select_num label {
	float: right;
	text-align: left;
	width: 80%;
}
.ce_form div.select_num select {
	width: 15%;
}

.ce_form div.explanation {
	clear: left;
	padding-top: 10px;
}


.simple table {
	margin-left: 10px;
	margin-top: 15px;
	border: none;
	border-collapse: collapse;
}
.simple table th {
	background-color:#e6e6e6;
	padding: 3px 8px;
	font-weight: bold;
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #888;
}
.simple table th.col_last {
	border-right: 1px solid #e6e6e6;
}
.simple table td {
	padding: 4px 8px;
	border: none;
	border-right: 1px solid #cccccc;
}
.simple table td.col_last {
	border-right: none;
}
.simple table tr.even td {
}
.simple table tr.odd td {
	background-color: #eee;
}

.mod_search .context {
	color: #444;
}
.mod_search .highlight {
	font-weight: bold;
	color: black;
}
.mod_search .relevance {
	font-size: 80%;
}


/*
.ce_table table {
	border-left:1px solid #cccccc;
}
.ce_table th {
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.ce_table td {
	padding: 3px 8px;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
*/


#main p {
}

#main ul {
}
#main ul li {
	list-style: square;
}

table#taxobox {
	width: auto;
	margin-left: 15px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
/*
table#taxobox th {
	padding: 3px 2px;
	color: #000;
	background-color: #97c1d6;
	font-weight: bold;
	text-align: center;
}
*/
table#taxobox td {
	padding: 2px 3px;
	vertical-align: top;
}
table#taxobox th {
	padding-right: 1em;
	font-weight: bold;
	padding: 2px 3px;
	vertical-align: top;
}
