/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.modhead {color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
font-weight: bold;
}

.rightPanel1 { font-size: 9px;
}

.white {
    color: #ffffff;
}
.whitebg {
    background-color: #ffffff;
}
.black {
    color: #000000;
}
.blackbg {
    background-color: #000000;
}
.orange {
    color: #F3741F;
}
.orangebg {
    background-color: #F3741F;
}
.blue {
    color: #17232B;
}
.bluebg {
    background-color: #17232B;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg { Background: #000000;
}

/* background color for the content part of the pages */
body  {
	background: #FFFFFF; 
	background-repeat: repeat-x;
	color: #000000; 
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
div, p, th, td, li, dd, textarea  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* 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: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   { color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal
{ font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{ 
}

.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  { color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
font-weight: bold;
}

h2 {
    color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
font-weight: bold;
}


H3  {color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
font-weight: bold;
}

H4  {color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
font-weight: bold;
}

H5, DT  {color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
font-weight: bold;
}

H6  {color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
font-weight: bold;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {  color: #F3741F;
text-decoration:underline;
} 

A:visited   { color: #F3741F;
text-decoration: underline;
}

A:active    { color: #F3741F;
text-decoration: underline;
}

A:hover { color: #F3741F;
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    {color: #FD421A;
font-family: Georgia, "Times New Roman", Times, serif;
	

}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer { color: #FD421A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
font-weight: bold;
}

.ModuleTitle_MenuBar {color: #FD421A;
}

.MainMenu_MenuItem { 
	cursor: pointer; 
	cursor: hand; 
                color: #FD421A;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal; 
	font-style: normal; 
	border-left: silver 0px solid; 
	border-bottom: silver 0px solid; 
	border-top: silver 0px solid; 
	border-right: silver 0px solid;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 16px; 
	font-weight: normal; 
	font-style: normal;
	height:28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}














