/* ================================
    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
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.content  {
}

.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   {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

.formhide 
{
color: #ffffff;
border-width: 0;
}

.table_lines {
	background: #dae5f2;
}

/* 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    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color:#004B91;
	text-decoration:none
}

A:visited {
	color:#996633;
	text-decoration:none
}

A:active {
	color:#FF9933;
	text-decoration:none
}

A:hover {
	color:#6090df;
	text-decoration:underline	
}

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 {
}

/* This is for html 404 page */
.break {
	color: #224594;
}

a.mainlink:link {
  color: #FFFFFF;
  text-decoration:none
}

a.mainlink:visited {
  color: #FFFFFF;
  text-decoration:none
}

a.mainlink:hover {
  color: #FFFFFF;
  text-decoration:underline
}

a.aoe:link {
  color: #0101ea;
  text-decoration:underline
}

a.aoe:visited {
  color: #0101ea;
  text-decoration:underline
}

a.aoe:hover {
  color: #6090df;
  text-decoration:none
}

a.newslettermainlink:link {
  color: #FFFFFF;
  text-decoration:none
}

a.newslettermainlink:visited {
  color: #FFFFFF;
  text-decoration:none
}

a.newslettermainlink:hover {
  color: #95bedf;
  text-decoration:none

}

a.contentlink:link {
  color: #0101ea;  
}

a.contentlink:visited {
  color: #0101ea;  
}

a.contentlink:hover {
  color: #5f5fe1; 

}

a.headerlink:link {
  color: #004B91; 
  text-decoration:underline 
}

a.headerlink:visited {
  color: #996633; 
  text-decoration:underline 
}

a.headerlink:hover {
  color: #FF9933; 
  text-decoration:none

}

a.white1:link {
  color: #ffffff; 
  text-decoration:underline 
}

a.white1:visited {
  color: #ffffff; 
  text-decoration:underline 
}

a.white1:hover {
  color: #ffffff; 
  text-decoration:none

}

a.bodylink:link {
  color: #224594;
  text-decoration:none
}

a.bodylink:visited {
  color: #224594;
  text-decoration:none
}

a.bodylink:hover {
  color: #95bedf; 
}

 
/*page title font*/
 .eltitle
        {
        	font-weight: bold;
font-size: 18px; 
        	color: #224594;
        }
        
        
        .elhead 
        {
            list-style-type:none !important;
        }
        
 .elhead li
        {
            list-style-type:none !important;
        }
        .elhead li ul 
        {
        	list-style-type:none !important; 
        }
        
 .elhead li ul  li
        {
        	list-style-type:none !important; 
        }

/*Subtitle font*/
        .elhead li a
        {
        	font: bold 15px Arial;
        	text-decoration: none;
        	color: #0070c0;
        }
/*links font*/
        .elhead li ul li a
        {
        	font-size: 13px;
        	font-weight: bold;
        	color: #0070c0;
        }
        
/*Description*/
        .elhead p, .elhead span
        {
        	font-size: 12px;
  	       font-family: Arial;
        }













