/* heading objects */
h1, h2, h3 {
	font-family:Georgia,Verdana,Arial,Helvetica,san-serif;
}
h1 {
	font-size:22px;
	font-weight:normal;
	color:#652b80;
	margin:0 0 10px 0;
}
h2 {
	font-size:19px;
	font-weight:normal;
	color:#851054;
	margin:0 0 10px 0;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#777;
	margin:0 0 10px 0;
}

/* text objects */
p {
	font-size:11px;
	color:#000;
	margin:0 0 16px;
}
div.t_text {
	padding:0 0 15px 0;
}
/* needed for firefox cms editor */
body.t_text {
	font-family:Arial, Helvetica, sans-serif;
}
.t_text {
	font-size:11px;
	color:#000;
}
.t_text a {
	color:#851054;
	text-decoration:none;
}
.t_text a:hover {
	text-decoration:underline;
}
.t_text ul {
	padding:0;
	margin:0 0 0 16px;
	list-style-type:square;
}
.t_text li {
	margin:4px 0;
}

.t_imgborder {
	border:solid 1px black;
}
.t_lightboximage {
	padding:5px;
	border:solid 1px #999;
	margin-bottom:10px;
}
.t_image div {
	color:#777;
	font-style:italic;
	padding:5px 0;
}
.t_image {
	margin-bottom:10px;	
}
.t_objecttable .t_image {
	margin-bottom:0;	
}

/* table objects */
.t_texttable {
	border-top:solid 1px #777;
	background-color:#FFF;
	color:#000;
	margin-bottom:10px;
}
.t_texttable th {
	border-bottom:solid 1px #777;
	background-color:#652b80;
	color:#FFF;
	font-weight:normal;
	font-size:12px;
	padding:3px;
	text-align:left;
	vertical-align:top;
}
.t_texttable td {
	border-bottom:solid 1px #777;
	font-size:11px;
	padding:4px;
	vertical-align:top;
}
.t_texttable .r1 {
	background-color:#eee;
}
.t_texttable .r0 {
	background-color:#ddd;
}
.t_objecttable {
	background-color:#000;
	margin-bottom:10px;
}
.t_objecttable td {
	background-color:#fff;
	vertical-align:top;
}

/* file download objects */
.t_downloadicon {
	float:left;
}
.t_downloaddesc {
	padding-left:32px;
	padding-bottom:10px;
	font-size:11px;
	color:#777;
	line-height:15px;
}
a.t_downloadtitle {
	font-size:11px;
	font-weight:bold;
	color:#851054;
	text-decoration:none;
}
a.t_downloadtitle:hover {
	text-decoration:underline;
}
.t_downloadinfo {
	font-size:10px;
	color:#ccc;
}

/* form fields */
.t_fTitle {
	font-size:11px;
	color:#652b80;
}
.t_fThankyou {
	font-size:11px;
	font-weight:bold;
	color:#851054;
	margin-bottom:16px;
}
.t_fErrorMsg {
	font-size:11px;
	font-weight:bold;
	color:#cc0000;
	margin-bottom:16px;
}
.t_fInput {
	font-family:Verdana,Arial,Helvetica,san-serif;
	font-size:11px;
	color:black;	
}
.t_fButton {
	font-family:Verdana,Arial,Helvetica,san-serif;
	font-size:11px;
	color:black;	
}

/* text/image overlay */
.t_overlay {
   position:relative;
   margin-bottom:10px;
}

/* prayer points */
.t_prayerpoint {
	font-size:8pt;
	line-height:12pt;
	color:#000;
	margin-bottom:20px;
}
.t_prayerdate {
	font-weight:bold;
	color:#851054;
}
.t_prayercountry {
	font-weight:bold;
}
.t_prayercountryprofile {
	margin:16px 0;
	color:#851054;
}
.t_prayercountryprofile a {
	color:#851054;
}

/* rotating banners */
.t_rotatingBanner {
	position:relative;	
}
.t_banner {
	position:absolute;
	top:0;left:0;	
}
.t_bannerNums {
	position:absolute;
	bottom:15px;left:15px;
	z-index:1000;
}
.t_bannerNum {
	border:solid 1px #ccc;
	background-color:#777;
	float:left;
	margin-right:5px;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}
.t_bannerNum a {
	display:block;
	width:15px;
	height:15px;
	padding:5px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.t_bannerNumOn {
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
}

/* faqs */
.t_faq {
	margin-bottom:16px;	
}
.t_faqanswer {
	margin-top:5px;	
}
a.t_faqquestion {
	font-weight:bold;
	color:#652b80;
	text-decoration:underline;
	cursor:help;
}
a.t_faqquestion:hover {
	color:#851054;
}

/* event listing */
.event-listing {
	clear:both;
	padding-bottom:20px;
}
.event-listing-thumb {
	float:left;
	margin:0 15px 15px 0;
}
.event-listing-info {
	margin-left:100px;
}
.event-listing-details {
	font-weight:bold;
	color:#652b80;
	padding-bottom:5px;
}