/* ================================
    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-color: transparent;
}

/* background/border colors for the selected tab */
.TabBg {
}

.ContentPane  { 
color:	#003366;
}

.RightPane  { 
color:	#003366;
}

/* text style for the selected tab */
.SelectedTab {

font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
color:	#ff0000;

}

/* hyperlink style for the selected tab */
A.SelectedTab:link {	
	/* text-decoration: underline */;
	color:	#ff0000; 	}

A.SelectedTab:visited  {	
	/* text-decoration: underline */;
	color:	#ff0000; 	}
A:link	{	
	/* text-decoration: underline */;
	color:	#ff0000; 	}
	
		
A:visited	{	
	/* text-decoration: underline */;
	color:	#ff0000;	}

a img {border: none; } 

A.SelectedTab:hover    {
               text-decoration: underline
               color: #1c46fc
}
A.SelectedTab:active   {	
	/* text-decoration: underline */;
	color:	#ff0000;
	}


/* text style for the unselected tabs */
.OtherTabs {
font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
color:	#ff0000;

}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {	
	/* text-decoration: underline */;
	color:	#ff0000;
	}

A.OtherTabs:visited  {	
	/* text-decoration: underline */;
	color:	#ff0000;
	}

A.OtherTabs:hover    {	
               text-decoration: underline
               color: #1c46fc

}

A.OtherTabs:active   {	
	text-decoration: underline;
	color:	#ff0000;
	}


/* GENERAL */
/* style for module titles */
.Head   {
font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color:	#ff0000;
}

/* 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
{
font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
color:	#003366;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
color:	#003366;
}

.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    {
}
    
/* GENERIC */
H1  {
font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
color:	#003366;
}

H2  {
color:	#003366;
}

H3  {
color:	#003366;
}

H4  {
color:	#003366;
}

H5, DT  {
color:	#003366;
}

H6  {
color:	#003366;
}

TFOOT, THEAD    {
color:	#ffffff;
}

TH  {
color:	#003366;
}

A:link  {
/* color:	#003366 */;
 color:	#ff0000;
}

A:visited   {
color:	#ff0000;
}

A:active    {
color:	#003366;
}

A:hover {
             color:	#ff0000;            

}

SMALL   {
color:	#003366;
}

BIG {
color:	#003366;
}

BLOCKQUOTE, PRE {
/* color:	#003366 */;
}


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    {
color:	#003366;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
color:	#003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
color:	#003366;

}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
color:	#003366;
}

.MainMenu_MenuBar {
color:	#003366;
}

.MainMenu_MenuItem {
color:	#003366;
}

.MainMenu_MenuIcon {
color:	#003366;
}

.MainMenu_SubMenu {
color:	#003366;
}

.MainMenu_MenuBreak {
color:	#003366;
}

.MainMenu_MenuItemSel {
color:	#003366;
}

.MainMenu_MenuArrow {
color:	#003366;
}

.MainMenu_RootMenuArrow {
color:	#003366;
}









