/* 
===================================
Skin styles for e-Church by Exedron
===================================
*/   

body                    { width: 100%; height: 100%; background-color: White; vertical-align: top; }

/* ========== Default Styles =========== */
.pagemaster             { width: 100%; height: 100%; background-color: White; vertical-align: top; }
.controlpanel           { width: 100%; background-color: White; }
.echurchlogo            { height: 98px; width: 286px; background-image: url(images/echurch-logo.jpg); background-repeat:no-repeat; }
.eagle                  { z-index: 120; position: relative; top:0; left: -100; 
                            height: 98px; width: 238px; background-image: url(images/eagle1.png); background-repeat:no-repeat; behavior: url(\Portals\_default\Skins\eChurch09a\iepngfix.htc); }
.eagle2                 { z-index: 120; position: relative; top:0; left: -100; 
                            height: 260px; width: 238px; background-image: url(images/eagle2.png); background-repeat:no-repeat; behavior: url(\Portals\_default\Skins\eChurch09a\iepngfix.htc); }
.eagle3                 { z-index: 120; position: relative; top:0; left: -100; 
                            height: 195px; width: 238px; background-image: url(images/eagle3.png); background-repeat:no-repeat; behavior: url(\Portals\_default\Skins\eChurch09a\iepngfix.htc)); }

/* ============= Main Styles =========== */
.echurchtoprepeater     { height: 98px; width: 100%; background-image:url(images/echurch-toprepeater.jpg); background-repeat: repeat-x; }
.echurchblackrepeater   { height: 260px; width: 100%; background-image:url(images/echurch-brownrepeater.jpg); background-repeat: repeat-x; }
.echurchgrayrepeater    { height: 195px; width: 100%; background-image:url(images/echurch-grayrepeater.jpg); background-repeat: repeat-x; }
.echurchgrayshop        { height: 195px; width: 100%; background-image:url(images/echurch-grayrepeater.jpg); background-repeat: repeat-x; background-position:top; background: white; }
.loginreg               { color: Orange; }


/* =======  Content Pane Styles  ======= */
.bannerpane             { padding: 5px 5px 5px 5px; width: 990px; }
.RightPane              { padding: 5px 5px 5px 5px; width: 200px; }
.ContentPane            { padding: 5px 5px 5px 5px; width: 100%; }

.RightPane2             { padding: 5px 5px 5px 5px; width: 200px; }
.ContentPane2           { padding: 5px 5px 5px 5px; width: 100%; }


/* =======       Menu Styles     ======= */
/*-- box that holds the menu  --*/
.MainMenu_MenuContainer                         { background: transparent; background-image: none; width: 110px; height:44px;}
/*-- bar that holds the menu  --*/ 
.MainMenu_MenuBar                               { text-align:center; cursor: pointer; background: transparent; height: 44px; width: 110px; }
/*-- submenu container        --*/ 
.MainMenu_SubMenu,
.ModuleTitle_SubMenu                            { width: 110px; z-index: 1000; cursor: pointer; cursor: hand; margin: 0 0 0 0; background: #580000; padding: 0px; border: 1px solid Black; font-weight: normal; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); /*IE*/
    -moz-opacity: 0.85; /*FireFox*/}
/*-- submenu items idle       --*/ 
.MainMenu_MenuItem, .ModuleTitle_MenuItem       { width: 110px; font-family: tahoma;  color: Silver; font-size: 11px; background: transparent; font-weight: normal; font-style: normal; height: 20px; border: 0; }
/*-- submenu items hover      --*/ 
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { width: 110px; font-family: tahoma; font-size: 11px; font-weight: normal; cursor: pointer; cursor: hand; color: Orange; background: transparent; height: 20px; border: 0;}
/*-- menuitems idle           --*/ 
.MainMenu_Idle TD                               { width: 110px; color: Silver; background: transparent; padding: 0; height: 44px; font-weight: bold;}
.mainMenu_Idle                                  { width: 110px; background: transparent; }
/*-- menuitems over           --*/ 
.MainMenu_Selected TD                           { width: 110px; color: #cc8400; background: transparent; background: transparent; padding: 0; height: 44px; font-weight: bold;}
/*-- menuitems active         --*/ 
.MainMenu_Active TD, .MainMenu_BreadcrumbActive TD       { width: 110px; color: Orange; background: transparent; padding: 0; height: 44px; font-weight: bold;}
/*-- not needed - main menu   --*/ 
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }