/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
 background:url(<%= SkinPath %>bg.gif); 
 background-color: #393421;
}

A:link {color: #3B3522; text-decoration: underline; }
A:visited { color: #3B3522; text-decoration: underline; }
A:active { color: #7A507D; text-decoration: none; }
A:hover { color: #7A507D; text-decoration: none; }

A.footer:link {color: #ffffff; text-decoration: underline;}
A.footer:visited {color: #ffffff; text-decoration: underline;}
A.footer:active {color: #ffffff; text-decoration: none;}
A.footer:hover { color: #ffffff; text-decoration: none;}

/* text style used for most text rendered by modules */
.Normal {font-family: 'Verdana', Arial, Helvetica, sans-serif; font-size: 80%; }

ol, li, ul {margin-left: 3em; padding-left: 0; margin-top: 0.0em; font-size:100%;}

ul.main, li.main {margin-left: 3em; padding-left: 0; margin-top: 0; font-size:100%;}

p {margin-top: 0.0em; margin-bottom: 2.0em; margin-right: 1.3em; margin-left: 1.3em; font-weight: normal; text-align: left; line-height: 180%;}

H1 {font-size: 154%; letter-spacing: 0.04em; margin-top: 0.5em; margin-left: 0.8em; margin-bottom: 0.5em; text-indent: 0.0em; color: #333333; font-weight: bold;}

H2  {font-size: 90%; margin-top: 0.0em; margin-left: 0.0em; margin-bottom: 0.5em; text-indent: 0.0em; color: #999999;}

H3  {}

H4  {}

H5, DT  {}

H6  {}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}



.ControlPanel {
}

/* 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 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}



TFOOT, THEAD    {
}

TH  {
}



SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


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 {
}










