/* ================================
    CSS STYLES FOR Riverview Presbyterian Church - by Jane Betteridge - www.betterdesignservices.com
   ================================
*/   

/* GENERAL */


/* style for module titles */
.HeadBG  {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #111f39;
}

.Head   {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #111f39;
}


/* background color for the content part of the pages */
Body
{
    background-color: #111f39;
}

.TopPane {
background-color: #c5c7c4;
}

.LeftPane {
background-color: #c5c7c4;
}

.ContentPane {
background-color: #c5c7c4;
}

.RightPane {
	background-color: #c5c7c4;
}

.BottomPane {
background-color: #c5c7c4;
}



/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    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: 12px;
    font-weight: normal;
    color: #111f39;
}

.NormalRed
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #8f293d;
}

.NormalBold
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: #111f39;
    font-family: Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #111f39;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #686d7e;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #111f39;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #2f4b7d;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color: #111f39;
    font-family: Arial, Tahoma, Verdana, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #111f39;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #5e8d57;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #111f39;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #2f4b7d;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #770044 0px solid; 
	border-top: #770044 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:10;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #d8d0c1 0px solid; 
	border-bottom: #d8d0c1 0px solid; 
	border-top: #d8d0c1 0px solid; 
	border-right: #d8d0c1 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff;
	border-left: #d8d0c1 0px solid; 
	border-right: #d8d0c1 0px solid; 
	border-bottom: #d8d0c1 0px solid; 
	border-top: #d8d0c1 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #66915c; 
	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: #66915c; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #c5c7c4; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	color: #ffffff; 
	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;
}

