/* ================================
    CSS STYLES FOR DAMIER SKIN - 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-color: black}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
font-family: Arial; color: white}

/* hyperlink style for the selected tab */
a:link.SelectedTab { color: white; }

a:visited.SelectedTab  {
color: #FFFFFF}

a:active.SelectedTab   {
color: #FFFFFF}

a:hover.SelectedTab    { color: white; }

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
}

a:visited.OtherTabs  {
color: #FFFFFF}

a:active.OtherTabs   {
}

a:hover.OtherTabs    {
}

/* GENERAL */
/* style for module titles */
.Head   {color: #FFFFFF
}

/* 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
{ color: white; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{ color: black; }

.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:link.CommandButton {
}

a:visited.CommandButton  {
}

a:active.CommandButton   {
}

a:hover.CommandButton    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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    {
font-family: Arial; color: #FFFFFF}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
font-family: Arial; color: #FFFFFF}

.ModuleTitle_MenuBar {
font-family: Arial; color: #FFFFFF}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
font-family: Arial; color: #FFFFFF}

.ModuleTitle_MenuArrow {
font-family: Arial; color: #FFFFFF}

.ModuleTitle_RootMenuArrow {
font-family: Arial; color: #FFFFFF}

/* Main Menu */

.MainMenu_MenuContainer {
font-family: Arial; color: #FFFFFF}

.MainMenu_MenuBar {
font-family: Arial; color: #FFFFFF}

.MainMenu_MenuItem {
font-family: Arial; color: #FFFFFF}

.MainMenu_MenuIcon {
font-family: Arial; color: #FFFFFF}

.MainMenu_SubMenu {
font-family: Arial; color: blue}

.MainMenu_MenuBreak {
font-family: Arial; color: #FFFFFF}

.MainMenu_MenuItemSel {
font-family: Arial; color: #FFFFFF}

.MainMenu_MenuArrow {
font-family: Arial; color: #FFFFFF}

.MainMenu_RootMenuArrow {
font-family: Arial; color: #FFFFFF}
