/*-- Style For HTML PAGE                    --*/ html { height: 100% }
/*-- Style For HTML BODY                    --*/ body { margin: 0; background: #e7e5d1 }
/*-- Setting Text Throughout the skin       --*/ table, tr, td, p {font-family: verdana; font-size: 11px; color: black ; line-height: 1.4em; margin: 0}
/*-- PageLeftMargin                         --*/ .PageLeftMargin  { width:  5%; height: 100%; background-color : #993300 ;}
/*-- PageContent                            --*/ .PageContent     { width: 90%; height: 100%; background-color : #993300 ;}
/*-- PageRightMargin                        --*/ .PageRightMargin { width:  5%; height: 100%; background-color : #993300 ;}
/*-- Header Logo                            --*/ .HeaderLogo      { background:  url(SkinLogo.jpg)         top left; height: 108px; width: 152px ; padding: 0  ;}
/*-- Header BottleBottom                    --*/ .BottleBottom    { background:  url(BottleBottom.jpg)     top left; height: 108px; width:  59px ; padding: 0  ;}
/*-- Header BottleLowerBody                 --*/ .BottleLowerBody { background:  url(BottleLowerBody.jpg)  top left; height: 108px; width:  100% ; padding: 0  ;}
/*-- Header BottleUpperBody                 --*/ .BottleUpperBody { background:  url(BottleUpperBody.jpg)  top left; height: 108px; width: 169px ; padding: 0  ;}
/*-- Header BottleNeck                      --*/ .BottleNeck      { background:  url(BottleNeck.jpg)       top left; height: 108px; width: 212px ; padding: 0  ;}
/*-- Header BottleRight                     --*/ .BottleRight     { background:  url(BottleRight.jpg)      top left; height: 108px; width:  17px ; padding: 0  ;}
/*-- Header Top                             --*/ .HeaderTop       { background:  background-color : #993300 ; height:  108px; width:  100%; padding: 0  ;}
/*-- outermost table of skin -Standard      --*/ .OuterTable { width: 100%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF }
/*-- outermost table of skin -Admin         --*/ .OuterTableAdmin { width: 100% ; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF }
/*-- cell containing login and register     --*/ .LoginTD {  vertical-align: top; color: #f7f55f; padding: 89px 30px 0px 0px; height:120px; text-align:right; }
/*-- cell containing login and register - 2 --*/ .LoginTD2 { vertical-align: top; color: #f7f55f; padding: 2px 30px 0px 0px; text-align:right; }
/*-- cell containing search                 --*/ .SearchTD { background:  url(SearchField.png)  top left no-repeat; width: 180px ; text-align:right; vertical-align: top; padding: 0 4 1 4; height:12px;}
/*-- cell containing menu                   --*/ .MenuTD {  background-color : #e7e5d1 ; height : 100% ; width: 180px ; vertical-align: top; padding: 4 2 4 2; }
/*-- cell containing panes                  --*/ .PanesTD {  background-color : #e7e5d1 ; width:100%; vertical-align: top; padding: 4px 14px 0 10px; }
/*-- top header section                     --*/ .TopRow { background:  url(header_bg.jpg) repeat-x top left; height: 83px; padding: 0; }
/*-- topleft header section                 --*/ .TopRowLeft { background:  url(headerlogo.jpg) no-repeat top left; height: 159px; width:100%; padding: 0; }
/*-- topright header section                --*/ .TopRowRight { background:  url(header_bg_r_login.jpg) no-repeat top right; height: 159px; width:100%; padding: 0;}
/*-- topright header section                --*/ .TopRowRight2 { background:  url(header_bg_r.jpg) no-repeat top right; height: 159px; width:100%; padding: 0;}
/*-- bottom footer section                  --*/ .BottomRow { background:  url(Footer.jpg) repeat-x top center; height: 23px; padding: 0;}
/*-- bottomleft footer section              --*/ .BottomRowLeft { background:  url(footer_bg_l.gif) no-repeat top left; height: 76px; padding: 0;}
/*-- bottomright footer section             --*/ .BottomRowRight { background:  url(footer_bg_r.gif) no-repeat top right; height: 76px; text-align: right; vertical-align: top; padding: 35px 37px 0 37px; }
/*-- middle content section                 --*/ .MiddleRow { background:  url(page_bg_r.gif) repeat-y top right; padding: 0 10px 0 35px; }
/*-- top inside content pane                --*/ .PaneTop { width: 100%; padding: 0 0 0 0;}
/*-- left content pane                      --*/ .PaneLeft { padding: 0 7px 0 7px; width: 33%; }
/*-- content pane                           --*/ .PaneCenter { background-color : #e7e5d1 ; width: 812px ; padding: 0 0 0 0; }
/*-- right content pane                     --*/ .PaneRight { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom inside pane                     --*/ .PaneBottom { width: 100%; padding: 0 0 0 0; }
/*-- bottom menu content pane               --*/ .PaneMenuBottom { background-color : #e7e5d1 ; width: 812px ; padding: 0 0 0 0; }
/*-- login and user token idle              --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #444; font-family: verdana; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover             --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #444; font-family: Verdana; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                        --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #444; font-family: Verdana; font-size: 11px; text-decoration: none; }
/*-- date token hover                       --*/ a.DATE_object:hover { color: #666; font-family: Verdana; font-size: 11px; text-decoration: none; }
/*-- terms privacy and copyright            --*/ .FOOTER_objects { color:#ddd97f; font-size: 11px; }
/*-- terms privacy and copyright links      --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#ddd97f; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover      --*/ a.FOOTER_objects:hover { color:#ddd97f; font-weight:bold; text-decoration:Underline;  }
/*-- most of the text on site               --*/ .normal, .Normal { font-family: Verdana; font-size: 11px; color: #444; }
/*-- most of the bold text on site          --*/ .NormalBold { font-family: Verdana; font-size: 11px; font-weight: bold; color: #444; }
/*-- 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: #555; padding: 0; }
/*-- headings - mostly in admin             --*/ .Head { font-size: 11px; color: #555; background: transparent; font-weight: bold; padding: 0;}
/*-- default links visited and active       --*/ a:link, a:visited, a:active { color: #666; font-family: Verdana; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover                    --*/ a:hover { color: #444; font-family: Verdana; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active       --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: Verdana; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover                    --*/ a.Normal:hover { color: #444; font-family: Verdana; font-size: 11px;	text-decoration: none; }
/*-- 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: 0px 45px 0px 0px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}
/*-- default form elements                  --*/ select, input { font-family: Verdana; font-size: 11px; color: #666; }
/*-- textbox                                --*/ .NormalTextBox { color: #666; padding-left: 2px; line-height: 12px; font-family: Verdana; font-weight: normal; font-size: 11px; }
/*-- textbox container                      --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility:  visible; border: 0; }
/*-- textbox used for search                --*/ #dnn_dnnSEARCH_txtSearch .NormalTextBox { height:19px; background: transparent; width: 152px; color: #666; padding: 4px 0px 0px 10px; border: 0px solid #FFFFFF; cursor:text;}
/*-- box that holds the menu                --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 184px; }
/*-- bar that holds the menu                --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: #fff;  width: 180px; }
/*-- submenu container                      --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 1px; background: #f3f3f3; padding: 0px; border: 1px solid #999; font-weight: normal }
/*-- submenu items idle                     --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: Verdana;  color: #6A6A6A; font-size: 11px; background: #f3f3f3; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover                    --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: Verdana; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #4F4F4F; background: #DCDCDC; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle                         --*/ .MainMenu_Idle {color: #666; background:  url(nav_idle.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems over                         --*/ .MainMenu_Selected { color: #666; background:  url(nav_over.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems active                       --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {color: #666; background:  url(nav_active.gif) no-repeat; 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; }