﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: Black;
	background-color:#1b1d72;
	display: inline;
}

/* Menu on Master Page */
                    
.MenuBorders
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: Black;
	font-size: large;
	font-weight: bold;
	text-align: center;
	background-color:  Transparent;
}

.MenuBorders:hover
{
	color: White;
	background-color: #1b1d72;
	text-align: center;
}

.MenuBorders A:hover
{
	color: White;
	background-color: #1b1d72;
	text-decoration: none;
}

.MenuBorders A
{
	color: Black;
	text-decoration: none;
}

.MenuItem:hover
{
	color: White;
	background-color: #1b1d72;
	text-align: center;
}

/* Standard Text Size for Body */
.ContentBody 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
}

.banner 
{
	 width: 800px;
	 height: 100px;
	 background-color:#CCCC99;
}

/* Provides a margin on the top and left to separate the Banner and Menu */
.ContentMargin
{
	margin-top: 10px;
	margin-left: 20px;
}

/* Page Title Style */
.PageTitle
{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color:Green;
}

/* Very Strong Text */
.StrongText
{
	color: Black;
	font-size: 10pt;
	font-weight: bolder;
}

/* Standard Bold Text */
.BoldText
{
	color: Black;
	font-size: 10pt;
	font-weight: bold;	
}

/* Standard Site Text */
.StandardText
{
	color: Black;
	font-size: 10pt;
	font-weight: normal;
}

/* Small Text style */
.SmallText
{
	color: Black;
	font-size: 8pt;
	font-weight: normal;
}

/* Very Small Text for site */
.TinyText
{
	color: Black;
	font-size: 6pt;
	font-weight: normal;
}


.SmallCaption
{
	color: Black;
	font-size: 8pt;
	font-weight: bold;
}

.TitleRed
{
	color: #cc0000;
	font-size: 14pt;
	font-weight: bolder;
}

.SectionTitleRed
{
	color: #cc0000;
	font-size: 12pt;
	font-weight: bold;
}

.ScriptureBlack
{
	color: Black;
	font-size: 12pt;
	font-weight: bolder;
}

.GridView
{
	border-style:none;
	 border-color: inherit;
	 border-width: 0;
	 background-color:Transparent;
	 margin: 2px 2px 2px 2px;
	 text-align: center;
}

.WaterMarked
{
	color: #7f7f81;
	background-color: #FFFACD;
	border-style: solid;
	border-width: 1px;
	border-color: #cccc99;
}

.InvisibleTextbox
{
	background-color:inherit;
	border-style: none;
	border-width: 1px;
	border-color: #CCCC99;
}

thead
{
	border-style:solid;
	border-width:thin;
	border-color:Black;
	color: Black;
	font-size: 12pt;
	font-weight: bold;
	vertical-align:top;
	background-color: Transparent
}

.TableHeader
{
	border-style:solid;
	border-width:thin;
	border-color:Black;
	color: Black;
	font-size: 12pt;
	font-weight: bold;
	vertical-align:top;
	background-color: Transparent
}

tbody
{
	color: Black;
	background-color: Transparent;
	font-size: 10pt;
} 

tfoot
{
	border-style:solid;
	border-width:thin;
	border-color:Black;
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	vertical-align:top;
	background-color: Transparent
}

.TableCell
{
	color: Black;
	background-color: Transparent;
	font-size: 10pt;
} 

.TableBorder
{
	border-style:solid;
	border-width:thin;
	border-color:Black;
}

.outer{
	margin:0px;
	padding:0px;
}
