/* ================================
    CSS STYLES FOR Springfield First Church of God - by Jane Betteridge - www.betterdesignservices.com
   ================================
*/   

/* GENERAL */


/* style for module titles */
.HeadBG  {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #2A243B;
}

.Head   {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #2A243B;
}


/* background color for the content part of the pages */
Body
{
    background-color:#1C2441;
}

.TopPane {
	background-color: #F7F1E1;
}

.LeftPane {
	background-color: #F7F1E1;
	width: 25%;
}

.ContentPane {
	background-color: #F7F1E1;
}

.RightPane {
	background-color: #F7F1E1;
	width: 25%;
}

.BottomPane {
	background-color: #F7F1E1;
}



/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #72221B
}

.NormalBold
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold
}



/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: #2A243B;
    font-family: Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #2A243B;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #412331;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #2A243B;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #412331;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11px;
    color: #2A243B;
    font-family: Arial, Tahoma, Verdana, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #2A243B;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #412331;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #2A243B;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #412331;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #db4800 0px solid; 
	border-top: #db4800 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #2A243B; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #F7F1E1;
	border-left: #F7F1E1 0px solid; 
	border-right: #F7F1E1 0px solid; 
	border-bottom: #F7F1E1 0px solid; 
	border-top: #F7F1E1 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #D9B568; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #B07079 0px solid; 
	border-left: #B07079 0px solid; 
	border-top: #B07079 0px solid; 
	border-right: #B07079 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #B07079 0px solid; 
	border-top: #B07079 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #D7B05F; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #B0773E; 
	cursor: pointer; 
	cursor: hand; 
	color: #F7F1E1; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	color: #6F221C; 
	cursor: pointer; 
	cursor: hand; 	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
}

