/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.skinmaster
{
   background-color:white;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
font-family:"Gill Sans MT", Sans-Serif;
}

/* background/border colors for the selected tab */
.TabBg {
background-color:white;
}

.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    {
color:black;
}

/* 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 {
color:#94C83C;
}

A.CommandButton:visited  {
color:#94C83C;
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
color:#94C83C;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color:#94C83C;
}

A:visited   {
color:#94C83C;
}

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 {
}

/* LOVE TO LEAD */

.notchedframe
{
   border:2px solid #999;
   background-color:#F3F3F4;
   margin-top:0.5em;
   margin-bottom:0.3em;
   padding:0;
}

p.oldtopic
{
   text-align:left;
   font-family:"Gill Sans", sans-serif;
   font-size:70%;
   margin-left:1em;
   margin-right:1em;
   padding-top:0.5em;
   padding-bottom:0.5em;
   margin-top:0;
   margin-bottom:0;
}


h2.small
{
   font-size:90%;
   text-align:left;
   margin-left:0.3em;
   margin-bottom:0.3em;
}


h2.smallest
{
   font-size:0.8em;
   text-align:left;
   margin-left:0.3em;
   margin-bottom:0.3em;
}


div.currenttopic p
{
   margin-top:0;
   margin-bottom:0;
   margin-left:65px;
   margin-right:0.5em;
   padding-top:5px;
   padding-bottom:1em;
   font-size:150%;
   font-family:"Gill Sans MT", sans-serif;
   text-align:left;
   color:#333;
   line-height:1.1;
}


a.diminish, a.diminish:visited, a.diminish:hover
{
   color:#AAA;
   text-decoration:underline;
}





















