﻿/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Arial, , Helvetica;
    text-decoration: none;
}

.SubHead {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

input {
	font-weight: normal;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #00409C;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 2px;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, , Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, , Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, , Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-weight: normal;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #949494;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 2px;
	width: 110px;
}

A.SkinObject:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.SkinObject:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.SkinObject:active   {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.SkinObject:hover    {
	font-family: Arial;
	font-size: 12px;
	color: #BE1C39;
	font-weight: bold;
	text-decoration: none;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
	font-family: Arial;
	font-size: 12px;
	color: #BE1C39;
	font-weight: bold;
	text-decoration: none;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
	font-family: Arial;
	font-size: 12px;
	color: #BE1C39;
	font-weight: bold;
	text-decoration: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-weight: normal;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #949494;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.CommandButton:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.CommandButton:active   {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.CommandButton:hover    {
	font-family: Arial;
	font-size: 12px;
	color: #BE1C39;
	font-weight: bold;
	text-decoration: none;
}

/* button style for standard HTML buttons */
.StandardButton
{
	font-weight: normal;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #949494;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
}

A:link  {
	font-family: Arial;
	font-size: 12px;
	color: #00409C;
	font-weight: bold;
	text-decoration: none;
}

A:visited   {
	font-family: Arial;
	font-size: 12px;
	color: #00409C;
	font-weight: bold;
	text-decoration: none;
}

A:active    {
	font-family: Arial;
	font-size: 12px;
	color: #00409C;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	font-family: Arial;
	font-size: 12px;
	color: #00409C;
	font-weight: bold;
	text-decoration: underline;
}

#NewsFeedTitleLink A
{
	font-family: Arial;
	font-size: 12px;
	color: #be1c39;
	font-weight: bold;
	text-decoration: none;
}
#NewsFeedTitleLink A:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #be1c39;
	font-weight: bold;
	text-decoration: underline;
}
.RedNewsTitle
{
	font-family: Arial;
	font-size: 16px;
	color: #be1c39;
	font-weight: bold;
	text-decoration: none;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Arial, , Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.SelectedTab:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.SelectedTab:active   {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.SelectedTab:hover    {
	font-family: Arial;
	font-size: 12px;
	color: #BE1C39;
	font-weight: bold;
	text-decoration: none;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial, , Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.OtherTabs:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-family: Arial;
	font-size: 12px;
	color: #BE1C39;
	font-weight: bold;
	text-decoration: none;
}
