/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
  { }

/* 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     { }

/* GENERAL */
/* style for module titles */
.Head         { color: #036; font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }

/* style of item titles on edit and admin pages */
.SubHead      { color: #666666; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead     { color: #036; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }

/* text style used for most text rendered by modules */
.Normal
    { color: #666; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 18px }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
 { color: #666; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

.NormalRed
 { color: #f00; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

.NormalBold
 { color: #666; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton        { color: #036; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link    { color: #036; text-decoration: underline }

A.CommandButton:visited   { text-decoration: underline }

A.CommandButton:active    { text-decoration: underline }

A.CommandButton:hover       { color: #633; text-decoration: underline }
    
/* GENERIC */
H1     { color: #036; font-size: 20px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

H2     { color: #036; font-size: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

H3     { color: #036; font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

H4     { color: #036; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

H5, DT    { color: #666666; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

H6    { color: #333; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

TFOOT, THEAD     { color: #666; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }

TH   { color: #999; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }

A:link      { color: #036; text-decoration: underline }

A:visited       { color: #036; text-decoration: underline }

A:active        { color: #036; text-decoration: underline }

A:hover    { color: #633; text-decoration: underline }

SMALL    { color: #666; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

BIG  { color: #666; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

BLOCKQUOTE, PRE  { color: #666; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR  {
}
 
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message     { color: #666; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }   

/* style of item titles by Announcements and events */
.ItemTitle      { color: #000; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer     { }

.MainMenu_MenuBar        { background-color: #036 }

.MainMenu_MenuItem        { color: #ccc; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: #036; height: 23px }

.MainMenu_MenuIcon        { background-color: #036 }

.MainMenu_SubMenu        { background-color: #036; height: 23px }

.MainMenu_MenuBreak   { }

.MainMenu_MenuItemSel        { color: #fff; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #3f658c; height: 23px }

.MainMenu_MenuArrow       { border-top: 1px solid #fff }

.MainMenu_RootMenuArrow      { }

/*DNN Server Includes or SkinObjects*/

.SkinObject   { color: #ccc; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; text-decoration: none }

A.SkinObject:link    { color: #ccc; font-weight: bold; text-decoration: underline }

A.SkinObject:visited    { color: #ccc; font-weight: bold; text-decoration: underline }

A.SkinObject:active   { color: #ccc; font-weight: bold; text-decoration: underline }

A.SkinObject:hover    { color: #fff; font-weight: bold; text-decoration: underline }


