/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Arial Black", Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

/* background color for the content part of the pages */
Body
{
   background-color: #F5F5F5
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: BLACK;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: BLACK;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: BLACK;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: silver;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: silver;
}

.login, a.login, a.login:links, a.login:visited
 { font-size: 12px; font-weight: bold;
 font-family: Arial; color: #ffffff; }

a.login:active, a.login:hover
  { font-size: 12px; font-weight: bold;
 font-family: Arial; color: #ffffff; text-decoration: none;
}


.sfhs, a.sfhs, a.sfhs:links, a.sfhs:visited
 { font-size: 11px;
 font-family: Arial; color: #000000; text-decoration: none;
  }

a.sfhs:active, a.sfhs:hover
 { font-size: 11px;
 font-family: Arial; color: #000000;  }

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:red;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:silver;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:silver;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: navy 0px solid; 
	border-left: navy 0px solid; 
	border-top: navy 0px solid; 
	border-right: navy 0px solid;  
	background-color: navy;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: "Arial Black", Arial, Helvetica; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: navy;
	border-left: navy 0px solid; 
	border-right: navy 0px solid; 
	border-bottom: navy 0px solid; 
	border-top: navy 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: navy; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=3) ; 
	border-bottom: navy 0px solid; 
	border-left: navy 0px solid; 
	border-top: navy 0px solid; 
	border-right: navy 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: navy 0px solid; 
	border-left: navy 0px solid; 
	border-top: navy 0px solid;  
	border-right: navy 0px solid; 
	background-color: silver; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: silver; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: "Arial Black", Arial, Helvetica; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs {
	 font-weight: bold;
    font-size: 8.5pt;
    color: 000080;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.MediaTabs:link {
    text-decoration:  none;
    color:000080;
}

A.MediaTabs:visited  {
    text-decoration:    none;
    color:#000080;
}

A.MediaTabs:active   {
    text-decoration:    none;
    color:#000080;
}

A.MediaTabs:hover    {
    text-decoration:    none;
    color:#000080;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: white;
}
