/* ================================
    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/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   {
}

/* 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
{
}

/* 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  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Added by Pat */
 .heading1
 {
   color:#96B052;
   font-family:Arial;
   font-size:16pt;
 }
 

 .heading2
 {
   color:#96B052;
   font-family:Arial;
   font-size:12pt;
 }

  .heading2
 {
   color:#96B052;
   font-family:Arial;
   font-size:11pt;
 }

 .link, .link A:visited
 {
   color:#96B052;
   font-family:Arial;
   font-size:10pt;
   text-decoration:none;
 } 
 

 .Normal
 {
   color:#3a4e24;
   font-family:Arial;
   font-size:10pt;
   line-height:140%;
 }
 
 p
 {
   padding-left:15px;
   padding-right:15px ;
 }

 p.paraheading1
 {
   padding-left:15px;
   padding-right:15px ;
   padding-top:15px ;
   padding-bottom:0px ;
 }

 .keystafftitle
 {
   color:#3a4e24;
   font-family:Arial;
   font-size:10pt;
 } 
 
 
 p.parastaff
 {
   padding-left:15px;
   padding-right:15px ;
   padding-top:2px;
   padding-bottom:3px;
 }

.colheader
{
 font-family:Arial;
 font-size:8pt;
 text-align:center;
 padding-left:5px;
 padding-right:5px;
}

.redonwhitebold
{
 font-family:Arial;
 font-size:10pt;
 color:#d62300;
 font-weight:bold;
 padding-left:5px;
 padding-right:5px;
  text-align:left;
}

.redonwhite
{
 font-family:Arial;
 font-size:8pt;
 color:#d62300;
 font-weight:none;
 padding-left:5px;
 padding-right:5px;
  text-align:left;
}

.whiteonred
{
 font-family:Arial;
 font-size:8pt;
 color:white;
 background-color:#d62300; 
 font-weight:bold;
 padding-left:5px;
 padding-right:5px;
  text-align:left;
}

table.cellborder td
{
  border: 1px solid #D62300;
  text-align:center;
}

p.orangeheading
{
  padding-left: 10px; 
  padding-top: 5px; 
  font-family:Arial; 
  font-size:14pt; 
  font-weight:bold;
  text-align:center; 
  color:#f79239;
}


 

/*================ SIDE MENU ==================*/ 
.MenuHdr0, .MenuItem0
{
  font-family:Arial;
  font-size: 10pt;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 6px;
}

.MenuItem1
{
  padding-left: 20px;
  font-size: 10pt;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
}

.MenuHdr0 A,
.MenuHdr0 A:Active,
.MenuHdr0 A:Hover,
.MenuHdr0 A:Visited,
.MenuHdr0 A:Link
.MenuItem0 A,
.MenuItem0 A:Active,
.MenuItem0 A:Hover,
.MenuItem0 A:Visited,
.MenuItem0 A:Link
{
  font-family:Arial;
  color:#222222;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 2px;
}

.MenuItem1 A,
.MenuItem1 A:Active,
.MenuItem1 A:Hover,
.MenuItem1 A:Visited,
.MenuItem1 A:Link
{
  font-family:Arial;
  color:#222222;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
}


.MenuItemMouseOver0,
.MenuItemMouseOver0 A:Link,
.MenuItemMouseOver0 A,
.MenuItemMouseOver0 A:Hover,
.MenuItemMouseOver0 A:Active,
.MenuItemMouseOver0 A:Visited
{
  font-family:Arial;
  color:white;
  font-size: 10pt;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top:6px;
  text-decoration:none;
}


.MenuItemMouseOver1,
.MenuItemMouseOver1 A:Link,
.MenuItemMouseOver1 A,
.MenuItemMouseOver1 A:Hover,
.MenuItemMouseOver1 A:Active,
.MenuItemMouseOver1 A:Visited
{
  font-family:Arial;
  padding-left: 10px;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color:white;
  padding-top: 2px;
  padding-bottom: 2px;
}



.MenuHdrMouseOver0,
.MenuHdrMouseOver0 A:Link,
.MenuHdrMouseOver0 A,
.MenuHdrMouseOver0 A:Hover,
.MenuHdrMouseOver0 A:Active,
.MenuHdrMouseOver0 A:Visited
{
  font-family:Arial;
  color:white;
  font-size: 10pt;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 6px;
  text-decoration: none;
}





