/* This style sheet styles the custom content contained inside the news_events section of the site */

/* The following controls the width of the cells in the events table on the news home page */
.event_table {
	margin: 0px;
	padding: 0px;
	width: 647px;
	font-size: 12px;
}
.event_table_header {
	color: #FFFFFF;
	background-color: #000000;
}
.event_date {
	width: 80px;
	border: 1px solid #000000;
	padding-left: 5px;
}
.event_time {
	width: 127px;
	border: 1px solid #000000;
	padding-left: 5px;
}
.event_info {
	border: 1px solid #000000;
	padding-left: 5px;
}

/* The follow controls the width of the cells in the chapel schedule table on the chapel schedule page */
.chapel_table {
	margin: 0px;
	padding: 0px;
	width: 647px;
	font-size: 12px;
	text-align: left;
}
.chapel_table_header {
	color: #FFFFFF;
	background-color: #000000;
}
.chapel_date {
	width: 85px;
	border: 1px solid #000000;
	padding-left: 5px;
}
.chapel_time {
	width: 60px;
	border: 1px solid #000000;
	padding-left: 5px;
}
.chapel_info {
	border: 1px solid #000000;
	padding-left: 5px;
}

#press_form {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* The following controls the layout of the cells in the press release table */
.press_table {
	margin: 0px;
	padding: 0px;
	width: 647px;
	font-size: 12px;
	line-height: 22px;
}
.press_table_header {
	color: #FFFFFF;
	background-color: #000000;
}
.press_date {
	width: 63px;
	border: 1px solid #000000;
	padding-left: 3px;
}
.press_info {
	border: 1px solid #000000;
	padding-left: 5px;
	text-align: left;
}
/* the following controls the user list used for the echoes links*/
#echoes ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
/* The following code is for the messenger */
#messenger h3 {
	font-size: 15px;
	color: #FFFFFF;
	padding-left: 5px;
	background-color: #0000FF;
	background-image: url(/images/heading_bg_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#messenger h4 {
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}

/* THE FOLLOWING CODE FLOATS A SIDE BAR TO THE RIGHT IN THE MESSENGER */
#messenger_bar {
	width: 160px;
	float: right;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px dotted #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#messenger_bar h2 {
	font-size: 20px;
	font-weight: bold;
	color: #0033FF;
	background-image: none;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 0px;
}
#messenger_bar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}