/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   



/* ------------------------  KB  --------------------------------------- */

.COPYRIGHT_object
{
   font-family: Trebuchet MS, sans-serif;
   font-size: 10px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}




.MainMenu_Idle 
{
   font-family: Trebuchet MS, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}

.MainMenu_Active 
{
   font-family: Trebuchet MS, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}

.MainMenu_Selected 
{
   font-family: Trebuchet MS, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
   background-color: #transparent;
}

.MainMenu_BreadcrumbActive 
{
   font-family: Trebuchet MS, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}

.MainMenu_Separator
{
   color:#CECECE;
   background-color:transparent;
}

.MainMenu_MenuBreak
{
   border-width: 0 0;
   background-color: transparent; 
   height: 0px;
}

.MainMenu_MenuIcon
{
   display: none;
}

.MainMenu_MenuArrow
{
   display: none;
}





.MainMenu_MenuContainer {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 0px;
    text-align: center;
}

.MainMenu_MenuBar {
    cursor: pointer; 
    border-bottom: 0px solid #000000; 
    height: 24px; 
}

.MainMenu_MenuItem {
  cursor: pointer; 
  color: #ffffff;
  font-family: Trebuchet MS, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0px;
    border-bottom: #000000 0px solid; 
    border-left: #ffffff 5px solid; 
    border-top: #000000 1px solid; 
    border-right: #ffffff 5px solid;
  height: 24px;
  text-transform: none;
}

.MainMenu_MenuItemSel {
  font-family: Trebuchet MS, sans-serif;
  */color: #cecece; */
  color: #230692;
  font-size: 12px;
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: #000000 0px solid; 
  border-left: #000000 0px solid; 
  border-top: #000000 1px solid; 
  border-right: #000000 0px solid;
  text-transform: none;
  background-color:transparent;
}

.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    color: #000000;
    background-color: #ffffff; 
    border-bottom: #000000 1px solid; 
    border-left: #000000 1px solid; 
    border-top: #000000 0px solid; 
    border-right: #000000 1px solid;
    text-transform: none;
}

.MainMenu_SubMenu .MainMenu_MenuItem {  
    color: #000000;
    font-size: 11px;
    text-transform: none;
}

.MainMenu_SubMenuItemSelected {
    cursor: pointer; 
    background-color: #ffffff;
    color: #000000;
    font-size: 11px;
    padding-left: 2px;
    border-bottom: #000000 0px solid; 
    border-left: #FFD400 3px solid; 
    border-top: #000000 1px solid; 
    border-right: #ffffff 5px solid;
    text-transform: none;
}




/* text style for the unselected tabs */
.HighMenu {
   font-family: Trebuchet MS, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}
    
/* hyperlink style for the unselected tabs */
A.HighMenu:link {
   font-family: Trebuchet MS, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}

A.HighMenu:visited  {
   font-family: Trebuchet MS, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}

A.HighMenu:hover    {
   font-family: Trebuchet MS, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}

A.HighMenu:active   {
   font-family: Trebuchet MS, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   color:#ffffff;
}





/* ------------------------  KB  --------------------------------------- */





/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-color: #230692;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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: verdana, arial, sans-serif;
   font-size: 11px;
   color:#5A5A5A;
}

/* 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 */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
  list-style-type: disk;
}

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{
}



















