/* HTML-Definitions */

body
{
	color: black;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	background: url(../img/bg_headlines.png) repeat-x #fff;
}

a
{
	background-color: transparent;
	background-image: none;
	color: black;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
/*	vertical-align: top;*/
}

a:hover 
{ 
	text-decoration: underline;
}

a.email
{
	padding: 0 0 0 16px;
	background: url(../img/email.png) no-repeat 0 0px;
}

img
{
	border: none;
}

/* begin global table definitions */
table
{
	width: 100%;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
	border-collapse: collapse;
	overflow: hidden;
}

table th
{
	background-color: #666666;
	/*height:20px;*/
	padding: 3px 0px 2px 5px;
	color:#ffffff;
	text-align: inherit;
}

table td
{
	background-color: #dddddd;
	/*height:20px;*/
	border-bottom-color:#FFFFFF;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding: 3px 0px 2px 5px;
}

table tr.button_row td
{
	background-color: #999999;
	height: 30px;
	font-weight: bold;
}

/* used together with jquery.tablesorter.js */
table.sorted_table
{
	width: 100%;
	white-space: nowrap;
	table-layout: fixed;
	text-align: left;
}

table.sorted_table thead tr .header /* classes for tablesorter */
{
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 4px;
	padding-right: 14px;
	cursor: pointer;
}

table.sorted_table thead tr .headerSortDown /* classes for tablesorter */
{
	background-image: url(../img/up_act.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-right: 0px;
	padding-left: 18px;
}

table.sorted_table thead tr .headerSortUp /* classes for tablesorter */
{
	background-image: url(../img/down_act.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-right: 0px;
	padding-left: 18px;
}
/* end table definitions */

/* Zones for Page-Layout */

.key-visual-zone
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 90px;
	color: black;
	background-color: #333333;
	background-image: url(../img/keyvisual.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}

.site-id-zone
{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 170px;
	height: 54px;
	color: black;
	background-color: #ccc;
	background-image: url(../img/siteid.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}

.global-zone
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 54px;
	color: black;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 170px center;
	z-index: 1;
}

.local-zone
{
	position: absolute;
	top: 54px;
	left: 170px;
	width: 825px;
	height: 36px;
	color: black;
	background-color: #cccccc;
	background-image: none;
	text-align: left;
	z-index: 1;
}

.prim-nav-zone
{
	position: absolute;
	top: 90px;
	left: 170px;
	width: 825px;
	height: 54px;
	color: black;
	background-color: #999999;
	background-image: none;
	z-index: 1;
}

.sec-nav-zone
{
	position: absolute;
	top: 144px;
	left: 0px;
	width: 170px;
	min-height: 480px;
	height:auto !important; 
	height: 480px;   
	color: black;
	background-color: #999999;
}

.bg-sec-nav-zone
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 100%;
	background: url(../img/bg_secnav.png) repeat-y;
}

.content-zone
{
	position: absolute;
	top: 144px;
	left: 170px;
	width: 825px;
	min-height:480px;
	height:auto !important; 
	height:480px;  /* for IE */
	color: black;
	background-color:#ffffff;
	background-image: none;
	overflow: visible;
}

.breadcrumb-zone
{
	height: 20px;
	width: 810px;
}

.content-subzone
{
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	width: 810px;
}

.currentuser-zone
{
	position: absolute;
	top: 90px;
	right: 0px;
	width: 200px;
	height: 54px;
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	z-index: 2;
	overflow: hidden;
}

.clouduser
{
	background-image: url(../img/clouduser.png);
}

.currentuser-name
{
	position: absolute;
	top: 5px;
	left: 28px;
	width: 170px;
	text-align: left;
}

.error
{
	color: red;
}
/* Definitions for Alarming */

#alarm-zone
{
	position: absolute;
	top: 54px;
	right: 0px;
	width: 200px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	overflow: hidden;
}

.alarm-name
{
	position: absolute;
	top: 3px;
	left: 28px;
}

.alarm-text-fault
{
	position: absolute;
	bottom: 3px;
	left: 28px;
}

.alarm-text-ok
{
	position: absolute;
	top: 12px;
	left: 28px;
}

.alarm-no
{
	width: 200px;
	height: 36px;
	color: black;
	background-color: #cf9;
	background-image: url(../img/green.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	cursor: pointer;
}

.alarm-yes
{
	width: 200px;
	height: 36px;
	color: black;
	background-color: #f99;
	background-image: url(../img/red.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	cursor: pointer;
}

#eni-zone
{
	position: absolute;
	top: 54px;
	right: 200px;
	width: 200px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

.eni-name
{
	position: absolute;
	top: 3px;
	left: 28px;
	overflow: auto;
}

.eni-ok
{
	width: 200px;
	height: 36px;
	color: black;
	background-color: #ddd;
	background-image: url(../img/leaf_green.png);
	background-repeat:no-repeat;
	background-position:3px 10px;
	cursor: pointer;
}

.eni-not-ok
{
	width: 200px;
	height: 36px;
	color: black;
	background-color: #ddd;
	background-image: url(../img/leaf_red.png);
	background-repeat:no-repeat;
	background-position:3px 10px;
	cursor: pointer;
}

.eni-info-line
{
	height: 20px;
	width: 880px;
	text-align: right;
}

/* Logos and Names */

.plant-name
{
	position: absolute;
	top: 11px;
	left: 10px;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	z-index: 1;
}

.custom-logo-png
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 54px;
	color: black;
	background-color: transparent;
	background-image: url(../../custom/img/customer.png);
	background-repeat: no-repeat;
	background-position: center; 
	z-index: 2;
}

.custom-logo-jpg
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 54px;
	color: black;
	background-color: transparent;
	background-image: url(../../custom/img/customer.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	z-index: 2;
}

.custom-logo-zone
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 54px;
	color: black;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center; 
	z-index: 2;
}

/* List for Primary-Navigation */ 

ul.prim-nav
{
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}
ul.prim-nav li
{
	display: inline;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

ul.prim-nav li a.actual
{
	color: white;
}

li.pipe
{
	padding: 0px 2px 0px 1px;
}

/* List for Breadcrumb-Navigation */ 

ul.breadcrumb-nav
{
	margin: 0px 0px 0px 5px;
	padding: 7px 0px 0px 5px;
}

ul.breadcrumb-nav li
{
	display: inline;
	font-size: 11px;
	line-height: 16px;
}

ul.breadcrumb-nav li.current
{
	display: inline;
	font-size: 11px;
	line-height: 16px;
	/*font-weight: bold;*/
	color: gray;
}
/* List for Secondary-Navigation */ 

ul.sec-nav
{
	margin: 8px 0px 0px 5px; /* top,right,bottom,left */
	padding: 0px;
}

ul.sec-nav li
{
	margin: 0px;	
	list-style:none;
}

/* define height and position of all sec-nav items except separator-line*/
ul.sec-nav li a.text
{
	margin: 0px 0px 0px 5px;	/* top,right,bottom,left */
	white-space: nowrap;
	display: inline-block;		/* instead of "display: inline" and "overflow: hidden" because different in ie and ff */
	padding-left: 24px;
	height: 18px;
	line-height: 16px;
}

ul.sec-nav li a.actual
{
	color: white;
}

ul.sec-nav li a.plant
{
	background: transparent url(../img/plant.png) no-repeat scroll 0px;
}

ul.sec-nav li a.node
{
	background: transparent url(../img/folder.png) no-repeat scroll 0px;
}

ul.sec-nav li a.book
{
	background: transparent url(../img/book.png) no-repeat scroll 0px;
}

ul.sec-nav li a.page
{
	background: transparent url(../img/page.png) no-repeat scroll 0px;
}

ul.sec-nav li a.diagram
{
	background: transparent url(../img/diagram.png) no-repeat scroll 0px;
}

ul.sec-nav li a.page-up
{
	background: transparent url(../img/upnav.png) no-repeat scroll 0px;
}

ul.sec-nav li a.document
{
	background: transparent url(../img/document.png) no-repeat scroll 0px;
}

ul.sec-nav li a.msghistory
{
	background: transparent url(../img/history.png) no-repeat scroll 0px;
}

ul.sec-nav li a.update
{
	background: transparent url(../img/update.png) no-repeat scroll 0px;
}

ul.sec-nav li a.eca
{
	background: transparent url(../img/eca.png) no-repeat scroll 0px;
}

ul.sec-nav li a.trend
{
	background: transparent url(../img/trend.png) no-repeat scroll 0px;
}

/* define height and length of separator-line */
ul.sec-nav li.page-line
{
	background: transparent url(../img/line.png) repeat-x scroll 0px;
	margin-right: 5px;
	line-height:10px;
}

ul.sec-nav li a.usermgmt
{
	background: transparent url(../img/user.png) no-repeat scroll 0px;
}

ul.sec-nav li a.groupmgmt
{
	background: transparent url(../img/group.png) no-repeat scroll 0px;
}

ul.sec-nav li a.watchdog
{
	background: transparent url(../img/watchdog.png) no-repeat scroll 0px;
}

ul.sec-nav li a.protected
{
	background: transparent url(../img/protected.png) no-repeat scroll 0px;
}

ul.sec-nav li.none
{
	list-style-type: none;
}

/* begin login-page definitions */
.login-username
{
}

.login-password
{
}

.login-text
{
	margin-top: 15px;
}

.login-input
{
}

.login-field
{
	font-size: 11px;
	width: 150px;
}

.login-button
{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.login-error
{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: red;
}
/* end login-page definitions */

/* every button has the same size (12 char's)*/
.button
{
	font-size: 11px;
	width: 80px;
}

/* start datapoint-page definitions */
table.dp_table
{
	width: 100%;
	white-space: nowrap;
	table-layout: fixed;
}

table.dp_table th.dp_name
{
	width: 30%;
	overflow: hidden;
}

table.dp_table th.dp_value
{
	width: 58%;
	text-align: right;
	overflow: hidden;
}

table.dp_table th.dp_unit 
{
	width: 7%;
	text-align: left;
	overflow: hidden;
}

table.dp_table td.dp_name
{
	width: 30%;
	overflow: hidden;
}

table.dp_table td.dp_name_edit
{
	width: 30%;
	overflow: hidden;
	cursor: pointer;
}

table.dp_table td.dp_value
{
	width: 58%;
	text-align: right;
	overflow: hidden;
}

table.dp_table td.dp_unit
{
	width: 7%;
	text-align: left;
	overflow: hidden;
}

table.dp_table td.dp_edit
{
	width: 5%;
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
/* Energy-Indication */
/* start datapoint-page definitions */

.dp_table_wide
{
	width: 880px;
}
table.dp_table thead tr .header /* classes for tablesorter */
{
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 4px;
	padding-right: 14px;
	cursor: pointer;
}

table.dp_table thead tr .headerSortDown /* classes for tablesorter */
{
	background-image: url(../img/up_act.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-right: 0px;
	padding-left: 18px;
}

table.dp_table thead tr .headerSortUp /* classes for tablesorter */
{
	background-image: url(../img/down_act.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-right: 0px;
	padding-left: 18px;
}

table.dp_table th.eni_linenumber
{
	width: 70px;
	overflow: hidden;
}

table.dp_table th.eni_name
{
	width: 275px;
	overflow: hidden;
}

table.dp_table th.eni_value
{
	width: 175px;
	text-align: right;
	overflow: hidden;
}

table.dp_table th.eni_type
{
	width: 175px;
	text-align: left;
	overflow: hidden;
}

table.dp_table th.eni_unit 
{
	width: 45px;
	text-align: left;
	overflow: hidden;
}

table.dp_table th.eni_edit
{
	width: 20px;
	text-align: center;
	overflow: hidden;
}

table.dp_table th.eni_state_text
{
	width: 105px;
	text-align: center;
	overflow: hidden;
}

div.eni_state
{
	float: left;
	top: 0px;
	left: 0px;
	height: 16px;
	width: 35px;
}

div.eni_linenumber
{
	top: 3px;
	left: 8px;
	height: 16px;
	overflow: hidden;
	text-align: right;
}

table.dp_table td.eni_name
{
	width: 280px;
	overflow: hidden;
}

table.dp_table td.eni_name_link
{
	width: 280px;
	overflow: hidden;
	cursor: pointer;
}

table.dp_table td.eni_value
{
	width: 180px;
	text-align: right;
	overflow: hidden;
}

table.dp_table td.eni_type
{
	width: 175px;
	text-align: left;
	overflow: hidden;
}

table.dp_table td.eni_type_link
{
	width: 175px;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
}


table.dp_table td.eni_unit
{
	width: 45px;
	text-align: left;
	overflow: hidden;
}

table.dp_table td.eni_edit
{
	width: 20px;
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/*separator definitions*/
table.dp_table td.sp_name
{
	width: 30%;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #666666;
	overflow: hidden;
}

table.dp_table td.sp_value
{
	width: 58%;
	text-align: right;
	background-color: #FFFFFF;
	overflow: hidden;
}

table.dp_table td.sp_unit
{
	width: 7%;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden;
}

table.dp_table td.sp_edit
{
	width: 5%;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* end datapoint-page definitions */

/* start settings-section definitions */
table.useredit_table
{
	width: 60%;
	table-layout: fixed;
}

table.useredit_table td
{
	width: 50%;
	padding-right: 5px;
}

.useredit-field
{
	font-size: 11px;
	width: 220px;
}

.useredit-field-readonly
{
	font-size: 11px;
	width: 220px;
	background-color: #F0F0F0;
}

.useredit-cont-field
{
	position:absolute;
	top:2px;
	left:220px;
	background-color:#DDD;
}

td.user_edit_button
{
	text-align: center;
}

td.user_account_button
{
	text-align: right;
	padding-right: 5px;
}

td.user_edit
{
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	cursor: pointer;
}

td.user_delete
{
	background-image: url(../img/trash.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	cursor: pointer;
}

td.fault_info
{
	background-image: url(../img/eye.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	cursor: pointer;
}

div.eni_state_ok
{
	background-image: url(../img/leaf_green.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 35px;
}

div.eni_state_not_ok
{
	background-image: url(../img/leaf_red.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 35px;
}

div.eni_state_not_updated
{
	background-image: url(../img/leaf_grey.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 35px;
}

div.eni_supervision_on
{
	background-image: url(../img/switch_on.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	cursor: pointer;
}

div.eni_supervision_off
{
	background-image: url(../img/switch_off.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	cursor: pointer;
}

#eni_info_footer
{
	position:relative;
	width: 875px;
	height: 20px;
}

.eni_pos_all_on
{
	position: absolute;
	top: 3px;
	left: 56px;
}

.eni_all_on
{
	width: 15px;
	height: 13px;
	background-image: url(../img/switch_all_on.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.eni_pos_all_off
{
	position: absolute;
	left: 71px;
	top: 3px;
}

.eni_all_off
{
	width: 15px;
	height: 13px;
	background-image: url(../img/switch_all_off.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.eni_total_plant
{
	position:relative;
	top: 2px;
	left: 697px;
	width: 150px;
	color: white;
	font-weight: bold;
}

.eni_total_device
{
	position:relative;
	top: 2px;
	left: 688px;
	width: 150px;
	color: white;
	font-weight: bold;
}

td.history_excel
{
	background-image: url(../img/excel.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

td.history_plain
{
	background-image: url(../img/plain.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

table.groupedit_table
{
	width: 60%;
	table-layout: fixed;
}

table.groupedit-field td
{
	width: 50%;
	padding-right: 5px;
}

.groupedit-field
{
	font-size: 11px;
	width: 300px;
}
/* end settings-section definitions */

/* start faults-section definitions */
table.user_table
{
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}

table.user_table th.user_table_name
{
	width: 12%;
}

table.user_table th.user_table_description
{
	width: 20%;
}

table.user_table th.user_table_email
{
	width: 20%;
}

table.user_table th.user_table_language
{
	width: 12%;
}

table.user_table th.user_table_group
{
	width: 12%;
}

table.user_table th.user_table_action
{
	width: 12%;
}


/* start faults-section definitions */
table.faults_table
{
	width: 100%;
	table-layout: fixed;
}

table.faults_table th.faults_navigation
{
	width: 3%;
}

table.faults_table th.faults_description
{
	width: 17%;
}

table.faults_table th.faults_devicename
{
	width: 20%;
}

table.faults_table th.faults_errorinfo
{
	width: 19%;
}

table.faults_table th.faults_errortext
{
	width: 18%;
}

table.faults_table th.faults_deviceaddress
{
	width: 12%;
}

table.faults_table th.faults_devicetype
{
	width: 12%;
}

/* start history-section definitions */
table.history_table
{
	width: 100%;
	table-layout: fixed;
}
table.history_table th.history_filename
{
	width: 40%;
}

table.history_table th.history_filesize
{
	width: 40%;
}

table.history_table th.history_download
{
	width: 10%;
	text-align: center;
}
/* end history-section definitions */

/* start configuration-page definitions */

table.sorted_table th.cnf_check
{
	width: 3%;
}

table.sorted_table th.cnf_name
{
	width: 18%;
}

table.sorted_table th.cnf_address
{
	width: 17%;
}

table.sorted_table th.cnf_type 
{
	width: 15%;
}

table.sorted_table th.cnf_serialnr
{
	width: 15%;
}

table.sorted_table th.cnf_status
{
	width: 15%;
}

table.sorted_table th.cnf_generated
{
	width: 16%;
}

table.sorted_table th.cnf_start
{
	width: 15%;	/* same size as cnf_status */
	text-align: right;
	background-color: #999999;
}

table.sorted_table th.cnf_stop
{
	width: 16%;	/* same size as cnf_generated */
	text-align: center;
	background-color: #999999;
}

table.sorted_table td.cnf_button
{
	padding: 1px 0px 0px 5px;
}

.cnf_edit
{
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
/* end configuration-page definitions */


/* Position Dialog in the Content */

.cont-position
{
	position:absolute;
	top:50px;
	left:50px;
}

.cont-position-down
{
	position:absolute;
	top:370px;
	left:50px;
}

/* Position of Rows */

.cont-row-title
{
	position:relative;
	top:0px;
	width:460px;
	height:25px;
	background-color:#FFF;
}

.cont-row-input
{
	position:relative;
	top:0px;
	width:460px;
	height:25px;
	background-color:#FFF;
}

/* Position and Properties of Title */

.cont-cell-title
{
	position:absolute;
	top:5px;
	left:5px;
	background-color:#666;
	width:450px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color:white;
	text-align: left;
	padding: 3px 0px;
	padding-left: 5px;
}

.cont-cell-input
{
	position:absolute;
	top:1px;
	left:5px;
	background-color:#DDD;
	width:450px;
	height: 23px;
	padding: 3px 0px 3px 5px;
}

.cont-cell-inputfield
{
	position:absolute;
	top:2px;
	left:150px;
	background-color:#DDD;
}

/* Position of Navigation-Buttons */

.cont-row-button
{
	position:relative;
	top:0px;
	width:460px;
	height:35px;
	background-color:#fff;
}

.cont-cell-button
{
	position:absolute;
	top:-0px;
	left:5px;
	background-color:#999;
	width:455px;
	height: 30px;
}


.bkg-red
{
	outline: 2px solid #900; /* for Firefox */
	border: 2px solid #900; /* for IE */
	cursor: pointer;
}

.line-end
{
	background-color:#999;
	height: 30px;
}

/* start filetransfer-page definitions */


/* start filetransfer history-page definitions */

table.sorted_table thead th.his_name
{
	width: 25%;
}

table.sorted_table thead th.his_size
{
	width: 25%;
}

table.sorted_table thead th.his_typ
{
	width: 25%;
}

table.sorted_table thead th.his_date
{
	width: 25%;
}

table.sorted_table thead th.his_action
{
	width: 20px;
}

td.his_download
{
	background-image: url(../img/download.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
/* end filetransfer history-page definitions */

/* start filetransfer document-page definitions */
table.sorted_table thead th.doc_name
{
	width: 55%;
}

table.sorted_table thead th.doc_size
{
	width: 20%;
}

table.sorted_table thead th.doc_typ
{
	width: 10%;
}

table.sorted_table thead th.doc_date
{
	width: 15%;
}

table.sorted_table thead th.doc_action
{
	width: 60px;
}

td.doc_filesize
{
		/*text-align: center*/
}

table.sorted_table thead th.sysdef_name
{
	width: 30%;
}

table.sorted_table thead th.sysdef_act
{
	width: 20%;
}

table.sorted_table thead th.sysdef_min
{
	width: 20%;
}

table.sorted_table thead th.sysdef_date
{
	width: 20%;
}

a.doc_download,td.doc_download
{
	background-image: url(../img/download.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	text-decoration: none; /* no underline desired */
	cursor: pointer;
}

td.doc_delete
{
	background-image: url(../img/trash.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.doc_upload
{
	background-image: url(../img/upload.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 20px;
	text-decoration: none; /* no underline desired */
	cursor: pointer;
}

.Upload-Text-Temporary
{
	position: relative;
	top: 2px;
	left: 10px;
}

/* end filetransfer-page definitions */
/* end filetransfer document-page definitions */

.cont-row-progressbar
{
	position:relative;
	top:0px;
	width:460px;
	height:35px;
	background-color:#FFF;
}

.cont-cell-progressbar
{
	position:absolute;
	top:1px;
	left:5px;
	background-color:#DDD;
	width:450px;
	height: 33px;
	padding: 3px 0px 3px 5px;
}

.progressbar-field
{
	position: absolute;
	top: 24px;
	left: 220px;
	background-color: #DDD;
	width: 222px;
}

/* global information-boxes, section configuration */
.box-info-text-glob
{
	position: absolute;
	top: 8px;
	left: 40px;
	width: 300px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.box-icon-position-glob
{
	position: absolute;
	top: 4px;
	left: 10px;
	width: 20px;
	height: 20px;
}

.bkg-icon-question-glob
{
	background: url(../img/question.png) no-repeat;
}

.bkg-icon-info-glob
{
	background: url(../img/info.png) no-repeat;
}

.bkg-icon-wait-glob
{
	background: url(../img/hour.gif) no-repeat;
}
/* end global information-boxes, section configuration */

/* TREND ***************************************************************/

table.dp_table_wide thead th.tnd_table_name
{
	width: 15%;
}

table.dp_table_wide thead th.tnd_table_status
{
	width: 15%;
}

table.dp_table_wide thead th.tnd_table_interval
{
	width: 12%;
}

table.dp_table_wide thead th.tnd_table_window
{
	width: 15%;
	overflow: auto;
}

table.dp_table_wide thead th.tnd_table_dp
{
	width: 10%;
}

table.dp_table_wide thead th.tnd_table_bus
{
	width: 15%;
}

table.dp_table_wide thead th.tnd_table_icon
{
	width: 4%;
	overflow: visible;
}

.tnd_row_not_valid
{
	background-color: #DDDDDD;
}
.tnd_row_invalid
{
	background-color: #FF6600;
}
.tnd_row_pending
{
	background-color: #CCFF99; 
}
.tnd_row_running
{
	background-color: #CCFF99;
}
.tnd_row_finished
{
	background-color: #DDDDDD; 
}
.tnd_row_acs
{
	color: #666666;
}

td.tnd_table_edit
{
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

td.tnd_table_acs
{
	background-image: url(../img/edit_off.png);
	background-repeat: no-repeat;
	background-position: center;
}

td.tnd_table_start
{
	background-image: url(../img/start.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

td.tnd_table_stop
{
	background-image: url(../img/stop.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
td.tnd_table_import
{
	background-image: url(../img/import.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
td.tnd_table_export
{
	background-image: url(../img/export.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
td.tnd_table_delete
{
	background-image: url(../img/trash.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
td.tnd_table_download
{
	background-image: url(../img/download.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	cursor: pointer;
}
td.tnd_table_viewer
{
	background-image: url(../img/trend_viewer.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.tnd-control-row-separator
{
	height: 4px;
	position: relative;
}

.tnd-control-cell-separator
{
	background-color: #aaaaaa;
	height: 3px;
	width: 585px;
	top: 1px;
	position: relative;
	padding: 0px 5px;
}

.tnd-progressbar-area
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 850px;
	color: #FFFFFF;
}

.tnd-progressbar-text
{
	position:absolute;
	top:0px;
	left: 670px;
}

.tnd-progressbar-field
{
	position: absolute;
	top: 3px;
	left: 280px;
	width: 300px;
}

.tnd-progressbar-input
{
	position: absolute;
	left: 215px;
	top: 6px;
	width: 284px;
}

.tnd-progressbar-wait
{
	position: absolute;
	top: 7px;
	left: 150px;
	width: 300px;
}

.tnd-progressbar-value
{
	position:absolute;
	top:0px;
	left: 610px;
}

.tnd-lastfile
{
	position:absolute;
	top:0px;
}

.tnd-lastfile a
{
	font-weight: normal;
}

.tnd-dialog-pos-window
{
	position: absolute;
	left: 450px;
	top: 0px;
	width: 50px;
	text-align: right;
}

.tnd-dialog-pos-unit
{
	position: absolute;
	left: 507px;
	top: 0px;
	cursor: auto;
}

.tnd-dialog-pos-enum
{
	width: 285px;
	font-size: 11px;
	text-align: right;
}


.tnd-dialog-area-dp
{
	background-color: #dddddd;
	height: 32px;
	width: 585px;
	top: 1px;
	position: relative;
	padding: 0px 5px;
}
.tnd-dialog-row-dp
{
	height: 33px;
}

.tnd-control-pos-icon-delete
{
	position: absolute;
	left: 408px;
	top: 2px;
}

.tnd-dialog-text-dp
{
	background-color: #dddddd;
	height: 22px;
	width: 585px;
	top: 1px;
	position: relative;
	padding: 0px 5px;
}

.tnd-icon-plus
{
	background: url('../img/plus.png') no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.tnd-dialog-pos-icon-move
{
	position: absolute;
	left: -20px;
	top: 6px;
}

.tnd-icon-move
{
	background: url('../img/sort.png') no-repeat;
	width: 16px;
	height: 16px;
	cursor: ns-resize;
}

.TND-sort-cursor
{
	cursor: n-resize;
}

.tnd-control-pos-textarea
{
	position: absolute;
	left: 97px;
	top: 0px;
}

.tnd-control-textarea
{
	width: 400px;
	height: 25px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: auto;
	white-space: pre-wrap;
}

.tnd-input-long
{
	width: 479px;
	font-size: 11px;
}

.tnd-control-pos-icon-edit
{
	position: absolute;
	left: 486px;
	top: 0px;
}

.tnd-control-pos-input-time
{
	position: absolute;
	left: 300px;
	top: 0px;
	width: 90px;
}

.tnd-control-pos-input-date
{
	position: absolute;
	left: 300px;
	top: -3px;
	width: 90px;
	cursor: pointer;
}

.tnd-control-pos-samples-datetime
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 160px;
	text-align: left;
}

.tnd-input-time
{
	width: 60px;
	font-size: 11px;
	background-color: #dddddd;
}

.tnd-input-datepicker
{
	width: 60px;
	font-size: 11px;
	background-color: #dddddd;
	top: -3px;
}

.tnd-dialog-pos-title
{
	position: absolute;
	left: 200px;
	top: 0px;
}

.tnd-markline
{
/*	border-top: 3px solid #BBB;*/
	border-bottom: 3px solid #BBB;
}

.dip-control-pos-wait-icon
{
	position: absolute;
	top: 180px;
	left: 350px;
	width: 200px;
	height: 80px;
	background: url('../img/loader.gif') center no-repeat white;
	z-index: 110;
	text-align: center;
}

.tnd-viewer-graphic
{
	position: absolute;
	top: 350px;
	left: 180px;
	width: 700px;
	height: 400px;
}

.tnd-viewer-legend
{
	position: absolute;
	top: 350px;
	left: 0px;
	width: 170px;
	height: 400px;
}

.tnd-viewer-color
{
	position: absolute;
	top: 350px;
	left: 890px;
	width: 170px;
	height: 400px;
}

.tnd_legend_width
{
	width: 22px;
}

#sortable { list-style-type: none; margin: 0; padding: 0; }

