﻿
/*
th
{
    font-size: 11px;
    font-weight:bold;
}

ul{
	padding: 5px;
	margin-left: 20px;
}
*/

input.textbox, textarea.textbox
{
  width: 100%;
	margin-left: auto;
	margin-right: auto;
}

input.input ,textarea.input, select.input
{	
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}


div.center
{
	margin-left: auto;
	margin-right: auto;
}

/*
td
{
	padding-left: 2px;
	padding-right: 2px;
}
*/

label, label.req
{
	font-weight: bold;
}

label.req
{
	color: #6F3352;
}

.req
{ font-weight : bold;
    color: #6F3352;
}

/*
#wrapper
{
}
*/



/*
#layout
{
    background-color: #ffffff;
	border: 1px solid #e0e0e0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;		
	height: 100%;
}
*/

.infoPanel
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 20000;
}

.infoPanel span
{
	border: solid 1px transparent;
	padding: 0 5px 0 5px;
}
.infoPanel span:hover
{
	border: solid 1px #ffffff;
}

input[type='text'],input[type='password'],select, textarea
{
	width: 100%;
	border: 1px solid #bababa;
}
/*
Anmerkung:
Pseudoklasse :focus wird von IE7 nicht unterstützt
*/
input[type='text']:hover, input[type='text']:focus
{
	border: 1px solid #666666;
}
input[type=checkbox]
{
	width: 10px;
	border: 0px;
}


/*
h1, h2, h3, h4,h5{
	color: #860F51;
	font-weight: bold;
}    

h1{	font-size: 16px;}
h2{ font-size: 14px;}
h3{ font-size: 12px;}
h4{ font-size: 10px;}
*/


.bb{
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
}

/*
	Outer Border Styles
*/    
/*
.tl{ background: url(img/border_tl.gif) 0% 0% no-repeat;}
.tr{ background: url(img/border_tr.gif) 100% 0% no-repeat;}
.br{ background: url(img/border_br.gif) 100% 100% no-repeat;}
.bl{ background: url(img/border_bl.gif) 0% 100% no-repeat;}
.bv{ background: url(img/border_v.gif) 0% 0% repeat-y;}
.bt{ background: url(img/border_h.gif) 0% 0% repeat-x;}
.br{ background: url(img/border_vr.gif) 100% 0% repeat-y; }
.bb{ background: url(img/border_hb.gif) 0% 100% repeat-x;}

.tl,.tr,.br,.bl,.bv,.br,.bb,.bt{
	height: 100%;
}
*/

#header{

}

/*
#headerlogo{

    width: 140px;
    height: 34px;
    margin-left:5px;
    margin-top: 5px;
}
*/

/*
#topNav{
	float: right;
	margin-top: 10px;
}

#smallbasket{
	float:left;
	margin-top: 10px;
}

.headerContainer
{
    margin-top: 20px;
	padding-left: 21px;
	padding-right: 21px;
	width: 858px;
	margin-left: auto;
	margin-right: auto;
}

.contentContainer{
	padding-left: 21px;
	padding-right: 21px;
	width: 858px;
	margin-left: auto;
	margin-right: auto;
}

#headerbar{
	clear: both;
    width: 858px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
}

#headerNav{
	padding-top: 10px;
	margin-bottom: 10px;
}

#contentWrap{
	padding-top: 10px;
	padding: 20px;
}
  */
 
 /*  
#leftContent{
}
        
#rightContent{
	width: 150px;
	float: right;
}
        
#mainContent{
	padding-left: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
}



.full{
	min-height:500px;
	height: auto !important;
	height: 500px;
}

#footer{
	clear: both;
	position: absolute;
	bottom: 0px;
	text-align: center;
	color: #d1d1d1;
}
   */

   
div.navMenu
{
    border: 1px solid #ededed;
    background-color: #ECEEFA;
}

/*
a,a:link, a:visited{
	color: Blue;
	text-decoration: none;
}
*/

/*
a:hover{
	color: #A52A2A;
	text-decoration: none;
}
*/
   

tr.mnuBar{
	color: #ffffff;
	height: 23px;
	background-color: #7288AC;
	border: #abc0e7 1px solid;
	border-right: #00377a 1px solid;
	border-bottom: #00377a 1px solid;
}

.mnuBar{
	height: 23px;
	padding-left: 5px;
	color: #ffffff;
	background-color: #7288AC;
	border: #abc0e7 1px solid;
	border-right: #00377a 1px solid;
	border-bottom: #00377a 1px solid;
	line-height: 23px;	
}

.mnuBar a, .mnuBar a:visited, .mnuBar a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.mnuBar span{
	/*border: solid 1px transparent;
	padding: 0 5px 0 5px;*/
	line-height: 23px;
}

.mnuBar span.spacer{
	width: 1px;
	border-left: solid 1px #000000;
	background-image: url(Img/sp.gif);
}

.mnuBar div.updateProgress{
	position: absolute;
	right: 10px;	
}


div.window{
	background-color: #CAD9EC;
	border: 1px solid #bababa;
	margin-left:auto;
	margin-right:auto;
}

div.windowContent{
	padding: 5px;	
}

div.windowContent td{
	padding: 1px;
}

table.pagerTbl{
	background-image: url(Img/bgbw2.gif);
	height: 25px;
}

tr.popupHover{
	background-color: moccasin;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}


table.default{
	border: #000000 1px solid;
}

tr.gridRowHover{
	border: 1px solid #000000;
}

.back{
	background-color: Gray;
}

.modalBackground{
	background-color: #C0C0C0;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

.thumbnail{
    height: 100px;
    width: 130px;
    cursor: hand;
} 

.imgpopup{
    height: 576px;
    width: 768px;
}
        
nobr{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

tr.gridStatusBar{
	height: 22px;
	background-color: #E0E3E8;
}

table.gridStatusBar{
	width: 100%;
	border-top:1px solid #A0A0A4;
}

.row
{	
}

.rowHover{
	background-color: Orange;	
}

.water{
	color: #fafafa;
}

/*
Left Menu Styles
*/

div.toolbar
{	color: #333333;
 	margin-left: auto;
 	margin-right:auto;
 	width:858px; 
 	margin-bottom: 10px; 
 	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#cecfde);
}

.leftMenu{	
	color: #333333;
	border-collapse: collapse;
	font-size: 13px;
  font-family: Verdana;
  padding: 6px;

}

.leftMenu img{
	padding-right: 5px;
}

.mnuItemStatic,.mnuItemStaticHover,.mnuItemDynamic{
	height: 20px;
	cursor: hand; 
	line-height: 20px;
	border-collapse: collapse;
	border: 1px solid transparent;
	color: #000000;
	padding: 3px;
}

.mnuHover{
	background-color: #bababa;
}

.mnuItemStaticHover{
	border: 1px solid #bababa;
	border-collapse: collapse;
}

.mnuDynamic{
	border: 1px solid #bababa;
	background-color: #ffffff;
	color: #000000;
}

.mnuDynamic a,.mnuDynamic a:hover
{
	color: #000000;
}


.leftMenuItem{
	padding: 5px;
	line-height: 12px;
	margin-bottom: 5px;
	height: 20px;
	border: 1px solid transparent;
}

.topMenuItem{
	padding: 2px;
	border: solid 1px;
}

.topMenuItemHover{
	padding: 2px;
	border: 1px solid #000000;
}

.wndHeader{
	background: #f4f4f4 url(Img/vista_header.gif) repeat-x;
}

.accNavBar{
    background:url(Img/NavBar/item_bg.gif);
}

.accNavBar .header{
	cursor:pointer;
	background:url(Img/NavBar/hd_bg.gif) repeat-x;
	border-bottom:solid 1px #57566f;
}

.accNavBar .header SPAN{
    cursor:pointer;
    font-weight:bold;
    display:block;
    padding-top:8px;
    color:#fff;
}        

.accNavBar .header:hover{
    cursor:pointer;
    height:31px;
    background-color:Transparent;
    background:url(Img/NavBar/hd_hover_bg.gif) repeat-x;
    border-bottom:none;
}                

.accNavBar .header DIV{
    cursor:pointer;
    height:30px;
    padding-left:40px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}

/*
ObjectLookUp Control Styles
*/
DIV.lu{
overflow-y:			auto;
word-wrap:			break-word;
height:				19px;
background:			window;
width:				100%;
border:				1px solid #7b9ebd;
}

IMG.lu{
	cursor:				hand;
}

SPAN.lui{
	color: #0000ff;
	padding-left: 5px;
	text-decoration: underline;
	cursor:	hand;
}

/*
UserLastReportList Contol Styles
*/

DIV.ulr
{
}

DIV.ulri
{
	color: #0000ff;
	padding-left: 5px;
	text-decoration: underline;
	cursor:	hand;		
}

DIV.ulrh
{
	border: 1px solid #A0A0A0;
	background-color: #ECEEFA;
}



/*
Grid Control Styles
*/

TABLE.gridData
{
	table-layout: fixed;
	width: 100%;	
	background-color: White;
}

DIV.gridDataContainer
{
OVERFLOW-X:hidden;
OVERFLOW-Y:scroll;
width:100%;
height:100%;
background-color: #BBBBBB;
}

.gd
{
	border: 1px solid #CEDCEE;
}
TD.gdrow
{
	text-overflow:ellipsis;
	border-bottom: 1px solid #CDD4E3;

}

TR.gdrow
{
	padding-top: 1px;
	margin-bottom: 1px;
	height: 24px;
	text-overflow:ellipsis;
}

TR.gdrow:hover
{
	background-color: Blue;
}

TD.gdch
{
	border: solid 1px #000000;
}


/*
SearchGrid Styles
*/

.searchGridHeader
{
	background-color: Red;
}
       .tblReportSheet td
       {
			padding: 3px;
       }
       
       
.grid
{
	border-collapse: collapse;
    width:100%;
	border: 1px solid #989898;
	table-layout: fixed;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;

}
.grid tbody
{
	/*
	height: 100%;
*/
}

/*
.grid tbody .row:hover
{
	background-color:Coral;
}
*/

.gridheader
{
    background: url(img/sprite.png) repeat-x 0px 0px;
}

.grid  th
{
	background: url(img/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
   /* padding: 2px 5px 2px 5px; Tabellen werden zu breit wenn für TH Elemente ein padding vergeben wird*/
   height: 25px;
   line-height: 25px;
    text-align: center;
    vertical-align: bottom;
}
.grid .altrow, .grid .row .sort
{
    background-color: #edf5ff;
} 

.grid .row
{
    background-color: #fff;
}

.grid td
{
	border-right: 1px solid #cbcbcb;
	padding: 5px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}

.entityForm
{
	width: 100%;
}

.entityForm td
{
	border: 0px;	
}

table.adlerDeviceData
{
	width: 100%;
	border: 1px solid #9E9E9E;
	background-color: #FAFAFD;
}


table.inputForm
{
	width: 100%;
	table-layout: fixed;
}

/*
table.inputForm input
{
	width: 100%;
}
*/


.tabPanel
{
}

div.filterPanel
{
	border: 1px solid #bababa;
	margin-bottom: 5px;
	background-color: #DFE3F1;
}

div.filterPanel table td
{
	padding: 5px;
}

div.pager
{
	float:right;
	margin-right: 15px;
}

.gripHandle
{
	color: Red;
	width:10px;
	height: 10px;
	border:1px solid #000000;
}
.resize
{
	border: 1px solid #000000;
}

.tabContainer
{
	height: 100%;
}


table.deviceInfoForm td
{
	padding: 5px;
}


/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */   

/* XP IE7 theme - Backgrounds */
.mc__tab_xpie7 .ajax__tab_header					{ background:url(img/tab/tab-line.gif) repeat-x bottom; }
.mc__tab_xpie7 .ajax__tab_outer						{ background:url(img/tab/tab-right.gif) no-repeat right; }
.mc__tab_xpie7 .ajax__tab_inner						{ background:url(img/tab/tab-left.gif) no-repeat; }
.mc__tab_xpie7 .ajax__tab_tab						{ background:url(img/tab/tab.gif) repeat-x; }
.mc__tab_xpie7 .ajax__tab_hover .ajax__tab_outer	{ background:url(img/tab/tab-hover-right.gif) no-repeat right; }
.mc__tab_xpie7 .ajax__tab_hover .ajax__tab_inner	{ background:url(img/tab/tab-hover-left.gif) no-repeat; }
.mc__tab_xpie7 .ajax__tab_hover .ajax__tab_tab		{ background:url(img/tab/tab-hover.gif) repeat-x; }
.mc__tab_xpie7 .ajax__tab_active .ajax__tab_outer	{ background:url(img/tab/tab-active-right.gif) no-repeat right; }
.mc__tab_xpie7 .ajax__tab_active .ajax__tab_inner	{ background:url(img/tab/tab-active-left.gif) no-repeat; }
.mc__tab_xpie7 .ajax__tab_active .ajax__tab_tab		{ background:url(img/tab/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */
.mc__tab_xpie7 .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.mc__tab_xpie7 .ajax__tab_outer						{ height:29px; }
.mc__tab_xpie7 .ajax__tab_inner						{ padding-left:3px; }
.mc__tab_xpie7 .ajax__tab_tab						{ padding:8px 40px;margin:0; }
.mc__tab_xpie7 .ajax__tab_body						{ font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }


.ajax__tab_default .ajax__tab_inner {height : 100%;}
.ajax__tab_default .ajax__tab_tab {height : 100%;}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {height:auto !important;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {height:auto !important;}

.ajax__tab_xp .ajax__tab_inner {height : 100%;}
.ajax__tab_xp .ajax__tab_tab {height:100%}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {height : 100%;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {height : 100%;}
.ajax__tab_xp .ajax__tab_body 
{
    border-style:none solid solid;
}

div.bar{
	background: url(img/barbg.gif) repeat-x 0px 0px;
	height: 20px;
	line-height:20px;
	color: #ffffff;
	padding-left: 5px;
}

div.headline{
	background: url(img/bg_bar_175.gif) repeat-x 0px 0px;
	height: 22px;
	color: #ffffff;
	padding-left: 5px;
	background-repeat:no-repeat;
font-size:11px;
font-weight:bold;
height:22px;
line-height:2em;
margin:0 0 2px;
padding:0 0 0 8px;
}

div.requestLogOn 
{
}

table.requestLogOn 
{
	table-layout:fixed;
	width: 100%;
	border: solid 1px #adadad;
}

table.requestLogOn thead tr
{
	height: 20px;
	background-color: #860F51;
	color: #ffffff;
}

table.requestLogOn tbody
{
	background-color: #F0F0F0;
}

table.requestLogOn tbody tr td.group
{
	padding-top: 5px;
	border-bottom: solid 1px #aaaaaa;
	color: #000000;
	font-weight: bold;
}

table.requestLogOn tfoot
{
	background-color: #F0F0F0;
}

table.requestLogOn td
{
	padding: 5px;
}

input.button
{
	border: 1px solid #6F3352;
}

div.login
{
	margin-left: auto;
	margin-right:auto;
	width: 300px;
}

table.login
{
	width: 300px;
	border: solid 1px #adadad;	
}

table.login tbody
{
	background-color: #F0F0F0;
}

table.login tbody tr td
{
	padding: 8px;
}

table.login tfoot tr td
{
	padding: 8px;
	border-top: solid 1px #adadad;	
}


table.taskItem
{
	width: 100%;
	table-layout: fixed;
	border: solid 1px #adadad;
}

table.taskItem thead th
{
	height: 20px;
	background-color: #800000;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

table.taskItem tbody.content td
{
	padding: 10px;
}

table.taskItem tfoot td
{

}

table.taskItem table.foot td
{
	padding: 0px;
	border-top: 1px solid #adadad;
}

div.contentBox
{
	width: 175px;
}

.priceSmall
{
	color: #860F51;
	font-size: 16px;
	font-weight:bold;
}

.partner-box
{
    padding: 5px;
}

.partner-box img
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* ProductDetail Styles */

div.productDetails{
	border: 1px solid #e0e0e0;
	font-size: 12px;
}

div.productDetails .productImage{
	border: 0px;
	width:  200px;
}

div.productDetails .price{
	font-size: 40px;
	font-weight: bold;
		color: #860F51;
}

div.productDetails .price .priceNote{
	font-size: 9px;
	color: #000000;
}

div.productDetails .description{
}

div.productDetails .imageNote{
	text-align:center;
	font-size: 10px;
}



#sparePartList
{
    width: 400px;
}

#sparePartList .groupHeader
{
   	height: 23px;
	padding-left: 5px;
	color: #ffffff;
	background-color: #7288AC;
	border: #abc0e7 1px solid;
	border-right: #00377a 1px solid;
	border-bottom: #00377a 1px solid;
	line-height: 23px;	    
}

#sparePartList .groupContainer
{
    
}

#sparePartList .groupContent
{
    display:none;
}



/* Data Pager */

div.pager
{
    text-align:center;
    height: 25px;
    line-height: 25px;
    padding: 3px;
    background: url(img/item_bg.gif);
}

div.pager, div.pager a.index
{
    font-size: 15px;
}

div.pager a.selected
{
    font-weight: bold;
    color: #ffffff;
    text-decoration:none;
    background-color: #ffffff;
}

div.pager a:hover.index
{
    background-color: #ffffff;
}

div.pager a.index,a.selected
{
    color: #000000;
    text-decoration:none;
    border: 1px solid #a0a0a0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    font-size: 100%;
    height: 20px;
    line-height: 20px;
    width: 20px;
    padding-right: 5px;
}
div.pager a.index
{
    margin: 2px;
    display:inline;
    height: 20px;
  
}



div.legend div
    {
        height: 20px;
        line-height: 20px;   
        padding-bottom: 5px; 
    }
    div.legend div span
    {
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    div.legend div p
    {
        padding-left: 10px;
        height: 10px;
        display: inline;
    }
