html, body, p, div, ul, li, span, a, br, h1, b, form, input {
	margin: 0px;
	padding: 0px;
}

input[type=checkbox] {
	vertical-align: text-bottom;
}

input[type=text], input[type=password] {
	border-width: 1px;
}

br {
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

html, body {
	height:100%;
	border: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: black;
}

/* ---------------- */
/*      Layout      */
/* ---------------- */

#container {
	width:1120px;
	min-height:100%;
	position:relative;
}
/* footer correction IE6 */
* html #container {
	height:100%;
}

/* --- head-bereich --- */

#head-leftpad {
	/* background-color: goldenrod; */
	float: left;
	width: 200px;
	height: 150px;
}

#head-toppad {
	/* background-color: burlywood; */
	width: 900px;
	height: 107px;
	float: left;
}

#headcontent-2col {
	/* background-color: lightblue; */
	padding-top:20px;
	width:912px;
	float:left;
}

#righthead-2col {
	/* background-color: lightgreen; */
	width:135px;
	//height:50px;
	float:left;
}

#headcontent-3col {
	/* background-color: lightblue; */
	padding-top:20px;
	width:570px;
	float:left;
}

#righthead-3col {
	/* background-color: lightgreen; */
	width:330px;
	height:50px;
	float:left;
}

#logo {
	/*	background-color: pink; */
	position:absolute; top:13px; left:870px;
	z-index:10;
}

#topnavigation {
	/* background-color: darkkhaki; */
	background-color: #fff;
	width: 720px;
	height: 45px;
	border-width: 0px 0px 1px 0px;
	border-color: #000;
	border-style: solid;

	position:absolute; top:35px; left:0px;
	z-index:20;
}

#toolbar-box {
	/* background-color: yellow; */
	width: 500px;
	height: 30px;
	float: left;
	text-align: left;
	position:absolute; top:0px; left:0px;
	z-index:80;
}

#toolbar-box #linkbox {
	padding:5px 5px 0px 10px;
	line-height:1px;
	float: left;
}

#toolbar-box #language-container {
	margin: 0px;
	padding-top: 7px;
	padding-left: 12px;
	font-size:6px;
	float: left;
}

/* --- stage-bereich --- */

#stage {
	clear: both;
}

#leftcontent {
	/* background-color: gold; */
	float: left;
	width: 195px;
	padding-left: 5px;
}

#content-2col {
	/* background-color: mediumpurple; */
	float: left;
	width: 912px;
}

#content-right-2col {
	/* background-color: olive; */
	float: left;
	width: 135px
}

#content-3col {
	/* background-color: mediumpurple; */
	float: left;
	width: 570px;
}

#content-right-3col {
	/* background-color: olive; */
	padding: 5px;
	float: left;
	width: 320px
}

/* ---- footer ---- */

#body {
   padding-bottom:60px;   /* Height of the footer */
}

#footerlimiter {
	/* background-color: lightgrey; */
	clear:both;
}

#footer {
	/* background:#6cf; */
   	position:absolute;
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
}

.left-align {
	text-align:left ;
}

.right-align {
	text-align:right ;
}



/* --- Ende: Layout --- */

/* boxen styles */

.contentb {background: #f3f3f3; border:1px solid #ccc;}
/* .contentb div.headbox {background: #f3f3f3;} */
.contentb div.boxpad5 {padding: 5px 5px 5px 5px;}
.contentb div.boxpad10 {padding: 10px 10px 10px 10px;}
.contentb div.boxpad20 {padding: 10px 20px 10px 20px;}
.contentb div.boxpad0 {padding: 10px 0px 10px 0px;}

.contentbMenu {border:1px solid #fff;}
.contentbMenu div.boxpadMenu {padding: 0px 0px 0px 0px;}


#header-boxing {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 7px;
	width: 100%;
	/* background-color: green; */
}

#header-boxing-bt-only {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 7px;
	width: 100%;
}

.preline, .line {
	display: block;
	overflow: hidden;
	font-size: 1px;
	height: 1px;
}

.preline {
	margin: 0 -1px;
}

.line {
	margin: 0px;
	background: #ccc;
}

.rightbox {
    width: 251px;
    margin-bottom: 10px;
}


.rightboxwidegoogle {
    width: 355px;
    height: 255px;
    margin-bottom: 5px;
}


.stagebox {
    padding: 5px 0px;
}

.leftbox {
	/*padding: 5px;*/
	padding: 0;
}

.contentb h1 {
	font-weight: bold;
	font-size: 15px;
	/* color: #ff7a04; */
	color: #999;
	line-height: 30px;
}

.contentBoxPadding, .contentb p, .contentb h1 {
	padding: 0px 20px 0px 20px;
	margin: 0px;
}

.panelGridColumn {
	vertical-align: top;
	padding-right: 40px;
}

.medium-padding {
	padding-right: 10px;
}

.contentb ul {
	padding: 0px;
	margin: 10px 40px 15px 40px;

}

.contentb p.nopad {
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.pad {
	padding: 5px 28px 10px;
}

p.padTop20 {
	padding-top: 20px;
	padding-left: 5px;
}

p.spacer {
	margin-bottom: 15px;
}

p.spacerL {
	margin-bottom: 25px;
}

p.subline {
	text-align: right;
	font-size:10px;
}

p.textblock {
	line-height:15px;
	font-size:12px;
	font-weight:normal;
}

.contextbox {
	height: 20px;
	margin-top:auto; margin-bottom:auto;
}

/* --- Ende: Boxen styles */

p {
	line-height: 10px;
}

hr {
 	border: 1px solid #CCCCCC;
}

#language_list {
	line-height: 20px;
}

#label_logon_username{
	padding-left: 0px;
    margin-left: 20px;
}

#label_logon_password{
	padding-left: 0px;
	margin-left: 20px;
}

#field_logon_username{
	width: 150px;
}

#field_logon_password {
	width: 150px;
}

.numericvalue {
	white-space:nowrap;
}

.textselected {
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

#label_logger {
	color: #003366;
	font-weight: bold;
}

#label_status_contentbox {
	color: #000;
	font-weight: bold;
}

.lightBlueBg {
	padding: 5px;
	background-color: #eee;
}

.greyBg {
	padding: 5px;
	background-color: #ccc;
}

.greyBg2 {
	padding: 5px;
	background-color: #eee;
}

.whiteBg, b.whiteBg {
	background-color: #fff;
}



* html #up {
 /* CSS-Hack für IE6 und kleiner */
	margin:0px;
}

*:first-child+html #up {
 /* CSS-Hack für IE7 */
	margin:0px 0px 0px 0px;
}

/*START CALRENDAR Theme*/

/* Default attributes of table container for entire calendar */
.jscalendar-DB-table-style {
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    border:1px;
    border-style:solid;
    border-color:#ccc;
	background-color:#fafafa;
}

.jscalendar-DB-normal-week-style {
	font-weight:normal;
	color: #aaa;
	font-style:italic;

}

/* Default attributes of DIV containing table container for entire calendar.*/
/* You probably don't want to alter this style.*/

.jscalendar-DB-div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.jscalendar-DB-title-style {
    padding:2px;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    color:#F3F3F3;
}

/* Default attributes used in calendar title background.*/
.jscalendar-DB-title-background-style {
	background-color: #999;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, jscalendar-DBich must be edited if you need to change them. */
.jscalendar-DB-title-control-normal-style {
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
	cursor: pointer;
	margin: 1px;
}

/* Normal appearance of images in calendar title. */
/* Note: The right, left and down icons are images, jscalendar-DBich must be edited if you need to change them. */
.jscalendar-DB-title-img-normal-style {
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.jscalendar-DB-title-control-select-style {
	border-style: inset;
	border-width: 1px;
	border-color: #f3f3f3;
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.jscalendar-DB-title-img-select-style {
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.jscalendar-DB-dropdown-style {
	font-family: arial;
	font-size: 11px;
	border: 1px;
	border-color: #ccc;
	background-color: #F3F3F3;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year).*/
.jscalendar-DB-dropdown-select-style {
	background-color: #f3f3f3;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year).*/
.jscalendar-DB-dropdown-normal-style {
	background-color:#F3F3F3;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.jscalendar-DB-body-style {
	background-color: #fafafa;
	font-family: arial;
	text-align: left;
	font-size: 12px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color: #003366;

}

/* Attributes of current day in calendar body.*/
.jscalendar-DB-current-day-style {
	color: #f3f3f3;
	font-weight: bold;
	text-decoration: none;
	border: 1px dotted #ff9900;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.jscalendar-DB-end-of-weekday-style {
	color: #003366;
	text-decoration: none;
}

/* Attributes of all other days in calendar body.*/
.jscalendar-DB-normal-day-style {
	color: #003366;
	text-decoration: none;
}

.jscalendar-DB-would-be-selected-day-style {
	background-color: #F3F3F3;
}

/* Attributes of border around selected day in calendar body.*/
.jscalendar-DB-selected-day-style {
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
}

/* Default attributes of designated holidays. */
.jscalendar-DB-holiday-styl {

}

/* Attributes of today display at bottom on calendar*/
.jscalendar-DB-today-style {
	padding: 2px;
	color: #F3F3F3;
	background-color: #999;
	text-align: center;
	text-decoration: none;
}

/* Attributes of today display label at bottom on calendar */
.jscalendar-DB-today-lbl-style {
	padding: 5px;
	text-align: center;
}

.jscalendar-DB-would-be-selected-week-style {
	color: #F3F3F3;
	background-color: #999;
}


/* Attributes of week number division (divider.gif)*/
.jscalendar-DB-weeknumber-div-style {
	display:none;
}




a.jscalendar-DB-today-style:link {
	color: #fff;
	text-decoration: none;
}

a.jscalendar-DB-today-style:visited {
	color: #fff;
	text-decoration: none;
}

a.jscalendar-DB-today-style:hover {
	color: #fff;
	text-decoration: none;
}


a.jscalendar-DB-normal-day-style:link {
	text-decoration: none;
}

a.jscalendar-DB-normal-day-style:visited {
	text-decoration: none;
}

a.jscalendar-DB-normal-day-style:hover {
	text-decoration: none;
}

a.jscalendar-DB-end-of-weekday-style:link {
	color: red;
	text-decoration: none;
}

a.jscalendar-DB-end-of-weekday-style:visited {
	color: red;
	text-decoration: none;
}

a.jscalendar-DB-end-of-weekday-style:hover {
	color: red;
	text-decoration: none;
}

.jscalendar-DB-table-style a:hover {
	text-decoration: none;
}

.jscalendar-DB-table-style a:link {
	text-decoration: none;
}

.jscalendar-DB-table-style a:visited {
	text-decoration: none;
}


/* END Calendar*/

.scroller {
	font-weight: normal;
	font-size: 11px;
	color: #003366;
	line-height: 15px;
}

.scroller * a { color: #003366; }

a.toolbarLink:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	vertical-align: top;
	text-decoration: none;
}

a.toolbarLink:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	vertical-align: top;
	text-decoration: none;
}

a.toolbarLink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	vertical-align: top;
	text-decoration: none;
}

.timeedit {
	width: 48px;
}

.priceedit {
	width: 48px;
/*	text-align: right; */
}

.numericedit {
	width: 96px;
/*	text-align: right; */
}

a.floatbox {
	text-decoration: none;
}

.formbutton {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	border-width:0px;
	border-style:none;
	padding: 2px 10px 2px 10px;
	background-image: url(../../image/bosch/bgFormButton.png);
	cursor: pointer;
	_cursor: hand;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 22px;
    font-family: Arial,sans-serif;
}

.formbuttonLink:link {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	border-width:1px;
	border-color:#aaa;
	border-style:dotted;
	padding: 0px 5px 0px 18px;
	background-image: url(../../image/forall/button.gif);
	background-position:2px 4px;
	background-repeat:no-repeat;
	text-decoration: none;
	cursor: pointer;
	_cursor: hand;
}
.formbuttonLink:visited {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	border-width:1px;
	border-color:#aaa;
	border-style:dotted;
	padding: 0px 5px 0px 18px;
	background-image: url(../../image/forall/button.gif);
	background-position:2px 4px;
	background-repeat:no-repeat;
	text-decoration: none;
}

.formbuttonLink:hover {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	border-width:1px;
	border-color:#aaa;
	border-style:dotted;
	padding: 0px 5px 0px 18px;
	background-image: url(../../image/forall/button.gif);
	background-position:2px 4px;
	background-repeat:no-repeat;
	text-decoration: none;
}

.formbuttonDisabled {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color: #bbb;
	border:none;
	cursor: default;
}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

.textsmall {
	font-weight: normal;
	font-size: 10px;
	color: #000;
	line-height: 10px;
}

.text {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	padding-left: 2px;
}

div#news span.text {
	display: inline-block;
}

.textbold {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

.text100px {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	width: 100px;
}

.text100pc {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	width: 99%;
}

.textmargin {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin-left: 5px;
	margin-right: 0px;
}

.textbold {
	font-weight: bold;
	font-size: 12px;
	margin-left: 0px;
	color: #000;
	line-height: 16px;
}

.textrbrtl {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	direction: rtl;
}

.textrbltr {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	direction: ltr;
}

.textcb {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	vertical-align:middle;
}

.textcb2 {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	vertical-align:middle;
}

.textright {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-align: right;
	backgroundcolor: #fff;
}

a.Teaser:link {
	color:#000;
	padding-right: 10px;
	font-size:0.7em;
	line-height:1.7em;
	text-decoration:none;
    background: url(../../image/bosch/link_arrow_right.png) no-repeat right 1px;
}


a.Teaser:visited {
	color:#000;
	padding-right: 10px;
	font-size:0.7em;
	line-height:1.7em;
	text-decoration:none;
    background: url(../../image/bosch/link_arrow_right.png) no-repeat right 1px;
}

a.Teaser:hover {
	color:#000;
	padding-right: 10px;
	font-size:0.7em;
	line-height:1.7em;
	text-decoration:none;
    background: url(../../image/bosch/link_arrow_right.png) no-repeat right 1px;
}

a.Teaser:active {
	color:#000;
	padding-right: 10px;
	font-size:0.7em;
	line-height:1.7em;
	text-decoration:none;
    background: url(../../image/bosch/link_arrow_right.png) no-repeat right 1px;
}

.TeaserText {
	color:#000;
	/*font-size:11px;
	line-height:14px;*/
	font-size:1.3em;
	line-height:1.3em;
	font-weight: bold;
	text-align : left;
	padding:0px;
}

.TeaserDate {
	color:#000;
	font-size:0.7em;
	line-height:0.7em;
	font-weight: bold;
	text-align : left;
	padding-left:0px;
}

.req {
	color: rgb(189, 60, 60);
}

.boldtext {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

.textbold {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.naviItemFirst {
	border: 0px;
	margin-right: 0px;
	display: none;

}

.headlist {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	background-color: #E1E1E2;
	line-height: 16px;
	text-align: center;
    border: 1px solid #C0C0C0;
}

.lastColumnHeader{
	border-right-color:#F3F3F3;
	border-bottom-color:#F3F3F3;
	border-top-color:#F3F3F3;
	background-color: #F3F3F3;
}

.subhead {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin: 0 24px;
}

.subhead1 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin: 0 2px;
}

.subhead2 {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin: 0 24px;
}

.subhead_normal {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;

}

.boxheader {
	width: 100%;
	padding-left: 0px;

}

.boxheaderPlantSelection {
	vertical-align: top;
	padding-top: 10px;
}

.boxheaderPlantSelectionleft {
	width: 200px;
	padding-left: 25px;
}

.boximage {
	width: 5%;
	border: 0px;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	vertical-align: middle; /* wichtig, da bild sonst an basis-linie des textes ausgerichtet wird */
}


.plantgroups-bt-i7fix {
	position: relative;
	top: -5px;
}

a.plantgroups-bt:link {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.plantgroups-bt-div {
	border: 1px solid #777;
    margin-top: 10px;
	margin-right: 15px;
	height: 14px;
	padding: 2px 0px 0px 20px;
}

#plantgroups-all-bt { background: #ddd url(../../image/forall/all_plant_groups.png) no-repeat 5px 4px; }

#plantgroups-add-bt { background: #ddd url(../../image/forall/add_plant_groups.png) no-repeat 5px 4px; }

#plantgroups-del-bt { background: #ddd url(../../image/forall/del_plant_groups.png) no-repeat 5px 4px; }

/* Start Data Table */

/* rowclasses */

.selectableTableItem {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
}

.selectableTableItemEven {
	font-weight: normal;
	font-size: 11px;
	color: #003366;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #F4F4F4;
}

.selectableTableItemSub {
	font-weight: normal;
	font-size: 11px;
	color: #003366;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #E0E0E0; /* #D2D2D2; */
}

.selectableTableItemSubEven {
	font-weight: normal;
	font-size: 11px;
	color: #003366;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #D9D9D9;
}

.plantListSubTableDarkgrey {
	background-color: #A8A8A8;
}

.tooltipTableOdd {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #E3E3E3;
}

.tooltipTableEven{
	font-weight: normal;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
}

.datatableBackground{
	margin-left: 0px;
}

.datatableGrid {
    width: 100%;
}

.datatableGrid, .datatableGrid > tbody > tr > td  {
    background-color: #FFFFFF;
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    empty-cells: show;
}

.wideTable{
	width:100%;
}
.disabledTableItem {
	font-weight: normal;
	font-size: 11px;
	color: grey;
	line-height: 15px;
	text-align: left;
	vertical-align: top;

}

.disabledTableItemEven {
	font-weight: normal;
	font-size: 11px;
	color: grey;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #E3E3E3;
}

.loggerlistHiddenRow {
	display:none;
}

div.table-head-row20 {
	padding-top: 5px;
	height:21px;
}

input.table-head {
	font-size: 10px;
	font-family: Verdana,sans-serif;
	font-weight: normal;
	color:#000;
	border:1px solid #aaa;
	background-color:#fff;
}

select.table-head {
	font-size: 10px;
	font-family: Verdana,sans-serif;
	font-weight: normal;
	color:#000;
	border:1px solid #aaa;
	background-color:#fff;
}

/* columnclasses */

.rightalign {
	text-align:right;
}

.centeralign {
	text-align:center;
}

.leftalign {
	text-align:left;
}

.leftalignSpace {
	text-align:left;
	margin-left:5px;
	margin-right:5px;
}


.middlecenteralign {
	text-align:center;
	vertical-align: middle;
}

.middleleftalign {
	text-align:left;
	vertical-align: middle;
}

.topleftalign {
	text-align:left;
	vertical-align: top;
}

.toprightalign {
	text-align:right;
	vertical-align: top;
}

.textpaddingleft {
	margin-left: 5px;
}

.datatable_20pc {
	text-align:left;
	width: 20%;
	margin-left: 0%;
	margin-right: 0%;
}


.datatableleftalign_10pc {
	text-align:left;
	width: 10%;
	margin-left: 0px;
	margin-right: 0px;
}

.datatableleftalign_20pc {
	text-align:left;
	width: 20%;
	margin-left: 0px;
	margin-right: 0px;
}

.datatableleftalign_25pc {
	text-align:left;
	width: 25%;
	margin-left: 0px;
	margin-right: 0px;
}

.datatableleftalign_30pc {
	text-align:left;
	width: 30%;
	margin-left: 0px;
	margin-right: 0px;
}

.datatableleftalign_50pc {
	text-align:left;
	width: 50%;
	margin-left: 0px;
	margin-right: 0px;
}

body.report {
	background-image: url("");
	background-color: #f3f3f3;
	font-family: Arial;
	font-size: 10px;
	color:#000;
	text-align: center;
	overflow: hidden;
}

.reportcheckboxPadLeft {
	margin-left: 8px;
	margin-right: 5px;
}

.reportcheckbox {
	margin-right: 5px;
	margin-bottom: 5px;
}

.reportParameter {
	vertical-align: top;
}

.reportCenterParameter {
	padding-top: 10px;
	padding-bottom: 10px;
}

.reportHeaderLeft {
	horizontal-align: right;
	text-align: right;
}

.reportHeaderCenter {
	horizontal-align: center;
	text-align: center;
}

.reportHeaderRight {
	horizontal-align: left;
	text-align: left;
}

#reportFullScreenBG {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #003466;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	z-index:80;
}

#reportFullScreen {
	position: fixed;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align:center;
	z-index:82;
}

#reportFullScreenTITLE {
	position: fixed;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 40px;
	margin: auto;
	text-align:center;
	z-index:81;
}

#plant_selection_data thead tr th {
	height: 60px;
	vertical-align: bottom;
	background-image: url(../../image/forall/table-head-bg1.png);
}

.contentb ul.plant_group_selection {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
}
.plant_group_selection li {
	list-style: none;
	display: inline;
	margin-right: 0.5em;
	padding: 0px;
}

/*End Data Table*/

.correctionvalues > div {
    display: inline-block;
    float: left;
    overflow: auto;
}

.correctionvalues {
    overflow: auto;
}

.userdatatable {
	margin-left: 0px;
}

.userdatatable > tbody > tr > td > label.text, .plantdatatable > tbody > tr > td > label.text {
    display: inline-block;
    padding-top: 10px;
}

.plantdatatable {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	padding: 0px;
}
.plantdatatable input, 
.plantdatatable select{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	width:170px;
}

.plantdatatable input[type=radio],
.plantdatatable input[type=checkbox] {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:auto;
}

.plantdatatable .inner {
	border-spacing: 0px;
}
.plantdatatable .inner td{
	padding:0px;
}

.plantdatatable > tbody > tr > td > input.cb_ml3 {
	margin-left: 3px;
}

.plantdatatable > tbody > tr > td > label.lbl_pl5 {
	padding-left: 5px;
}

.communicationtable {
	margin-left: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 24px;
}

.plantdatalocation {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

.alertingdatatable {
	margin-left: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

.alertingdataspacer {
	width:50px;
	height:20px;
}

.personregisterspacer {
	width:30px;
	height:20px;
}

.ekeyformularspacer {
	width:50px;
	height:20px;
}


.communicationdataspacer {
	width:15px;
	height:20px;
}

.tableBackground {
	background-color: #f3f3f3;
	padding-top: 5px;
}

a.norm:link {
	font-weight: bold;
	font-size: 12px;
	color: #0066cc;
	text-decoration: none;
}

a.norm:visited {
	font-weight: bold;
	font-size: 12px;
	color: #0066cc;
	text-decoration: none;
}

a.norm:hover {
	font-weight: bold;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}

a.norm:active {
	font-weight: bold;
	font-size: 12px;
	color: #0066cc;
	text-decoration: none;
}

a.statusSubjectUnRead{
	font-weight: bold;
}

a.statusSubjectRED {
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}

a.statusSubjectRED:visited {
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}

a.statusSubjectRED:hover {
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}

a.statusSubjectGREEN {
	font-size: 12px;
	color: green;
	text-decoration: none;
}

a.statusSubjectGREEN:visited {
	font-size: 12px;
	color: green;
	text-decoration: none;
}

a.statusSubjectGREEN:hover {
	font-size: 12px;
	color: lightgreen;
	text-decoration: none;
}


a.plantselection:link {
	padding-right:10px;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	text-decoration: none;
}

a.plantselection:visited {
	padding-right:10px;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	text-decoration: none;
}

a.plantselection:hover {
	padding-right:10px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-decoration: none;
}

a.plantselection:active {
	padding-right:10px;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	text-decoration: none;
}

a.popup:link {
	font-weight: bold;
	font-size: 11px;
	color: #0066cc;
	text-decoration: none
}

a.popup:visited {
	font-weight: bold;
	font-size: 11px;
	color: #0066cc;
	text-decoration: none
}

a.popup:hover {
	font-weight: bold;
	font-size: 11px;
	color: #ff9900;
	text-decoration: none
}

a.popup:active {
	font-weight: bold;
	font-size: 11px;
	color: #0066cc;
	text-decoration: none
}

a.table-sort {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
    padding: 0px 0px 0px 10px;
    background: url(../../image/forall/sort.png) no-repeat 0px 1px;
}

a.table-sort.unsorted {
	background-image: url(../../image/forall/sort.png);
	padding: 0px 0px 0px 10px;
}

a.table-sort.ascending {
	background-image: url(../../image/forall/sort-ascending.png);
	padding: 0px 0px 0px 10px;
}

a.table-sort.descending {
	background-image: url(../../image/forall/sort-descending.png);
	padding: 0px 0px 0px 10px;
}

a.table-sort:link {
	text-decoration: none;
	color:#000;
}
a.table-sort:hover {
	text-decoration: none;
	color:#000;
}


.rich-inplace-view {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px
}

.rich-inplace-field {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.rich-inplace-changed {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.rich-inplace-input-view-hover {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px
}

.rich-inplace-input-changed-hover {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px
}


/* Beginn Admin subnavigation */

#subnavigation_admin {
 	margin-top: 5px;
 	margin-left:20px;
 	margin-right: 20px;
 	padding-top: 0px;
 	padding-right: 0px;
 	padding-left: 0px;
 	padding-bottom: 20px;
 	border: 1px solid #ccc;
 	background-color: #f3f3f3;
 	width: 150px;
}

#subnavigation_admin ul {
	padding: 0px;
	margin: 0px;
}

#subnavigation_admin li {
	margin: 0px;
	padding: 0px;
	display:inline;
}

/* 1. Ebene */
#subnavigation_admin ul li a {
	display:block;
	background-color: #f3f3f3;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding: 2px 10px;
	margin: 0px;
	font-weight: bold;
}

/* 2. Ebene */
#subnavigation_admin ul ul li a {
	padding: 2px 5px 2px 35px;
	margin: 0px;
	font-weight: normal;
	background-color: #f3f3f3;
	background-image: url(../../image/forall/li2_point.gif);
	background-repeat:no-repeat;

}

/* hover effekt */
#subnavigation_admin ul li a:hover {
	color: #000;
	background-color: #efefef;
}

/* open */
#subnavigation_admin ul li a.open {
	background-color: #ccc;
	background-image: url(../../image/forall/ul_open.gif);
	background-repeat:no-repeat;
}

/* selected */
#subnavigation_admin ul li a.selected {
	background-color: #ddd;
}

/* Ende Admin subnavigation */


#subnavigation {
 	margin: 0px;
 	padding: 0px;
 	background-color: #fff;
}

#subnavigation ul {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#subnavigation li{
	margin: 0px;
	padding: 0px;
	display:inline;
	background-color: #fff;
}

/* 1. Ebene */
#subnavigation ul li a {
	display:block;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border:none;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
	font-size: 11px;
    background: url(../../image/bosch/link_arrow_right.png);
	background-position:170px 7px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #000;
}


/* hover effekt */
#subnavigation ul li a:hover {
	color: #666;
	background-color: #fff;
}

/* selected 1. Ebene */
#subnavigation ul li a.selected {
	color: #000;
	background-color: #fff;
	background-image: none;
}

/* selected 2. Ebene */
#subnavigation ul ul li a.selected {
	color: #000;
	background-color: #fff;
	background-image: none;
}

/* open */
#subnavigation ul li a.open {
	color: #000;
	background-color: #fff;
	background-image: url(../../image/forall/open.gif);
	background-position:170px 7px;
	background-repeat:no-repeat;
	padding: 5px 0px 5px 0px;
	border:none;
}

/* 2. Ebene */
#subnavigation ul ul li a {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 0px;
	font-weight: normal;
	font-size: 11px;
	background-color: #fff;
	background-image: none;
	border:none;
	border-top: 1px dotted #000;
}

/* ohne wirkung? */
#subnavigation ul.mypage li a {
	padding: 2px 20px 2px 20px;
	margin: 0px;
}

/* -------------- */
/* top navigation */
/* -------------- */



#hNav_outer {
	margin-top: 18px;
	margin-left: 10px;
    padding: 0;
    width: 610px;
}

#hNav_outer ul a {
    text-decoration: none;
}

#hNav_outer ul li { /*float the main list items*/
    margin: 0px;
	float: left;
    display: block;
    padding-right: 5px;

}

#hNav_outer ul li a {
    color: #000;
    display: block;
    padding: 5px 10px 7px 7px;
	font: normal 12px arial, sans-serif;
}

#hNav_outer ul li.on2 a {
    color: #000;
}

#hNav_outer ul li.off2 a:hover {
    color: #000;
}


.adminMenuTest {
	border-style:solid;
	border-width:10px;
	border-color:#f3f3f3;
}

/* -------------- */
/* alarm messages */
/* -------------- */

.alarmMessagePopup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px;
    width: 400px;
}

.serialPopup {
	background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px;
    width: 130px;
}

.plantImagesTooltip {
	background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px;
    width: 200px;
    z-index: 2147483647;
}

.alarmNoticePopup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px;
    width: 400px;
}

.hintPopup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 1.2em;
    padding: 5px;
}

.loggerSerialPopup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px;
    width: 200px;
    z-index: 2147483647;
}

.plantOverviewPopup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px;
    width: 100px;
    z-index:2147483647;
}

.registerPlantPopup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px;
    width: 140px;
    z-index:2147483647;
}

.link {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

/* -------- */
/* messages */
/* -------- */

.errorMessage {
	font-family:arial;
    font-size:12px;
    font-weight:bold;
	color: rgb(189, 60, 60);
}

.infoMessage {
	font-family:arial;
    font-size:12px;
    font-weight:bold;
	color: #a9d680;
}

span.errorMessage + input {
	background-color: #ffb6c1
}

span.hiddenErrorMessage + input {
	background-color: #ffcccc;
    border: 1px solid #BD3C3C;
    border-right: 1px solid #df9d9b;
    border-bottom: 1px solid #df9d9b;
}

span.errorMessage + a {
	border-width:1px;
	border-style:solid;
	border-color:#ffb6c1;
	padding:1px;
}

span.hiddenErrorMessage + a {
	border-width:1px;
	border-style:solid;
	border-color:#ffb6c1;
	padding:1px;
}

span.hiddenErrorMessage {
	display: none
}

.errorInput {
	background-color: #ffb6c1;
}

.normalInput {
	background-color: #ffffff;
}

/* -------------------- */
/*    plantList         */
/* ---------------------*/

td.plantlist_sublevel {
	padding-left: 15px;
}

/* -------------------- */
/* image upload & popup */
/* ---------------------*/

#uploadScreenBG {
	background-color: black;
	opacity:.6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	margin: auto;
	text-align:center;

	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:90;
	display:none;
}

#uploadScreen {
	position: fixed;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align:center;
	z-index:92;
	display:none;
}

div.popuplayer {
	background-color: #bbb;
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	margin: auto;
	text-align:center;
}

div.popupdrag {
	background-color: #000;
}

.popupClose:link {
	color:white;
	text-align:right;
	font-family:arial;
    font-size:12px;
    text-decoration:none;
}

.popupClose:visited {
	color:white;
	text-align:right;
	font-family:arial;
    font-size:12px;
    text-decoration:none;
}

.popupClose:hover {
	color:white;
	text-align:right;
	font-family:arial;
    font-size:12px;
    text-decoration:none;
}

.verticalcenter {
	margin-top:auto; margin-bottom:auto;
}

.popuptext {
	color:#000;
	font-size:12px;
	font-weight:normal;
	margin:3px;
}

.popuptextWarn {
	background-color: #eee;
	color: #000;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.1em;
	margin: 0px;
	padding-top: 13px;
	text-align: center;
	height:30px;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
}

/* --- end: popup styles --- */

/* -------------------- */
/* overview page styles */
/* -------------------- */

div.infoFloatboxPop {
	position: relative;
	z-index:20;
}

.overviewGrid {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 100%;
}

.overviewLine {
	margin-top: 1px;
	margin-bottom: 0px;
	width: 100%;
}

.overviewColA {
	padding:5px;
	font-weight: bold;
	font-size: 12px;
	color:#000;
	line-height: 16px;
	background-color:#eee;
	width:100px;
	text-align: right;
}

.overviewColA2 {
	padding:5px;
	font-weight: bold;
	font-size: 12px;
	color:#000;
	line-height: 16px;
	background-color:#fafafa;
	width:100px;
	text-align: right;
	border: 1px solid #eee;
}

.overviewColInfo {
	background-image:url(../../image/forall/info.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

.overviewColPlus{
	background-color: #e5fee9;
	background-image:url(../../image/forall/add.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

.overviewColMinus{
	background-color: #ffd2d1;
	background-image:url(../../image/forall/delete.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

.overviewColEqual{
	background-color: #e4f8ff;
	background-image:url(../../image/forall/equals.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

.overviewColAEmpty {
	width:150px !important;
}

.overviewColB {
	padding:5px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	background-color:#e3e3e3;
	width:100px;
}

.overviewColB2 {
	padding:5px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	background-color:#ccc;
	width:100px;
}


.overwiewRow1 {
	vertical-align:top;
}

.overwiewRow2 {
	vertical-align:middle;
}

.overviewColBEmpty {
	width:100px !important;
}

.overviewColC {
	background-color:#eee;
	width:44px !important;
}

.overviewColCsmall {
	background-color:#eee;
	width:24px !important;
}

.image {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;  /* wichtig, da bild sonst an basis-linie des textes ausgerichtet wird */
}

.iconImage {
	border: 0px;
	padding: 0px;
	padding-top: 4px;
	margin: 0px;
	vertical-align: middle; /* wichtig, da bild sonst an basis-linie des textes ausgerichtet wird */
}

.languageImage {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;  /* wichtig, da bild sonst an basis-linie des textes ausgerichtet wird */
}

.imageloader {
	border: 0px;
	padding-top: 40px;
	margin-top: 180px;
}

/* --- end: overview page styles --- */

.hoverLowOpacity {
	opacity:.8;
	/* filter: alpha(opacity=80); aukommentiert, weil IE dreckige Ränder erzeugt */
	-moz-opacity: .8;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #215f8b;
	text-decoration: none;
}

a.languageLink:link {
	text-decoration: none;
	font-size: 11px;
	color: #000;
}

a.languageLink:visited {
	text-decoration: none;
	font-size: 11px;
	color: #000;
}

a.languageLink:hover {
	text-decoration: none;
	font-size: 11px;
	color: #000;
}

.languageSelection hr {
	border:solid #ccc 1px;

}

.languageSelection {
	position:absolute;
	top: 20px;
	left: 227px;
	visibility:hidden;
	z-index:90;
	width:100px;
	background-color:#fafafa;
	color: #000000;
    border: 1px solid #aaa;
    font-size: 12px;
    padding: 10px;
    text-align: left;
    -moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
}

#languageSelection dl {
	margin: 0px 0px;
}

.rich-sdt-header-cell {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

.loginExpired {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: black;
}

.reportArea {
	width:750px;
	height:450px;
	frameborder:0;
	scrolling:no;
	padding: 0px;
	overflow:hidden;
}

.loadingText {
	font-size: 14px;
	font-weight:normal;
	color: #888;
}

img.loadingSnakeSmallRight {
	margin-left:5px;
	width:18px;
}

/* -------------------- */
/* footer logic styles  */
/* -------------------- */

#footercontent {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	line-height: 20px;

	margin-top:20px;
	padding-left:230px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;

	background-image:url("/webportal/image/forall/footersep.gif");
	background-repeat:no-repeat;
	background-position:205px 0px;
}

#footercontent a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	line-height: 20px;
	text-decoration: none;
}

/* --- end: footer styles --- */

/* -------------------- */
/* highchart  			*/
/* -------------------- */

.clearFloat {
	clear: both;
}

.highcharts_pie {
	top: -10px;
	left: -140px;
	width: 60px;
	height: 60px;
	float: left;
}

.highcharts_column {
	width: 70px;
	height: 80px;
	float: left;
	left: 0px;
}

.chart {
	position: relative;
	z-index: 50;
}

#highchartsControls {
	width: 80px;
	position:relative;
	top: 30px;
	left: 596px;
	z-index: 80000;
}

#highchartsControls.two-buttons {
	width: 52px;
	left: 621px;
}

div.highchartsButton {
	width:24px;
	height:20px;
	margin-left:2px;
	background-repeat: no-repeat;
	float: left;
}

div.toggleSeriesVisibiltyOn {
	background-image: url(../../image/forall/highcharts/series_toggle_on.png);
}

div.toggleSeriesVisibiltyOff {
	background-image: url(../../image/forall/highcharts/series_toggle_off.png);
}

div.toggleSeriesVisibiltyHigh {
	background-image: url(../../image/forall/highcharts/series_toggle_high.png);
}

div.zoomBtNormal {
	background-image: url(../../image/forall/highcharts/zoom-button.png);
}

div.zoomBtHigh {
	background-image: url(../../image/forall/highcharts/zoom-button-high.png);
}

div.optionsBtHigh {
	background-image: url(../../image/forall/highcharts/optionsBtHigh.png);
}

div.optionsBtNorm {
	background-image: url(../../image/forall/highcharts/optionsBtNorm.png);
}

/* ------------------------ */
/* google-maps  / demo-user	*/
/* twitter      / iphone    */
/* ------------------------ */

div.demoplantsmap {
	width: 825px;
	height: 600px;
	margin-left: 0px;
	margin-top: 10px;
}


.twitterbuttonbg {
	background-image: url(../../image/forall/twitterbutton_bg.png);
	background-repeat:repeat-x;
	color: #fff;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.twitterPaneBG {
	background-image: url(../../image/forall/twitter-bg-logo6.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul.twitterFeed {
	margin: 10px 5px 0px 25px;
}

.twitterFeed li {
	margin: 8px 0px 0px 0px;
}

.myProfile {
	min-height: 80px;
	width: 300px;
	background-color: white;
}

.myProfileImg {
	width: 200px;
	height: 50px;
	background: url(../../image/bosch/singleKeyID.png) no-repeat 0px 0px;
}

.myProfileEdit {
	width: 100px;
	height: 30px;
}

.iphonePaneBG {
	min-height: 70px;
	width: 720px;
    background: url(../../image/bosch/eUser_appicons_Ios7_58_rounded.png) no-repeat 0px 0px;
}

.iphonecodediv {
    margin: 10px 10px 10px 80px;
}


.iphonecodetext {
     margin: 10px 10px 10px 0px;
	 font-weight: bold;
	 font-size: 50px;
	 background-color: #C0C0C0;
	 color: #FFFFFF;
}

/* ----- Dialogs  ------ */

#errorMsgPanel {
	display:none;
	width:520px;
	height:220px;
    background: url(../../image/forall/alertbox.png) no-repeat top right;
    margin: 20px auto;
}

#errorMsgHl {
	position: relative;
	top: 22px;
	left: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

#errorMsgTextDiv {
	position: relative;
	top: 50px;
	left:85px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	width: 400px;
}

#errorMsgText {
	color: #000;
	font-weight: normal;
	padding-bottom:15px;
}

#errorMsgTextBody {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#ie6eol-panel {
	display:none;
	width:900px;
	height:217px;
	background:url(../../image/forall/no_IE6_portal.gif);
    background-repeat: no-repeat;
}

/* ------ tooltips --------- */

.tooltipBig {
	display: none;
    background:url(../../image/forall/tooltip/black_arrow_big.png);
    background-repeat: no-repeat;
    height:177px;
    padding:30px 30px 10px 30px;
    width:310px;
    font-size:11px;
    line-height:11px;
    color:#ccc;
}

.tooltipBigIE8 {
	display: none;
    background:url(../../image/forall/tooltip/black_arrow_bigIE8.gif);
    background-repeat: no-repeat;
    height:177px;
    padding:30px 30px 10px 30px;
    width:310px;
    font-size:11px;
    line-height:11px;
    color:#ccc;
}

#chartOptionsTooltip {
	position: absolute;
    top: -180px;
    left: -172px;
}

#explainBubble {
	position: absolute;
    top: -180px;
    left: -172px;
}

a.overlayButton {
	background-color: #666;
	margin-left:8px;
	padding:2px 10px;
}

a.overlayButton:link {
	color: #eee;
	text-decoration: none;
}

a.overlayButton:hover {
	color: #eee;
	text-decoration: none;
}

a.overlayButton:visited {
	color: #eee;
	text-decoration: none;
}

.alarmDateColumnHeader {
	width:14em;
}
.alarmClassColumnHeader {
	width:3em;
}
.alarmSubjectColumnHeader {
/*	width:20em; */
}
.alarmPlantNameColumnHeader {
/*	width:9em; */
}
.alarmComponentColumnHeader {
/*	width:9em; */
}
.alarmStatusColumnHeader {
	width:4em; 
}

.ui-draggable {
	cursor: pointer;
	_cursor: hand;
}

.no-data-available-content {
	text-align:center;
	vertical-align:middle;
	padding-top:80px;
	padding-bottom:103px
}

.no-data-available-text {
	padding-top:20px;
}

div.qtip.ui-tooltip {
	font-size: 11px;
}

.hidden {
	display: none;
}

.submenu .ui-menu {
	padding: 5em;
}

/* -------------------- */
/* slider styles        */
/* -------------------- */

.ui-slider {
	margin: 12px 6px 12px 6px;
	height:8px;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left:-4px;
	top:-8px;
}
.ui-slider .ui-slider-handle {
	cursor:default;
	height:22px;
	width:8px;
	position:absolute;
	z-index:2;
}

.clearfix {
	clear: both;
}

/* remote access styles */
.remote_access_dialog {
    text-align: center;
}


/*
 * button styles
 */
.dataTrackButtonsBosch {
    max-width: 800px;
    width: 100%;
    position: relative;
    top: 20px;
    position: absolute;
}

.chart-toggle-button.selected:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.5);

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.chart-toggle-button:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgwODE4MyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzQwNDI0NSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDQyNDUiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.04) 48%, rgba(128,129,131,0) 50%, rgba(64,66,69,0) 51%, rgba(64,66,69,0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(48%,rgba(255,255,255,0.04)), color-stop(50%,rgba(128,129,131,0)), color-stop(51%,rgba(64,66,69,0)), color-stop(100%,rgba(64,66,69,0.15)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.04) 48%,rgba(128,129,131,0) 50%,rgba(64,66,69,0) 51%,rgba(64,66,69,0.15) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.04) 48%,rgba(128,129,131,0) 50%,rgba(64,66,69,0) 51%,rgba(64,66,69,0.15) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.04) 48%,rgba(128,129,131,0) 50%,rgba(64,66,69,0) 51%,rgba(64,66,69,0.15) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.04) 48%,rgba(128,129,131,0) 50%,rgba(64,66,69,0) 51%,rgba(64,66,69,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#26404245',GradientType=0 );

}

.chart-toggle-button:not(.disabled):hover {
    background-color: #d9d9d9;
}



.chart-toggle-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f1f1;
    border-color: #aaa;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 187px;
    display: inline-block;
    margin: 6px 0 0 6px;
}

.chart-toggle-button.selected {
    border-color: #777777 #AAAAAA #AAAAAA #777777;
}

.chart-toggle-button.disabled {
    color: #c3c3c4;
}

.chart-toggle-button .label {
    display: inline-block;
    height: 20px;
    margin-left: -21px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chart-toggle-button.selected .label {
    padding-top: 4px;
}

.chart-toggle-button .indicator {
    border-right: solid 1px #888;
    height: 100%;
    width: 20px;
    display: inline-block;
    background-color: transparent;
    background-image:none;
}

.chart-toggle-button.selected .indicator.dash {
    background-image: url(../../image/forall/white_dash.png);
    background-repeat: no-repeat;
    background-position: 3px 9px;
}

.chart-toggle-button.selected .indicator.solid {
    background-image: url(../../image/forall/white_solid_line.png);
    background-repeat: no-repeat;
    background-position: 3px 9px;
}


.radioButtonSpace table tbody td {
    padding: 0px;
    border-spacing: 0pc;
}

.radioButtonSpace {
    padding: 0px;
    border-spacing: 0pc;
    border: none;
}

#preselectionBar .ui-button-text-only .ui-button-text,
#dateRangeControlBar .ui-button-text-only .ui-button-text {
    padding: 0.4em 8px;
    font-weight: bold;
}

/* custom jquery UI chart option buttons*/
#preselectionBar .ui-button, #dateRangeControlBar .ui-button {
    background: rgb(241,241,241); /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgwODE4MyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzQwNDI0NSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDQyNDUiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.04) 48%, rgba(128,129,131,0) 50%, rgba(64,66,69,0) 51%, rgba(64,66,69,0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(48%,rgba(255,255,255,0.04)), color-stop(50%,rgba(128,129,131,0)), color-stop(51%,rgba(64,66,69,0)), color-stop(100%,rgba(64,66,69,0.15)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.04) 48%,rgba(128,129,131,0) 50%,rgba(64,66,69,0) 51%,rgba(64,66,69,0.15) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.04) 48%,rgba(128,129,131,0) 50%,rgba(64,66,69,0) 51%,rgba(64,66,69,0.15) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.04) 48%,rgba(128,129,131,0) 50%,rgba(64,66,69,0) 51%,rgba(64,66,69,0.15) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.04) 48%,rgba(128,129,131,0) 50%,rgba(64,66,69,0) 51%,rgba(64,66,69,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    overflow: hidden;
}

#dateRangeControlBar .ui-button.ui-state-active {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0% 0% transparent;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#dateRangeControlBar .ui-button.ui-state-hover {
    background-color: #ddd;
}

#preselectionBar .ui-button {
    margin-left:-0px;
    margin-right:-3px;
}

#preselectionBar .ui-button.ui-state-active, #preselectionBar .ui-button.ui-state-hover  {
    background: rgb(0,59,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(98,140,178,1) 0%, rgba(0,59,106,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,140,178,1)), color-stop(100%,rgba(0,59,106,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(98,140,178,1) 0%,rgba(0,59,106,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(98,140,178,1) 0%,rgba(0,59,106,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(98,140,178,1) 0%, rgba(0,59,106,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(98,140,178,1) 0%, rgba(0,59,106,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b6a', endColorstr='#628cb2',GradientType=0 ); /* IE6-9 */

    color: #fff;
}

#preselectionBar22 .ui-button.ui-state-active, #dateRangeControlBar22 .ui-button.ui-state-active {
    background: rgb(0,59,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(98,140,178,1) 0%, rgba(0,59,106,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,140,178,1)), color-stop(100%,rgba(0,59,106,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(98,140,178,1) 0%,rgba(0,59,106,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(98,140,178,1) 0%,rgba(0,59,106,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(98,140,178,1) 0%, rgba(0,59,106,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(98,140,178,1) 0%, rgba(0,59,106,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b6a', endColorstr='#628cb2',GradientType=0 ); /* IE6-9 */

    color: #fff;
}

/* custom chart menu (customized solution: highstock charts can't display custom icons) */
#chartMenuContainer {
    z-index: 2;
    position: relative;
    top: 53px;
    right: 14px;
    font-size: 10px;
}

#chartMenuContainer ul  {
    list-style: none;
    position: absolute;
    margin: 0;
    padding:0;
    display: inline-table;
    right: 0px;
}

#chartMenuContainer ul:after {
    content: ""; clear: both; display: block;
}

#chartMenuContainer ul ul {
    display: none;
}

#chartMenuContainer ul li.selected > ul {
    display: block;
    position: absolute;
    width: 160px;
    right: 0px;
    border: solid 1px #666;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.5);

}

#chartMenuContainer li.selected > ul li {
    display: block;
    position: relative;
    width: 152px;
}

#chartMenuContainer ul li {
    list-style-type: none;
    display: inline-block;
    width: 32px;
    cursor: pointer;
}

#chartMenuContainer span {
    padding: 4px 8px;
    overflow: visible;
}

#chartMenuContainer span a img {
    border: none;
}

#chartMenuContainer ul ul li {
    padding: 2px 4px;
    line-height: 13px;
    margin:0;
    height: 12px;
}

#chartMenuContainer ul ul li:hover {
    background-color: #215f8b;
    color: #fff;
}

span.rf-msg-err, span.rf-msgs-err {
    color: #BD3C3C;
}

div.rf-edt-hdr {
    background: #E1E1E2;
}

a:link.floatbox, a:link.floatbox > input {
    text-decoration: none;
}

.textInfoBox p {
    line-height: 1.2em;
    margin: 0.7em 0;
    padding: 0 20px;
}
.textInfoBox .formbuttonLink {
    margin: 0 20px;
}

.fieldPviUpdateView {
	width: 300px;
}

.fieldPviUpdateView input[type=text]{
	width: 300px;
}

.labelPviUpdateView {
	width: 200px;
}

#label_reginit_logindata_customerlogin {
    position: relative;
    left: -7px;
}

.marginl5 {
	margin-left: 5px;
}

.marginlr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.csAdminsCountryListsContainer { margin-left: 20px; }

.addDelFromSysGroup {
	margin: 0 8px;
	position: relative;
	top: -10px;
}