/*========================================================*/
/*         CSS for DotNetNuke Skin - Churches for Life    */
/*                   by Cyber Siouxland                   */
/*             http://www.CyberSiouxland.com              */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body { margin: auto; background: url(images/bg.gif) repeat top left;}
/* Setting Text Throughout the skin      */ table, tr, td {font-family: Arial; font-size: 14px; color: #585855; line-height:1.5; margin: 0;}
                                            p {font-family: Arial; font-size: 14px; color: #585855; line-height:1.5;}
									        li {font-family: Arial; line-height: 1.5; list-style: square; vertical-align:middle; }
											ul {font-family: Arial; line-height: 1.5; list-style: square; vertical-align:middle;}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:900px; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on unboxed skins  --*/ .OuterTable { width:100%; height:100%; background:#FFF; }
/*-- outer cell on boxed skins     --*/ .OuterTDBoxed { padding:0px 0 0px 0; margin:auto; }
/*-- cell containing content panes --*/ .ContentPanesTD { width:900px; vertical-align: top; padding: 0 0 0 0; }
/*-- dotted background             --*/ .Dotted { background: url(images/dotted2.gif) repeat top left; }
/*-- row containing logo area      --*/ .HeaderRow { padding: 0 0px 0 0px; }
/*-- Header Top TD                 --*/ .HeaderTD { vertical-align: bottom; padding: 0px 0px 0px 0px; background: url(images/HeaderTD.gif) no-repeat bottom left; height:95px;}
/*-- Left Header Nav TD            --*/ .LeftHeaderNavTD { width:500px; padding-bottom:5px; padding-top:5px; padding-right:10px;}
/*-- Right Header Nav TD           --*/ .RightHeaderNavTD { padding-bottom:5px; padding-top:15px; _padding-top:25px;}
/*-- Left TD                       --*/ .LeftTD { vertical-align: top; width:654px; padding: 0 0px 0 0px; background: url(images/LeftTD.gif) repeat-y top right;}
/*-- Right TD                      --*/ .RightTD { vertical-align: top; width:246px; padding-top:10px; _padding-top:20px;}
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD { height: 41px; width: 100%; color: #585855; font-family: Arial; font-size: 12px; text-decoration: none; font-weight: normal; vertical-align: middle; padding: 5px 5px 5px 5px; }
/*-- cell containing search        --*/ .SearchTD { width:220px; vertical-align: top; text-align: right; height: 40px; background: url(images/search-bg.gif) no-repeat top right; padding: 10px 7px 0 0; }
/*-- cell containing copyright     --*/ .CopyrightRow { height:25px; padding: 0 10px 0 10px; vertical-align: bottom; background: #003f92;}
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: left; padding: 8 0 8 0; width:50%; vertical-align:middle }
/*-- cell containing login host    --*/ .LoginHostTD {  width: 50%; color:#ffffff; font-size: 11px; vertical-align: middle; text-align: right; padding: 8px 0 8px 0; }

/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/

/*-- row containing footer area    --*/ .FooterRow { height:36px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:36px; }
/*-- rounded top-left corner       --*/ .FooterTL { height:5px;  }
/*-- rounded top-right corner      --*/ .FooterTR { height:5px;  }
/*-- rounded bottom left corner    --*/ .FooterBL { height:5px;  }
/*-- rounded bottom right corner   --*/ .FooterBR { height:5px;  }

/*========================================================*/
/*  Outer Box Elements - boxed skins only                 */
/*========================================================*/

/*-- boxed skins outer box table   --*/ .BoxTable { }
/*-- left edge                     --*/ .BoxL { width:5px; background: #FFF;}
/*-- content area                  --*/ .BoxM { background: #FFF; }
/*-- right edge                    --*/ .BoxR { width:5px; background: #FFF; }
/*-- bottom left corner            --*/ .BoxBL { width:5px; height:1px; background: #FFF;}
/*-- bottom edge                   --*/ .BoxB { height:1px; background: #003f92; }
/*-- bottom right corner           --*/ .BoxBR { width:5px; height:1px; background: #FFF; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/
/*-- Header Nav pane               --*/ .HeaderNavPane { padding-top:0px;}
/*-- Logo pane                     --*/ .LogoPane { padding-top:0px;}
/*-- Mid left content pane         --*/ .MidLeftPane { padding: 0 0px 0 7px; width: 33%; }
/*-- Mid Center content pane       --*/ .MidCenterPane { padding: 0 7px 0 7px; width: 33%; }
/*-- Mid right content pane        --*/ .MidRightPane { padding: 0 14px 0 0px; width: 33%; }
/*-- content pane                  --*/ .ContentPane { width: 100%; padding: 0 7px 10px 7px; }
/*-- bottom pane                   --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }
/*-- Right pane                    --*/ .RightPane { width: 100%; padding: 0 7px 0 7px; }
/*========================================================*/
/*  Tokens                                                */
/*========================================================*/
/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #ffffff;  font-family: Arial; font-size: 11px; font-weight:bold; text-decoration: none;}
/*-- login token hover                 --*/ a.LOGIN_object:hover { color: #1ecb5f; font-family: Arial; font-weight:bold; font-size: 11px; text-decoration: none;}
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #585855; font-family: Arial; font-size: 12px; text-decoration: none; font-weight: normal;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #1ecb5f; font-family: Arial; font-size: 12px; text-decoration: none; font-weight: normal; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#ffffff; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 11px; color:#ffffff; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 11px; color:#1ecb5f; font-weight:bold; text-decoration:none;  }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Arial; font-size: 14px; color: #585855; line-height:1.5; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Arial; font-size: 14px; font-weight: bold; color: #585855; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: Arial; font-weight: bold; font-size: 14px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Arial; font-size: 14px; font-weight: bold; color: #1e438c; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 14px; color: #1e438c; background: transparent; font-weight: bold; padding: 0;}
/*-- h1 - on site                      --*/ H1 { font-size: 18px; color: #1e438c; background: transparent; font-weight: normal; padding: 0; font-family: "Trebuchet MS"; line-height:1;}
/*-- h2 - on site                      --*/ H2 { font-size: 14px; color: #1e438c; background: transparent; font-weight: normal; padding: 0; font-family: "Trebuchet MS"; line-height:1;}
/*-- h3 - on site                      --*/ H3 { font-size: 14px; color: #1e438c; background: transparent; font-weight: normal; padding: 0; font-family:"Trebuchet MS"; line-height:1;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #1e438c; font-family: Arial; font-weight: normal; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #1ecb5f; font-family: Arial; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #1e438c; font-family: Arial; font-weight: normal; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #1ecb5f; font-family: Arial; text-decoration: none; }
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family: Arial; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #1ecb5f; font-family: Arial; font-weight:bold; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Arial; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: Arial; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:21px; background: transparent; width: 174px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}

/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background: #FFF; padding: 0px; border: 1px dotted #003f92; z-index: 1000;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { background: #ffffff; color: #003f92; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background: #00c54f; color: #003f92; font-family: Arial; font-size: 11px; font-weight: normal; cursor: pointer; cursor: hand; padding: 0px 30px 0px 16px; height: 20px; border: 0;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

