/* this is the colour in the dropdown menu */
.MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand;  background-color: #899BBF; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  font-style: normal;  color: #C14337; height: 25px; filter:progid:DXImageTransform.Microsoft.Shadow(color='#4C648E', Direction=135, Strength=0) ; border-left:  #FFFFFF 0px solid;  border-right: #4C648E 0px solid;  border-top: #ffffff 0px solid; border-bottom: #ffffff 0px solid; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }
.MainMenu_MenuItemSel { color: #ffffff;  font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  font-style: normal;  height: 25px; background-color: ; border-left: #ffffff 0px solid;  border-right: #ffffff 0px solid;  border-bottom: #ffffff 0px solid; border-top: #ffffff 0px solid;  padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow { display: none;  }

/* hyperlink style for the DarkBackground tabs */

A.Small:Link { color: white; text-decoration: none;  }
A.Small:Hover { color: white; text-decoration: none;  }
A.Small:Active { color: white; text-decoration: none;  }
A.Small:Visited { color: #FAFAFA; text-decoration: underline;  }
A.SmallD:Link{ color: black; text-decoration: none;  }
A.SmallD:Hover { color: #404040; text-decoration: none;  }
A.SmallD:Active { color: black; text-decoration: none;  }
A.SmallD:Visited { color: #404040; text-decoration: underline;  }
/* Menu */
.MainMenu_MenuContainer TD { background-color: transparent; height: 25px; padding-left: 2px; padding-right: 0px; padding-top: 3px; padding-bottom: 3px;  }
.MainMenu_MenuBreak { border-bottom: #404040 10px solid;  border-left: #FF8080 0px solid;  border-top: #FF8080 0px solid;   border-right: #404040 0px solid;  background-color: transparent;  color: #333333;  font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  font-style: normal;  }
.Normal { font-family: Trebuchet MS, Tahoma, Verdana; font-size: 11px;  }
.MainMenu_MenuBar TD { cursor: pointer;  cursor: hand;  height:16px;  }
.MainMenu_MenuItem { color: #BFBD96;  font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  padding-right: 0px; border-left: transparent 0px solid; border-right: transparent 0px solid; border-bottom: transparent 0px solid; border-top: transparent 0px solid;  font-style: normal;  color: white; background: #6E86AC; height: 25px; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }
/* Active Menu  */
.ActiveRootTab TD { width: 235px; color: #FFFFFF; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  background-color:#BFBD96; height: 25px; /*text-align: center;*/  }

/* MENU WITH BORDERS */
.RootTab TD { width: 235px; height: 25px; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  color: #FFFFFF; background: #455988; /*text-align: center;*/  }

.SelectedRootTab TD { width: 235px; color: #eaeaea; height: 25px; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  border-left: #ffffff 0px solid; border-top: #ffffff 0px solid; background-color: #BFBD96;  /*text-align: center;*/  }

/*CURRENT TAB */
.BreadcrumbRootTab TD { width: 235px; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  background-color: #7A8CAE;  color: #ffffff; height: 25px; /*text-align: center;*/  }

/*MOUSE OVER */
.ActiveSubTab { background-color: #7A8CAE; #333333; color: #ff0000; border-top: 0px solid; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }

.SubTab { background-color: #ffffff; color: #000000; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }

.SelectedSubTab { background-color: #BFBD96; color: #000000; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; height: 25px;  }

.BreadcrumbSubTab { background-color: transparent; /*#000000;*/ color: #ffffff; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  border-top: 0px solid; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }

/* ================================
    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: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 */
P {font-family: Trebuchet MS, Tahoma, Verdana; font-size: 12pt; color: #333333;}
.Normal
{
}

/* 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  {color: #CCCCCC;
}

A:visited   {
}

A:hover {
}

A:active    {
}

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 {color:#FFFFFF;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
background-color: #CCCCCC;
}
.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
.dnn_TopPane h1 {
color:#455988;
font-family: Tahoma,Arial,Helvetica;
font-size: 1.9em;
font-weight: normal;
}
.c_content h1,h1 {
color:#455988;
font-family: Tahoma,Arial,Helvetica;
font-size: 1.8em;
font-weight: normal;
}
.c_content h2,h2 {
color:#455988;
font-family: Tahoma,Arial,Helvetica;
font-size: 1.7em;
font-weight: normal;
}
.c_content h3,h3 {
color:#455988;
font-family: Tahoma,Arial,Helvetica;
font-size: 1.6em;
font-weight: normal;
margin-bottom: 3px;
}
.c_content h4,h4 {
color:#455988;
font-family: Tahoma,Arial,Helvetica;
font-size: 1.5em;
font-weight: normal;
margin-bottom: 4px;
margin-top: 4px;
}
#dnn_ContentPane {padding-left:3px;}


