/* ================================
    CSS STYLES FOR DotNetNuke
    WinterHEARTH.com
   ================================
*/   


/* 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-color: Transparent;
background-attachment: fixed;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
width: 140px;
}

.ContentPane  { 
width: 80%;
}

.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 {
border-top: 1px solid black;
color: DodgerBlue;
height: 3px;
}

/* 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 {
}

.pagemaster {
background-color: Transparent;
}

.skinmaster {
background-color: Transparent;
}

.portalLogo {
border-width: 0;
vspace: 0px;
hspace: 15px;
}

.logod {
font-weight: bolder;
font-size: 50pt;
color: blue;
font-family: 'BrushScript BT', 'Brush Script MT';
}

.logow {
font-weight: bolder;
font-size: xx-large;
color: blue;
font-family: 'Times New Roman';
}

.PageTitle {
font-weight: bolder;
font-size: x-large;
color: RoyalBlue;
font-family: 'Cataneo BT','BrushScript BT', 'Brush Script MT', 'Script';
}

.myContent {
font-family: Verdana, Sans-Serif;
font-size: 11pt;
color: Black;
text-align: left;
}

.Indent {
font-family: Verdana, Sans-Serif;
font-size: 11pt;
color: Black;
text-align: left;
text-indent: .4in;
}

.imgBorder {
border-style: Ridge;
border-width: 3px;
border-color: DodgerBlue;
}

.ctrBorder {
border-width: 4px;
border-style: ridge;
border-color: Gray;
background-color: White;
font-family: 'Cataneo BT', Georgia;
font-weight: 500;
font-size: 13pt;
}

.MML-Description {
font-family: Verdana, Sans-Serif;
font-size: 11pt;
font-weight: bold;
padding-right:20px;
}

.MML-Link {
text-decoration: none;
}

.MML-Link:link, .MML-Link:visited, .MML-Link:active {
text-decoration: none;
color: RoyalBlue;
}

.MML-Link:hover {
text-decoration: none;
color: red;
}

.MML-ImageTag {
border: none;
}

.MML-ImageLink {
text-decoration: none;
}











