/* ================================
    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
{
}

.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    {
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-family: Georgia,serif;
font-size: 20px;
color: #333;
}

H2  {
font-family: Georgia,serif;
font-style: italic;
font-size: 18px;
color: #333;
}

H3  {
font-family: Georgia,serif;
font-style: italic;
font-size: 16px;
color: #333;
}

H4  {
}

H5, DT  {
}

H6  {
font-family: Georgia,serif;
font-style: italic;
font-size: 15px;
text-align: right;
padding-top:0px;
margin-top:2px;
}
/* See bottom for declaration that is needed to overwrite the font-family for links inside of H6 tags */

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
color: #000;
}

A:active    {
}

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 {
}

/* 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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* The following is needed to overwrite the font-family for links inside of H6 tags */
H6 A:link  {
font-family: Georgia,serif;
font-style: italic;
font-size: 15px;
text-align: right;
font-weight: normal;
}
H6 A:hover {
font-family: Georgia,serif;
font-style: italic;
font-size: 15px;
text-align: right;
font-weight: normal;
}
H6 A:visited {
font-family: Georgia,serif;
font-style: italic;
font-size: 15px;
text-align: right;
font-weight: normal;
}
H6 A:active{
font-family: Georgia,serif;
font-style: italic;
font-size: 15px;
text-align: right;
font-weight: normal;
}


/******************************** Inventua SideMenu *******************************/
/*****************************
***** Inventua SideMenu  ******/
.inventua_sidemenu {
width: 100%;
padding: 0px 0 10px 0;
margin: 10px 0 0 0;
border-top: 1px solid #fff;
}
.MenuItem {
}
.MenuItemMouseOver { 
}
.MenuItem A:Link, .MenuItem A:Visited, .MenuItem A:Hover, .MenuItem A:Active {
padding: 10px 10px;
color: #fff;
font-weight: normal;
text-decoration: none;
display: block;
border-bottom: 1px solid #fff;
}
.MenuItemMouseOver A:Link, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Active {
padding: 10px 10px;
color: #FFD9CE;
font-weight: normal;
text-decoration: none;
display: block;
border-bottom: 1px solid #fff;
border-right: 4px solid #FFD9CE;
}
.currentItemHighlight, .currentHeaderHighlight, .currentItemHighlight0 {
color: #FFD9CE;
/*background: transparent url('arrow_1.gif') no-repeat center left;*/
padding: 0;
display: list-item;
list-style-type: none;
font-weight: bold;
}
.currentItemHighlight a:link, .currentItemHighlight a:visited, .currentItemHighlight a:active {
color: #FFD9CE;
}
.currentItemHighlight a:hover {
border-right: 0px;
}
.MenuHdr {
padding: 5px 0 0 0;
color: #DEBDB3;
font-weight: normal;
text-decoration: none; 
}
.MenuItem HR {
}


/*****************************
***** For News Menu  ******/

.MenuItem2 {
}
.MenuItemMouseOver2 { 
}
.MenuItem2 A:Link, .MenuItem2 A:Visited, .MenuItem2 A:Hover, .MenuItem2 A:Active {
padding: 0px 0px 8px 0px;
font-weight: normal;
text-decoration: none;
display: block;
}
.MenuItemMouseOver2 A:Link, .MenuItemMouseOver2 A:Visited, .MenuItemMouseOver2 A:Hover, .MenuItemMouseOver2 A:Active {
padding: 0px 0px 8px 0px;
font-weight: normal;
text-decoration: underline;
display: block;
}
.currentItemHighlight2, .currentHeaderHighlight2, .currentItemHighlight02 {
padding: 0;
display: list-item;
list-style-type: none;
font-weight: bold;
}
.currentItemHighlight2 a:link, .currentItemHighlight2 a:visited, .currentItemHighlight2 a:active {

}
.currentItemHighlight2 a:hover {
border-right: 0px;
}
.MenuHdr2 {
padding: 5px 0 0 0;

font-weight: normal;
text-decoration: none; 
}
.MenuItem2 HR {
}



/*****************************
***** To Remove Full Height  ******/

.BoxTable {
height: auto;
}

.FullHeight {
height: auto;
}

