/*
Main HTML Template Style
*/
body {
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	background-image: url("images/tfc_background.gif");
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	color: #444444;
}

fieldset {
	border:none;
}

INPUT {
	border: solid 1px #cccccc;
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	color: #444444;
}
	#main input,
	#main label,
	#main textarea {
		display: block;
	}
	#main label { padding-top: 4px; }
	#main li { padding-left: 20px; list-style-position: inside; }
	
	.lifegroups-update input {display: inline; float: left; clear: both; padding: 2px; }
	.lifegroups-update label {display: block;}

TEXTAREA {
	border: solid 1px #cccccc;
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	color: #444444;
}

table {
	clear: both;
}

td {
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	color: #444444;
	text-align: left;
	/*border: solid 1px black;*/
}

A {
	color: #444444;
	font-size: 8pt;
	text-decoration: none;
}
A IMG {
border: none;
}

H3, H4 {
	padding: 0px;
	margin: 0px;
}

UL {
	padding-top: 0px;
	margin-top: 0px;
}
dd {
	padding: 0 0 8px 25px;
	font-size: 125%;
	font-weight: bold;
}

A:hover {
	color: #666666;
	text-decoration: underline;
}

/*
Sizing/Spacing
*/

#left_border {
	background-image: url("images/tfc_left_border.gif");
	width: 11px;
}

#right_border {
	width: 11px;
	background: #FFFFFF url(images/tfc_right_border.gif) repeat-y right top;
}

#main {
	background-color: #FFFFFF;
}

#logo {
	background-color: #FFFFFF;
	padding-left: 10px;
}

#search {
	padding-top: 2px;
}

#search_img_td {
	padding-top: 3px;
	padding-left: 12px;
}

html>body #search_img_td {
	padding-top: 0px;
	padding-left: 7px;
}

#search_img_box {
	padding-left: 10px;
}

html>body #search_img_box {
	padding-left: 0px;
}


#menu {
	padding-left: 10px;
}

#main {
	padding-bottom: 10px;
}


#menu_search {
	background-color: #FFFFFF;
	background-image: url('images/tfc_menu.gif');
	width: 840px;
	height: 35px;
}


.news_divider_border {
	width: 4px;
	height: 10px;
}

.news_divider {
	background-image: url('images/tfc_divider_shadow.gif');
	background-repeat: repeat-y;
	width: 4px;
}

.content_wide {
	width: 839px;
	padding-left: 9px;
}

.content_alert {
	width: 880px;
	padding-left: 9px;
}
#alert_title {
	display:inline;
}
#alert_text {
	display: inline;
}

html>body .content_wide {
	width: 848px;
	padding-left: 9px;
}

#full_left {
	padding-left: 5px;
}

html>body #full_left {
	padding-left: 5px;
}

#left_content {
	padding-left: 5px;
}

#content_with_header {
	padding-left: 5px;
}

.content_mid {
	width: 632px;
}

html>body .content_mid {
	width: 636px;
}
/*
.content_small .bodytext {
	padding-left: 5px;
}

.news_latest_body .body_text {
	padding-left: 0px;
}
*/
#content_mid {
	padding: 5px;
}


.content_half {
	width: 318px;
}

#content_half {
	padding: 5px;
}

#even_left, #even_right {
	padding: 5px;
}

.content_small {
	width: 212px;
}
/*
#content_small {
	padding: 5px;
}
*/

#small_block {
	padding-left: 4px;
}

.content_news {
	width: 208px;
}

#news_one,#news_two,#news_three {
	padding: 5px;
}

.news_latest_image IMG {
	margin-bottom: 5px;
	border: solid 1px #dddddd;
}

.news_latest_body A:hover {
	text-decoration: none;
}

#light_right,#small_block,#heavy_left {
	padding: 5px;
}

.content_double {
	width: 424px;
}

.bodytext {
	margin: 0px;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

.ministry_image {
	margin-left: 5px;
}
td.csc-form-labelcell {
	width:30%;
	vertical-align:top;
}
td.csc-form-fieldcell {
	width:70%;
	vertical-align:top;
}


/*
Menu Style
*/
.popup_nav_table {
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
}

.popup_nav_td {
	background-color: #FFFFFF;
	width: 180px;
	border-bottom: solid 1px #eeeeee;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.popup_nav_td A {
	text-decoration: none;
	color: #011a2b;
	border-bottom: solid 0px #eeeeee;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        
}

.popup_nav_td A:hover {
	text-decoration: none;
	color: #777777;
	border-bottom: solid 1px #eeeeee;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.popup_nav_td_active {
	background-color: #2B526B;
	width: 180px;
	border-bottom: solid 1px #eeeeee;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.popup_nav_td_active A {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: solid 1px #eeeeee;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

#nav {
	padding-left: 8px;
	padding-top: 1px;
}

.right_nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #444444;
}

.right_nav UL {
	list-style-type: none;
	margin-left: 10px;
}

html>body .right_nav UL {
	list-style-type: none;
	padding-left: 10px;
}

.right_nav UL UL {
	list-style-type: none;
	padding-left: 20px;
}

/*
Plugin Styles
*/
.tx-macinasearchbox-pi1 INPUT {
	border: solid 1px #cccccc;
}

.content_small .csc-form-fieldcell INPUT {
	width: 190px;
}

.content_small .csc-form-fieldcell TEXTAREA {
	width: 190px;
}

.xds_cal_upcoming_date {
	font-weight: bold;
}

.xds_staff_person_td {
	padding-left: 5px;
	width: 210px;
}

.news_titles_block {
	width: 180px;
}

.tfc_media_latest_audio_title {
	width: 200px;
	font-weight: bold;
}

.tfc_media_latest_audio_info {
	padding-top: 5px;
	padding-left: 5px;
}
#tfc_media_latest_audio_image {
	text-align: right;
}
/*
.tfc_gallery_main_img {
	width: 460px;
	border: solid 1px #aaaaaa;
	padding: 10px;
	padding-bottom: 30px;
}


.tfc_gallery_index_img {
	border: solid 1px #aaaaaa;
	padding: 10px;
}

*/
.tfc_gallery_main_img_top {
	background-image: url('/typo3conf/ext/tfc_gallery/box_images/bg_top.png');
}

.tfc_gallery_main_img_bottom {
	background-image: url('/typo3conf/ext/tfc_gallery/box_images/bg_bottom.png');
	background-position: 0px 1px;
}

html>body .tfc_gallery_main_img_bottom {
	background-image: url('/typo3conf/ext/tfc_gallery/box_images/bg_bottom.png');
	background-position: 0px 0px;
}

.tfc_gallery_main_img_top_center {
	padding:5px;
}

.tfc_gallery_main_img_buy {
	padding-right:10px;
}

.tfc_gallery_arrow {
	width: 50px;
}

.xds_staff_name {
	font-weight: bold;
}

.xds_staff_name_single A {
	font-size: 12px;
	font-weight: bold;
}

.tfc_media_title {
	font-weight: bold;
}

.tfc_media_series_image {
	width: 135;
	padding: 5px;
}

.tfc_media_series_info {
	padding-top: 3px;
}

.tfc_media_title_td {
	width: 225px;
}

.tfc_media_title_label {
	width: 225px;
	color: #888888;
	text-decoration: underline;
}

.tfc_media_date {
	width: 70px;
}

.tfc_media_date_label {
	width: 70px;
	color: #888888;
	text-decoration: underline;
}

.tfc_media_listen {
	width: 70px;
}

.tfc_media_listen_label {
	width: 70px;
	color: #888888;
	text-decoration: underline;
}

.tfc_media_watch {
	width: 70px;
}

.tfc_media_watch_label {
	width: 70px;
	color: #888888;
	text-decoration: underline;
}

.tfc_media_buy {
	width: 70px;
}

.tfc_media_buy_label {
	width: 70px;
	color: #888888;
	text-decoration: underline;
}

.tfc_media_title_td {
	padding-top: 5px;
}

.xds_staff_title_single {
	font-size: 12px;
}

.xds_staff_person_img {
	padding-right: 5px;
	padding-bottom: 5px;
}


.tx-tfcmedia-pi1-browsebox {
	float: right;
}

.xds_staff_title_single {
	padding-bottom: 10px;
}

.xds_staff_assoc_info {
	width:120px;
}

.imgtext-table {
	margin-left: 5px;
}

.xds_staff_person_td {
	width: 180px;
}

#tfc_media_choose_audio_text {
	font-size: 10pt;
}

#tfc_media_choose_audio_text A {
	font-size: 10pt;
	text-decoration: underline;
}

.tfc_media_choose_audio_note {
	font-size: 8pt;
	font-weight: italics;
}

.tx-tfclifegroups-pi4 input.texty,
.tx-tfclifegroups-pi4 textarea {
	width: 300px;
}
.tx-tfclifegroups-pi4 textarea {
	height: 100px;
}
.tx-tfclifegroups-pi4 td {
	vertical-align: top;
}