/*========================================================*/
/*         CSS for DotNetNuke Skin - Orlando              */
/*                  by Jared Buttars                      */
/*             http://www.black-pond.com                  */
/*                jared@black-pond.com                    */
/*========================================================*/

/*========================================================*/
/*  Universal                                          */
/*========================================================*/

/*-- Style For HTML PAGE                   */ html { height: 100%; }
/*-- Style For HTML BODY                   */ body { margin: 0; background: #FFF; margin: 0 0 0 0; }
                                              #body{margin: 0; background: #000000; margin: 0 0 0 0; background-image:url(doc_below_bg.gif);}
                                              #__dnn_body{background:#FFF;}
/*-- Page Background Fade Image            */ .bgPageTop { background-image:url(doc_top_bg.gif); background-repeat:repeat-x; }
/*-- Inner Page Background Fade Image      */ .bgInnerPageTop { background-image:url(page_shadow.gif); background-repeat:repeat-x; }
/*-- Micro text                            */ .microtext { font-size: 1px; }
/*-- Setting Text Throughout the skin      */ table, tr, td, p {font-family: verdana; }
/*-- Main Window                           */ .PaneMain { padding: 0 0 0 9px; width: 100%; }

/*========================================================*/
/*  Content Panes                                      */
/*========================================================*/

/*-- full pane                 --*/ .PaneCenter { width: 100%; padding: 0 15px 0 15px; }
/*-- left pane                 --*/ .PaneLeft { padding: 0 0 0 15px; width: 270px; }
/*-- right pane                --*/ .PaneRight { padding: 0 15px 0 0; width: 270px; }

/*========================================================*/
/*  Tokens                                             */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN, a.LOGIN:link, a.LOGIN:visited, a.LOGIN:active, .USER, a.USER:link, a.USER:visited, a.USER:active { color: #ffffff; font-family: verdana; font-size: 10px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN:hover, a.USER:hover { color: #ffffff; font-family: verdana; font-weight:bold; font-size: 10px; text-decoration: underline; }
/*-- date token idle                   --*/ .DATE { color: #ffffff; font-family: verdana; font-size: 10px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS, a.BREADCRUMBS:link, a.BREADCRUMBS:visited, a.BREADCRUMBS:active { color: #ffffff; font-family: verdana; font-size: 10px; text-decoration: none; font-weight:normal;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS:hover { color: #ffffff; font-family: verdana; font-size: 10px; text-decoration: underline; font-weight:normal; }
/*-- terms privacy and copyright       --*/ .FOOTER { color:#787878; font-size: 10px; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER:link, a.FOOTER:visited, a.FOOTER:active { color:#787878; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER:hover { color:#787878; font-weight:normal; text-decoration:underline;  }

/*========================================================*/
/*  Main Menu                     				      */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background-image:url(menu_bg.gif); width:100%; padding: 0; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; width:100%; padding: 0; }
/*-- submenu container          --*/ .MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 4px; 
														 background: #582106; padding: 0px; border: 1px solid #c4bd9c; font-weight: 
														 normal; opacity: 0.95; -moz-opacity:0.95; filter: alpha(opacity=95); }
/*-- sub menu items             --*/ .MainMenu_MenuItem { font-family: verdana; color: #ffffff; font-size: 12px; font-weight: bold; 
                                                          font-style: normal; padding: 0px 22px 0px 16px; border: 0; height: 22px; }
/*-- root menu TD               --*/ .MainMenu_RootMenuItem TD{ text-align:right; padding: 0px 20px 0px 0px; }
/*-- root menu items            --*/ .MainMenu_RootMenuItem { font-family: verdana; color: #616f73; font-size: 12px; font-weight: bold;
                                                              font-style: normal; height: 22px; border:0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { font-family: verdana; color: #ffffff; font-size: 12px; font-weight: bold; 
                                                             cursor: pointer; cursor: hand; padding: 0px 22px 0px 16px; border: 0; height: 22px; background: #9d7292; }
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #616f73; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items over        --*/ .MainMenu_Selected { color: #ffffff; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #ffffff; background: transparent; font-weight: bold; }
/*-- root menu items over       --*/ .MainMenu_RootSelected { color: #ffffff; background: transparent; background-image:url(menu_hilite.gif); 
                                                              background-repeat:no-repeat; padding: 0; font-weight: bold; height: 22px; }
/*-- root menu TD over          --*/ .MainMenu_RootSelected TD{ color: #ffffff; text-align:right; padding: 0px 20px 0px 0px; }
/*-- root menu items over       --*/ .MainMenu_RootActiveSub { color: #616f73; padding: 0; font-weight: bold; height: 22px; }
/*-- root menu TD over          --*/ .MainMenu_RootActiveSub TD{ text-align:right; padding: 0px 20px 0px 0px; }
/*-- root menu items active     --*/ .MainMenu_RootActive, .MainMenu_RootBreadcrumbActive { color: #ffffff; background-image:url(menu_hilite.gif); 
                                                                                            background-repeat:repeat-y; padding: 0; font-weight: bold; height: 22px; }
/*-- root menu TD active        --*/ .MainMenu_RootActive, .MainMenu_RootBreadcrumbActive TD{ color: #ffffff; text-align:right; padding: 0px 20px 0px 0px; }
/*-- not needed                 --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }

/*========================================================*/
/*  Module                     				          */
/*========================================================*/

/*-- module sub menu container  --*/ .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 0; background: #74888f; padding: 0px; border: 1px solid #c4bd9c; font-weight: normal; filter: none; }
/*-- module sub menu items hover--*/ .ModuleTitle_MenuItemSel { font-family: verdana; color: #ffffff; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 45px 0px 16px; height: 20px; border: 0; background: #91a0a6;}
/*-- module title items         --*/ .ModuleTitle_MenuItem { font-family: verdana;  color: #ffffff; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 45px 0px 16px; height: 20px; border: 0; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { background: transparent; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- not needed                 --*/ .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*========================================================*/
/*  Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size: 11px; color: #787878; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size: 11px; font-weight: bold; color: #787878; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: verdana; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana; font-size: 11px; font-weight: bold; color: #000000; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #000000; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Hyperlinks                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #3d869b; font-family: verdana; font-weight: normal; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #3d869b; font-family: verdana; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #3d869b; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #3d869b; font-family: verdana; font-size: 11px;	text-decoration: underline; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 10px 37px 6px 10px; cursor: hand; font-size:0px; margin: 0 0 0 0px; }

/*========================================================*/
/*  FormElements                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: verdana; font-size: 11px; color: #000000; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: verdana; font-weight: normal; font-size: 11px; background: #ffffff; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: #ffffff; border: 0; }
/*-- textbox used for search    --*/ .SearchBox input{ height:13px; background: transparent; width: 165px; color: #ffffff; padding: 0px 6px 0px 0px; vertical-align:middle; border: 0px solid #FFFFFF; cursor:text;}
/*-- textbox used for search    --*/ .SearchBox { font-size: 1px; }
             
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/




