/*INDEXED SEARCH*/
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	width: 100px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 150px;
}

.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch p.tx-indexedsearch-noresults {
	font-weight: bold;
	text-align: center;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	background: #DAE9F5;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p {
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p.tx-indexedsearch-percent {
	font-weight: normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redmarkup {
	color: #F7210D;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead {
	margin-top: 20px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead table {
	background: #DAE9F5;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead td {
	vertical-align: middle;
}

/*SIMPLE CALENDAR*/
.calendar_table {
	border: 1px solid #66BB50;
	background-color: #B4DEA8;
	margin: 0;
	width: 300px;
	padding: 0;
	height: 110px;
}

.cal_head,
a.cal_head,
.cal_head:visited {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #66BB50;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	height: 20px;
}

a.cal_head:hover,
.cal_head:visited:hover {
	text-decoration: underline;
}

.cal_days {
	width: 50px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #4573B3;
	border-top: 1px solid #4573B3;
	color: #4573B3;
	background-color: #B7D8DE;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 20px;
}

.cal_content {
	margin: 0px;
	padding: 0px;
	width: 50px;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	height: 14px;
}

.cal_sunday {
	margin: 0px;
	padding: 0px;
	width: 50px;
	color: #666666;
	background-color: #DAE9F5;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	height: 14px;
}

.cal_saturday {
	margin: 0px;
	padding: 0px;
	width: 50px;
	color: #666666;
	background-color: #DAE9F5;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	height: 14px;
}

.cal_empty {
	margin: 0px;
	padding: 0px;
	width: 50px;
	color: #666;
	background-color: #EDEDF5;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	height: 14px;
}

.cal_event,
a.cal_event {
	padding: 0;
	margin: 0;
	color: #1B1083;
	font-weight: bolder;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

a.cal_event:hover,
.cal_event:visited:hover {
	color: #666666;
	font-weight: bolder;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
}

.cal_event:visited {
	color: #1B1083;
	font-weight: bolder;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

.cal_today {
	border: 1px solid #66BB50;
	background: #FFFFFF;
	width: 50px;
	margin: 0px;
	padding: 0px;
	color: #66BB50;
	font-size: 10px;
	text-align: center;
	height: 14px;
}

.cal_today_event,
a.cal_today_event {
	width: 20px;
	padding: 0px;
	margin: 0px;
	color: #66BB50;
	font-weight: bolder;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	height: 14px;
}

a.cal_today_event:hover,
.cal_today_event:visited:hover {
	padding: 0px;
	margin: 0px;
	color: #4573B3;
	font-weight: bolder;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
}

/* can't be a.cal_today_event:visited, because then would override .cal_today_event:visited:hover */
.cal_today_event:visited {
	padding: 0px;
	margin: 0px;
	color: #4573B3;
	font-weight: bolder;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

.eventdetail_wraptable {

}

.eventdetail_wraptable img {
	float: left;
	margin: 0 6px 3px 0;
}

.eventdetail_date {
	color: #4573B3;
	font-size: x-small;
	float: right;
}

.eventdetail_time {
	color: #666666;
	font-weight: normal;
	font-size: xx-small;
}

.eventdetail_title {
	color: #1B1083;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.eventdetail_shortdescription {
	display: block;
	color: #1B1083;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
}

.eventdetail_description {
	color: #333333;
	font-size: 11px;
}

.eventdetail_imagetable {
	padding: 0;
	margin: 0;
	float: left;
	width: auto;
	height: auto;
}

.eventdetail_backlink {
	float: right;
	margin: 20px;
	color: #1B1083;
	font-size: 11px;
	text-decoration: none;
}

.list_item_tablewrap, .event_teaser_tablewrap {
	display: block;
	margin: 2px;
	margin-bottom: 12px;
	padding: 2px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #66BB50;
}

 
.list_item_date,
.event_teaser_date,
.list_item_time,
.event_teaser_time {
	float: right;
	color: #1B1083;
	font-size: x-small;
}

.list_item_title,
a.list_item_title,
.event_teaser_title,
a.event_teaser_title {
	color: #1B1083;
	font-weight: bold;
	font-size: 14px;
}

a.list_item_title:hover,
.list_item_title:visited:hover,
.event_teaser_title:visited:hover,
a.event_teaser_title:hover {
	color: #4573B3;
	font-weight: bold;
	font-size: 14px;
}

.list_item_shortdescription,
.event_teaser_shortdescription {
	color: #000;
	font-size: 12px;
}

.list_item_imagetable,
.event_teaser_imagetable {
	margin: 4px;
}

.tool_link, a.tool_link,
.tool_link:visited {
	color: #1B1083;
	font-weight: bold;
	font-size: x-small;
}

a.tool_link:hover,
.tool_link:visited:hover {
	color: #4573B3;
	font-weight: bold;
	font-size: x-small;
}

.list_item_link,
a.list_item_link {
	color: #1B1083;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a.list_item_link:hover,
.list_item_link:visited:hover,
.list_item_link:visited {
	color: #4573B3;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.tx-desimplecalendar-pi1-listrow{
/*	border-bottom: 1px solid #66BB50;*/
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.tx-desimplecalendar-pi1-browsebox {
	text-align: center;
}

.tx-desimplecalendar-pi1-browsebox-scell {
	margin: 20px;
	color: #1B1083;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
}

.tx-desimplecalendar-pi1-browsebox-strong {
	font-weight: bold;
}

/* Simple calender end */

/* CHC FORUM */
/* GENERAL */
#tx_chcforum-pi1 {
}

#tx_chcforum-pi1 th{
	background: url(../img/arrow.gif) no-repeat left #1B1083;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	height: 17px;
	padding: 0;
	padding-left: 20px;
}

#tx_chcforum-pi1 thead th{
	background: none;
	color: #1B1083;
}

#tx_chcforum-pi1 tbody{
	background: #EDEDF5;
	border: 1px solid #1B1083;
}

#tx_chcforum-pi1 caption {
	display: none;
}

#tx_chcforum-pi1 a {
	text-decoration: underline;
}

#tx_chcforum-pi1 a:hover {
	text-decoration: none !important;
}

/* only one form in the forum */
#tx_chcforum-pi1 form {
	margin-top: 20px;
}

/* GENERIC TABLE BEGIN */
.tx-chcforum-pi1-Table {
	margin-top: 4px;
	width: 100%;
	text-align: left;
}

.tx-chcforum-pi1-Table thead tr th {
	padding: 5px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* category title row */
.tx-chcforum-pi1-Table tbody tr th {
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
}

/* category features row */
.tx-chcforum-pi1-Table tbody tr td {
	padding: 2px;
	font-size: 12px;
}

/* GENERIC TABLE END */
/* CATEGORY TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-catConferenceCel {
}

.tx-chcforum-pi1-catConferenceCel dl {
	margin: 0;
}

.tx-chcforum-pi1-catConferenceCel dt {
}

.tx-chcforum-pi1-catConferenceCel dd {
	margin-left: 5px;
	font-size: 10px;
}

.tx-chcforum-pi1-catConferenceCel dd.new {
}

/* cell 2 */
.tx-chcforum-pi1-catThreadCel {
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-catPostCell {
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-catLastCell {
	font-size: 10px !important;
	vertical-align: top;
}

/* CATEGORY TABLE END */
/* CONFERENCE TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-confthreadsubjcell {
}

.tx-chcforum-pi1-confthreadnew {
	padding-left: 5px;
	color: #F7210D;
	font-size: 10px;
}

.tx-chcforum-pi1-confthreadbtns img {
	padding-top: 5px;
}

.tx-chcforum-pi1-confthreadbtns {
	padding-left: 5px;
}

/* cell 2 */
.tx-chcforum-pi1-confthreadrepliescell {
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-confthreadauthorcell {
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-confthreadlastcell {
	font-size: 10px !important;
}

/* CONFERENCE TABLE END */
/* NAVPATH BEGIN*/
.tx-chcforum-pi1-navpath {
	margin-bottom: 3px;
	margin-top: 15px;
	padding: 3px;
	font-size: 10px;
}

/* NAVPATH END*/
/* PAGELINKS BEGIN */
.tx-chcforum-pi1-pagelinkstop, .tx-chcforum-pi1-pagelinksbtm {
	margin-bottom: 3px;
	padding: 3px;
	clear: both;
	font-size: 10px;
	font-size: 10px;
	text-align: right;
}

/* PAGELINKS END */
/* POST FORM BEGIN */
.tx-chcforum-pi1-postform {
	padding: 5px;
	margin-bottom: 3px;
}

.tx-chcforum-pi1-postform fieldset label {
	padding-right: 20px;
	width: 150px;
	float: left;
	display: block;
	text-align: right;
}

.tx-chcforum-pi1-postform fieldset#formtop input {
	width: 150px;
	float: left;
	padding: 2px;
	margin-bottom: 3px;
	display: block;
}

.tx-chcforum-pi1-postform textarea {
	margin: 3px 0;
	width: 100%;
	height: 150px;
}

.tx-chcforum-pi1-postform fieldset#formtop br {
	clear: left;
}

.tx-chcforum-pi1-formbtn {
	text-align: center;
}

.tx-chcforum-pi1-formbtn input {
	padding: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.tx-chcforum-pi1-formbtnhov {
	border: 1px solid #F7210D;
	padding: 3px;
	background-color: #FFFFFF;
	color: #F7210D;
	font-weight: bold;
	font-size: 12px;
}

.tx-chcforum-pi1-formbtnstyle {
	padding: 3px;
	margin: 3px;
	background-color: #FFFFFF;
}

.tx-chcforum-pi1-formbtnstylehov {
	border: 1px solid #F7210D;
	padding: 3px;
	margin: 3px;
	background-color: #FFFFFF;
	color: #F7210D;
}

/* POST FORM END */
/* SINGLE POST BEGIN */
.tx-chcforum-pi1-singlepost {
	margin: 3px 0;
	margin-bottom: 10px;
}

/* top */
.tx-chcforum-pi1-singlepost .author {
	padding: 3px;
	vertical-align: top;
	height: 78px;
}

.tx-chcforum-pi1-formemicostyle {
	margin: 3px;
}

.tx-chcforum-pi1-singlepost .im {
	margin-top: 3px;
	vertical-align: middle;
}

.tx-chcforum-pi1-singlepost .im a {
	margin-right: 10px;
}

.tx-chcforum-pi1-singlepost .im img {
	border: 0px;
	padding-right: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.tx-chcforum-pi1-singlepost #userpic {
	float: right;
}

/* middle */
.tx-chcforum-pi1-singlepost .text {
}

.tx-chcforum-pi1-singlepost .scroller {
	width: 95%;
	padding: 3px;
	background: #FFFFFF;
	text-indent: 0px;
	overflow: auto;
	min-height: 125px;
}

/* bottom */
.tx-chcforum-pi1-singlepost .edit {
	padding: 3px;
	margin-top: 3px;
	height: 19px;
	vertical-align: middle;
}

.tx-chcforum-pi1-singlepost .edit a {
	margin-right: 30px;
}

.tx-chcforum-pi1-singlepost .edit img {
	border: 0px;
	vertical-align: middle;
}

.tx-chcforum-pi1-singlepost .attachment {
	padding: 3px;
}

.tx-chcforum-pi1-singlepost .attachment div {
	vertical-align: top;
}

.tx-chcforum-pi1-singlepost .attachment img {
	float: left;
	margin-right: 5px;
}

.tx-chcforum-pi1-singlepost .rate {
	padding: 3px;
}

.tx-chcforum-pi1-singlepost .rate input {
	background-color: #FFFFFF;
	font-size: 9px;
}

.tx-chcforum-pi1-singlepost .rate select {
	font-size: 10px;
}

.tx-chcforum-pi1-singlepost .rate select option {
	height: 1.5em;
}

.tx-chcforum-pi1-singlepost .rate form {
	padding: 0;
	margin: 0;
	display: inline;
}

.tx-chcforum-pi1-singlepost .rate .ratestars {
	float: left;
	text-align: left;
	height: 1.85em;
}

.tx-chcforum-pi1-singlepost .rate .ratemenu {
	width: 100%;
	text-align: right;
	height: 1.85em;
}

.tx-chcforum-pi1-singlepost .offset {
	margin-left: 15px;
	margin-right: 15px;
}

.tx-chcforum-pi1-singlepost .codecell {
	padding: 5px;
	border: #AABFDC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	color: #1B1083;
	background-color: #EDEDF5;
}

.tx-chcforum-pi1-singlepost .quotecell {
	padding: 5px;
	border: #AABFDC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #EDEDF5;
	font-size: 10px;
}

.tx-chcforum-pi1-singlepost .quotecellauthor {
	border: 0px;
	padding: 3px 0;
	font-weight: bold;
}

.tx-chcforum-pi1-singlepost .quotetable {
	border: 0px;
	margin: 15px 0;
}

.tx-chcforum-pi1-singlepost .text img {
	max-height: 350px;
	max-width: 350px;
}

.tx-chcforum-pi1-singlepostquotetext {
	padding: 5px;
	font-size: 10px;
}

/* SINGLE POST END */
/* FOOTER BOX BEGIN */
.tx-chcforum-pi1-FooterBox {
	padding: 3px;
	font-size: 10px;
}

/* used for user listing */
.tx-chcforum-pi1-FooterBox div {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10px;
}

/* FOOTER BOX END */
/* HEADER BOX BEGIN */
.header_center {
	text-align: center;
	height: 34px;
}

.header_text {
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 34px;
}

.header_small {
	margin-bottom: 3px;
}

/* HEADER BOX END */
/* TOOL BAR  BEGIN */
.tx_chcforum-pi1-toolBar {
	margin-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
}

.tx_chcforum-pi1-toolbar img {
	margin-left: 16px;
	vertical-align: middle;
}

.tx_chcforum-pi1-toolbar div {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 30px;
	text-align: right;
}

.tx_chcforum-pi1-subtoolbar {
	margin-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tx_chcforum-pi1-subtoolbar img {
	margin-left: 16px;
	vertical-align: middle;
}

.tx_chcforum-pi1-subtoolbar div {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 30px;
	text-align: right;

}

/* TOOL BAR  END */
/* PROFILE BEGIN */
.tx-chcforum-pi1-profileborder {
	padding: 3px;
}

.tx-chcforum-pi1-profileborder #userpic {
	float: right;
}

.tx-chcforum-pi1-profileborder hr {
	clear: left;
	display: block;
	visibility: hidden;
}

.tx_chcforum-pi1-profilehdrbig {
	padding: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}

.tx_chcforum-pi1-profile_hdr {
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
}

/* PROFILE END */
/* MESSAGE BOX BEGIN */
.tx-chcforum-pi1-errorboxcell {
	font-weight: bold;
	text-align: left;
}

.tx-chcforum-pi1-messageboxerrornoborder {
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
	font-weight: bold;
	text-align: left;
}

.tx-chcforum-pi1-messagebox, .tx-chcforum-pi1-messageboxerror {
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}

/* MESSAGE BOX END */
.tx-chcforum-pi1-forumtextbig {
	font-size: 14px;
	font-weight: bold;
}

.tx-chcforum-pi1-helpbox {
	border-style: none;
}

.tx-chcforum-pi1-linkup {
	margin: 12px 0 15px 0;
	padding: 3px;
	background: #EDEDF5;
	font-size: 10px;
	text-align: center;
}

.tx-chcforum-pi1-previewboxcell {
	text-align: center;
}


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container hr.clearer, .news-single-item hr.clearer, .news-latest-container hr.clearer{
	clear: right;
	border: 1px solid #EDEDF5;
	height: 1px;
}

.news-latest-container hr.clearer {
	clear: left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	border: none;
	width: 520px; /*	background-color: #7498CD;*/
	border: 1px solid #1B1083;
}

.news-latest-container h3,.news-latest-gotoarchive {
	padding: 3px;
	margin: 3px;
	border: 1px solid #AABFDC;
	color: #FFFFFF;
	background-color: #1B1083;
	font-size: 13px;
}

.news-latest-container h3 a{
	color: #FFFFFF;
}

.news-latest-gotoarchive {
	margin-top: 5px;
	font-weight: bold;
}

.news-latest-gotoarchive a:link, .news-latest-gotoarchive a:visited, .news-latest-gotoarchive a:hover {
	color: #FFFFFF;
}

.news-latest-gotoarchive a {
	color: #FFFFFF;
}

.news-latest-item {
	padding: 3px;
	margin: 3px;
	border: 1px solid #AABFDC;
	background-color: #EDEDF5;
}

.news-latest-item img {
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #AABFDC;
	float: left;
}

.news-latest-category img {
	float: none;
	border: none;
	margin: 0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size: 9px;
}

.news-latest-morelink {
	height: 12px;
}

.news-latest-morelink a {
	float: right;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border: 0px solid #1B1083;
	padding: 2px;
	background-color: #7498CD;
}

.news-list-item {
	padding: 3px;
	margin: 3px;
	border: 1px solid #AABFDC;
	background-color: #EDEDF5;
}

	
.news-search-form {
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #AABFDC;
	background-color: #EDEDF5;
}

.news-search-emptymsg{
	margin: 0px;
}

.news-search-form form {
	margin: 0px;
}

#content .news-list-container h3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #1B1083;
	color: #FFFFFF;
	background-color: #1B1083;
	font-size: 13px;
}

.news-list-container h3 a:link,.news-list-container h3 a:visited,.news-list-container h3 a:hover {
	padding-left: 2px;
	color: #FFFFFF;
}

#content .news-list-container h3 a {
	color: #FFFFFF;
}

.news-list-container p {
	padding-left: 3px;
}

.news-list-date {
	float: right;
	width: 180px;
	margin-top: -2px;
	margin-right: -2px;
	color: #1B1083;
	background-color: #EDEDF5;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	height: 20px;
}

.news-list-imgcaption {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 9px;
}

.news-list-container img {
	float: right;
	border: 1px solid #AABFDC;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-left: 5px;
}

.news-list-category img {
	float: none;
	border: none;
	margin: 0px;
}

.news-list-morelink,.news-list-category {
	margin-left: 3px;
	font-size: 9px;
}

.news-list-morelink {
	margin-bottom: 3px;
}

.news-list-browse {
	text-align: center;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin: 3px;
	border: 1px solid #AABFDC;
	padding: 3px;
	background-color: #EDEDF5;
}

.tx-ttnews-browsebox td {
	font-size: 10px;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-scell {
	font-weight: bold;
}

.tx-ttnews-browsebox-scell p,.tx-ttnews-browsebox td p{
	margin: 0px;
}

.tx-ttnews-browsebox-scell {
	border: 1px solid #AABFDC;
}

.news-search-emptymsg {
	margin-left: 10px;
	font-size: 11px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #AABFDC;
	background-color: #EDEDF5;
}

.news-single-item h2 {
	margin-bottom: 0px;
	color: #1B1083;
	font-size: 16px;
	font-weight: bold;
}

.news-single-item h3 {
	margin-bottom: 15px;
}

.news-single-img {
	float: right;
	margin-left: 5px;
}

.news-single-imgcaption {
	padding: 3px;
	clear: both;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a {
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 10px;
}

.news-single-timedata {
	float: right;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}

.news-single-author {
	padding-bottom: 3px;
}

.news-single-additional-info {
	clear: both;
	margin-top: 15px;
	border: 1px solid #AABFDC;
	padding: 3px;
	padding-bottom: 0px;
	background-color: #7498CD;
}

.news-single-related,.news-single-files,.news-single-links {
	border: 1px solid #AABFDC;
	margin: 0px;
	margin-bottom: 3px;
	padding: 3px;
	background-color: #EDEDF5;
}

.news-single-related dd, .news-single-links dd, .news-single-files dd {
	margin-left: 20px;
}

.news-single-related dt, .news-single-links dt, .news-single-files dt {
	margin-left: 5px;
	width: 90%;
	font-weight: bold;
	font-size: 11px;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #1B1083;
	background-color: #7498CD;
}

.news-amenu-container li {
	padding-bottom: 1px;
}

.news-amenu-container ul {
	padding: 3px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #AABFDC;
	list-style-type: none;
	background-color: #EDEDF5;
}

.news-amenu-container h3 {
	padding: 3px;
	border: 1px solid #AABFDC;
	color: #FFFFFF;
	background-color: #1B1083;
	font-size: 13px;
}

.news-amenu-container h3 a{
	color: #FFFFFF;
}

.news-amenu-item-year {
	border: 1px solid #AABFDC;
	padding: 2px;
	background-color: #1B1083;
	color: #FFFFFF;
	font-weight: bold;
}

/* --- mailform --*/
.csc-mailform{
	border: none;
}

.csc-mailform input, .csc-mailform textarea{
	border: 1px solid #7498CD;
	padding-left: 2px;
	margin-bottom: 4px;
	width: 300px;
	background: #FFFFFF;
	font-size: 11px;
}

.csc-mailform legend{
	display: none;
}

.csc-mailform label{
	float: left;
	width: 200px;
	display: block;
	text-align: left;
}

.csc-mailform #button{
	border: 1px solid #7498CD;
	width: 150px;
	padding: 0;
	background: #AABFDC;
	color: #1B1083;
	font-weight: bold;
	text-align: center;
}