/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/
/* background color for the content part of the pages */
Body
{    
    height: 100%;
    padding: 0px;
    margin: 0px;
}
/* ############################# 
Style for the body tab
############################# */
.pagemaster
{
    width: 100%;
    height: 100%;
    border-width: 0px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: #f2f2f2;
}
.skinmaster
{
    width: 986px;
    height: 100%;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    background: #f2f2f2;
}
/* ############################# 
Styles fuer den Header Bereich
############################# */
.header
{
    vertical-align: top;
    width: 986px;
    height: 560px;
}
.container_header
{
    width: 986px;
    height: 560px;
    text-align: left;
}
.FlashPane{
    width: 986px;
    height: 480px;
    *height: 480px;
    text-align: left;
    vertical-align: top;
}
.menuPane
{
    width: 963px;
    *width: 986px;
    height: 75px;
    *height: 75px;
    padding-left: 11px;
    padding-right: 12px;
    padding-top: 0px;
    text-align: left;
    vertical-align: top;
    background: url(hg_menu.gif) center top no-repeat;
}
/* ############################# 
Styles fuer den Content Bereich
############################# */
.content
{
    width: 986px;
    vertical-align: top; 
    text-align: center;   
}
.container_content
{
    width: 963px;
}
.ContentPane
{
    width: 963px;
    *width: 963px;
    padding: 25px 0px 0px 0px;
    vertical-align: top;
    border-top: solid 1px #00aeef;
}
.ContentPane div, .ContentPane td, .ContentPane span
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #636363;
}
/* ############################# 
Style fuer den Footer Bereich
############################# */
.footer
{
    vertical-align: top;
    width: 986px;
    height: 50px;
}
.container_footer
{
    text-align: center;
    width: 986px;
}
.LoginPane
{
    text-align: center;
}
/* text style for the unselected tabs */
.OtherTabs, A.OtherTabs:link, A.OtherTabs:active, A.OtherTabs:visited
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #e2007a;
    font-weight: normal;
    text-decoration: none;
}
A.OtherTabs:hover
{
    color: #e2007a;
    font-weight: normal;
    text-decoration: underline; /*padding: 1px 3px 2px 3px; 	background-color: #FF9900; 	border: solid 1px #4E5ED7;*/
}
.Login, A.Login:link, A.Login:visited, A.Login:active
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #80d7f7;
    font-weight: normal;
    text-decoration: none;
}
A.Login:hover
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #00aeef;
    font-weight: normal;
    text-decoration: none; /*padding: 5px 3px 2px 3px; 	border: solid 1px #4E5ED7;*/
}
/* button style for standard HTML buttons */
.StandardButton
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
}
/* GENERAL style for module titles */
.TitelBox
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    font-weight: bold;
    color: #636363;
}
.Head
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9.5pt;
    font-weight: bold;
    color: #e2007a;
}
/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    font-weight: bold;
    color: #e2007a;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    font-weight: normal;
    color: #e2007a;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #636363;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    font-weight: normal;
}
.NormalRed
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    font-weight: bold;
}
/* #############################
Allgemeine Styles fuer HTML Objekte
############################# */
A:link, A:visited, A:active
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #e2007a;
    text-decoration: none;
}
A:hover
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #e2007a;
    text-decoration: underline;
}
H1
{
    font-size: 130%;
    color: #003e6d;
    font-weight: bold;
}
H2
{
    font-size: 130%;
    color: #003e6d;
    font-weight: bold;
}
H3
{
    font-size: 115%;
    color: #003e6d;
    font-weight: bold;
}
H4
{
    font-size: 115%;
    color: #003e6d;
    font-weight: bold;
}
H5, DT
{
    font-size: 105%;
    color: #003e6d;
    font-weight: bold;
}
H6
{
    font-size: 100%;
    color: #003e6d;
    font-weight: normal;
}
HR
{
    color: #e2007a;
    height: 1px;
    border: dotted 1px #e2007a;
}
/************************************************************************************************************* 
This uses 2.1.2 Solpart Menu Options. Classes MUST be set in xml or ASCX file to display correctly  on page.
************************************************************************************************************ */
.ActiveRootTab TD
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #003e6d;
    font-weight: bold;
    height: 27px;
}
.BreadcrumbRootTab TD
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #003e6d;
    font-weight: bold;
    height: 27px;
}
.SubActiveRootTab TD
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    cursor: hand;
    color: #003e6d;
    font-weight: bold;
    font-style: normal;
    border: #fff 1px solid;
    height: 27px;
}
.MainMenu_MenuContainer
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #666666;
    background-color: Transparent;
    height: 27px;
}
.MainMenu_MenuBar
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #666666;
    height: 27px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    cursor: hand;
    color: #666666;
    font-weight: bold;
    font-style: normal;    
    height: 27px;
    border: #fff 1px solid;
}
.MainMenu_MenuIcon
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    cursor: hand;
    background: #fff;
    border: #fff 1px solid;
    text-align: center;
    width: 15px;
    height: 27px; /*display: none;*/
}
.MainMenu_SubMenu
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    z-index: 1504a47;
    cursor: hand;
    font-weight: bold;
    background: #fff;
    color: #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); /*border ueber den ganzen menue bereich*/
    border: #37504D 1px solid;
}
.MainMenu_MenuItemSel
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    cursor: hand;
    color: #003e6d;
    font-weight: bold;
    font-style: normal;
    border-right: solid 1px #880e0e;
    height: 27px;
    background: url(menu_hover.gif) no-repeat center top;
}
.SubMainMenu_MenuItemSel
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    background: #fff;
    cursor: hand;
    color: #003e6d;
    font-weight: bold;
    font-style: normal;
    border: #fff 1px solid;
    height: 27px;
}
.MainMenu_MenuBreak
{
    border: transparent 0px solid;
    font-size: 9pt;
    background: transparent;
    height: 27px;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    color: #666666;
    cursor: hand;
    border: transparent 0px solid;
    height: 27px;
    width: 8px;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    color: #666666;
    cursor: hand;
    border: transparent 0px solid;
    height: 27px;
    width: 8px;
}
/* ############################# 
Styles fuer den Admin Panel
############################# */
.ControlPanel, .PagingTable
{
    width: 100%;
    background: #fff;
    border: #003366 1px solid;
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
}
.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    font-weight: bold;
    color: #003e6d;
    text-decoration: none;
}
A.SkinObject:hover
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    text-decoration: underline;
    color: #003e6d;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #003e6d;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #003e6d;
    text-decoration: none;
}
A.CommandButton:hover
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 9pt;
    color: #003e6d;
    text-decoration: underline;
}
