/* 
==================================
Skin styles for DruckTankStelle
==================================
*/

.NormalRed
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ffff66;
}

P, .Normal, .NormalDisabled, tr
 { color: white; font-size: 11px; font-family: verdana; font-style: normal; font-weight: normal; line-height: 120% }
/*P, .Normal, .NormalDisabled, tr
 { color: white; font-size: 11px; font-family: verdana; font-style: normal; font-weight: normal; line-height: 120% }
*/

A:link, A:visited { 
color: white; text-decoration: none; font-size: 11px;
 }

A:active, A:hover { 
color: orange; text-decoration: underline; font-size: 11px; color: white;;
 }



.SkinObject
{
    text-decoration: none;
    color: white;
	font-family: "Trebuchet MS", tahoma;
    font-size: 11px;
        font-weight: normal;
}

a.SkinObject:link, a.SkinObject:visited, a.SkinObject:hover
{
    text-decoration: none;
    color: #719B30;
	font-family: "Trebuchet MS", tahoma;
    font-size: 11px;
            font-weight: normal;
}



BODY
 { background-image: url('back_main.gif');background-repeat: repeat-x;    background-color: #82B337;}
  

.footer, a.footer:link,  a.footer:visited,  a.footer:active, a.footer:hover, .copyright, .copyright:hover, .copyright:link, .copyright:visited { color: white; font-size: 11px; font-family: "Trebuchet MS", tahoma; font-style: normal; text-decoration: none }
  
.breadcrumb
{


}
.breadcrumbcell
{
    color: white;
    font-family: "Trebuchet MS", tahoma;
    font-size: 11px;
    text-decoration:none;
width: 440px;
}


.controlpanelcell
{
    width: 100%;
}

.controlpanel, .controlpanel:link, .controlpanel:hover, .controlpanel:visited, .controlpanel:active {
font: 10px "Trebuchet MS", tahoma;
background-color: #ffffff;
color: #ffffff;
font-weight: normal;
text-decoration: none;
border: solid 0px #ffffff;
margin-top: 20px;
margin-bottom: 10px;

    
}
.logopane
{
    background-color: #7D5943;
}
.toppane
{

}
.leftpane
{
    width: 100px;
    background-color: white;
}
.contentpane
{
    background-color: #E07D2A;

}

.rightpane
{
    width: 175px;
    background-color: white;
}
.bottompane
{
    background-color: transparent;
    padding-top: 8px;
}


.LoginItem, .SeparatorItem
{
    font-family: "Trebuchet MS", tahoma;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-transform:uppercase;
    color: white;    
}

.LoginItem, .RootMenuItem TD, .RootMenuItemSel TD
{

    cursor: pointer;
    cursor: hand;
    padding: 0 12 0 4;
}

.RootMenuItem TD, .RootMenuItemSel TD, .MenuTD
{
    font-family: "Trebuchet MS", tahoma;
    font-size: 13px;

}


.LoginItem,.LoginItem:Hover, .LoginItem:Link, .LoginItem:Visited, .RootMenuItem TD
{
    color: white;
    text-decoration:none;
}
.LoginItem:Hover
{
    color: #413533;
    text-decoration:none;
}
.SeparatorItem
{
    background-color: #BA4842;
    color: White;
    height: 24px;
    padding: 0 2 0 2;
}


/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ 
.MainMenu_MenuContainer { 
background-color: transparent;  width: 195px; padding: 0px; }

/*-- bar that holds the menu  --*/ 
.MainMenu_MenuBar { 
cursor: pointer; cursor: hand; background: #fff;  width: 192px; height: 24px;  }

/*-- submenu container        --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu  { font-weight: normal; background: #87cce7; cursor: hand; margin: 1px 0 0 -3px; padding: 0; z-index: 1000; border: solid 2px #fff;
}


/*Menü mit transparenz*/
/*-- submenu container         
.MainMenu_SubMenu, .ModuleTitle_SubMenu  { font-weight: normal; background: #87cce7; cursor: hand; margin: 1px 0 0 -3px; padding: 0; z-index: 1; border: solid 2px #fff; filter: none ; filter:alpha(opacity=97);-moz-opacity:0.97;opacity: 0.97; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135 );
} --*/



/*-- submenu items idle       --*/ 
.MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: "Trebuchet MS", tahoma;  margin: 1px 0 0 -3px; color: #ffffff; font-size: 13px; background: #87CCE7; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 24px; border: 0; }

/*-- submenu items hover      --*/ 
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: "Trebuchet MS", tahoma; font-size: 13px; font-weight: bold; cursor: pointer; cursor: hand; color: #fff; background: #50B8DF; padding: 0px 30px 0px 16px; height: 24px; border: 0;}

/*-- menuitems idle           --*/ 
.MainMenu_Idle {color: #fff; background:  url(menu_back.gif) ; padding: 0; height: 49px; font-weight: bold;}

/*-- menuitems over           --*/ 
.MainMenu_Selected { color: #fff; background:  url(menu_over.gif) ; padding: 0 ; height: 49px; font-weight: bold;}

/*-- menuitems active         --*/ 
.MainMenu_Active, .MainMenu_BreadcrumbActive {color: #fff; background:  url(menu_over.gif) ; padding: 0; height: 49px; font-weight: bold;}
/*-- not needed - main menu   --*/ 
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }

/*-- module menu container     --*/ 
.ModuleTitle_MenuContainer { color: #fff; }

/*-- module menu bar          --*/ 
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}

/*-- module menu padding      --*/ 
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0px 0; }

/*-- not needed - module menu --*/ 
.MainMenuSeperator,.MainMenu_MenuBreak,
{ display: none; }

/*-- not needed - module menu --*/ 
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*-- not needed - module menu icons sichtbar
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: visible; }
--*/ 

/*========================================================*/
/*  Main Menu and Module Menus  ENDE                       */
/*========================================================*/



.Head, .SubHead
{
    font-family: "Trebuchet MS", tahoma;
}
.Head
{
    font-size: 14px;
    font-weight: normal;
     line-height: 14px;

}
.SubHead
{
    font-size: 11px;
    color:black;
}


/* styles used in the FileManager */
.FileManager
{
margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: #eeeeee;  /* Dist. #FFFFFF */
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
    color: Black;
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
     font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{

    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #aaaaaa;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{

    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #999999;
    border-style: none;
}
.FileManager_SelItem
{

    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-size: 11px;
    font-weight: normal;
	background-color: #999999;   
}

.FileManagerTreeNodeSelected 
{
    font-size: 11px;
    font-weight: normal;
	background-color: #bbbbbb; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: black;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #A86E39;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #A86E39;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}



/*select, option {
	background-color: #7D5943;
	border: outset 0px #BA2C36;
	color: #FFFFFF;
	font-family: "Trebuchet MS", tahoma;
	font-size: 8px;
	padding: 1px;
}*/

select, option, .NormalTextBox {
 font: 10px "Trebuchet MS", tahoma;
 background-color: #eeeeee;
 color: #402D2D;
 border: 1px dotted #aaaaaa;
}

INPUT, TEXTAREA {
	font-family: "Trebuchet MS", tahoma;
	padding: 2px;
	font-size: 12px;
	color: #ffffff;
	background-color: #50B8DF;
	border: inset 1px #ffffff;
}


.StandardButton
{
font: 11px "Trebuchet MS", tahoma;
background-color: #87CCE7;
color: #ffffff;
padding: 4px 5px 3px 5px;
border: solid 0px ;
font-weight: bold;
text-decoration: none;
}

.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:hover, a.CommandButton:active   {
font: 11px "Trebuchet MS", tahoma;
background-color: #87CCE7;
color: #ffffff;
padding: 4px 5px 3px 5px;
border: solid 0px ;
font-weight: bold;
text-decoration: none;
}

a.CommandButton:hover, a.CommandButton:active {
font: 11px "Trebuchet MS", tahoma;
background-color: #50B8DF;
color: #ffffff;
padding: 4px 5px 3px 5px;
border: solid 0px ;
font-weight: bold;
text-decoration: none;
}

LabelEditOverClassML
{	
	cursor: pointer;
	text-decoration: underline overline;
	background-color: #E07D2A;
	color: #000000;
	background-image: url('back_content.gif');
}

.LabelEditTextClass
{
	border: solid 1px red;
    background-color: #E07D2A;
	color: #000000;
	background-image: url('back_content.gif');
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: red;
    border-right-color: red;
    border-bottom-color: red;
    border-left-color: red;
    background-color: #E07D2A;
    color: #000000;
   background-image: url('back_content.gif');
}

/* GENERIC */
h1, h2, H3, h4, h5, h6
{ line-height: normal; }

h1 { font-size: 24px; font-family: "Trebuchet MS", tahoma; font-weight: bold; color: white; }
h2 { font-size: 16px; font-family: "Trebuchet MS", tahoma; font-weight: bold; color: white; }
h3 { font-size: 14px; font-family: "Trebuchet MS", tahoma; font-weight: bold; color: white; }
h4 { font-size: 14px; font-family: "Trebuchet MS", tahoma; font-weight: bold; color: white; text-transform: uppercase;}
h5 { font-size: 14px; font-family: "Trebuchet MS", tahoma; font-weight: bold; color: white; text-decoration: underline;}
h6 { font-size: 14px; font-family: "Trebuchet MS", tahoma; font-weight: bold; color: black; }
DT { font-size: 10px; font-family: "Trebuchet MS", tahoma; font-weight: bold; color: white; }


TFOOT { font-size: 12px; font-family: "Trebuchet MS", tahoma; }
THEAD { font-size: 12px; font-family: "Trebuchet MS", tahoma; }
TH { font-size: 12px; font-family: "Trebuchet MS", tahoma; font-weight: bold; vertical-align: baseline }
SMALL { font-size: 8px }
BIG { font-size: 14px }
BLOCKQUOTE {  font-family: verdana; }
PRE {  font-family: verdana; }
UL LI { list-style-type: square }
UL LI LI { list-style-type: disc }
UL LI LI LI { list-style-type: circle }
OL LI { list-style-type: decimal }
OL OL LI { list-style-type: lower-alpha }
OL OL OL LI { list-style-type: lower-roman }
HR { text-align: left; height: 1pt }

.Message { font-size: 11px; font-family: "Trebuchet MS", tahoma; font-weight: normal; background-color: #eeeeee }

.ItemTitle { color: #af906b; font-size: 12px; font-family: "Trebuchet MS", tahoma; font-weight: bold }

.FileManager {
height: 800px;
overflow: scroll;
}

.FeedbackForm td {
padding: 5 2 2 0;
}

.FeedbackFormCell {
margin: 3 10 0 0;
}

.FeedbackFormLabel {
}

.FeedbackFormLabelBold {
font-weight: bold;
}
