/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/
/* background color for the content part of the pages */
Body
{
    background: #fff;
    height: 100%;
    padding: 0px;
    margin: 0px;    
}
/* ############################# 
Style for the body tab
############################# */
.pagemaster
{
    width: 100%;
    height: 100%;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
.skinmaster
{
    width: 1024px;
    height: 100%;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
/* ############################# 
Styles fuer den Header Bereich
############################# */
.header
{
    vertical-align: top;
}
.container_header
{
    width: 1024px;
    height: 30px;
    text-align: left;
}
.menuPane
{
    width: 1024px;
    height: 30px;
    text-align: left;
}
/* ############################# 
Styles fuer den Content Bereich
############################# */
.content
{
    vertical-align: top;
    height: 100%;
}
.container_content
{
    text-align: left;
    width: 1024px;
}
.ContentPane
{
    width: 1024px;
    padding: 0px 0px 0px 0px;
}
.ContentPane div, .ContentPane td, .ContentPane span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #036d2e;
    vertical-align: top;
}
.ContentPaneAdmin
{
    width: 984px;
    *width: 1024px;/* IE Bug*/
    padding: 0px 20px 0px 20px;
}
.ContentPaneAdmin div, .ContentPaneAdmin td, .ContentPaneAdmin span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
}
/* ############################# 
Style fuer den Footer Bereich
############################# */
.footer
{
    vertical-align: top;
}
.container_footer
{
    text-align: center;
    width: 1024px;
    height: 30px;
}
.LoginPane
{
    width: 1024px;
    height: 30px;
    text-align: center;
}
/* text style for the unselected tabs */
.OtherTabs, A.OtherTabs:link, A.OtherTabs:active, A.OtherTabs:visited
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
A.OtherTabs:hover
{
    color: #036d2e;
    font-weight: normal;
    text-decoration: none; /*padding: 1px 3px 2px 3px; 	background-color: #FF9900; 	border: solid 1px #4E5ED7;*/
}
.Login, A.Login:link, A.Login:visited, A.Login:active
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
A.Login:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #036d2e;
    font-weight: normal;
    text-decoration: none; /*padding: 5px 3px 2px 3px; 	border: solid 1px #4E5ED7;*/
}
/* button style for standard HTML buttons */
.StandardButton
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
}
/* GENERAL style for module titles */
.TitelBox
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000;
}
.Head
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 9.5pt;
    font-weight: bold;
    color: #036d2e;
}
/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: normal;
    color: #9a2523;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: normal;
}
.NormalRed
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: bold;
}
/* #############################
Allgemeine Styles fuer HTML Objekte
############################# */
A:link, A:visited, A:active
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    text-decoration: underline;
}
A:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #036d2e;
    text-decoration: underline; /*background-color: #E4F3F6;*/
}
H1, H1 span, H1 td, H1 div
{
    font-family: Arial,Verdana,Thaoma;
    font-size: 200% !important;
    font-weight: bold;
    color: #036d2e;
}
H2, H2 span, H2 td, H2 div
{
    font-size: 130% !important;
    font-weight: bold;
}
H3, H3 span, H3 td, H3 div
{
    font-size: 120% !important;
    font-weight: bold;
}
H4, H4 span, H4 td, H4 div
{
    font-size: 110% !important;
    font-weight: bold;
}
H5, H5 span, H5 td, H5 div
{
    font-size: 105% !important;
    font-weight: bold;
}
H6, H6 span, H6 td, H6 div
{
    font-size: 100% !important;
    font-weight: normal;
}
HR
{
    color: #9a2523;
    height: 1px;
    border: solid 1px #9a2523;
}
/*#############################################
--------- dnn menu style ----------
#############################################*/
/* main menu td */
.main_dnnmenu_bar 
{
    font-family: Verdana,Arial,Thaoma;
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #43494D;
	font-size: 13px; 
	font-weight:bold; 	
	text-align:center; 
	line-height:40px;
	padding:12px 12px 12px 12px;
	text-transform:uppercase; margin-right:1px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#000;
	font-size: 13px; 
	font-weight:bold;
	text-align:center;
	line-height:40px;
	padding:12px 12px 12px 12px;
	background:url(menu_hover.gif) repeat-x top left;
	text-transform:uppercase; margin-right:1px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#000;
	font-weight:bold;
	text-align:center;
	font-size: 13px;
	line-height:40px;
	padding:12px 12px 12px 12px;
	background:url(menu_hover.gif) repeat-x top left;
	text-transform:uppercase; margin-right:1px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background: #CE0D0D url(menu_hover.gif) repeat-x top left;
	color:#000;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(menu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}
/* ############################# 
Styles fuer den Admin Panel
############################# */
.ControlPanel, .PagingTable
{
    width: 100%;
    background: #fff;
    border: #003366 1px solid;
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
}
.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
A.SkinObject:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    text-decoration: none;
    color: #003366;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    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: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
}
A.CommandButton:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #F60400;
}
