/* ================================
    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
{
width:100%;
font-family:  Arial, Helvetica, Verdana;
}

.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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Arial, Helvetica, Verdana;
    font-size:  12px;
    color: #CC0000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:  Arial, Helvetica, Verdana;
    color: #CC0000;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family:  Arial, Helvetica, Verdana;
    font-size: 12px;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family:  Arial, Helvetica, Verdana;
    font-size: 12px;

}

/* text style used for error messages */
.NormalRed
{
    font-family:  Arial, Helvetica, Verdana;
    font-size: 12px;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 12px;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, Verdana;
    font-size: 12px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.CommandButton:underline{
    text-decoration:    underline;
    color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
}

    
/* GENERIC */
H1  {
    font-family: Arial, Helvetica, Verdana;

}

H2  {
    font-family: Arial, Helvetica, Verdana;

}

H3  {
    font-family: Arial, Helvetica, Verdana;
}

H4  {
    font-family: Arial, Helvetica, Verdana;
}

H5, DT  {
    font-family: Arial, Helvetica, Verdana;
    font-size:  12px;
}

H6  {
    font-family: Arial, Helvetica, Verdana;
    font-size:  12px;
}

TFOOT, THEAD, TBODY    {
    font-family: Arial, Helvetica, Verdana;
    font-size:  12px;
}

TH  {
    font-family: Arial, Helvetica, Verdana;
    font-size:  12px;
    color:DimGray
}

A:link  {
    text-decoration:    underline;
    color: #003399;
    
}

A:visited   {
    text-decoration:    underline;
    color: #003399;
    
}

A:hover {
    text-decoration:    underline;
   color: #ff0000;
    
}

A:active    {
    text-decoration:    underline;
    color: #003399;
    
}

SMALL   {

}

BIG {

}

BLOCKQUOTE, PRE {

}


UL LI   {

}

UL LI LI    {

}

UL LI LI LI {

}

OL LI   {

}

OL OL LI    {

}

OL OL OL LI {

}
OL UL LI   {

}

HR {

}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: Maroon;
    font-family: Arial, Helvetica, Verdana;
}

A.SkinObject:link {
    color: Maroon;
}

A.SkinObject:visited  {
    color: Maroon;
}

A.SkinObject:hover    {
    color: Red;
}

A.SkinObject:active   {
    color: Maroon;
}

/* 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 {
}

.TopMenuBar,.TopMenuItem a:link,.TopMenuItem a:visited,.TopMenuItem a:active,.TopMenuItemMouseOver
{
   color: Red;
   text-decoration:    none;
}

.TopMenuHome,.TopMenuHome a:link,.TopMenuHome a:visited,.TopMenuHome a:active
{
   color: Red;
   text-decoration:    none;
   font-weight:bold;
}
.TopMenuHome a:hover
{
   color: Maroon;
   text-decoration:    none;
   font-height:bold;
}

.HomeLink a:link,.HomeLink a:visited,.HomeLink a:active
{
   text-decoration:    none;
   font-weight:bold;
}

.HomeLinkRed a:link,.HomeLinkRed a:visited,.HomeLinkRed a:active
{
   text-decoration: none;
   font-weight:bold;
   color: #CC0000;
   font-size:14px
}
.NormalSmall
{
    font-family:  Arial, Helvetica, Verdana;
    font-size: 11px;
}
.Question
{
/*margin-top:-6px;*/
margin-bottom:-11px;
font-size:  13px;
}
/*a.SubHead
{
color: #CC0000;
}*/
.Answer
{
font-family:  Arial, Helvetica, Verdana;
font-size: 12px;
}





