﻿/* ================================
    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 */
html, body, #wrapper {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
   }
#wrapper {
	height:100%
   }
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #808080;
	text-decoration:none;
}

}
.footer:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	text-decoration:underline;
}
.footer:active  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #808080;
	text-decoration:underline;
}
.logintxt{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color: #ffffff;
	text-decoration:none;
}
.logintxt:link{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color: #ffffff;
	text-decoration:none;
}
.logintxt:hover{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color: #ffffff;
	text-decoration:underline;
}

/* ********** Menu Style ************** */

.MainMenu_MenuContainer{ 
	background:#919191; 
	width:100%;
}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{display:none;}
.MainMenu_RootMenuArrow{display:none;}
.MainMenu_MenuArrow{display:none;}

/*--------Root Menu Separator---------------*/

.MainMenu_MenuBreak{}
.ModuleTitle_MenuItemSel {border:0px; background-color: transparent;}
.MainMenu_MenuItemSel {border:0px; background-color: transparent;}

/*---------Sub Menu style---------------*/

.MainMenu_MenuItem{
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size: 12px;
	font-weight:normal;
	background:#808080;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:5px;
	padding-right:10px;


}
.submenuitemselected{
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size: 12px;
	background-color: #555555;
	font-weight:normal;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:5px;
	padding-right:10px;

}

/*---------Root Menu style---------------*/

.rootmenuitem TD{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	background-color: #919191;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;

}
.rootmenuitemselected TD{
	color:#eeeeee;
	height:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	background-color: #666666;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	
}

.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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color:black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size:12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size:12px;
}

.NormalRed
{
	font-size:12px;
}

.NormalBold
{
	font-size:12px;
}


/* 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 {
	font-family:Arial, Helvetica, sans-serif;
	color:#3366CC;
	font-size:11px;
	text-decoration:none;
}

A.CommandButton:hover, A.CommandButton:active {
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-size:11px;
	text-decoration:underline;

}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link {
 text-decoration:none;
}
A:visited {

}


A:hover {
 color:red;
 text-decoration:underline;

}
A:active {

}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}


/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}