* ================================
    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#body{
background-color:#000000;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
font-weight: bold;
font-size: 11px;
color: #239fb4;
Font-family: Verdana;

}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
Font-family: Verdana;

}

A.SelectedTab:visited  {
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
Font-family: Verdana;

}

A.SelectedTab:active   {
font-weight: bold;
font-size: 11px;
color: #CCCCCC;
Font-family: Verdana;

}

A.SelectedTab:hover    {
font-weight: bold;
font-size: 11px;
color: #239fb4;
Font-family: Verdana;

}

/* text style for the unselected tabs */
.OtherTabs {
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
Font-family: Verdana;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
font-weight: bold;
font-size: 11px;
color: #B330AA;
Font-family: Verdana;

}

A.OtherTabs:visited  {
font-weight: bold;
font-size: 11px;
color: #B330AA;
Font-family: Verdana;
}

A.OtherTabs:active   {
font-weight: bold;
font-size: 11px;
color: #B330AA;
Font-family: Verdana;
}

A.OtherTabs:hover    {
font-weight: bold;
font-size: 11px;
color: #B330AA;
Font-family: Verdana;
}

/* GENERAL */
/* style for module titles */
.Head   {
font-weight: bold;
font-size: 11px;
color: #000000;
Font-family: Verdana;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-weight: bold;
font-size: 11px;
color: #B33730;
Font-family: Verdana;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-weight: bold;
font-size: 11px;
color: #A27024;
Font-family: Verdana;
}

/* text style used for most text rendered by modules */
.Normal
{
font-weight: normal;
font-size: 11px;
color: #000000;
Font-family: Verdana;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-weight: normal;
font-size: 11px;
color: #000000;
Font-family: Verdana;
}

.NormalRed
{
}

.NormalBold
{
font-weight: bold;
font-size: 11px;
color: #000000;
Font-family: Verdana;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-weight: bold;
font-size: 11px;
color: #000000;
Font-family: Verdana;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
font-weight: bold;
font-size: 11px;
color: #292CC9;
Font-family: Verdana;
}

A.CommandButton:visited  {
font-weight: bold;
font-size: 11px;
color: #292CC9;
Font-family: Verdana;
}

A.CommandButton:active   {
font-weight: bold;
font-size: 11px;
color: #292CC9;
Font-family: Verdana;

}

A.CommandButton:hover    {
font-weight: bold;
font-size: 11px;
color: #292CC9;
Font-family: Verdana;

}
    
/* GENERIC */
H1  {
font-weight: bold;
font-size: 18px;
color: #CC0000;
Font-family: Verdana;
font-style: italic;
}

H2  {
font-weight: bold;
font-size: 16px;
color: #808080;
Font-family: Verdana;
font-style: italic;
}

H3  {
font-weight: bold;
font-size: 14px;
color: #000000;
Font-family: Verdana;
}

H4  {
font-weight: bold;
font-size: 13px;
color: #000000;
Font-family: Verdana;

}

H5, DT  {
font-weight: bold;
font-size: 11px;
color: #000000;
Font-family: Verdana;

}

H6  {
font-weight: bold;
font-size: 10px;
color: #000000;
Font-family: Verdana;

}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
font-weight: bold;
font-size: 11px;
color: #0033CC;
Font-family: Verdana;

}

A:visited   {
font-weight: bold;
font-size: 11px;
color: #0033CC;
Font-family: Verdana;
}

A:active    {
font-weight: bold;
font-size: 11px;
color: #FF0000;
Font-family: Verdana;
}

A:hover {
font-weight: bold;
font-size: 11px;
color: #FF0000;
Font-family: Verdana;
text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


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    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* 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 {
font-size: 11px;
color: #FFFFFF;
Font-family: Verdana;

}

.MainMenu_MenuIcon {
background: #DEDEDE;
}

.MainMenu_SubMenu {
background: #b3b3b3;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
Font-family: Verdana;
background: #4E5A72;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}











