/* 
    Document   : index
    Created on : 10.03.2013, 10:46:20
    Author     : Fridolin Zeitraeg
    Description: ...
*/

/***********************************************************************
*
*   genral format
*
************************************************************************/
*
{
  margin: 0px;
  padding: 0px;
}
html
{
   background: #FFF;
}

body
{
   background: #FFF;

	background: url(../images/bg_body2.jpg); 
	background-position: center top;
	background-repeat: no-repeat;
	overflow: auto;
}


/***********************************************************************
*
*   TYPO
*
************************************************************************/
body{
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

#main-header h1{
	 margin-top: 40px;
    margin-left: 10px;
    
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 40px;
    text-align: left;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #000000;
    opacity: 0.7;
}

#sidebar h3{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #000000;
    display: block;
    background: rgb(101,115,126);
    text-indent: 20px;
    height: 30px;
    width: 200px;
    border-bottom: 1px #CCCCCC;
}


#breadcrumb a{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgb(101,115,126);
    text-decoration: none;
    line-height: 43px;
    margin-left: 30px;
}

#breadcrumb a:hover{
    text-decoration: underline;
}

footer{
	color: rgb(255,255,255);
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	width: 100%;
	height: 20px;
	background: rgb(101,115,126);
	border-top: 1px solid #CDCDCD;    
	margin-top: 2px;
	margin: 0px auto;
	float: left;
}


#box_footer
{
	width: 1050px;
   background-color: rgb(255,255,255);
   margin: 0 auto;
	height: 20px;
   position: relative;
   top: -196px;
}

/***********************************************************************
*
*   Layout
*
************************************************************************/
#wrapper{ /*id*/
   width: 1050px;
   height: 880px;
   margin: 0px auto;
   z-index: 100;
   position: relative;
}

#main-header{
    width: 1050px;
    height: 173px;
}

#main-navigation{
   width: 1050px;
   height: 28px;
   float: left;
   background-color: rgb(255,255,255);

}

#headerbild1{
	background-color: rgb(255,255,255);
   background: url(../images/logo_332x145.png); 
   background-repeat: no-repeat;
   background-position: center center;
   width: 332px;
   height: 145px;
   float: left;
}
#headerbild2{
    background: url(../images/header_718x145.png); 
    background-repeat: no-repeat;
    width: 718px;
    height: 145px;
    float: left;
}

#breadcrumb{
   width: 95%;
  
   margin-left: 2.5%;
   margin-bottom: 2px;
   
   height: 40px;
    
   border-bottom: 2px solid rgb(101,115,126);    
   float: left;
   
   background-color: rgb(255,255,255);

}

#section-wrapper{
   width: 100%;
   height: 660px;
   float: left;
   
	background-image:  rgb(255,255,255);
	background-image: linear-gradient(left , rgb(220,220,220) 200px, rgb(255,255,255) 200px, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(left , rgb(220,220,220) 200px, rgb(255,255,255) 200px, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(left , rgb(220,220,220) 200px, rgb(255,255,255) 200px, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(left , rgb(220,220,220) 200px, rgb(255,255,255) 200px, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(left , rgb(220,220,220) 200px, rgb(255,255,255) 200px, rgb(255,255,255) 100%);
}

#sidebar{
   width: 200px;
   height: 100% - 25px;
   float: left;
   margin-top: 25px;
   margin-right: 10px;
}

#wrapper_footer
{
	width: 100%;
	background: url(../images/bg_footer2.png); 
	background-position: center top;
	background-repeat: no-repeat;
	overflow: auto;
	height: 200px;
	position: relative;
	top: -127px;
}

#iframe_eventlog
{
	width: 810px;
	margin-left: 10px;
	margin-top: 10px;
	height: 580px;
	float: left;
	border: none;
}

#eventlog
{
	width: 820px;
	margin-left: 10px;
	height: 590px;
	float: left;	
	
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
}

#div_tableData
{
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	height: 540px;
	float: left;
	
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
}

#aboutText
{
	width: 100%;
	margin-left: 10px;
	height: 120px;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 12px;
   font-weight: 200;
   line-height: 20px;
   text-align: left;
   color: rgb(101,115,126);
   text-decoration: none;
}

#siteNoticeText
{
	width: 100%;
	margin-left: 10px;
	height: 410px;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 12px;
   font-weight: 200;
   line-height: 20px;
   text-align: left;
   color: rgb(101,115,126);
   text-decoration: none;
}

#content{
    width: 80%;
    height: 100%;
    float: left;
}



/***********************************************************************
*
*   Navigation
*
************************************************************************/
#main-navigation .menu
{
    list-style-type: none; /*remove listpoints*/
    width: 1050px;
}

#main-navigation .menu li a{
    width: 40px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
    
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 12px;
    font-weight: 10;
    line-height: 20px;
    text-align: center;
    color: rgb(101,115,127);
    text-decoration: none;
    
    /*border-right: 1px solid #CCCCCC;*/
    border-left: 1px solid #CCCCCC;
    
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#main-navigation .menu li:first-child a{
    width: 40px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 332px;
    display: block;
    float: left;
    
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    text-align: center;
    color: rgb(101,115,127);
    text-decoration: none;
    
    /*border-right: 1px solid #CCCCCC;*/
    border-left: 1px solid #CCCCCC;
    
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#main-navigation .menu li:last-child a{
    border-right: none;
    width: 40px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    
    border-right: 1px solid #CCCCCC;
}

#main-navigation .menu li a:hover{
    background-color: rgba(51,51,51,0.3);
    
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
/***********************************************************************
*
*   breadcrump menu
*
************************************************************************/
#breadcrumb .bcMenu
{
	list-style-type: none; /*remove listpoints*/
	width: 1050px;
	
}

#breadcrumb .bcMenu li a{
	 display: block;
    float: left;
}

/***********************************************************************
*
*   sidebar menu
*
************************************************************************/
#sidebar .menu{
    list-style-type: none;
    width: 200px;
    
}

#sidebar .menu li a{
    width: 200px;
    height:  36px;
    display: block;
    float: left;
    
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-indent: 30px; /*tab*/
    color: rgb(101,115,126);
    text-decoration: none;
    
    text-shadow: 1px 1px 0px #FFF;

    border-bottom: 1px dashed #FFFFFF;
    
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

#sidebar .menu li a:hover{
    background: #CCCCCC;
   
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

/***********************************************************************
*
*   content	
*
************************************************************************/
#content h1
{
	 width: 400px;
	 height: 50px;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 0px;
    float: left;
    
	 font-family: 'Oswald', Arial, sans-serif;
    font-size: 26px;
 	 background-color:transparent;
 	 font-weight: 700;
    color: rgb(101,115,126);
	 vertical-align: middle;
}

#content h2
{
	width: 200px;
   height:  36px;
	margin-left: 20px;
	margin-top: 10px;	
   display: block;
   float: left;
   
   font-family: 'Oswald', Arial, sans-serif;
   font-size: 20px;
   font-weight: 400;
   line-height: 36px;
   color: rgb(101,115,126);
   text-decoration: none;
   text-align: center;
}

#content .measValuePicker select {
	 width: 140px;
	 height: 30px;
	 
	 background-color:transparent;
	 font-family: 'Oswald', Arial, sans-serif;
    font-size: 15px;
    color: #333:
    padding 2px;
    padding-left: 5px;
    float: left;
}

#content .measValuePicker option {
	 width: 120px;
	 height: 19px;
	 
	 background-color:transparent;
	 font-family: 'Oswald', Arial, sans-serif;
    font-size: 15px;
    color: #333:
    padding 2px;
    padding-left: 5px;
    float: left;
}

#content .measValuePicker
{
	 width: 140px;
	 height: 30px;
	 margin-top: 5px;
	 margin-left: 20px;
	 
	 overflow: hidden;

	 background-color: #CCCCCC; 
	 float: left;
}

#content .datePicker select {	 
	 width: 120px;
	 height: 30px;
	 float: left;
	 
	 background-color:transparent;
	 font-family: 'Oswald', Arial, sans-serif;
    font-size: 15px;
    color: #333:
    padding 2px;
    padding-left: 5px;
}

#content .datePicker option {
	 width: 100px;
	 height: 19px;
	 float: left;
	     
	 background-color:transparent;
	 font-family: 'Oswald', Arial, sans-serif;
    font-size: 15px;
    color: #333:
    padding 2px;
    padding-left: 5px;
}

#content .datePicker
{
	 width: 120px;
	 height: 30px;
	 margin-top: 5px;
	 margin-left: 150px;
	 float: left;
	 
	 text-align: center;	 
	 overflow: auto;
	 background-color: #CCCCCC; 
}

#content #uploadDel
{
	width: 32px;
	height: 30px;

	margin-top: 5px;
	margin-right: 0px;
	
	float: left;
	 
	border-color: black;  
	border-left-width: 0px;   
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	 
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	background: rgb(101,115,126);
	text-align: center;
	
	background-image: url(../images/icons_16x16/x.png); 
	background-repeat: no-repeat;
	background-position: center center;
}

#inputFile
{
	display: block;
	width: 103px;
	height: 30px;
	opacity: 0;
	overflow: hidden;	 
	position: relative;
	top: -30px;
}

#uploadButton
{
	width: 105px;
	height: 30px;
	margin-top: 5px;
	margin-left: 0px;
	float: left;
	 
	border-color: black; 
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	 
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background: rgb(101,115,126);
	text-align: center;
	 
}

#uploadButton:hover
{
    background: #CCCCCC;
}

#uploadText
{
	width: 283px;
	height: 30px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	float: left;
	 
	border-color: white;     
	border-width: 1px;
	border-style: solid;
	 
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: rgb(101,115,126);
	text-decoration: none;
	background: rgb(255,255,255);
	text-align: right;
	 
}

#content .loggingMenu
{
	width: 600px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 90px;
   float: left;
   
   list-style-type: none; /*remove listpoints*/
   background-color: #FFFFFF; 
}

#content .loggingMenu li a{
   width: 150px;
   height:  36px;
   display: block;
   float: left;
    
	border-color: black;     
   border-width: 1px;
   border-style: solid;
    
   font-family: 'Oswald', Arial, sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 36px;
   color: #FFFFFF;
   text-decoration: none;
   background: rgb(101,115,126);
   text-align: center;
}

#content .loggingMenu li a:hover{
    background: #CCCCCC;
}

#graphHeader
{
	width: 140px;
   height:  36px;
	margin-left: 0px;
	margin-top: 10px;	
   display: block;
   float: left;
   
   font-family: 'Oswald', Arial, sans-serif;
   font-size: 20px;
   font-weight: 400;
   line-height: 36px;
   color: rgb(101,115,126);
   /*text-decoration: none;*/
   text-align: center;
}

#tableHeader
{
	width: 140px;
   height:  36px;
	margin-left: 0px;
	margin-top: 10px;	
   display: block;
   float: left;
   
   font-family: 'Oswald', Arial, sans-serif;
   font-size: 20px;
   font-weight: 400;
   line-height: 36px;
   color: rgb(101,115,126);
   /*text-decoration: none;*/
   text-align: center;
}

#tableData
{   
	text-align: center;

   font-family: 'Oswald', Arial, sans-serif;
   font-size: 14px;
   font-weight: 200;
   line-height: 36px;
   color: rgb(101,115,126);
   text-decoration: none;
      
   border:1px;
}

#tableHead
{
	position: relative;
	
	text-align: center;

   font-family: 'Oswald', Arial, sans-serif;
   font-size: 14px;
   font-weight: 300;
   line-height: 36px;
   color: rgb(101,115,126);
   text-decoration: none;
   
   border:1px;
}

#div_rcAutomatic
{
	float: left;
	
	width: 800px;
	height: 480px;

	margin-left: 0px;
}

#btn_menu
{
	height: 52px;
	width: 116px;
	
	background: url(../images/icons_116x52/menu_116x52.png);
   background-repeat: no-repeat;
   background-position: center center;

   position: relative;
   top: -1045px;
   left: 660px;
   
   border-color: black;
}

#btn_menu:hover
{
	background: url(../images/icons_116x52/menu_116x52_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_quickinfo_pH
{
	height: 79px; 
	width: 220px; 
	
	background: url(../images/icons_220x72/button_ph.png);
   background-repeat: no-repeat;
   background-position: center center;

   position: absolute;
   
   border-color: black;
}

/*#btn_quickinfo_pH:hover
{
	background: url(../images/icons_116x52/pH_116x52_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
}*/

#btn_quickinfo_pH:hover
{
	background: url(../images/icons_220x72/button_ph_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#canvas_quickinfo_pH
{
	position: absolute;
}
/*
#btn_quickinfo_fcl
{
	height: 52px;
	width: 116px;
	
	background: url(../images/icons_116x52/cl_116x52.png);
   background-repeat: no-repeat;
   background-position: center center;

   position: absolute;
   
   border-color: black;
}

#btn_quickinfo_fcl:hover
{
	background: url(../images/icons_116x52/cl_116x52_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
}


#canvas_quickinfo_fcl
{
	position: absolute;
}
*/
#btn_quickinfo_mV
{
	height: 79px;
	width: 220px;
	
	background: url(../images/icons_220x72/button_mv.png);
   background-repeat: no-repeat;
   background-position: center center;

   position: absolute;
   
   border-color: black;
}

#btn_quickinfo_mV:hover
{
	background: url(../images/icons_220x72/button_mv_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#canvas_quickinfo_mV
{
	position: absolute;
}

#btn_quickinfo_O2
{
	height: 79px;
	width:	220px;
	
	background: url(../images/icons_220x72/button_O2.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	position: absolute;
	
	border-color: black;
}

#btn_quickinfo_O2:hover
{
	background: url(../images/icons_220x72/button_O2_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#canvas_quickinfo_O2
{
	position: absolute;
}

#btn_quickinfo_temp1
{
	height: 79px;
	width: 220px;
	
	background: url(../images/icons_220x72/button_temp1.png);
   background-repeat: no-repeat;
   background-position: center center;

   position: absolute;

   border-color: black;
}

#btn_quickinfo_temp1:hover
{
	background: url(../images/icons_220x72/button_temp1_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#canvas_quickinfo_temp1
{
	position: absolute;
}

#btn_menuStructure_toggle
{
	height: 48px;
	width: 48px;
	
   background-repeat: no-repeat;
   background-position: center center;

	background-image: url(../images/icons_48x48/mnu_hide.png);
	background-image: url(../images/icons_48x48/mnu_hide.png), linear-gradient(left , rgba(101,115,126,0.5) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%);
	background-image: url(../images/icons_48x48/mnu_hide.png), -o-linear-gradient(left , rgba(101,115,126,0.5) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%);
	background-image: url(../images/icons_48x48/mnu_hide.png), -moz-linear-gradient(left , rgba(101,115,126,0.5) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%);
	background-image: url(../images/icons_48x48/mnu_hide.png), -webkit-linear-gradient(left , rgba(101,115,126,0.5) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%);
	background-image: url(../images/icons_48x48/mnu_hide.png), -ms-linear-gradient(left , rgba(101,115,126,0.5) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%);    
    
   position: relative;
   top: 150px;
   left: 0px;
   
   border-color: black;
}

#btn_menuStructure_toggle:hover
{
	background-image: url(../images/icons_48x48/mnu.png);
	background-image: url(../images/icons_48x48/mnu.png), linear-gradient(left , rgba(101,115,126,0.5) 85%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%);
	background-image: url(../images/icons_48x48/mnu.png), -o-linear-gradient(left , rgba(101,115,126,0.5) 85%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%);
	background-image: url(../images/icons_48x48/mnu.png), -moz-linear-gradient(left , rgba(101,115,126,0.5) 85%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%);
	background-image: url(../images/icons_48x48/mnu.png), -webkit-linear-gradient(left , rgba(101,115,126,0.5) 85%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%);
	background-image: url(../images/icons_48x48/mnu.png), -ms-linear-gradient(left , rgba(101,115,126,0.5) 85%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%);  
}

#btn_controlfunctionEventlog_toggle
{
	height: 48px;
	width: 48px;
	
	background-color: transparent;
   background-repeat: no-repeat;
   background-position: center center;

	background-image: url(../images/icons_48x48/mnu_hide_right.png);
	background-image: url(../images/icons_48x48/mnu_hide_right.png), linear-gradient(left , rgba() 75%, rgba(0,0,0,0) 75%, rgba(101,115,126,0.5) 100%);
	background-image: url(../images/icons_48x48/mnu_hide_right.png), -o-linear-gradient(left , rgba(0,0,0,0) 75%, rgba(101,115,126,0.5) 75%, rgba(101,115,126,0.5) 100%);
	background-image: url(../images/icons_48x48/mnu_hide_right.png), -moz-linear-gradient(left , rgba(0,0,0,0) 75%, rgba(101,115,126,0.5) 75%, rgba(101,115,126,0.5) 100%);
	background-image: url(../images/icons_48x48/mnu_hide_right.png), -webkit-linear-gradient(left , rgba(0,0,0,0) 75%, rgba(101,115,126,0.5) 75%, rgba(101,115,126,0.5) 100%);
	background-image: url(../images/icons_48x48/mnu_hide_right.png), -ms-linear-gradient(left , rgba(0,0,0,0) 75%, rgba(101,115,126,0.5) 75%, rgba(101,115,126,0.5) 100%);    
    
   position: relative;
   top: 150px;
   left: 752px;
   
   border-color: black;
}

#btn_controlfunctionEventlog_toggle:hover
{
	background-image: url(../images/icons_48x48/mnu_right.png);
	background-image: url(../images/icons_48x48/mnu_right.png), linear-gradient(left , rgba() 15%, rgba(0,0,0,0) 15%, rgba(101,115,126,0.5) 100%);
	background-image: url(../images/icons_48x48/mnu_right.png), -o-linear-gradient(left , rgba(0,0,0,0) 15%, rgba(101,115,126,0.5) 15%, rgba(101,115,126,0.5) 100%);
	background-image: url(../images/icons_48x48/mnu_right.png), -moz-linear-gradient(left , rgba(0,0,0,0) 15%, rgba(101,115,126,0.5) 15%, rgba(101,115,126,0.5) 100%);
	background-image: url(../images/icons_48x48/mnu_right.png), -webkit-linear-gradient(left , rgba(0,0,0,0) 15%, rgba(101,115,126,0.5) 15%, rgba(101,115,126,0.5) 100%);
	background-image: url(../images/icons_48x48/mnu_right.png), -ms-linear-gradient(left , rgba(0,0,0,0) 15%, rgba(101,115,126,0.5) 15%, rgba(101,115,126,0.5) 100%);    
      
}


#div_rcNetwork
{
	float: left;
	
	width: 800px;
	height: 480px;

	margin-left: 0px;
	
	background-color: rgb(230,230,230);

	list-style-type: none;
}

#div_rcNetwork .class_menuPage
{
	width: 800px;
	height: 419px;
	float: left;
	background-color: white;
}

#div_rcNetwork .switchPage
{
   list-style-type: none; /*remove listpoints*/
}

#div_rcNetwork .switchPage li:first-child
{
	float: left;
	
	width: 96px;
	height: 41px;

	margin-left: 0px;
	margin-top: 0px;
}

#div_rcNetwork .switchPage li
{
	float: left;
	
	margin-left: 0px;
}

#div_rcNetwork .switchPage li:last-child
{
	float: left;
	
	width: 96px;
	height: 41px;

	margin-left: 0px;
	margin-top: 0px;
}

#titleNetwork
{
	float: left;
		
	width: 608px;
	height: 30px;
	
	margin-top: 0px;
	
	vertical-align: middle;
	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 20px;
   font-weight: 500;
   line-height: 41px;
   color: rgb(101,115,126);
   
   text-align: center;
}

#div_rcNetwork .inputDescription:first-child
{	
	float: left;
	width: 80px;
	height: 20px;
	
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	
	vertical-align: middle;

	padding-left: 5px;
	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 14px;
   font-weight: 200;
   color: rgb(101,115,126);
   vertical-align: middle;
}

#div_rcNetwork .inputDescription
{	
	float: left;
	width: 80px;
	height: 20px;
	
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	
	vertical-align: middle;

	padding-left: 5px;
	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 14px;
   font-weight: 200;
   color: rgb(101,115,126);
   vertical-align: middle;
}

#div_rcNetwork .inputBoxNetwork:first-child
{
	float: left;
		
	width: 200px;
	height: 20px;
	
	margin-top: 10px;
	margin-right: 490px;
	margin-left: 0px;
	
	border-color: rgb(101,115,126);
	border-width: 1px;
	border-style: solid;
	
	background: rgb(255,255,255);
	color: rgb(101,115,126);
	
	vertical-align: middle;

	padding-left: 5px;
}

#div_rcNetwork .inputBoxNetwork
{
	float: left;
		
	width: 200px;
	height: 20px;
	
	margin-top: 10px;
	margin-right: 490px;
	margin-left: 0px;
	
	border-color: rgb(101,115,126);
	border-width: 1px;
	border-style: solid;
	
	background: rgb(255,255,255);
	color: rgb(101,115,126);
	
	vertical-align: middle;

	padding-left: 5px;
}

#div_rcNetwork .inputButton li {
   list-style-type: none; /*remove listpoints*/
}

#div_rcNetwork .inputButton li a
{
	width: 100px;
	height: 30px;
	float: left;
	
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
		
	border-color: black;     
   border-width: 1px;
   border-style: solid;
   
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 30px;
   color: #FFFFFF;
   text-decoration: none;
   background: rgb(101,115,126);
   text-align: center;
}

#div_rcNetwork .inputButton li:last-child a{
	width: 100px;
	height: 30px;
	float: left;
	
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 200px;
	margin-left: 10px;
	
	border-color: black;     
   border-width: 1px;
   border-style: solid;
   
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 30px;
   color: #FFFFFF;
   text-decoration: none;
   background: rgb(101,115,126);
   text-align: center;
}

#div_rcNetwork .inputButton li a:hover{
    background: #CCCCCC;
}

#div_line_eventlog
{
	margin-left: 0px;
	width: 420px;
	height: 15px;
	float: left;
}

#div_space_eventlog
{
	margin-left: 0px;
	width: 160px;
	height: 40px;
	float: left;
}

#tcpEventlog
{
	float: left;
	
	width: 400px;
	height: 125px;

	margin-left: 10px;
	
	padding: 5px;
	
	border-color: rgb(101,115,126);
	border-width: 1px;
	border-style: solid;
	
	background: rgb(255,255,255);
	color: rgb(101,115,126);
	
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
}

a img
{
	border-width: 0;
	border: none;
}

#div_rcMenu
{
	float: left;
	
	width: 800px;
	height: 480px;

	margin-left: 0px;
	
	background-color: rgb(230,230,230);
	
	list-style-type: none;
}

#div_rcMenu .iconMenu
{
   list-style-type: none; /*remove listpoints*/
}

#div_rcMenu .class_menuPage
{
	width: 800px;
	height: 419px;
	float: left;
	background-color: white;
}

#div_rcMenu .iconMenu li:first-child
{
   float: left;
   
   width: 72px;
	height: 72px;
	
   margin-top: 59px;
   margin-left: 76px;
}

#div_rcMenu .iconMenu li
{
   float: left;
   
   width: 72px;
	height: 72px;
	
   margin-top: 59px;
   margin-left: 72px;
}

#div_rcMenu .labelMenu
{
   list-style-type: none; /*remove listpoints*/
}

#div_rcMenu .switchPage
{
   list-style-type: none; /*remove listpoints*/
}

#div_rcMenu .switchPage li:first-child
{
	float: left;
	
	width: 96px;
	height: 41px;

	margin-left: 0px;
	margin-top: 0px;
}

#div_rcMenu .switchPage li
{
	float: left;
	
	margin-left: 0px;
}

#div_rcMenu .switchPage li:last-child
{
	float: left;
	
	width: 96px;
	height: 41px;

	margin-left: 0px;
	margin-top: 0px;
}

#titleMenu
{
	width: 608px;
	height: 41px;
	
	margin-top: 0px;
	vertical-align: middle;
	
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 20px;
   font-weight: 500;
   line-height: 41px;
   color: rgb(101,115,126);
   
   text-align: center;
}

#div_rcMenu .labelMenu li:first-child
{
   float: left;
	width: 122px;
	height: 30px;
   margin-top: 10px;
   margin-left: 51px;
   
   font-family: 'DejaVu Sans', Arial, sans-serif;
   font-size: 13px;
   font-weight: 700;
   color: rgb(101,115,126);
   
   text-align: center;
}


#div_rcMenu .labelMenu li
{
   float: left;
	width: 122px;
	height: 30px;
   margin-top: 10px;
   margin-left: 22px;
   
   font-family: 'DejaVu Sans', Arial, sans-serif;
   font-size: 13px;
   font-weight: 700;
   color: rgb(101,115,126);
   
   text-align: center;
}

#div_rcSettings
{
	float: left;
		
	width: 800px;
	height: 480px;

	margin-left: 0px;
	
	background-color: rgb(230,230,230);
	
	list-style-type: none;
}

#div_rcSettings .class_menuPage
{
	width: 800px;
	height: 419px;		/*480px - 41px(top menubar) - 20px(bottom)*/
	float: left;
	background-color: white;
}

#div_controlfunctionEventlog
{
	float: left;
		
	width: 788px;
	height: 98px;

	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	
	border-color: rgb(101,115,126);
	border-width: 1px;
	border-style: solid;
	
	background: rgb(255,255,255);
	color: rgb(101,115,126);
	
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
}

#div_rcSettings .inputDescription
{
	width: 170px;
	height: 30px;

	margin-top: 10px;
	margin-left: 5px;
	float: left;
	padding-left: 15px;
	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 15px;
	line-height: 30px;
   font-weight: 200;
   	
	background: rgb(255,255,255);
	color: rgb(101,115,126);
	
   vertical-align: middle;
}

#div_rcSettings .inputDescription_header
{
	width: 800px;
	height: 30px;

	margin-top: 10px;
	margin-left: 5px;
	float: left;
	padding-left: 5px;
	
	text-decoration: underline;	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 15px;
	line-height: 30px;
   font-weight: 200;
   color: rgb(101,115,126);
   vertical-align: middle;
}

#div_rcSettings .inputBox
{
	float: left;
	
	width: 100px;
	height: 30px;
	
	margin-right: 10px;
	margin-top: 10px;
	
	vertical-align: middle;

	border-color: rgb(101,115,126);
	border-width: 1px;
	border-style: solid;
	
	background: rgb(255,255,255);
	color: rgb(101,115,126);

	padding-left: 5px;
	text-align: center;
}

#div_rcSettings .inputButton li {
   list-style-type: none; /*remove listpoints*/
}

#div_rcSettings .inputButton li a
{
	width: 100px;
	height: 30px;
	float: left;
		
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
	border-color: black;     
   border-width: 1px;
   border-style: solid;
   
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 15px;
   font-weight: 400;
   line-height: 30px;
   color: #FFFFFF;
   text-decoration: none;
   background: rgb(101,115,126);

	text-align: center;
}


#div_rcSettings .inputButton li:last-child a
{
	width: 100px;
	height: 30px;
	float: left;
	
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 200px;
	
	border-color: black;     
   border-width: 1px;
   border-style: solid;
   
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 15px;
   font-weight: 400;
   line-height: 30px;
   color: #FFFFFF;
   text-decoration: none;
   background: rgb(101,115,126);
   

}

#div_rcSettings .inputButton li a:hover{
    background: #CCCCCC;
}

#div_rcSettings .inputButton_general
{
   list-style-type: none; /*remove listpoints*/

}

#div_rcSettings .iconMenu
{
   list-style-type: none; /*remove listpoints*/
}

#div_rcSettings .iconMenu li:first-child
{
   float: left;
   
   width: 72px;
	height: 72px;
	
   margin-top: 59px;
   margin-left: 76px;
}

#div_rcSettings .iconMenu li
{
   float: left;
   
   width: 72px;
	height: 72px;
	
   margin-top: 59px;
   margin-left: 72px;
}

#div_rcSettings .labelMenu
{
   list-style-type: none; /*remove listpoints*/
}

#div_rcSettings .labelMenu li:first-child
{
   float: left;
	width: 122px;
	height: 30px;
   margin-top: 10px;
   margin-left: 51px;
   
   font-family: 'DejaVu Sans', Arial, sans-serif;
   font-size: 13px;
   font-weight: 700;
   color: rgb(101,115,126);
   
   text-align: center;
}


#div_rcSettings .labelMenu li
{
   float: left;
	width: 122px;
	height: 30px;
   margin-top: 10px;
   margin-left: 22px;
   
   font-family: 'DejaVu Sans', Arial, sans-serif;
   font-size: 13px;
   font-weight: 700;
   color: rgb(101,115,126);
   
   text-align: center;
}

#div_rcSettings .switchPage
{
   list-style-type: none; /*remove listpoints*/
}

#div_rcSettings .switchPage li:first-child
{
	float: left;
	
	width: 96px;
	height: 41px;
	
	margin-left: 0px;
	margin-top: 0px;
}

#div_rcSettings .switchPage li
{
	float: left;
	margin-left: 0px;
}

#div_rcSettings .switchPage li:last-child
{
	float: left;
	
	width: 96px;
	height: 41px;
	
	margin-left: 0px;
	margin-top: 0px;
}

#titleSettings
{
	width: 608px;
	height: 41px;
	margin-top: 0px;
	vertical-align: middle;
	
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 20px;
   font-weight: 500;
   line-height: 41px;
   color: rgb(101,115,126);
   
   text-align: center;
}

#div_rcSettings .inputButton_general li a
{

	width: 100px;
	height: 30px;
	float: left;
	
	margin-top: 20px;
	margin-right: 100px;
	margin-left: 10px;
	
	border-color: black;     
   border-width: 1px;
   border-style: solid;
   
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 15px;
   font-weight: 400;
   line-height: 30px;
   color: #FFFFFF;
   text-decoration: none;
   background: rgb(101,115,126);
   text-align: center;
}

#div_rcSettings .inputButton_general li:last-child a
{
	width: 100px;
	height: 30px;
	float: left;
	
	margin-top: 25px;
	margin-right: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	
	border-color: black;     
   border-width: 1px;
   border-style: solid;
   
	font-family: 'Oswald', Arial, sans-serif;
   font-size: 15px;
   font-weight: 400;
   line-height: 30px;
   color: #FFFFFF;
   text-decoration: none;
   background: rgb(101,115,126);
   text-align: center;
}

#btn_automatic
{
	background: url(../images/icons_72x72/automatic.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_automatic:hover
{
	background: url(../images/icons_72x72/automatic_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_login
{
	background: url(../images/icons_72x72/login.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_login:hover
{
	background: url(../images/icons_72x72/login_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_logout
{
	background: url(../images/icons_72x72/logout.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_logout:hover
{
	background: url(../images/icons_72x72/logout_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_settings
{
	background: url(../images/icons_72x72/settings.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_settings:hover
{
	background: url(../images/icons_72x72/settings_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_status
{
	background: url(../images/icons_72x72/status.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_status:hover
{
	background: url(../images/icons_72x72/status_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#title_back
{
	background: url(../images/icons_96x41/back.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#title_back:hover
{
	background: url(../images/icons_96x41/back_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#title_back_network
{
	background: url(../images/icons_96x41/back.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#title_back_network:hover
{
	background: url(../images/icons_96x41/back_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#title_home
{
	background: url(../images/icons_96x41/home.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#title_home:hover
{
	background: url(../images/icons_96x41/home_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#title_home_network
{
	background: url(../images/icons_96x41/home.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#title_home_network:hover
{
	background: url(../images/icons_96x41/home_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_bt_doscap
{
	background: url(../images/icons_72x72/bt_doscap.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_bt_doscap:hover
{
	background: url(../images/icons_72x72/bt_doscap_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_cl
{
	background: url(../images/icons_72x72/cl.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_cl:hover
{
	background: url(../images/icons_72x72/cl_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_dosdelay
{
	background: url(../images/icons_72x72/dosdelay.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_dosdelay:hover
{
	background: url(../images/icons_72x72/dosdelay_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_dosrate_cl
{
	background: url(../images/icons_72x72/dosrate_cl.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_dosrate_cl:hover
{
	background: url(../images/icons_72x72/dosrate_cl_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 95%;	
}

#btn_eco
{
	background: url(../images/icons_72x72/eco.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_eco:hover
{
	background: url(../images/icons_72x72/eco_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
	background-size: 95%;
}

#btn_filterdes
{
	background: url(../images/icons_72x72/filterdes.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_filterdes:hover
{
	background: url(../images/icons_72x72/filterdes_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 95%;
}
	

#btn_mV
{
	background: url(../images/icons_72x72/mV.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_mV:hover
{
	background: url(../images/icons_72x72/mV_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 95%;
}
	

#btn_pH
{
	background: url(../images/icons_220x72/button_ph.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_pH:hover
{
	background: url(../images/icons_220x72/pH_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 95%;
}

	
#btn_temperature
{
	background: url(../images/icons_72x72/temperature.png);
   background-repeat: no-repeat;
   background-position: center center;
}

#btn_temperature:hover
{
	background: url(../images/icons_72x72/temperature_pressed.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 95%;
}
