﻿body
{
	border: 0px;
	border-width: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url( '../../images/BackgroundTile.jpg' );
	background-repeat: repeat; */
	background-color:#232437;
}

p
{
	 text-align:left;	
	/* text-indent:10px; */		
}

h2
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

h4
{
	text-align:center;
	background-color:#222288;
	color:#FFFFFF;	
}

.Backgnd1
{
	background-color:#2222FF; 	
}

.Foregnd1
{
	 color: #FEFFFF;	
}

.MainContentArea
{
	background-color:#EFE8CF;  
	text-align:center;
	border-style:ridge;
    border-width:0px;
    border-color:#DDDDDD;
    border-style:ridge;
}

.MainContentPanels
{
	background-color:#FFFFFF;  
    width:600px;
    /* Used to create a spiral note book effect */
	/*border-left:4px;
	border-left-style:dashed;
	border-left-color:Gray; */
}

.TextPage
{
	width:600px;
	min-Height:550px; 
}

.MainContentInner
{
	padding:10px;
}

.ContentColor
{
	background-color:#FFFFFF;

}

#CenterTitleDiv
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.CalendarDetailsPanel
{
	Height:120px;
}

.CalendarPanel
{
	 border-color:#CCCCFF;
	 border-style:inset;
	 border-width:4px;
	 padding-Left:10px;	
}

/* Master Styles */

.MasterContainer
{
	margin-left:1%;
	margin-right:1%;
	margin-top:1%;	
}
#BannerText
{
	vertical-align: middle;
	padding-top: 8px;
	font-size: 40px;
	font-style: oblique;
	background-image: url(../../images/BannerBackGround.gif);
	height: 100px;
	font-family: 'Times New Roman';
	font-weight: normal;
}

#BannerCell {
	text-align:center; 
	vertical-align:middle; 
	height:100px;
}
.MasterChurchImage
{
    float:Left; 
    background-color: White;  
    height:110px;
    border:0;
}                
#MasterAddressCell 
{
}
#MasterChurchAddress 
{
	background-color: #222288;
	color:White;
}

#MasterContentTable {
	width:100%;
	border:0;
	border-width: 0px;
}

#PageFooter {
	background-color:#BBBBBB;
	height: 40px;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 14px;
	color: #333;
}

#PageFooterCell {
	text-align: center;
	vertical-align: text-bottom;
}
.MasterLeftSidePanel
{
	width:208px; 
	background-color: #CCCCFF;
}
.NavigationLeafTreeNodes
{
	background-color: White;
	background-image: url(  '../../ButtonUp1.jpg' );
	background-position: center;
	color: Black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: 0px;
	font-weight: bold;
	border-color:#CCCCFF;
	border-style:Groove; 
	border-width:2px; 
    Width:120px;
}
.NavigationSelectedTreeNodes
{
	background-color: Black;
	color:White;
	background-image: url(  '../../ButtonDown.jpg' );
	background-position: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: 0px;
	font-weight: bold;
	border-color:#CCCCFF;
	border-style:Groove; 
	border-width:2px; 
    Width:120px;
}
.NavigationHoverTreeNodes
{
	color:Green;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: 0px;
	font-weight: bold;
	border-color:#CCCCFF;
	border-style:Groove; 
	border-width:2px; 
    Width:120px;
}
.SendMailWindow
{ 
	border-style:none;
	padding:20px;	
}
.CalendarDateTitle
{
	color:Black;
	font-weight:normal;	
	border:0px;
	width:100%;
}
.CalendarDateDetails
{
	color:Gray;
	font-weight:normal;	
	border:0px;
}

/* Accordian Ajax Control */

.accordion {
    width: 800px;
}        
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #E8EAFE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    text-align:center;
}        
.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #222288;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    text-align:center;
}       
.accordionContent {
    background-color: white;
    color:black;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
}
