/*========================================================*/
/*         CSS for DotNetNuke Skin - AD&F	              */
/*                  by Eric Rodwell                       */
/*               http://www.eembark.com                   */
/*                support@eembark.com                     */
/*========================================================*/

/*========================================================*/
/*     Colors							*/
/* Dark Khaki 	#999966					*/
/* Light Khaki	#CCCC99					*/
/* Red 		#660000						*/
/* Padding top, right, bottom, left     */

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body { margin: 0; background: url(light_khaki.jpg); }

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- outermost table of splash			--*/ .OuterTableSplash { width: 100%; height: 100%; background: url(medium_khaki.jpg); }
/*-- outermost table of skin			--*/ .OuterTable { width: 85%; height: 100%; border: solid 1 black; background: url(medium_khaki.jpg); }
/*-- top header logo section			--*/ .LogoTD { background: url(header_logo_bg.jpg) no-repeat top center; height: 183px; padding: 0; }
/*-- cell containing login and register	--*/ .LoginTD { vertical-align: top; height: 92px; color: #FFF; padding: 20px 15px 0px 0px; text-align: right; }
/*-- cell containing date				--*/ .DateTD { text-align: right; vertical-align: top; color: #660000; padding: 30px 13px 0px 228px; height:29px; }
/*-- cell containing menu				--*/ .MenuTD { vertical-align: top; color: #FFF; padding: 8px 0 0 10px; }
/*-- top header section					--*/ .TopRow { background: url(header_bg.jpg) repeat-x top center; height: 183px; padding: 0; }
/*-- middle content section				--*/ .MiddleRow { padding: 0; }
/*-- bottom footer section				--*/ .BottomRow { background:  url(footer_bg.gif) repeat-x top center; height: 169px; padding: 0; }
/*-- cell containing footer				--*/ .FooterTD { height: 39px; text-align: center; vertical-align: bottom; color: #FFF; padding: 0px 7px 17px 7px; }

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 7px 0 7px; font-family: arial; font-size: 14px; line-height: 1.4em; margin: 0;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 7px 0 7px; width: 33%; font-family: arial; font-size: 14px; line-height: 1.4em; margin: 0;}
/*-- left content pane home        --*/ .PaneLeftHome {background: url(dark_khaki.jpg); width: 433; padding: 0 7px 0 7px; font-family: arial; font-size: 14px; line-height: 1.4em; margin: 0;}
/*-- content pane                  --*/ .PaneCenter { padding: 0 7px 0 7px; font-family: arial; font-size: 14px; line-height: 1.4em; margin: 0;}
/*-- content pane home             --*/ .PaneCenterHome { background: url(feather_watermark.jpg) no-repeat center center; width:100%; height: 381px; padding: 0 7px 0 7px; font-family: arial; font-size: 14px; line-height: 1.4em; margin: 0;}
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; width: 33%; font-family: arial; font-size: 14px; line-height: 1.4em; margin: 0;}
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; height: 120px; text-align: center; padding: 8px 0px 0px 0px; font-family: arial; font-size: 14px; line-height: 1.4em; margin: 0;}

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

/*-- login and user token idle			--*/ .UserObjects, a.UserObjects:link, a.UserObjects:visited, a.UserObjects:active { color: #ffffff; font-family: arial; font-size: 12px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover			--*/ a.UserObjects:hover { color: #660000; font-family: arial; font-weight:bold; font-size: 12px; text-decoration: none; }
/*-- date token							--*/ .DateObjects { color: #660000; font-family: arial; font-size: 14px; text-decoration: none; font-weight:normal; }
/*-- terms privacy and copyright idle	--*/ .FooterObjects, a.FooterObjects:link, a.FooterObjects:visited, a.FooterObjects:active { color: #ffffff; font-family: arial; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- terms privacy and copyright hover	--*/ a.FooterObjects:hover { color: #660000; font-family: arial; font-weight:bold; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: arial; font-size: 14px; color: #000000; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: arial; font-size: 14px; font-weight: bold; color: #000000; }
/*-- 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: 13px; font-weight: bold; color: #000000; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 14px; color: #000000; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: arial; font-weight: bold; font-size: 14px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: arial; font-size: 14px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: arial; font-weight: bold; font-size: 14px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: arial; font-size: 14px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #000000; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: arial; font-weight: bold; font-size: 14px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #000000; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: arial; font-weight: bold; font-size: 14px; text-decoration: none; height: 20px; }
/*-- 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 { font-family: arial; font-size: 14px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: arial; font-weight: normal; font-size: 12px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; background: transparent; width: 174px; color: #888; padding: 4px 0px 0px 8px; border: 0px solid #FFFFFF; cursor:text;}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 190px; }
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: #fff;  width: 190px; }
/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 1px; background: #336699; padding: 0px; border: 1px solid #BCC3DE; font-weight: normal; filter: none; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: arial;  color: #FFF; font-size: 14px; font-weight: bold; background: transparent; font-style: normal; height: 20px; border: 0; padding: 0px 16px 0px 16px; }
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: arial; color: #660000; font-size: 14px; font-weight: bold; background: transparent; cursor: pointer; cursor: hand; color: #660000; height: 20px; border: 0; padding: 0px 16px 0px 16px; }
/*-- menuitems idle           --*/ .MainMenu_Idle {color: #000000; padding: 0; height: 20px; font-weight: bold;}
/*-- menuitems over           --*/ .MainMenu_Selected { color: #660000; padding: 0; height: 20px; font-weight: bold;}
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {color: #660000; padding: 0; height: 22px; font-weight: bold;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .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 --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/



