/* === GENERIC === */
.SheWorks{padding: 5px 5px 5px 5px; }
A:link  {color: #F06000; text-decoration: none;}
A:hover {color: #F06000; text-decoration: underline;}
A:visited {color:#F06000; text-decoration: none;}
A:visited:hover {color: #F06000; text-decoration: underline;}
H1  {font-family:Verdana, Arial, Helvetica, sans-serif; color:#BD4310; font-weight:bold; font-size: 16px; padding: 10px 0 0 0;}
H2  {font-family:Verdana, Arial, Helvetica, sans-serif; color:#00446B; font-weight:bold; font-size: 13px; padding:}
H3  {font-family:Verdana, Arial, Helvetica, sans-serif; color:#00446B; font-weight:bold; font-size: 13px; padding: 10px 0 0 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; color:#000000; font-size: 11px; background-color:transparent;}
/* For some reason, anything beyond basic CSS in the .normal class causes problems. Therefore, create a second style that will become your default font. */
.standard {font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 11px; background-color:transparent; padding: 0 10px 0 10px;}
.callout {font-family:Verdana, Arial, Helvetica, sans-serif; color:#00446B; font-size: 11px; background-color:transparent; padding: 10px 10px 0 10px; list-style-type:circle;}
.box {font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 11px; background-color:transparent; padding: 5px; border: 1px solid #BD4310;}
/* You will have to modify the skin.ascx file to make the LOGIN class take effect. */
.log {color: #6699CC; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none;}
.log:link {color: #6699CC; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none;}
.log:active {color:#6699CC;}
.log:hover {color:#FFFFFF; text-decoration: none;}
.log:visited {color:#6699CC;}
.log:visited:hover{color:#FFFFFF; text-decoration:none;}
.footertext {font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; background-color:transparent; padding: 10px 0 10px 0;}
.footertext:link {color:#003366; text-decoration: none;}
.footertext:hover {color:#003366; text-decoration: underline;}
.footertext:visited {color:#003366;}
.footertext:visited:hover {color:#003366; text-decoration: underline;}
/* === MENU STYLES === */
.MainMenu_MenuContainer {}
.MainMenu_MenuBar {}
/* Remember to set a top & bottom border on MainMenu_MenuItem that matches the BG of MainMenu_MenuItemSel. */
.MainMenu_MenuItem {color:#FFFFFF; font-size:11px; padding: 5px 5px 5px 2px; border-top: solid 1px #F06000; border-bottom: solid 1px #F06000;}
.MainMenu_MenuItemSel {font-size:11px; padding: 5px 5px 5px 2px; background-color: #F06000;}
.MainMenu_MenuArrow {display:none;}
.MainMenu_RootMenuArrow {display:none;}
.MainMenu_MenuArrow {display:none;}
.MainMenu_MenuRootArrow {display:none;}
/* .MainMenu_MenuIcon should always be set to display:none or the rollover will be problematic*/
.MainMenu_MenuIcon {display:none;}
.MainMenu_SubMenu {background-color: #F06000;}
.MainMenu_MenuBreak {}
.ModuleTitle_MenuContainer {}
.ModuleTitle_MenuBar {}
.ModuleTitle_MenuItem {}
.ModuleTitle_MenuIcon {}
.ModuleTitle_SubMenu {}
.ModuleTitle_MenuBreak {}
.ModuleTitle_MenuItemSel {}
/* === 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    {}

