/* ================================
    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
{
    background-color: #C4B78B;
}

/* 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 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
{
}

/* 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
{
    background-color: #927982;
    cursor: hand;
}

.MainMenu_MenuBar
{
}

.MainMenu_MenuItem
{
    color: black;
    border-left: #C4B78B 0px solid;
    border-bottom: #C4B78B 1px solid;
    border-top: #C4B78B 1px solid;
    border-right: #C4B78B 0px solid;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    height: 20px;
}

.MainMenu_MenuIcon
{
    background-color: #C4B78B;
    border-left: #C4B78B 1px solid;
    border-bottom: #C4B78B 1px solid;
    border-top: #C4B78B 1px solid;
    text-align: center;
}

.MainMenu_SubMenu
{
    z-index: 1000;
    background-color: #C4B78B;
    border-bottom: #404040 0px solid;
    border-left: #FF8080 0px solid;
    border-top: #FF8080 0px solid;
    border-right: #404040 0px solid;
}

.MainMenu_MenuBreak
{
    border-bottom: white 1px solid;
    border-left: #C4B78B 0px solid;
    border-top: #C4B78B 1px solid;
    border-right: white 0px solid;
    background-color: White;
    height: 1px;
}

.MainMenu_MenuItemSel
{
    color: black;
    background-color: #EAE4C9;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
}

.MainMenu_MenuArrow
{
    border-right: #C4B78B 1px solid;
    border-bottom: #C4B78B 1px solid;
    border-top: #C4B78B 0px solid;
    font-family: webdings;
    font-size: 10pt;
    font-style: normal;
}

.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    font-style: normal;
}

.MainMenu_Breadcrumb
{
    cursor: hand;
    color: black;
    border-bottom: #927982 1px solid;
    border-left: #927982 3px solid;
    border-top: #927982 1px solid;
    border-right: #927982 3px solid;
    background-color: #927982;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
}

.MainMenu_Breadcrumb:link
{
    color: black;
}

.MainMenu_Breadcrumb:visited
{
    color: black;
}

.MainMenu_Breadcrumb:hover
{
    color: black;
    border-bottom: #EAE4C9 1px solid;
    border-left: #EAE4C9 3px solid;
    border-top: #EAE4C9 1px solid;
    border-right: #EAE4C9 3px solid;
    background: #EAE4C9;
    text-decoration: none;
}



.AM_Logout
{
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: Underline;
}

.AM_Logout:Link
{
    text-decoration: Underline;
}

.AM_Logout:Hover
{
    color: White;
    font-weight: bold;
    text-decoration: Underline;
}

.AM-Flags
{
    color: Blue;
    text-decoration: none;
}

.AM-Flags:hover
{
    color: #927982;
    font-weight: bolder;
    text-decoration: none;
}

.AM-Flags:visted
{
    color: Blue;
    text-decoration: none;
}

.AM_Flags:link
{
    color: Blue;
    text-decoration: none;
}

table.AM-Square-Tan-Sm-Open
{
    width: 222px;
}
table.AM-Square-Tan-Med-Open
{
    width: 248px;
}
table.AM-Square-Tan-Lg-Open
{
    width: 300px;
}
