/* ================================
    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
{
    margin:0px;
    font-family:Arial, Verdana, Sans-Serif;
    color:#333333;
}

.ControlPanel 
{
}

/* background/border colors for the selected tab */
.TabBg 
{
}


/* 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   
{
    font-size:12px;
    font-weight:bold;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    font-size:12px;
    font-weight:bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    font-size:12px;
    font-style:italic;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-style:normal;
    font-size:12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-style:normal;
    font-size:12px;
}

.NormalRed
{
     font-style:normal;
     font-size:12px;
     color:#A42922;
}

.NormalBold
{
    font-weight:bold;
    font-size:12px;
}

/* style used for for

/* 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     
{
    border:solid 1px #333333;
    background-color:#FFFFFF;
    font-weight:bold;
}

/* GENERIC */


TFOOT, THEAD    {
}

TH  {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR 
{
    color:#469A9F;
    height:1px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    
{
}   

/* style of item titles by Announcements and events */
.ItemTitle    
{
}


