﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
/* 
================================
Custom skin styles
================================
*/ 

body
{
    margin: 0px;
    padding: 0px;
    background-color: #e9e9ea;
}
.Page
{
    background-color: #e9e9ea;
    width: 100%;
    text-align: center;
}
.ContentOuterBox
{
    width: 992px;
    margin-left: auto;
    margin-right: auto;
}
.ContentTopOuterBox
{
    height: 100px;
}
.ContentMiddleOuterBox
{
    background-image: url(images/bgMetall.jpg);
    background-repeat: repeat-y;
}
.ContentInnerBox
{
    margin-left:10px;
    width:970px;
}
.Navigation
{
    background-image: url(images/bgNaviHaupt.jpg);
    height: 23px;
}
.Navigation table
{
    width:100%;
}
.Navigation table td
{
    
}
.MenuBox
{
    width:100%;
}
.LanguageBox
{
    text-align:right;
    white-space: nowrap;
}
.NavigationSecondLevel
{
    height: 24px;
}

/* MENU */

/*************************************/
/* FIRST LEVEL */
#TabMenuLevel0
{
    clear:both;
    margin:0px;
    padding:0px;
}
#TabMenuLevel0 li
{
    display: inline;
    background-color: Transparent;
    white-space: nowrap;
    margin: 0px;
    padding:0px;
}
/* SECOND LEVEL */
#TabMenuLevel1
{
    clear:both;
    margin:0px;
    padding:0px;
}
#TabMenuLevel1 li
{
    display: inline;
    background-color: Transparent;
    white-space: nowrap;
    margin: 0px;
    padding:0px;
}

/* Languages */
/*************************************/
#LanguageChooser
{
    clear:both;
    margin:0px;
    padding:0px;
}
#LanguageChooser li
{
    display: inline;
    background-color: Transparent;
    white-space: nowrap;
    margin: 0px;
    padding:0px;
}

/* HomeTeaserBox */
/*************************************/
.ContentTopBox td
{
    text-align:center;
}
.HomeTeaserBox
{
    width:950px;
    overflow:hidden;
    text-align:left;
    margin:auto;
}
.TeaserTopRow
{
    background-image: url(images/home_teaser_bg.jpg);
    background-repeat: repeat-y;
}
.TeaserTopRow td
{
    text-align:left;
}
.TeaserTop
{
    padding-left:24px;
    padding-right:22px;
}

/* Content */
/*************************************/
.ContentBottomBox td
{
    text-align:center;
}
.ContentBox
{
    width:950px;
    height:444px;
    margin:auto;
}
.ContentBox td
{
    text-align:left;
}
.ContentVSpacer
{
    width:10px;
    font-size:5px;
}
.LeftPane
{
    width:310px;
}
.ContentPane
{
    width:310px;
}
.RightPane
{
    width:310px;
}
.ContentBottomOuterBox
{
    background-image: url(images/footer.jpg);
    height:53px;
}
.ContentBottomOuterBox td
{
    font-size:10px;
}
.CopyrightBox
{
  width:400px;
  height:300px;
  overflow:auto;
}

/* Control Panel*/

.ControlPanel {
	background-image: url(images_cp/bar_backgound.jpg); 
	width: 100%; 
	margin: 0px auto 5px; 
	border: none; 
	font-family: Arial; 
	font-size: 12px; 
	color: #666;
}

.PanelHeader {
	width: 970px; 
	margin: 0px auto; 
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #ccc; 
	height: 43px; 
	background-color: #666;
	background-image: url(images_cp/neonkitHeader.jpg);
}

.PH_Left {
	float:right; 
	height: 38px; 
	line-height: 38px; 
	text-align: right; 
}

.PH_Right {
	float:right; 
	text-align:right; 
	height: 38px; 
	line-height: 38px;
	margin-right: 10px;
}

.PanelBody {
	background-color: #e8e8e8;
	width: 970px; 
	margin: 0px auto; 
	padding: 8px 0px 4px; 
	overflow:auto;
}

.PB_Left {
	float:left; 
	width: 240px; 
	margin-left: 10px; 
	margin-right: 15px;
}

.CP_Title {
	background-image: url(images_cp/stripes.gif);
	width: 100%; 
	border-bottom: 1px solid #a7a7a7; 
	height: 27px; 
	line-height: 27px; 
	font-size: 13px; 
	font-weight: bold;
}

.PageFunctionLeftColumn {
	float:left; 
	width:80px; 
	line-height: 29px; 
	margin-top: 10px;
}

.PageFunctionMiddleColumn {
	float:left; 
	width:80px; 
	line-height: 29px; 
	margin-top: 10px;
}

.PageFunctionRightColumn {
	float:right; 
	width:80px; 
	line-height: 29px; 
	margin-top: 10px;
}

.PB_Middle {
	float:left; 
	width: 510px; 
	line-height: 21px;
}

.AddModuleLeft {
	float:left; 
	width:420px;
}

.AddModuleRight {
	width: 80px;
	float:right;
	margin-top: 50px;
	text-align:center;
}

.AddModuleMode {
	margin-top: 10px;
}

.AddModuleLabelColumn {
	float: left; 
	width: 50px; 
	line-height: 21px;
}

.AddModuleFieldColumn {
	float: left; 
	width: 150px; 
	line-height: 21px;
	margin-right: 10px;
}

.AddModuleCell {
	margin-top: 5px;
}

.LabelAddModule {
	width: 50px;
}

.TextFieldAddModule {
	width: 146px;
}

.FieldAddModule {
	width: 150px;
}

.PB_Right {
	float:right; 
	width: 170px; 
	margin-right: 10px;
}

.CommonTaskCell {
	margin-top: 10px; 
	height: 21px; 
	line-height: 21px;
}

.CP_HiddenContent {
	height: 0px;
	width: 0px;
}

.PanelHeader *, .PH_Right *, .OptMode  *{
	vertical-align: middle;
}

.PanelBody * {
	vertical-align: middle;
}

.LabelVisibility {
	margin-left: 20px;
}

.OptMode span {
	margin-right: 25px;
}

.AddModuleMode span {
	margin-right: 20px;
}

.ControlPanel label {
	margin-left: 4px;
}