/* ================================
    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 { font-family: Tahoma, Arial, Helvetica; }

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {width:195px;}

.ContentPane  {
}

.RightPane  {width:195px;}

/* text style for the selected tab */
.SelectedTab { color:#141389;background-color:transparent; }

/* hyperlink style for the selected tab */
A.SelectedTab:link { color:#141389;background-color:transparent; }

A.SelectedTab:visited  { color:#141389;background-color:transparent; }

A.SelectedTab:active  { color:#141389;background-color:transparent; }

A.SelectedTab:hover  { color:#141389;background-color:transparent; }

/* text style for the unselected tabs */
.OtherTabs { color:#141389;background-color:transparent; }
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link { color:#141389;background-color:transparent; }

A.OtherTabs:visited  { color:#141389;background-color:transparent; }

A.OtherTabs:active   { color:#141389;background-color:transparent; }

A.OtherTabs:hover    { color:#141389;background-color:transparent; }

/* GENERAL */
/* style for module titles */
.Head   { color:#141389;background-color:transparent; font-weight:600;font-size:.95em;}

/* style of item titles on edit and admin pages */
.SubHead    { color:#141389;background-color:transparent; }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { color:#141389;background-color:transparent; }

/* text style used for most text rendered by modules */
.Normal { font-size:.77em; }

/* 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     { color:#141389;background-color:transparent; }
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link { color:#141389;background-color:transparent; }

A.CommandButton:visited { color:#141389;background-color:transparent; }

A.CommandButton:active { color:#141389;background-color:transparent; }

A.CommandButton:hover { color:#141389;background-color:transparent; }
    
/* GENERIC */
H1 { color:#141389;background-color:transparent; }

H2 { color:#141389;background-color:transparent; }

H3 { color:#141389;background-color:transparent; }

H4 { color:#141389;background-color:transparent; }

H5, DT { color:#141389;background-color:transparent; }

H6 { color:#141389;background-color:transparent; }

TFOOT, THEAD {
}

TH {
}

A:link { color:#141389;background-color:transparent;text-decoration:underline; }

A:visited { color:#141389;background-color:transparent;text-decoration:underline; }

A:active { color:#141389;background-color:transparent;text-decoration:underline; }

A:hover { color:#141389;background-color:transparent;text-decoration:underline; }

SMALL { font-size:.55em; }

BIG {
}

BLOCKQUOTE, PRE {
}

UL LI {
}

UL LI LI {
}

UL LI LI LI {
}

OL LI {
}

OL OL LI {
}

OL OL OL LI {
}

HR { width:90%;color:#141389;background-color:transparent;text-align:center; }

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message {
}   

/* style of item titles by Announcements and events */
.ItemTitle { color:#141389;background-color:transparent; }

/* 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 {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.textright { text-align:right; }

.redtext { color:#CC0000; }

.bold {font-weight:bold;}








