/* ================================
    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
{
}

.ControlPanel {
}

/* 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: #FF0000; font-family: tahoma; font-weight:bold; 
font-size: 16px; text-decoration: none; line-height: normal
}

/* style of item titles on edit and admin pages */
.SubHead    {color: #FF0000; font-family: tahoma; font-weight:bold; 
font-size: 16px; text-decoration: none; line-height: normal}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {color: #FF0000; font-family: tahoma; font-weight:bold; 
font-size: 16px; text-decoration: none; line-height: normal
}

/* text style used for most text rendered by modules */
.Normal
{ color: #DDDDDD; font-family: tahoma; font-weight:normal; 
font-size: 14px; text-decoration: none; line-height: normal
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{ background: #070707; border: solid 1px #444444; color: #DDDDDD; 
}

.NormalRed
{font-family: tahoma; font-weight:normal; 
font-size: 14px; text-decoration: none; line-height: normal
}

.NormalBold
{background: #070707;  color: #404040;  font-family: tahoma; font-weight:bold; 
font-size: 14px; text-decoration: none;
}

/* 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:active   {
}

A.CommandButton:hover    { color: #DDDDDD; font-family: tahoma; font-weight: bold; 
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

.Help {border: solid 0px #444444; background: #1b1b1b; color: #FF0000;
}

a.obj_login:hover { color: #DDDDDD; font-family: tahoma; font-weight:bold; 
font-size: 11px; text-decoration: none;
}

/* GENERIC */
H1  { color: #FF0000; font-family: tahoma; font-weight:bold; 
font-size: 20px; text-decoration: none; line-height: normal
}

H2  { color: #FF0000; font-family: tahoma; font-weight:bold; 
font-size: 16px; text-decoration: none; line-height: normal
}

H3  {color: #FF0000; font-family: tahoma; font-weight:bold; 
font-size: 14px; text-decoration: none; line-height: normal
}

H4  {color: #FF0000; font-family: tahoma; font-weight:normal; 
font-size: 14px; text-decoration: none; line-height: normal
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {color: #FF0000; 
}

A:visited   {
}

A:active    {color: #FF0000; 
}

a:hover, a.Normal:hover { color: #FF0000; 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    {background: #070707;  color: #404040;  font-family: tahoma; font-weight:normal; 
font-size: 16px; text-decoration: none;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuItem {background: #070707;  color: #404040;  font-family: tahoma; font-weight:normal; 
font-size: 16px; text-decoration: none; padding: 0px 5px 0px 0px; 
}
.ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 16px;
 font-weight: bold; cursor: pointer; cursor: hand; color: #FF0000;
 background: #444444; padding: 0px 5px 0px 0px; height: 20px; border: 0;}

/* Main Menu */

.MainMenu_MenuContainer {  background: transparent; width: 168px; padding-left: 0; }
.MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent;  width: 168px; padding: 0 0 0 41px; }
.MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 2px 0 0 1px; background: #444444; 
	padding: 0px; border: 1px solid #444444; font-weight: normal; filter: none; font-size: 14px; }
.MainMenu_MenuItem { font-family: tahoma;  color: #6D6D6D; font-size: 14px; background: #1b1b1b; 
	font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 22px; border: 0; }
.MainMenu_MenuItemSel { font-family: tahoma; font-size: 14px; font-weight: bold; cursor: pointer; 
	cursor: hand; color: #FF0000; background: #444444; padding: 0px 30px 0px 16px; height: 22px; border: 0;}
.MainMenu_Idle { color: #6D6D6D; font-size: 16px; background: url(/Portals/_default/Skins/Obsidian/menu_item_idle.gif) no-repeat ; padding: 0; height: 45px; font-weight: bold;}
.MainMenu_Selected { color: #FF0000; background:  url(/Portals/_default/Skins/Obsidian/menu_item_active.gif) no-repeat ; padding: 0; text-align: right; height: 45px; 
	font-weight: bold; font-size: 16px;}
.MainMenu_Active, .MainMenu_BreadcrumbActive { color: #FF0000; background: url(/Portals/_default/Skins/Obsidian/menu_item_active.gif) no-repeat ; padding: 0; 
	height: 45px; font-weight: bold; font-size: 16px;}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
.ModuleTitle_MenuContainer { color: #2c2c2c; }
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
.ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, 
	.ModuleTitle_MenuIcon { display: none; }

/* Container Overrides */
.container_03_Title { color: #FF0000; font-family: tahoma; font-weight:bold; 
font-size: 16px; text-decoration: none;
 }






