body {
	margin-top: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.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:10px;
line-height: 10px;
background-color: Transparent;
vertical-align: middle;
}

.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: #740000;
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: Arial, Trebuchet MS, Tahoma;
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: #e10c0c;
}
.main_dnnmenu_itemhover td {  
background-color: #e10c0c;
}

.main_dnnmenu_icon {
cursor:auto;
text-align: center; 
width: 3px;
height: 22px;
}

/* STYLE FOR ENTIRE SUBMENU */
.main_dnnmenu_submenu {
font-family: Arial, Trebuchet MS, Tahoma;
background-color: #9f0001;  
z-index: 1000; 
cursor:auto;
/* filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
padding: 2px 2px 2px 2px;   /* creates spacing between sub-menu items */
padding-right: 4px;
border: 1px solid #740000;
}

.main_dnnmenu_submenu td {
font-family: Arial, Trebuchet MS, Tahoma;
}

.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: Arial, Trebuchet MS, Tahoma;
   font-size: 16px;
   color: #780000;
   font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #780000;
}

A.SubHead    {
color: #780000;
}

A.SubHead:visited    {
color: #780000;
}

/* 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: Arial, Trebuchet MS, Tahoma;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   font-family: Arial, Trebuchet MS, Tahoma;
   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: Arial, Trebuchet MS, Tahoma;
    font-size: 11px;
}
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;
    font-family: Arial, Trebuchet MS, Tahoma;
    text-decoration: none;
}
A.SkinObject:link {
    font-family: Arial, Trebuchet MS, Tahoma;
    text-decoration: none;
    color: #ff5a00;
}
A.SkinObject:visited  {
    text-decoration: none;
    color: #ff5a00;
}
A.SkinObject:hover    {
    text-decoration: underline;
    color: #cc3300;
}

.CopyrightText {
    font-family: Arial, Trebuchet MS, Tahoma;
    font-size: 11px;
    font-bold: false;
    color: #ffffff;
}

/* LoginLink */
.LoginLink {
    font-size: 11px;
    color: #ffffff;
    font-family: Arial, Trebuchet MS, Tahoma;
    text-decoration: none;
    font-weight: bold;
}
A.LoginLink:link {
    font-family: Arial, Trebuchet MS, Tahoma;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
A.LoginLink:visited  {
    text-decoration: none;
    color: #ffffff;
}
A.LoginLink:hover    {
    text-decoration: underline;
    color: #ffcc00;
}

.ArticleTitle {
color: #ff5a00;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

A.ArticleTitle:link {
color: #ff5a00;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

A.ArticleTitle:hover {
color: #ff5a00;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

