/* Rhema Bible Custom Styles */

.RhemaBible_Grid
{
	background-color: White;
	border-style: ridge;
	border-width: 2px;
	border-color: White;
}

.RhemaBible_GridHeader 
{
	background-color: #4A3C8C;
	color: #E7E7FF;
	font-weight: bold;
}

.RhemaBible_GridFooter
{
	background-color: #C6C3C6;
	color: Black;
}

.RhemaBible_GridItem
{
	background-color: #DEDFDE;
	color: Black;
}

.RhemaBible_AltItem
{
	background-color: #CCCCCC;
	color: Black;
}

.RhemaBible_GridPager
{
	background-color: #C6C3C6;
	color: Black;
	text-align: left;
}

.RhemaBible_VerseHighlight
{
	background-color: #0080FF;
	color: White;
}