@CHARSET "UTF-8";

body{
	padding: 0;
	margin: 0;
	position: relative;
}
	
head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	text-align: center;}

pre{
	tab-size:3;
}

xmp{
	tab-size:3;
}

.headband {
	z-index:100;
	height:70px;
	background-color:;
	background-image:
	linear-gradient(
	  #F4F2F2, #F1F1F1
	);
	position:fixed;
	width:100%;
	text-align: right;
	top :0px;
	border-bottom:1px dashed #0070C0;}
	
.content {
	margin-top: 90px;
	background-color:#ffffff;
	min-height: 300px;
}

.content-header{
	height: 60px;
	background-color: white;
}

.content-left{
	position:fixed;
	top:60px;
	bottom:44px;
	width: calc(20% - 10px);
	z-index: 0;
	border:1px solid #c0c0c0;
	overflow: auto;
	background-color: white;
	padding: 5px;
}

.content-right{
	position:fixed;
	top:60px;
	bottom:44px;
	left:calc(20% + 2px);
	width: calc(80% - 14px);
	z-index: 0;
	border:1px solid #c0c0c0;
	overflow: auto;
	background-color: white;
	padding: 5px;
}
	
.main {
	max-width:1120px;
	margin:auto;
	border-bottom:1px double #0070C0;
	background-color:#ffffff;
	padding-bottom: 30px;
}
	
.main-end {
	max-width:1120px;
	margin:auto;
	padding-bottom:50px;
	background-color:#FFFFFF;
}

.left {
	border:2px solid #808080;
	-moz-border-radius:10px 0;
	-webkit-border-radius:10px 0;
	border-radius:10px 0;
	width:500px;
	/* float:left; */
	display: block;
	padding: 15px;
	margin-left:50px;
}

.left2 /* contact without padding */{
	padding-top:70px;
	width:425px;
	float:left;
	display: block;
}

.right {
	/* margin-left:600px; */
	display: block;
}
	
.center1 /* connection/newpassword/recovery*/{
	padding-top:30px;
	text-align:center;
	display: block;
	padding-bottom: 50px;
}
	
.center2 /* account*/{
	width:665px;
	display: block;
	margin: auto;
}

.footer2 /* portal & contact*/{
	position:relative;
	background-color:#F1F1F1;
	border-top:1px dashed #0070C0;
	height:40px;
	bottom:0;
	left:0;
	right:0;
	z-index:200;}
	
.footer1 /* other page*/{
	position:fixed;
	background-color:#F1F1F1;
	border-top:1px dashed #0070C0;
	height:40px;
	bottom:0;
	left:0;
	right:0;
	z-index:200;}

div:target {
	padding-top: 70px; 
	margin-top: -70px; }
   
	
.title1 {
	display: block;
	color:#0070C0;
	font-family::Trebuchet MS;
	font-size: 1.4em;
	margin-bottom:20px;
	margin-top:10px;
	margin-left: 50px;
	Font-Weight: Bold
}

.blocktext {
	width: 500x;
  	font-family::Trebuchet MS;
	font-size: 15px;
	color:#555555;
	line-height: 25px;
}
	
.footertext {
  	font-family::Trebuchet MS;
	font-size: 15px;
	color:#555555;
	margin-left:15px;
	padding:10px;
}

.downloadBlock {
	float: left; 
	width: 320px; 
	text-align: center;
	padding-left: 30px;
	padding-top: 20px;
}

.demoBlock{
	float: left; 
	width: 320px; 
	text-align: center;
	padding-left: 30px;
}

.table1{
	border:1px dotted #6495ed;
	border-spacing: 80px 5px;
	background-color:#f1f1f1;
}
	

.text2{
	font-family::Trebuchet MS;
	font-size: 16px;
	color:#555555;
}

.bold{
  	font: normal 12px/normal "Times New Roman", Times, serif;
  	color:#555555;
	font-size: 16px;
	Font-Weight: Bold;
	}
	
.myButton {
	-moz-box-shadow: 0px 3px 6px -50px #91b8b3;
	-webkit-box-shadow: 0px 3px 6px -50px #91b8b3;
	box-shadow: 0px 3px 6px -50px #91b8b3;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070c0', endColorstr='#0070c0',GradientType=0);
	background-color:#0070c0;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #f1f1f1;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:16px;
	padding:8px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f1f1f1;
	width: 140px;
  	height: 40px;
}

.myButton:hover {
	background-color:#004795;
}

.myButton1 {
	-moz-box-shadow: 0px 3px 6px -50px #91b8b3;
	-webkit-box-shadow: 0px 3px 6px -50px #91b8b3;
	box-shadow: 0px 3px 6px -50px #91b8b3;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#F1F1F1',GradientType=0);
	background-color:#F1F1F1;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #f1f1f1;
	display:inline-block;
	cursor:pointer;
	color:#808080;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:14px;
	padding:8px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f1f1f1;
	width: 100px;
  	height: 25px;
}

.myButton1:hover {
	background-color:#c1c1c1;
}

.myButton2 {
	-moz-box-shadow: 0px 3px 6px -50px #91b8b3;
	-webkit-box-shadow: 0px 3px 6px -50px #91b8b3;
	box-shadow: 0px 3px 6px -50px #91b8b3;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#F1F1F1',GradientType=0);
	background-color:#F1F1F1;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #f1f1f1;
	display:inline-block;
	cursor:pointer;
	color:#808080;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:16px;
	padding:8px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f1f1f1;
	width: 150px;
  	height: 25px;
}

.myButton2:hover {
	background-color:#c1c1c1;
}

.text /* in button */{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 8px;
  padding: 10px 20px;
  width: 140px;
  height: 15px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 12px/normal "Times New Roman", Times, serif;
  color:#0070C0;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 18px 1px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 18px 1px rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.text1 /* in button */{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 15px;
  padding: 10px 20px;
  width: 220px;
  height: 15px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color:#0070C0;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 18px 1px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 18px 1px rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
ul ul {
	display: none;
	position: absolute;
	margin:0px;
	padding: 0px;}

ul.level2 {
	/* right: 10px; */
	left: -30px;
	top: -38px;
}	
	
li {
 	z-index:100;
 	backface-visibility: hidden;
 	display:inline-block;
 	text-align: center;
 	list-style-type: none;
 	position: relative;
 	width: 160px;
 	letter-spacing: 2px ;
 	top: 28px;
 	right : 200px;
 	margin-right: 0px;
 	}
 	
li li {
 	display:inline-block;
 	text-align:left;
 	list-style-type: none;
 	position: relative;
 	width: 190px;
 	height: 40px;
 	line-height:40px;
 	letter-spacing: 2px ;
 	top: 65px;
 	right : 5px;
 	background-color:#F1F1F1;
 	margin: 0px;
 	

 	}
 	
li :hover {
 	color:#0070C0;} 	
 		
li li:hover a {
 	color:#0070C0;
 	Font-Weight: Bold;}
 	
li a{
	font-family::Trebuchet MS;
	color:#555555;
	font-size: 17px;
	Font-Weight: Bold;
}

li li a{
	font-family::Trebuchet MS;
	color:#555555;
	font-size: 15px;
	Font-Weight: Bold;
}
 
 li:hover ul.level2, li li:hover ul.niveau3 {
 	display: block;
 	color:#0070C0;
}
 	
 li.plus {
 	background-position:right;
 	background-repeat: no-repeat;
 	border-bottom: 1px solid grey;}
 	
a {
	text-decoration:none;}

.combo select {
	float:right;}

.video {
	text-align: center;
	width:500px ;
	margin-left:auto;
	margin-right:auto;
}

.select-style1 {
	position: absolute;
	transition: .5s ease;
	top: -30px;
	right : -50px;
}
	
.select-style {
	position: absolute;
	transition: .5s ease;
	top: 0px;
	right : 8px;
}	
	 
span li {
	z-index:1000;
 	display:block;
 	text-align:left;
 	list-style-type: none;
 	position: relative;
 	width: 100px;
 	height: 15px;
 	line-height:15px;
 	letter-spacing: 0px ;
 	top: 20px;
 	right :140px;
 	background-color:#f1f1f1;
 	margin: 0px;
 	font-family::Trebuchet MS;
	color:#555555;
	font-size: 17px;} 

span li li {
 	display:block;
 	text-align:left;
 	list-style-type: none;
 	position: relative;
 	width: 90px;
 	height: 30px;
 	line-height:30px;
 	letter-spacing: 0px ;
 	top: 55px;
 	right :-50px;
 	background-color:#F1F1F1;
 	margin: 0px;
 	font-family::Trebuchet MS;
	color:#555555;
	font-size: 16px;}  
 	
.logo{ 
	float:left;
	margin: 2px 0px 0 170px;
}

.function{
	float: left;
	height: 200px;
	width: 350px;
	text-align: center;
	padding: 10px;
}

.functionImg{
	height: 100px;
	padding-bottom: 10px;
}

.functionTitle{
	color:#555555;
	font-weight: bold;
	font-size: 15px;
}

.functionText{
	color:#555555;
	font-size: 13px;
}

.api_chapter{
	padding:5px;
	color:#0070c0;
	font-size: 18px;
	font-weight: bold;
}

.api_header{
	padding:5px;
	color:#0070C0;
	font-size: 35px;
	font-weight: bold;
}

.api_chapter2{
	padding:5px;
	color:#555555;
	font-size: 17px;
}

.api_chapter3{
	padding:5px;
	padding-top: 20px;
	padding-left: 15px;
	color:#555555;
	font-weight:bold;
	font-size: 17px;
}

.api_content1{
	padding:5px;
	padding-left: 30px;
	color:#555555;
	font-size: 13px;
}

.api_content1:hover {
	background-color: #eeeeee;
	cursor: pointer;
}

.api_content2{
	margin: 20px;
}

.api_content3{
	padding:5px;
	color:#555555;
	font-size: 13px;
}

.api_content4{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	color:#ffffff;
	font-size: 13px;
	background-color: #414141;
	overflow-y: auto;
}

.api_content5{
	margin-top:5px;
	color:#555555;
	font-size: 13px;
	word-wrap: break-word;
}

.apiDemiImg{
	width: 1000px;
	border: 1px solid gray;
}