/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {font-family: Verdana
}

/* background color for the content part of the pages */
Body
{font-family: Verdana
}

/* background/border colors for the selected tab */
.TabBg {font-family: Verdana
}

.LeftPane  { font-family: Verdana
}

.ContentPane  { font-family: Verdana
}

.RightPane  { font-family: Verdana
}

/* text style for the selected tab */
.SelectedTab {font-family: Verdana
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {font-family: Verdana
}

A.SelectedTab:visited  {font-family: Verdana
}

A.SelectedTab:active   {font-family: Verdana
}

A.SelectedTab:hover    {font-family: Verdana
}

/* text style for the unselected tabs */
.OtherTabs {font-family: Verdana
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {font-family: Verdana
}

A.OtherTabs:visited  {font-family: Verdana
}

A.OtherTabs:active   {font-family: Verdana
}

A.OtherTabs:hover    {font-family: Verdana
}

/* GENERAL */
/* style for module titles */
.Head   {font-family: Verdana;  font-size: 10pt; font-weight: bold; color: #183FEA
}

/* style of item titles on edit and admin pages */
.SubHead    {font-family: Verdana font-size: 7pt
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {font-family: Verdana
}

/* text style used for most text rendered by modules */
.Normal
{font-family: Verdana
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{font-family: Verdana
}

.NormalRed
{font-family: Verdana
}

.NormalBold
{font-family: Verdana
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {font-family: Verdana
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {font-family: Verdana
}

A.CommandButton:visited  {font-family: Verdana
}

A.CommandButton:active   {font-family: Verdana
}

A.CommandButton:hover    {font-family: Verdana
}
    
/* GENERIC */
H1  {font-family: Verdana
}

H2  {font-family: Verdana
}

H3  {font-family: Verdana
}

H4  {font-family: Verdana
}

H5, DT  {font-family: Verdana
}

H6  {font-family: Verdana
}

TFOOT, THEAD    {font-family: Verdana
}

TH  {font-family: Verdana
}

A:link  {font-family: Verdana
}

A:visited   {font-family: Verdana
}

A:active    {font-family: Verdana
}

A:hover {font-family: Verdana
}

SMALL   {font-family: Verdana
}

BIG {font-family: Verdana
}

BLOCKQUOTE, PRE {font-family: Verdana
}


UL LI   {font-family: Verdana
}

UL LI LI    {font-family: Verdana
}

UL LI LI LI {font-family: Verdana
}

OL LI   {font-family: Verdana
}

OL OL LI    {font-family: Verdana
}

OL OL OL LI {font-family: Verdana
}

HR {font-family: Verdana
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {font-family: Verdana
}   

/* style of item titles by Announcements and events */
.ItemTitle    {font-family: Verdana
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {font-family: Verdana
}

.ModuleTitle_MenuBar {font-family: Verdana
}

.ModuleTitle_MenuItem {font-family: Verdana
}

.ModuleTitle_MenuIcon {font-family: Verdana
}

.ModuleTitle_SubMenu {font-family: Verdana
}

.ModuleTitle_MenuBreak {font-family: Verdana
}

.ModuleTitle_MenuItemSel {font-family: Verdana
}

.ModuleTitle_MenuArrow {font-family: Verdana
}

.ModuleTitle_RootMenuArrow {font-family: Verdana
}

/* Main Menu */

.MainMenu_MenuContainer {font-family: Verdana
}

.MainMenu_MenuBar {font-family: Verdana
}

.MainMenu_MenuItem {font-family: Verdana
}

.MainMenu_MenuIcon {font-family: Verdana
}

.MainMenu_SubMenu {font-family: Verdana
}

.MainMenu_MenuBreak {font-family: Verdana
}

.MainMenu_MenuItemSel {font-family: Verdana
}

.MainMenu_MenuArrow {font-family: Verdana
}

.MainMenu_RootMenuArrow {font-family: Verdana
}

.Search {font-family: Verdana; 
}














