/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */

/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body{
	background-color: #FFFFFF;
}

/* 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   {
	background-color: #FFFFFF;
     font-color: #D9541C; 
}

/* style of item titles on edit and admin pages */
.SubHead    {
	background-color: #ffffff;
    vertical-align: middle;
	padding: 0px;
}

/* 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-size:12px; 
      color:#000000;
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
     font-color: #D9541C; 
     font-size: 14px;
     font-style: bold;
}

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

/* MB: Inventua SideMenu  */

.MenuHdr
{ 
  font-size: 10pt; 
  padding-left: 10px; 
  font-weight: bold;
  padding-bottom: 2px; 
  background-color: #f1f1f1; 
  padding-top: 2px; 
  cursor: default;
}

.MenuItem
{
  padding-left: 10px; 
  background-color: #f1f1f1; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;  
  border: #00008B 1px solid;
  background-color: #cccccc !important;  
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  background-color: #f1f1f1; padding-top: 1px;
  border: #f1f1f1 1px solid; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: black; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MenuCurrentPage
{
  background-color: #696969;
  color: #000000;
}


/* MB: Inventua SideMenu: MEMBER MENU  */


.MemberMenuHdr
{ 
  font-size: 12pt; 
  font-color=#D9541C; 
  font-weight: bold; 
  background-color: #000000; 
  padding-left: 10px; 
  padding-bottom: 5px; 
  padding-top: 2px; 
  cursor: default;
}

.MemberMenuItem
{

  font-size: 12pt; 
  font-color: #D9541C;
  background-color: #000000; 
  padding-left: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* MB: Menu Item just standing still with no hovering  */
.MemberMenuItemMouseOver
{
  color: #D9541C;
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
  background-color: #000000;  
}

.MemberMenuItem, .MemberMenuItemMouseOver
{
  color: #D9541C;
  font-size: 10pt; 
  font-weight: normal; 
  padding-bottom: 1px;
  background-color: black; 
  padding-top: 1px; 
}

.MemberMenuHdr A, .MemberMenuHdr A:Active, .MemberMenuHdr A:Hover, .MemberMenuHdr A:Visited, .MemberMenuHdr A:Link
{
  color: white; 
  text-decoration: none; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 
}
.MemberMenuItem A, .MemberMenuItem A:Active, .MemberMenuItem A:Hover, .MemberMenuItem A:Visited, .MemberMenuItem A:Link, .MemberMenuItemMouseOver A, .MemberMenuItemMouseOver A:Active, .MemberMenuItemMouseOver A:Hover, .MemberMenuItemMouseOver A:Visited, .MemberMenuItemMouseOver A:Link
{
  color: white;
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  cursor: pointer;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MemberMenuCurrentPage
{
  background-color: #696969;
  color: #000000;
}

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

.DateCell { display:none; }



