/*========================================================*/
/*  Universal                                          */
/*========================================================*/

/* Mouseover effects for dropdown tabs --*/ .MainMenu_MenuItemSel { font-family: verdana; color: WHITE; font-size:12px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; border: 0; height: 20px; background:#52020D;}


/*-- Setting Text Throughout the skin      */ table, tr, td, p {font-family: verdana; font-size: 12px; }

/*-- Title Bar       --*/ .Head { font-size:16px; color: BLACK; background: transparent; font-weight: bold; padding: 0;}





/*========================================================*/
/*  Main Menu                     				      */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; padding: 0px 1px 0px 1px;}
/*-- 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: BLACK; padding: 0px; font-weight: normal; filter:none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { font-family: verdana;  color: WHITE; font-size:12px; font-weight: bold; font-style: normal; padding: 0px 35px 0px 16px; border: 0; height: 20px; }
/*-- root menu items            --*/ .MainMenu_RootMenuItem { font-family: verdana; color: BLACK; font-size:12px; font-weight: bold; font-style: normal; border: 0; height: 20px; padding: 0 5 0 0;}

/*-- menuitems idle             --*/ .MainMenu_Idle { color: WHITE; background: transparent; padding: 0 5 0 0; font-weight: bold; }
/*-- sub menu items over        --*/ .MainMenu_Selected { color: WHITE; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: BLACK; background: transparent; font-weight: bold; }
/*-- root menu items over       --*/ .MainMenu_RootSelected { color: WHITE; background:#52020D; padding: 0 5 0 0; font-weight: bold; height: 20px; }
/*-- root menu items over       --*/ .MainMenu_RootActiveSub { color: WHITE; padding: 0 5 0 0; font-weight: bold; height: 20px; }
/*-- root menu items active     --*/ .MainMenu_RootActive, .MainMenu_RootBreadcrumbActive { color: WHITE; background:#52020D; padding: 0 5 0 0; font-weight: bold; height: 20px; }
/*-- 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: BLACK; padding: 0px; font-weight: normal; filter: none; }
/*-- module sub menu items hover--*/ .ModuleTitle_MenuItemSel { font-family: verdana; color: WHITE; font-size:12px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 45px 0px 16px; height: 20px; border: 0; background: #949494;}
/*-- module title items         --*/ .ModuleTitle_MenuItem { font-family: verdana;  color: WHITE; font-size:12px; 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:12px; color: BLACK; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size:12px; font-weight: bold; color: BLACK; }
/*-- red text on site for errors       --*/ .NormalRed { color: RED; font-family: verdana; font-weight: bold; font-size:12px; }

/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana; font-size:12px; font-weight: bold; color: BLACK; padding: 0; }

/*========================================================*/
/*  Hyperlinks                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: BLACK; font-family: verdana; font-weight: bold; font-size:12px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: BLACK; font-family: verdana; font-size:12px; font-weight: bold; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: BLACK; font-family: verdana; font-weight: bold; font-size:12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: BLACK; font-family: verdana; font-size:12px;	text-decoration: underline; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: BLACK; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size:12px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: BLACK; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size:12px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding:12px 1px 6px 8px; cursor: hand; font-size:0px; margin: 0 0 0 0px; border-bottom:none; }

/*========================================================*/
/*  FormElements                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: verdana; font-size:12px; color: BLACK; }
/*-- textbox                    --*/ .NormalTextBox { color: #000; padding-left: 4px; line-height:12px; font-family: verdana; font-weight: normal; font-size:12px; background: WHITE; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: WHITE; border: 0; }
/*-- textbox used for search    --*/ .SearchBox input{ background: transparent; width:205px; color: BLACK; padding: 0px 6px 0px 6px; vertical-align:middle; cursor:text; border: 0px solid WHITE; font-size:11px; }

/*========================================================*/
/*  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: BLACK; font-weight:normal; font-family: verdana; font-size:12px; }
/*-- login and user token hover        --*/ a.LOGIN:hover, a.USER:hover { color: BLACK; font-family: verdana; font-weight:normal; font-size:12px; text-decoration: underline; }
/*-- date token idle                   --*/ .DATE { color: BLACK; font-family: verdana; font-size:12px; font-weight:bold; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS, a.BREADCRUMBS:link, a.BREADCRUMBS:visited, a.BREADCRUMBS:active { color: BLACK; font-family: verdana; font-size:12px; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS:hover { color: BLACK; font-family: verdana; font-size:12px; text-decoration: underline; }
/*-- terms privacy and copyright       --*/ .FOOTER { color:BLACK; font-size:12px; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER:link, a.FOOTER:visited, a.FOOTER:active { color:BLACK; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER:hover { color:BLACK; font-weight:normal; text-decoration:underline; }

/*========================================================*/
/*  Content Panes                                      */
/*========================================================*/

/*-- header pane               --*/ .PaneHead { padding:  0 0 0 25px;}
/*-- full pane                 --*/ .PaneCenter { width: 100%; height:100%; padding: 0 0 0 0; }
/*-- left pane                 --*/ .PaneLeft { padding: 0 15px 0 0; width: 250px; }
/*-- right pane                --*/ .PaneRight { padding: 0 0 0 15px; width: 250px; }
									.ContentBg { background-color:#FAF8E9;}

  

/*-- Style For HTML PAGE                   */ html { height: 100%; }
/*-- Style For HTML BODY                   */ body { margin: 15 15 15 15; background:#52020D; }
/*-- Style For HTML IMAGES                 */ img { border-width:0px; border-style:none;}

             
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/