/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.SkinObject {
    font-weight: bold;
    font-size: 8pt;
    color: #CC9933;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration: none;
    color: #CC9933;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: #CC9933;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: #FFFFFF;
}
body {background-color: #000000;}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {bgcolor:#000000;
}

/* background color for the content part of the pages */
Body
{bgcolor:#000000;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { bgcolor:#000000;
}

.ContentPane  { bgcolor:#000000;
}

.RightPane  { bgcolor:#000000;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:visited  {color: #FFFFFF;
}

A.SelectedTab:hover    {color: #CC9933;
}

A.SelectedTab:active   {color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #FF0000;
}

/* 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
{font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: white;

}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
IMG {border-right: #cc9933 2px solid; border-top: #cc9933 2px solid; border-left: #cc9933 2px solid; border-bottom: #cc9933 2px solid;
}
H1  {FONT-FAMILY: Times New Roman; TEXT-DECORATION: none; color:#FFFFFF; font-size:24pt; margin-bottom:-8;
}

H2  {FONT-FAMILY: Arial; TEXT-DECORATION: none; color:#CC9933; font-size:24pt; margin-bottom:-8
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {background-color: black;

}

.MainMenu_MenuBar {    cursor: pointer; 
    cursor: hand;
    height: 24px;
    background-color: black;

}

.MainMenu_MenuItem {color: white; 
    font-family: Arial, Tahoma, Helvetica; 
    font-size: 15px; 
    font-weight: bold;
/*border-right: blue 10px solid;*/
}

.MainMenu_MenuIcon {background-color:green;
}

.MainMenu_SubMenu {
background-color: black;
border-bottom: #CC9933 2px solid; 
    border-left: #CC9933 2px solid; 
    border-top: #CC9933 2px solid; 
    border-right: #CC9933 2px solid;
}

.MainMenu_MenuBreak {
    border-bottom: #000000 0px solid; 
    border-left: #000000 8px solid; 
    border-top: #000000 0px solid;  
    border-right: #ffffff 1px solid; 
    background-color: #000000; 
    height: 15px;

}

.MainMenu_MenuItemSel {color: #CC9933; 
    font-family: Arial, Tahoma, Helvetica; 
    font-size: 15px; 
    font-weight: bold
}

.MainMenu_MenuArrow {display: none;
}

.MainMenu_RootMenuArrow {display: none;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {color: #CC9933; 
    font-family: Arial, Tahoma, Helvetica; 
    font-size: 15px; 
    font-weight: bold;
}
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}












