/* --------------------- */
/* Prayer Tab Formatting */
/* --------------------- */
.prayer {
	margin: 0; /* -15px 0 0 0 - Old compensate for h1 */
	height: 355px; /* Subtract prayer_menu image height (25px) */
	font-size: 14px;
	padding: 0 5px 0 5px; 
	font-family: Verdana, Tahoma, Arial;
	color: #000;
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
}

/* Hack for non-IE browsers */
html>body .prayer {
	height: 365px;
}

.prayer h1 {
	font-size: 20px;
	margin: 0; /* 15px 0 0 0 - Old compensate */
	color: #D2212A;
	border-bottom: #D2212A 3px solid;
	font-style: normal;
	width: 300px;
}

.prayer h2 {
	font-size: 18px;
	margin: 5px 0 0 0;
	font-style: normal;
}

.prayer h3 {
	font-size: 16px;
	margin: 1px 0 0 0;
	font-style: normal;
}

.prayer div.column1 {
	float: left;
	width: 347px; /* 724px/2 = 362px - 10 - 5 - 5 = 342 */
	height: 390px;
	text-wrap: normal;
	overflow: hidden;
}

.prayer div.column2 {
	float: left;
	width: 347px;
	height: 390px;
	margin-left: 10px;
	text-wrap: normal;
	overflow: hidden;
}

/* clear float after columns */
br
{
  clear: left;
}

.prayer_menu {
	padding:0; 
	margin:0;
	display: block;
	height: 25px;
}

.prayer_menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
} 

.prayer_menu ul li {
	float:left;
	position:relative;
	margin: 0 1px 0 2px;
	text-align:center; 
	line-height:23px; 
	color: #D2212A;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial;
}

.prayer_menu ul li.left_button {
	display:block; 
	width:69px; 
	height:25px;
	background:transparent url(../images/Day_Link_Buttons.gif) no-repeat;
	background-position:top left;
	overflow:hidden;
}

.prayer_menu ul li a.right_button, .prayer_menu ul li a.right_button:visited {
	text-decoration:none; 
	color: #D2212A;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial;
	display:block; 
	width:69px; 
	height:25px;
	background:transparent url(../images/Day_Link_Buttons.gif) no-repeat;
	background-position:0 -75px;
	overflow:hidden;
}

.prayer_menu ul li a.right_button:hover {
	color: #fff;
	display:block; 
	width:69px; 
	height:25px;
	background:transparent url(../images/Day_Link_Buttons.gif) no-repeat;
	background-position:0 -100px;
	overflow:hidden;
}

.prayer_menu ul li a.days, .prayer_menu ul li a.days:visited {
	text-decoration:none; 
	color: #D2212A;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial;
	display:block; 
	width:69px; 
	height:25px;
	background:transparent url(../images/Day_Link_Buttons.gif) no-repeat;
	background-position:0 -25px;
	overflow:hidden;
}

.prayer_menu ul li a.days:hover {
	color: #fff;
	display:block; 
	width:69px; 
	height:25px;
	background:transparent url(../images/Day_Link_Buttons.gif) no-repeat;
	background-position:0 -50px;
	overflow:hidden;
}