/*========================================================*/
/*         CSS for DotNetNuke Skin - Freely Worship       */
/*                  by David Poindexter                   */
/*                http://freelyworship.org                */
/*              dpoindexter@freelyworship.org             */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body { margin: 0; background: url(images/bkgd_pattern.gif); }
/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: Tahoma; font-size: 11px; line-height: 1.4em; margin: 0;}

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- Splash page design                     --*/ /*.skinsplash { background-repeat: no-repeat; BACKGROUND-IMAGE: url(AnselSplash.jpg); background-position: center;	HEIGHT:450px; } */
/*-- Control panel design                   --*/ .controlpanel { width: 100%;	background-color: white; }
/*-- Standard button design                 --*/ .StandardButton { background: ivory none; color: #35220F; font-family: Tahoma; font-size: 10px; font-weight: normal; }
/*-- outermost table of skin -Standard      --*/ /*.OuterTable { width: 85%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; } */
/*-- outermost table of skin -Admin         --*/ /*.OuterTableAdmin { width: 85%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; }*/
/*-- cell containing login and register - 2 --*/ /*.LoginTD { vertical-align: top; height: 92px; color: #FFF; padding: 20px 15px 0px 0px; text-align:right; } */
/*-- cell containing breadcrumbs            --*/ /*.BreadCrumbsTD { vertical-align: top; color: #777; padding: 10px 18px 0px 18px; text-align:left; } */
/*-- cell containing search                 --*/ /*.SearchTD { text-align:right; vertical-align: top; padding: 6px 7px 0px 0px; height:20px; width:310px;} */
/*-- cell containing date                   --*/ /*.DateTD { text-align:left; vertical-align: top; padding: 4px 0px 0px 228px; height:20px;} */
/*-- cell containing date 2                 --*/ /*.DateTD2 { text-align:right; vertical-align: top; padding: 10px 13px 0px 228px; height:29px;} */
/*-- cell containing menu                   --*/ /*.MenuTD { width: 199px; vertical-align: top; padding: 4px 0 0 0; } */
/*-- cell containing panes                  --*/ /*.PanesTD { width:100%; vertical-align: top; padding: 0 0 0 12px; } */
/*-- top header section                     --*/ /*.TopRow { background:  url(header_bg.jpg) repeat-x top left; height: 174px; padding: 0; }*/
/*-- topleft header section                 --*/ /*.TopRowLeft { background:  url(headerlogo.jpg) no-repeat top left; height: 174px; width:100%; padding: 0; } */
/*-- topright header section                --*/ /*.TopRowRight { background:  url(header_bg_r2.jpg) no-repeat top right; height: 174px; width:100%; padding: 0;} */
/*-- topright header section                --*/ /*.TopRowRight2 { background:  url(header_bg_r.jpg) no-repeat top right; height: 174px; width:100%; padding: 0;} */
/*-- bottom footer section                  --*/ /*.BottomRow { background:  url(footer_bg.gif) repeat-x top center #B5B5B5; height: 56px; padding: 0;} */
/*-- bottomleft footer section              --*/ /*.BottomRowLeft { background:  url(footer_bg_l.gif) no-repeat top left; height: 56px; padding: 0;} */
/*-- bottomright footer section             --*/ /*.BottomRowRight { background:  url(footer_bg_r.gif) no-repeat top right; height: 56px; text-align: right; vertical-align: top; padding: 27px 25px 0 25px; } */
/*-- middle content section                 --*/ /*.MiddleRow { background:  url(page_bg_r.gif) repeat-y top right; padding: 0 8px 0 14px; } */

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top wide pane                 --*/ /*.topwidepane {width: 100%; BACKGROUND-IMAGE: url(images/AnselHome_08.gif); padding: 1px 10px 0px 10px; vertical-align: top; } */
/*-- content pane                  --*/ .ContentPane {width: 100%; padding: 4px; vertical-align: top; }
/*-- right content pane            --*/ /*.rightpane {BACKGROUND-IMAGE: url(images/AnselHome_08.gif); padding: 1px 10px 0px 10px; vertical-align: top; } */
/*-- bottom wide pane              --*/ /*.bottomwidepane {width: 100%; BACKGROUND-IMAGE: url(images/AnselHome_08.gif); padding: 1px 10px 0px 10px; vertical-align: top; } */
/*-- bottom content pane           --*/ /*.bottompane {width: 100%; BACKGROUND-IMAGE: url(images/AnselHome_08.gif); padding: 1px 10px 0px 10px; vertical-align: top; } */

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

/*-- login and user token idle         --*/ /*.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #FFF; font-family: tahoma; font-size: 10px; font-weight:bold; text-decoration: none; } */
/*-- login and user token hover        --*/ /*a.LOGIN_object:hover, a.USER_object:hover { color: #ddd; font-family: tahoma; font-weight:bold; font-size: 10px; text-decoration: none; } */
/*-- date token idle                   --*/ /*.DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #FFF; font-family: tahoma; font-size: 10px; text-decoration: none; } */
/*-- date token hover                  --*/ /*a.DATE_object:hover { color: #ddd; font-family: tahoma; font-size: 10px; text-decoration: none; } */
/*-- date token idle 2                 --*/ /*.DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { color: #777; font-family: tahoma; font-size: 10px; text-decoration: none; font-weight:normal; } */
/*-- date token hover 2                --*/ /*a.DATE_object2:hover { color: #777; font-family: tahoma; font-size: 10px; text-decoration: none; } */
/*-- breadcrumbs token idle            --*/ /*.BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #777; font-family: tahoma; font-size: 10px; text-decoration: none; font-weight:bold;} */
/*-- breadcrumbs token hover           --*/ /*a.BREADCRUMBS_object:hover { color: #444; font-family: tahoma; font-size: 10px; text-decoration: none; font-weight:bold; } */
/*-- terms privacy and copyright       --*/ /*.FOOTER_objects { color:#FFF; font-size: 10px; } */
/*-- terms privacy and copyright links --*/ /*a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#FFF; font-weight:bold; text-decoration:none; } */
/*-- terms privacy and copyright hover --*/ /*a.FOOTER_objects:hover { color:#DDD; font-weight:bold; text-decoration:none;  } */

/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs { font-weight: normal; font-size: 10px; color: Silver; font-family: Tahoma; text-decoration: none; }
A.MediaTabs:link { color: Silver; font-weight: normal; text-decoration: none; }
A.MediaTabs:visited { color: Silver; font-weight: normal; text-decoration: none; }
A.MediaTabs:active { color: Silver; font-weight: normal; text-decoration: none; }
A.MediaTabs:hover {	color: gray; font-weight: normal; text-decoration: none; }

.UserLoginLinks { border: #7fc31c 0px solid; color: white; font-size: 10px; font-weight: normal; font-family: Tahoma; text-decoration: none; }
A.UserLoginLinks:link { color: white;	text-decoration:  none; }
A.UserLoginLinks:visited { color: white; text-decoration: none; }
A.UserLoginLinks:active { color: white; text-decoration: none; }
A.UserLoginLinks:hover { color: gray; text-decoration: none; } 

.HomeUserLoginLinks { border: #7fc31c 0px solid; color: white; font-size: 10px; font-weight: normal; font-family: Tahoma; text-decoration: none; }
A.HomeUserLoginLinks:link { color: white;	text-decoration:  none; }
A.HomeUserLoginLinks:visited { color: white; text-decoration: none; }
A.HomeUserLoginLinks:active { color: white; text-decoration: none; }
A.HomeUserLoginLinks:hover { color: gray; text-decoration: none; } 

.SubUserLoginLinks { border: #7fc31c 0px solid; color: silver; font-size: 10px; font-weight: normal; font-family: Tahoma; text-decoration: none; }
A.SubUserLoginLinks:link { color: silver;	text-decoration:  none; }
A.SubUserLoginLinks:visited { color: silver; text-decoration: none; }
A.SubUserLoginLinks:active { color: silver; text-decoration: none; }
A.SubUserLoginLinks:hover { color: gray; text-decoration: none; } 

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/


/*-- most of the text on site          --*/ .normal, .Normal { color: gray; font-family: Tahoma; font-size: 11px; }
/*-- most of the bold text on site     --*/ .NormalBold { color: gray; font-family: Tahoma; font-size: 11px; font-weight: bold; }
/*-- red text on site for errors       --*/ .NormalRed { color: darkred; font-family: Tahoma; font-size: 11px; font-weight: bold; }
/*-- red text on site for errors       --*/ .NormalLight { color: gainsboro; font-family: Tahoma; font-size: 11px; }
/*-- big headers on site               --*/ .Header1 { background: transparent; color: #b1ba63; font-family: Tahoma; font-size: 12px; font-weight: bold; padding: 0;}
/*-- subheadings - mostly in admin     --*/ .SubHead { background: transparent; color: #b1ba63; font-family: Tahoma; font-size: 11px; font-weight: bold; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { background: transparent; color: #b1ba63; font-family: Tahoma; font-size: 12px; font-weight: bold; padding: 0;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active	{ color: #b1ba63; font-family: Tahoma; font-weight: bold; font-size: 10px; text-decoration: none; }
/*-- default links hover               --*/ a:hover						{ color: #b1ba63; font-family: Tahoma; font-weight: bold; font-size: 10px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited	{ color: #b1ba63; font-family: Tahoma; font-size: 10px; font-weight: bold; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover					{ color: #b1ba63; font-family: Tahoma; font-size: 10px; font-weight: bold; text-decoration: underline; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active	{ background: #e2e6bf; color: #b1ba63; border: 1px solid gray; font-family: Tahoma; font-weight: bold; font-size: 10px; text-decoration: none; padding: 2px 3px 3px 4px; height: 15px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover													{ background: #e2e6bf; color: #b1ba63; border: 1px solid gray; font-family: Tahoma; font-weight: bold; font-size: 10px; text-decoration: none; padding: 2px 3px 3px 4px; height: 15px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 17px 4px 13px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ /*select, input { background-color: #CBB8A2; color: brown; font-family: tahoma; font-size: 10px; }*/
/*-- textbox                    --*/ .NormalTextBox { background-color: white; color: gray; font-family: Tahoma; font-size: 10px; font-weight: normal; padding-left: 4px; line-height: 12px; }
/*-- textbox container          --*/ td.NormalTextBox { background: transparent; padding: 0; margin: 0; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { background-color: white; color: gray; height:19px; width: 120px; padding: 4px 0px 0px 8px; border: 1px solid #FFFFFF; cursor:text; }

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- Start SOLPARTMENU		   --*/
/*-- box that holds the menu   --*/ .MainMenu_MenuContainer, .ModuleTitle_MenuContainer { background-color: transparent; }
/*-- box that holds the menu   --*/ .MainMenu_MenuBar, .ModuleTitle_MenuBar {	cursor: pointer; cursor: hand; height:16px; background-color: Transparent; }
/*-- submenu container         --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background-color: white; z-index: 1000; cursor: pointer; cursor: hand; filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=3); }
/*-- submenu items idle        --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { border-left: #A8651F 0px solid; border-bottom: #A8651F 0px solid; border-top: #A8651F 0px solid; border-right: #A8651F 0px solid; cursor: pointer; cursor: hand; color: gray; font-family: Tahoma; font-size: 10px; font-weight: bold; font-style: normal; background-color: Transparent; }
/*-- submenu items hover       --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background-color: transparent; cursor: pointer; cursor: hand; color: black; font-family: Tahoma; font-size: 10px; font-weight: bold; font-style: normal; }
/*-- main menu menu break      --*/ .MainMenu_MenuBreak, .ModuleTitle_MenuBreak { height: 2px; }
/*-- main menu menu arrow      --*/ /*.MainMenu_MenuArrow,*/ .ModuleTitle_MenuArrow { color: gray; border-right: #A8651F 0px solid; border-bottom: #A8651F 0px solid; border-top: #A8651F 0px solid; font-family: webdings; font-size: 10px; cursor: pointer; cursor: hand; }
/*-- main menu root menu arrow --*/ /*.MainMenu_RootMenuArrow,*/ .ModuleTitle_RootMenuArrow { color: gray; font-family: webdings; font-size: 10px; cursor: pointer; cursor: hand; }
/*-- main menu menu icon       --*/ /*.MainMenu_MenuIcon, .ModuleTitle_MenuIcon { background-color: white; border-left: #A8651F 0px solid; border-bottom: #A8651F 0px solid; border-top: #A8651F 0px solid; cursor: pointer; cursor: hand; text-align: center; width: 15px; height: 21px; } */

/*-- menuitems idle            --*/ /*.MainMenu_Idle {color: #666; background:  url(nav_idle.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;} */
/*-- menuitems over            --*/ .MainMenu_Selected { color: gray; background: transparent; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems active          --*/ /*.MainMenu_Active, .MainMenu_BreadcrumbActive {color: #666; background:  url(nav_active.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;} */
/*-- not needed - main menu    --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow { display: none; } /* , .MainMenu_MenuIcon  { display: none; } */
/*-- module menu continer      --*/ /*.ModuleTitle_MenuContainer { color: #2c2c2c; } */
/*-- module menu bar           --*/ /*.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;} */
/*-- module menu padding       --*/ /*.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; } */
/*-- not needed - module menu  --*/ .MainMenuSeperator { display: none; } 
/*-- End SOLPARTMENU		   --*/

/*-- ComponentArt Menu --*/ .TopMenuGroup { background-color: Transparent; /*border:solid 0px white; border-right-color:#FF3366; border-bottom-color:#FF3366; */ }
/*-- ComponentArt Menu --*/ .TopMenuItem { background-color: Transparent; color: #A8651F; font-family: Tahoma; font-size: 10px; font-weight: bold; border:solid 1px #1D1D1D; border-right-color:#1D1D1D; border-bottom-color:#1D1D1D; cursor: pointer; }
/*-- ComponentArt Menu --*/ .TopMenuItemHover { background-color: #CBB8A2; color:#A8651F; font-family: Tahoma; font-size:10px; font-weight:bold; border:solid 1px white; border-right-color:#eeeeee; border-bottom-color:#eeeeee; cursor:pointer; }
/*-- ComponentArt Menu --*/ .TopMenuItemActive { background-color: #CBB8A2; color:#A8651F; font-family: Tahoma; font-size:10px; font-weight:bold; border:1px; border:solid 1px white; border-right-color:#eeeeee; border-bottom-color:#eeeeee; cursor:pointer; }
/*-- ComponentArt Menu --*/ .TopMenuItemExpanded { background-color: #CBB8A2; color:#A8651F; font-family: Tahoma; font-size:10px; font-weight:bold; border: solid 1px white; border-left-color:#eeeeee; border-top-color:#eeeeee; cursor:pointer; }
/*-- ComponentArt Menu --*/ .MenuGroup { background-color: #1D1D1D; /*border:solid 0px white; border-right-color:#FF3366; border-bottom-color:#FF3366; */ }
/*-- ComponentArt Menu --*/ .MenuItem {	background-color: #1D1D1D; color: #A8651F; font-family: Tahoma; font-size: 10px; font-weight: bold; border:solid 1px #1D1D1D; border-right-color:#1D1D1D; border-bottom-color:#1D1D1D; cursor: pointer; }
/*-- ComponentArt Menu --*/ .MenuItemHover { background-color:#CBB8A2; color:#A8651F; font-family: Tahoma; font-size:10px; font-weight:bold; border:solid 1px white; border-right-color:#eeeeee; border-bottom-color:#eeeeee; cursor:pointer; }
/*-- ComponentArt Menu --*/ .MenuItemActive { background-color:#CBB8A2; color:#A8651F; font-family: Tahoma; font-size:10px; font-weight:bold; border:1px; border:solid 1px white; border-right-color:#eeeeee; border-bottom-color:#eeeeee; cursor:pointer; }
/*-- ComponentArt Menu --*/ .MenuItemExpanded { background-color:#CBB8A2; color:#A8651F; font-family: Tahoma; font-size:10px; font-weight:bold; border: solid 1px white; border-left-color:#eeeeee; border-top-color:#eeeeee; cursor:pointer; }

.TreeViewMenu {	width: 175px; background-color: #F5F5F5; BORDER-RIGHT: #7FC31C 1px solid; BORDER-TOP: #7FC31C 1px solid; BORDER-LEFT: #7FC31C 1px solid; BORDER-BOTTOM: #7FC31C 1px solid; moz-border-radius-bottomleft: 15px; moz-border-radius-bottomright: 15px; moz-border-radius-topleft: 3px; moz-border-radius-topright: 3px }
.TreeViewMenu_Header { /*BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);*/ }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

