/* 
============================================
Body Settings
============================================
*/

body 
{ 	
	
}


/* 
============================================
Date, Login, User, Copyright, Privacy, Terms 
============================================
*/

.pagemaster {
	width:100%; height:100%;
	background-color: #DDDDDD;
}

.skinmaster {
	background-color: #FFFFFE;
	
}

.controlpane {
	width: 100%;
	background-color: #DDDDDD;
}

.toppane {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.leftpane {
	width: 30%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.contentpane {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.rightpane {
	width: 30%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.bottompane {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}





/* 
============================================
Date, Login, User, Copyright, Privacy, Terms 
============================================
*/

.MediaTabs {
	/* font-weight: bold; */
	font-size: 8.5pt;
	color: #DDDDDD;
	font-family: Arial, Tahoma, Helvetica;
	text-decoration: none;
}

A.MediaTabs:link {
	text-decoration: none;
	color: #DDDDDD;
}

A.MediaTabs:visited {
	text-decoration: none;
	color: gray;
}

A.MediaTabs:active {
	text-decoration: none;
	color: white;
}

A.MediaTabs:hover {
	text-decoration: none;
	color: blue;
}

/* 
============================================
Graphical Design Backgrounds 
============================================
*/

.ChurchLeader01 {
	background-image: url(NewChurchLeader_03.jpg);
	width: 770px;
	height: 20px;
}

.ChurchLeader02 {
	background-image: url(NewChurchLeader_02.jpg);
	width: 770px;
	height: 113px; 
	background-repeat: no-repeat;
}

.ChurchLeader03 {
	background-image: url(NewChurchLeader_03.jpg);
	width: 770px;
	height: 20px; 
	background-repeat: no-repeat;
}

.ChurchLeader04 {
	background-image: url(NewChurchLeader_04.jpg);
	width: 594px;
	height: 25px;
	valign: center;	
}

.ChurchLeader05 {
	background-image: url(NewChurchLeader_05.jpg);
	width: 176px;
	height: 25px; 
	background-repeat: no-repeat;
}

.ChurchLeader06 {
	/*background-image: url(NewChurchLeader_06.jpg);*/
	width: 770px;
	height: 101px;
}

.ChurchLeader07 {
	background-image: url(NewChurchLeader_07.jpg);
	width: 770px;
	height: 20px;
}


/* 
============================================
Form Settings
============================================
*/

select, input 
{ 
	font-family: tahoma; 
	font-size: 11px; 
	color: #333; 
}

.NormalTextBox { 
	color: #333; 
	padding-left: 4px; 
	line-height: 12px; 
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 11px; 
}

td.NormalTextBox { 
	padding: 0; 
	margin: 0; 
	background: transparent; 
	visibility: invisible; 
	border: 0; 
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
	height:19px; 
	background: transparent; 
	width: 160px; 
	padding-left: 60px; 
	padding-top: 4px; 
	border: 0px solid #FFFFFF; 
	cursor:text;
}

.BreadCrumb { 
	padding-left: 75px; 
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 11px; 
}


/* 
============================================
Menu Settings 
============================================
*/


/*-- box that holds the menu  --*/ 
.MainMenu_MenuContainer {
	background-color: transparent;  
	width: 700px; 
}

/*-- bar that holds the menu  --*/ 
.MainMenu_MenuBar {
	cursor: hand;
	height: 20px;
}

/* -- submenu items no hover      --*/
.MainMenu_MenuItem {
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 0; 
	background: transparent; 
	color: #FFFFFF; 
	padding: 0px 5px 0px 5px; 
	height: 20px; 
	width: 150px;
}

/* -- submenu items hover      --*/
.MainMenu_MenuItemSel {
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 0; 
	color: #5069BC; 
	padding: 0px 5px 0px 5px; 
	height: 20px; 	
	width: 150px;
	background: transparent;
}

/*-- menuitems idle           --*/
.MainMenu_Idle 
{
	color: #666; 
	padding: 0; 
	height: 22px; 
	font-weight: bold;
	width: 150px;
}

/* -- menuitems over           --*/
.MainMenu_Selected 
{ 
	color: #222; 
	padding: 0; 
	height: 22px; 
	font-weight: bold;
	width: 150px;
}

/*-- menuitems active         --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive 
{
	color: #666; 
	padding: 0; 
	height: 22px; 
	font-weight: bold;
	width: 150px;
}

/* -- submenu container        --*/
.MainMenu_SubMenu 
{
	background-color: black;
	margin: 0 0 0 1px; 
	width: 150px;
	padding: 0px; 
	border: 1px solid #5069BC; 
	z-index: 1000;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#440000', Direction=135, Strength=5) alpha (opacity=80);

}

.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon,
.MainMenu_MenuBreak,
.MainMenu_MenuArrow 
{
	display: none;
}
