/*========================================================*/
/*  1 Universal                                          */
/*========================================================*/
/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body { margin: 0; background: url(body_bg.gif) repeat top left #838383; margin: 0 0 0 0; }
/* Setting Text Throughout the skin      */ table, tr, td {font-family: tahoma; font-size: 11px; margin: 0;}
/* outermost div of skin                 */ .OuterDiv {width:100%; height:100%;}
/*========================================================*/
/*  2 Design Elements                                    */
/*========================================================*/
/*-- cell containing login and register     --*/ .LoginTD { vertical-align: middle; color: #FFF; padding: 0 35px 8px 0; text-align:right; }
/*-- cell containing flash or images        --*/ .FlashCell       { vertical-align:top; text-align:left; width:430px; height:195px; padding: 26px 0 0 12px; }
/*-- cell containing header pane            --*/ .HeaderPaneArea  { vertical-align:top; text-align:left; width:100%; height:195px;}
/*-- cell containing date                   --*/ .DateTD { text-align:right; vertical-align: bottom; padding: 0 30px 8px 0 ; height:54px;}
/*-- cell containing header pane            --*/ .HeaderPaneTD { vertical-align: middle; padding: 0 30px 0 0 ; width:100%;}
/*-- cell containing header pane in blank   --*/ .HeaderPaneTD2 { vertical-align: middle; padding: 0 30px 0 30px ; width:100%;}
/*-- cell containing menu                   --*/ .MenuTD { height: 47px; vertical-align: top; padding: 0 12px 0 12px; }
/*-- cell containing breadcrumbs            --*/ .BreadcrumbsTD { color:#808080; height: 28px; vertical-align: top; padding: 5px 20px 0 20px; }
/*-- cell containing privacy                --*/ .PrivacyTD { text-align: left; vertical-align: top; padding: 20px 0 0 25px; }
/*-- cell containing copyright              --*/ .CopyrightTD { text-align: right; vertical-align: top; padding: 20px 16px 0 0; }
/*-- cell containing search                 --*/ .SearchTD { width:1px; text-align:right; width:430px; vertical-align: top; padding: 17px 26px 0 18px;}
/*-- applied to invisible objects           --*/ .Invisible { visibility:hidden; }
/*========================================================*/
/*  3 Content Panes                                      */
/*========================================================*/
/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 7px 0 7px; width: 33%; }
/*-- content pane                  --*/ .PaneCenter { padding: 0 7px 0 7px; }
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 7px 0 7px; }
/*-- bottom menu content pane      --*/ .PaneMenuBottom { width: 100%; padding: 5px 5px 0 5px; }
/*-- header content pane           --*/ .PaneHeader { height:139px; width: 100%; padding: 0 0 0 0; }
/*========================================================*/
/*  4 Tokens                                             */
/*========================================================*/
/*-- 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: #FFF; background:  url(bull.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; padding: 0 0 0 20px; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { background:  url(bull.gif) no-repeat bottom left; color: #DDD; font-family: tahoma; 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: #c1c1c1; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#5a5a5a; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#5a5a5a; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#000; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: tahoma; font-size: 11px; text-decoration: none; }
/*========================================================*/
/*  5 Text                                               */
/*========================================================*/
/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold; 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;}
/*========================================================*/
/*  6 Links                                              */
/*========================================================*/
/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma; 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: 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: 13px 28px 4px 27px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}
/*========================================================*/
/*  7 Forms                                              */
/*========================================================*/
/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- 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: 116px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
/* === GENERIC === */
A:link  {color: #336699; text-decoration: none;}
A:hover {color: #336699; text-decoration: underline;}
A:visited {color: #336699; text-decoration: none;}
A:visited:hover {color: #336699; text-decoration: underline;}
H1  {font-family:Verdana, Arial, Helvetica, sans-serif; color: #24A59F; font-size: 16px; font-weight:bold; border-bottom: 1px solid #1A776D; padding: 5px 0 0 0; width:400px;}
H2  {font-family:Verdana,Arial, Helvetica, sans-serif; color: #1B867E; font-weight:bold; font-size: 13px;}
H3  {font-family:Verdana,Arial, Helvetica, sans-serif; color: #1B867E; font-weight:bold; font-size: 10px;}
H4  {}
H5, DT  {}
H6  {}
TFOOT, THEAD {}
TH  {}
SMALL   {}
BIG {}
BLOCKQUOTE, PRE {}
UL LI   {}
UL LI LI    {}
UL LI LI LI {}
OL LI   {}
OL OL LI    {}
OL OL OL LI {}
HR {}
/* === TEXT STYLES === */
/* By default, all text in DNN is given the class of .normal. */
.normal {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
/* For other classes to work properly, you must define them here and then create corresponding containers that use the classes. Then set the module to use that container in DNN. */
.standard {font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 11px; background-color:transparent; padding: 10px 20px 0 10px;}
.photos {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size: 11px; background-color:transparent; padding: 10px 0 0 0;}
.footertext {font-family:Verdana, Arial, Helvetica, sans-serif; color: #FFF2DF; font-size: 11px; background-color:transparent; padding:5px;}
.footertext:link {color:#FFF2DF; text-decoration: none;}
.footertext:hover {color:#FFF2DF; text-decoration: underline;}
.footertext:visited {color:#FFF2DF;}
.footertext:visited:hover {color:#FFF2DF; text-decoration: underline;}
.formtext {font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 11px; background-color:transparent;}
/* You will have to modify the skin.ascx file to make the LOGIN class take effect. */
.log {color: #003399; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;}
.log:link {color: #003399; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none;}
.log:active {color:#003399;}
.log:hover {color: #003399; text-decoration:underline;}
.log:visited {color:#003399;}
.log:visited:hover{color:#003399; text-decoration:underline;}
/* === MENU STYLES === */
/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/
/*-- box that holds the menu    --*/ .MainMenu_MenuContainer {  background: url(nav_idle.gif) repeat-x top center transparent;  height: 45px;}
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent;  height: 45px;}
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1px 0 0 0; background: #EEEEEE; padding: 0px; border: 1px solid #BBBBBB; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #EEEEEE; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #222; background: #BBBBBB; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #FFF; background: url(nav_idle.gif) repeat-x top center transparent; font-weight: bold; padding: 16px 0px 16px 0px; font-weight: bold; font-size: 8pt; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #FFF; background: url(nav_over2.gif) repeat-x top center; font-weight: bold; padding: 16px 0px 16px 0px; font-weight: bold; font-size: 8pt; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #FFF; background: url(nav_over.gif) repeat-x top center; font-weight: bold; padding: 16px 0px 16px 0px; font-weight: bold; font-size: 8pt; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: url(nav_div.gif) no-repeat top right; width:2px; height: 45px; }
/*-- 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   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}
/* === EVERYTHING BELOW IS FLUFF == */
/* background color for the header at the top of the page  */
.HeadBg {}
/* background color for the content part of the pages */
Body {}
.ControlPanel {}
/* background/border colors for the selected tab */
.TabBg {}
.LeftPane  {}
.ContentPane  {}
.RightPane  {}
/* text style for the selected tab */
.SelectedTab {}
/* hyperlink style for the selected tab */
A.SelectedTab:link {}
A.SelectedTab:visited  {}
A.SelectedTab:active   {}
A.SelectedTab:hover    {}
/* text style for the unselected tabs */
.OtherTabs {}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {}
A.OtherTabs:visited  {}
A.OtherTabs:active   {}
A.OtherTabs:hover    {}
/* style for module titles */
.Head   {}
/* style of item titles on edit and admin pages */
.SubHead    {}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {}
/* text style used for most text rendered by modules */
.Normal {}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {}
.NormalRed {}
.NormalBold {}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {}
A.CommandButton:visited  {}
A.CommandButton:active   {}
A.CommandButton:hover    {}
/* button style for standard HTML buttons */
.StandardButton     {}
/* text style for reading messages in Discussion */    
.Message    {}   
/* style of item titles by Announcements and events */
.ItemTitle    {}


