/*========================================================*/
/*  Universal                                          */
/*========================================================*/

/*-- Style For HTML PAGE                   */ html, body { height: 100%;}
/*-- Style For HTML BODY                   */ body { margin: 0; background: #FFF; margin: 0 0 0 0; }
                                              #body { background: #162d43 url(bk_img.gif) repeat-x top; padding: 0; margin: 0;}
                                              #__dnn_body{background:#FFF;}
/*-- Setting Text Throughout the skin      */ table, tr, td, p {font-family: Tahoma; font-size: 11px;line-height: 1.4em;}
/*-- Search Box bg                         */ .searchbg { background-image:url(search_bg.gif); background-repeat: repeat-x; }


/*========================================================*/
/*  Content Panes                                      */
/*========================================================*/

/*-- full pane                  --*/.PaneFull { width: 100%; padding: 0 1px 0 1px;}
/*-- left pane                  --*/.PaneLeft { padding: 0 1px 0 1px; width: 50%; }
/*-- right pane                 --*/.PaneRight { padding: 0 1px 0 1px; width: 50%; }
/*-- left pane                  --*/.PaneLeft2 { padding: 0 1px 0 1px; width: 30%; }
/*-- right pane                 --*/.PaneRight2 { padding: 0 1px 0 1px; width: 70%; }
/*-- left pane                  --*/.PaneLeft3 { padding: 0 1px 0 1px; width: 70%; }
/*-- right pane                 --*/.PaneRight3 { padding: 0 1px 0 1px; width: 30%; }
/*-- center pane                --*/.PaneCenter { padding: 0 1px 0 1px; width: 50%; }
/*-- center/left pane           --*/.PaneCenterLeft { padding: 0 1px 0 1px; width: 25%; }
/*-- center/right pane          --*/.PaneCenterRight { padding: 0 1px 0 1px; width: 25%; }
/*-- Mid center pane            --*/.MidPaneCenter { padding: 0 1px 0 1px; width: 33%; }
/*-- Mid center/left pane       --*/.MidPaneCenterLeft { padding: 0 1px 0 1px; width: 33%; }
/*-- Mid center/right pane      --*/.MidPaneCenterRight { padding: 0 1px 0 1px; width: 33%; }
/*-- Bottom Column 1            --*/.BottomPane1 { padding: 0 1px 0 1px; width: 25%; }
/*-- Bottom Column 2            --*/.BottomPane2 { padding: 0 1px 0 1px; width: 25%; }
/*-- Bottom Column 3            --*/.BottomPane3 { padding: 0 1px 0 1px; width: 25%; }
/*-- Bottom Column 4            --*/.BottomPane4 { padding: 0 1px 0 1px; width: 25%; }
/*-- Menu Pane                  .MenuPane { padding: 0 1px 0 1px; background: url(fc_bk.gif); background-repeat: no-repeat; background-position: top;}--*/
/*-- Menu Pane                  --*/.MenuPane { background: url(fc_bk.gif); background-repeat: no-repeat; background-position: center top; width: 604px}

/*========================================================*/
/*  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: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN:hover, a.USER:hover { color: #eaeaea; font-family: tahoma; font-weight:normal; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE { color: #ffffff; font-family: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS, a.BREADCRUMBS:link, a.BREADCRUMBS:visited, a.BREADCRUMBS:active { color: #ffffff; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS:hover { color: #C50000; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER { color:#ffffff; font-size: 11px; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER:link, a.FOOTER:visited, a.FOOTER:active { color:#ffffff; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER:hover { color:#C50000; font-weight:normal; text-decoration:none;  }

/*========================================================*/
/*  Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: #555555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #555555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Main Menu                     				      */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 0; background: #162d43; padding: 0px; border: 1px solid #000000; border-top-width: 0px; font-weight: normal; filter: none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { font-family: tahoma;  color: #eaeaea; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 35px 0px 16px; border: 0; height: 20px; }
/*-- root menu items            --*/ .MainMenu_RootMenuItem { font-family: tahoma;  color: #ffffff; font-size: 11px; font-weight: bold; font-style: normal; border: 0; height: 33px; padding: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { font-family: tahoma; color: #eaeaea; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; border: 0; height: 20px; background: #444444;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #eaeaea; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items over        --*/ .MainMenu_Selected { color: #eaeaea; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #eaeaea; background: transparent; font-weight: bold; }
/*-- root menu items over       --*/ .MainMenu_RootSelected { color: #eaeaea; background: transparent; padding: 0; font-weight: bold; height: 33px; }
/*-- root menu items over       --*/ .MainMenu_RootActiveSub { color: #eaeaea; background: transparent; padding: 0; font-weight: bold; height: 33px; }
/*-- root menu items active     --*/ .MainMenu_RootActive, .MainMenu_RootBreadcrumbActive { color: #eaeaea; padding: 0; font-weight: bold; height: 33px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { display:none}
/*-- 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: #162d43; padding: 0px; border: 1px solid #000000; font-weight: normal; filter: none; }
/*-- module sub menu items hover--*/ .ModuleTitle_MenuItemSel { font-family: tahoma; color: #eaeaea; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 45px 0px 16px; height: 20px; border: 0; background: #444444;}
/*-- module title items         --*/ .ModuleTitle_MenuItem { font-family: tahoma;  color: #eaeaea; 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; }

/*========================================================*/
/*  Hyperlinks                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #336699; font-family: tahoma; font-weight: normal; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #C50000; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #336699; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #C50000; font-family: tahoma; font-size: 11px;	text-decoration: none; font-weight: bold;}
/*-- 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: tahoma; 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: tahoma; 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: tahoma; font-size: 11px; color: #555555; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; 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: #555555; padding: 0px 6px 0px 0px; vertical-align:middle; border: 0px solid #FFFFFF; cursor:text;}--*/
/*-- textbox used for search    --*/ .SearchBox input{ background-color:#d3d3d3; cursor:text; border:1px solid #797979; font-size:9px; }
             

