/* ================================
   CSS STYLES FOR DotNetNuke
  ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
   font-family: Arial,Times New Roman, Times, serif;
   font-size:  11px;
   font-weight: bold;
   color: #000000;
}

/* background color for the content part of the pages */
Body{
   font-family: Arial, Helvetica;
   font-size:  9px;
   color: #000000;
}

.LeftPane {
   font-family: Arial, Helvetica;
   font-size:  9px;
   color: #000000;
}

.ContentPane {
   font-family: Arial, Helvetica;
   font-size:  9px;
   color: #000000;
}

.RightPane {
   font-family: Arial, Helvetica;
   font-size:  9px;
   color: #000000;
}

/* text style for the selected tab */
.SelectedTab {
   font-weight: bold;
   font-size: 10px;
   color: #000000;
   font-family: Arial, Helvetica;
   text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
   text-decoration:    none;
   color: #000000;
}

A.SelectedTab:visited  {
   text-decoration:    none;
   color: #000000;
}

A.SelectedTab:active   {
   text-decoration:    none;
   color: #000000;
}

A.SelectedTab:hover    {
   text-decoration:    none;
   color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
   font-weight: bold;
   font-size: 10px;
   color:#000000;
   font-family: Arial, Helvetica;
   text-decoration: none;
}
   
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
   text-decoration:    none;
   color:#000000;
}

A.OtherTabs:visited  {
   text-decoration:    none;
   color:#000000;
}

A.OtherTabs:active   {
   text-decoration:    none;
   color:#000000;
}

A.OtherTabs:hover    {
   text-decoration:    underline;
   color:#000000;
}

/* Main Menu */

.MainMenu_MenuContainer {
   border-bottom: #CCCCCC 0px solid;
   border-left: #CCCCCC 0px solid;
   border-top: #CCCCCC 0px solid;
   border-right: #CCCCCC 0px solid;
   background-color: transparent;
}

.MainMenu_MenuBar {
   cursor: none; 
   cursor: hand; 
   height:16;
}

.MainMenu_MenuItem {
   cursor: none; 
   cursor: hand; 
   color: #000000; 
   font-family: Arial, Helvetica;
   font-size: 11px;
   font-weight: bold;
   font-style: normal;
   border-left: #000000 0px solid;
   border-bottom: #000000 0px solid;
   border-top: #000000 0px solid;
   border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
   cursor: none; 
   cursor: hand; 
   background-color: none;
   border-left: #000000 0px solid;
   border-right: #000000 0px solid;
   border-bottom: #000000 0px solid;
   border-top: #000000 0px solid;
   text-align: center;
   width: 15; 
   height: 21;
}

.MainMenu_SubMenu {
   z-index: 1000; 
   cursor: none; 
   cursor: hand; 
   background-color: #009933;
   border-bottom: #000000 0px solid;
   border-left: #000000 0px solid;
   border-top: #000000 0px solid;
   border-right: #000000 0px solid;
}

.MainMenu_MenuBreak {
   border-bottom: #CCCCCC 0px solid;
   border-left: #CCCCCC 0px solid;
   border-top: #CCCCCC 0px solid;
   border-right: #CCCCCC 0px solid;
   background-color: #000000;
   height: 0px;
}

.MainMenu_MenuItemSel {
   background-color: none;
   cursor: none; 
   cursor: hand; 
   color: #000000; 
   font-family: Arial, Helvetica;
   font-size: 11px;
   font-weight: bold;
   font-style: normal;
}

.MainMenu_MenuArrow {
   font-family: webdings;
   font-size: 10pt;
   color: #000000; 
   cursor: pointer;
   cursor: hand; 
   border-right: #000000 0px solid;
   border-bottom: #000000 0px solid;
   border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
   font-family: webdings;
   font-size: 10pt;
   cursor: pointer;
   cursor: hand;
}


