/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
   header at the top of the page  */

.HeadBg 
{
  /* PAGE BACKGROUND */
  /* background color for the */
}

/* background color for the content part of the pages */
Body
{
}

.Tooltip
{
  color : #CC0033;
  font-family : Verdana;
  font-weight : bold;
  font-size : 11px;
}

.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:hover    
{
}

A.SelectedTab:active   
{
}

/* 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   
{
	font-size:12px;
	font-weight:bold;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
  color:#333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
  color:#333333;
}

/* text style used for most text rendered by modules */
.Normal
{
}

.Normal A IMG
{
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
  color:#CC0033;
}

.NormalBold
{
}

.NormalBold A IMG
{
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
  color:Black;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
  color:Black;
}

A.CommandButton:visited  
{
  color:Black;
}

A.CommandButton:hover    
{
  color: #CC0033;
}
    
A.CommandButton:active   
{
  color:Black;
}

/* button style for standard HTML buttons */
.StandardButton     
{
}

/* GENERIC */
H1  
{
}

H2  
{
}

H3  
{
}

H4  
{
}

H5, DT  
{
  color:#333333;
}

H6  
{
}

TFOOT, THEAD, TBODY        
{
  font-size: 11px;
}

TH  
{
  color:#333333;
}

A:link  
{
  color:#CC0033;
}

A:visited   
{
  color:#CC0033;
}

A:hover 
{
    color: #CC0033;
}

A:active    
{
  color:#CC0033;
}

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 
{
}

.MainMenu_MenuBar 
{
}

.MainMenu_MenuItem 
{
}

.MainMenu_MenuIcon 
{
}

.MainMenu_SubMenu 
{
}

.MainMenu_MenuBreak 
{
}

.MainMenu_MenuItemSel 
{
}

.MainMenu_MenuArrow 
{
}

.MainMenu_RootMenuArrow 
{
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab 
{
}

.LoginTabSelected
{
}

.LoginTabHover
{
}

.LoginContainerGroup
{
}

.LoginContainer
{
}

.MenuItem
{
  padding-left: 14px;
  padding-bottom: 2px;
  font-size : 11px;
  font-family : Verdana;
  background: transparent url(menu/Bullet.gif) no-repeat; 
  background-position-x : 2px;
  background-position-y : 3px;
}

.MenuItem A:link,.MenuItem A:active,.MenuItem A:visited
{
  text-decoration : none;
  color:Black;
}

.MenuItem A:hover
{
  text-decoration : underline;
  color:#CC0033;
}

.MenuItemHeader
{
  padding-left: 14px;
  padding-bottom: 6px;
  font-family : Verdana;
  font-size : 11px;
  font-weight:bold;
}

.MenuItemHeader A:link,.MenuItemHeader A:active,.MenuItemHeader A:visited
{
  text-decoration : none;
  color:Black;
}

.MenuItemHeader A:hover
{
  text-decoration : underline;
  color:#CC0033;
}

.MenuHeader
{
  text-decoration : none;
  color : #CC0033;
  font-family : Verdana;
  font-weight : bold;
  font-size : 11px;
}

.MenuHeaderRight
{
	text-decoration : none;
  color : White;
  font-family : Verdana;
  font-weight : bold;
  font-size : 11px;
}

.MenuItemRight
{
  font-family : Verdana;
  font-weight : bold;
  font-size : 11px;
  background: transparent url(menu/Bullet_2.gif) no-repeat; 
  background-position-x : 2px;
  background-position-y : 3px;
  padding-left: 14px;
  padding-bottom: 4px;
}
.MenuItemRight A:link,.MenuItemRight A:active,.MenuItemRight A:visited
{
  text-decoration : none;
  color : White;
}
.MenuItemRight A:hover, .RightMenu A:hover
{
  text-decoration : underline;
  color : #CC0033;
}
.RightMenu
{
  font-family : Verdana;
  font-weight : bold;
  font-size : 11px;
}
.RightMenu A:link,.RightMenu A:active,.RightMenu A:visited
{
  text-decoration : none;
  color : White;
}
.RightMenu A:hover
{
  text-decoration : underline;
  color : #CC0033;
}

.RightMenu A IMG
{
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: none;
}


.SkinObject 
{
  font-family : Verdana;
  font-weight: Normal;
  color: #CC0033;
    font-size : 11px;
}

A.SkinObject:link 
{
  font-family : Verdana;
  font-weight: Normal;
  color: #CC0033;
    font-size : 11px;
}

A.SkinObject:visited  
{
  font-family : Verdana;
  font-weight: Normal;
  color: #CC0033;
    font-size : 11px;
}

A.SkinObject:hover    
{
  font-family : Verdana;
  font-weight: Normal;
  color: #CC0033;
    font-size : 11px;
}

A.SkinObject:active   
{
  font-family : Verdana;
  font-weight: Normal;
  color: #CC0033;
    font-size : 11px;
}

.LoginButton
{
  color : #CC0033;
  font-family : Arial Black, Verdana;
  font-weight : bold;
  font-size : 20px;
  text-align : left;
  text-decoration : none;
}

.LoginButtonNew
{
  color : #CC0033;
  font-family : Arial Black, Verdana;
  font-weight : bold;
  font-size : 13px;
  text-align : center;
  text-decoration : none;
}


div#UserLoginRightPane .SkinObject
{
  font-family : Verdana;
  font-weight: Normal;
  color: white;
    font-size : 11px;
}

div#UserLoginRightPane A.SkinObject:link 
{
  font-family : Verdana;
  font-weight: Normal;
  color: white;
    font-size : 11px;
}

div#UserLoginRightPane A.SkinObject:visited  
{
  font-family : Verdana;
  font-weight: Normal;
  color: white;
    font-size : 11px;
}

div#UserLoginRightPane A.SkinObject:hover    
{
  font-family : Verdana;
  font-weight: Normal;
  color: white;
    font-size : 11px;
}

div#UserLoginRightPane A.SkinObject:active   
{
  font-family : Verdana;
  font-weight: Normal;
  color: white;
    font-size : 11px;
}
