.MenuSeparator {
   color: #ffffff;
}

/* Nav Menu - using DNN Menu for DotNetNuke 3.3 & 4.3 */
/* Modified by Nina Meiers - http://www.xd.com.au - dotnetnuke@xd.com.au */

.main_dnnmenu_container {
background-color: transparent; 
width: auto;
}
.main_dnnmenu_bar {
cursor:auto;
height:25px;
line-height: 20px;
background-color: Transparent;
}

.main_dnnmenu_itemhoverroot td{
/* background-image: url(gradient_BlueTone01.jpg); */
}

/* SUBMENU ITEM STYLE */
.main_dnnmenu_item  { /* Add TD if yes for tables option for menu */
cursor: auto;
color: #ffffff; 
font-size: 12px; 
font-weight: bold; 
background-color: #0066cc;
white-space: nowrap;  /*Optional - Word wrapping menu item*/
}

/* MAIN MENU ITEM STYLE */
.main_dnnmenu_rootitem  { /* Add TD if yes for tables option for menu */
cursor:auto;
color: #ffffff;
font-size: 12px; 
font-weight: bold; 
font-style: normal; 
background-color: Transparent;
font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; 
white-space: nowrap;  /*Word wrapping menu item now optional*/    
padding: 0px 8px 0px 8px;   /* creates spacing between root menu items */
height: 16px;
}

/* MAIN MENU & SUBMENU ON HOVER */
.main_dnnmenu_itemhover {  
color: #ffffff; 
background-color: #004f9e;
}
.main_dnnmenu_itemhover td {  
background-color: #004f9e;
}

.main_dnnmenu_icon {
cursor:auto;
text-align: center; 
width: 3px;
height: 22px;
}

/* STYLE FOR ENTIRE SUBMENU */
.main_dnnmenu_submenu {
font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; 
background-color: #0066cc;  
z-index: 1000; 
cursor:auto;
/* filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
padding: 0px 2px 0px 2px;   /* creates spacing between sub-menu items */
border: 1px solid #003366;
}

.main_dnnmenu_submenu td {
font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

.main_dnnmenu_break {
height: 1px;
font-size: 1px;
}

.main_dnnmenu_arrow {
border-right: #D1DBED 1px solid; 
border-bottom: #D1DBED 1px solid; 
border-top: #D1DBED 0px solid;
font-family: webdings; 
font-size: 10pt; 
cursor:auto; /* arrows will not display if function is not set in ascx/xml file*/
}
.main_dnnmenu_rootmenuarrow {
font-family: webdings, sans-serif; 
font-size: 10pt; 
cursor:auto; /* arrows will not display if function is not set in ascx/xml file*/
}

.StyleIconBackColor {background-color: #000000;}

/* ================================
    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: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   {
   font-family: Trebuchet MS, Arial, Tahoma;
   font-size: 16px;
   color: #003e6e;
   font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #660000;
}

A.SubHead    {
color: #660000;
}

A.SubHead:visited    {
color: #660000;
}

/* 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: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; 
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}

.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    {
}
    
/* button style for standard HTML buttons */
.StandardButton {
}

/* GENERIC */
H1  {
}

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    {
}   

/* 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 {
}

/**/
.BreadCrumbText {
    color: #999999;
    font-weight: bold;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
}
A.BreadCrumbText:link {
    color: #999999;
    font-weight: bold;
}
A.BreadCrumbText:visited {
    color: #999999;
	font-weight: bold;
}
A.BreadCrumbText:active {
    color: #cc0000;
	font-weight: bold;
}
A.BreadCrumbText:hover {
    color: #cc0000;
	font-weight: bold;
}

/* SKINOBJECT */
.SkinObject {
    font-size: 11px;
    color: #000000;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; 
    text-decoration: none;
    color: #cc0000;
}
A.SkinObject:visited  {
    text-decoration: none;
    color: #660000;
}
A.SkinObject:hover    {
    text-decoration: underline;
    color: #ff0000;
}

.CopyrightText {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-bold: false;
    color: #ffffff;
}

select, textarea, input { font-size:11px; font-family: Arial, Helvetica, sans-serif; }

.CompanyTitleLink { font-size:14px; font-family: Arial, Helvetica, sans-serif; color: #990000; }
.CompanyTitleBig { font-size:18px; font-family: Arial, Helvetica, sans-serif; color: #990000; font-weight: bold; }
.CompanyProfileSubHead { font-size:16px; font-family: Arial, Helvetica, sans-serif; color: #990000; font-weight: bold; }


/* News Article Styles */
/* ================ */
td.NewsItemMain img {
margin-right: 6px; 
margin-bottom: 6px;
border: 1px solid #000000 !important;
}

.NewsItemTitleLink {
color: #005495;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.NewsItemTitleLink:link {
color: #005495;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.NewsItemTitleLink:visited {
color: #005495;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.NewsItemTitleLink:hover {
color: #005495;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

.NewsItemTitleLinkSmall {
color: #005495;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.NewsItemTitleLinkSmall:link {
color: #005495;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.NewsItemTitleLinkSmall:visited {
color: #005495;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.NewsItemTitleLinkSmall:hover {
color: #005495;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}

.NewsItemPublishDate {
color: #666666;
font-size: 10px;
}

.NewsItemCategory a {
color: maroon;
font-size: 11px;
font-weight: bold;
}

.NewsItemDetails {
font-size: 10px;
}











