.ContentHolderTable
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border:none;
	width: 750px;
	text-align:left;
	color: blue; 
	
}

.ContentBodyHeader
{
	font-size: 24pt;
	font-family: 'Arial Bold';
	font-weight: bold;
	
}

.ContentBodyTable
{
	width: 100%;
}

.GeneralPageHeaderTD
{
	font-size: 16pt;
	font-weight: bold;
}
.PrayerHeaderTD
{
	font-size: 16pt;
	font-weight: bold;
}
.PrayerPrayerTextTD
{
	font-size: 12pt;
	padding-left: 20px;
}
.GeneralGridHeaderTD
{
	font-size: 12pt;
	font-weight: bold;
}

.TempStyle
{
	float: right;
	position: static;
}

.SelectGridEnter
{
	cursor: hand;
	color: white;
	background-color: navy;
}
.SelectGridExit
{
	cursor: hand;
	color: black;
	background-color: white;
}



.PageMenu_Normal
{
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-family: Times New Roman, arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 12px;
	display: block;
	border-right: black 2px solid;
	border-bottom: black 2px solid;
	background-color: gray;
}

.PageMenu_Over
{
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-family: Times New Roman, arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 12px;
	display: block;
	background-color: blue;
	border-right: black 2px solid;
	border-bottom: black 2px solid;
}

.PageMenu_Click
{
	color: maroon;
	text-align: left;
	font-size: 17px;
	font-family: Times New Roman, arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 12px;
	display: block;
	background-color: #eee8aa;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-right: #ffffcc 1px solid;
}
