

body {
	font-family: cambria;
/* font-family: Open Sans, sans-serif; */
font-size: 11pt; 
color: #blue;
width: 1200px;
margin: 0 auto;
max-width: 1110px;
background-color: #faefe6;
border: 1px solid black;
}

p{
margin: 3px;
padding-top:15px;
}

h1 {
color: #blue;
font-size: 24pt;
font-family: Open Sans, serif;
font-weight: normal;
}

.auth{
	float: center;
	width:100%;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom:10px;
	border-bottom-style: ridge;
}

.ReName{
	float: center;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom:10px;
	border-bottom-style: ridge;
}


.submitButton{
padding:7px 9px 8px 9px;
background-color: white;

border-radius: 20px;
font-size: 15px;
font-family: Open Sans;
border: none;
margin-top: 20px;
}

.rget{
width: 49%;	
float: left;
margin:5px;
font-size: 25px;
text-align: center;

}

.switch{
	float: left;
	width: 49%;
}
.status{
	float: left;
	width: 49%;
}


.rsend{
color:#000;
width: 49%;
text-align:center;
min-width: 300px;
margin-left: auto;
margin-right: auto;
/* margin-bottom: 30px; */
float: left;
font-size: 25px;
border-left-style: ridge;
}

.inviseble{
	position: absolute;
	left:-9999px;
}


.rl

.rl{
font-size: 20px;
background-color: #7DC9F9;
color:#fff;
width: 49%;
text-align:center;
min-width: 200px;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
float: left;
min-height: 190px;
}

/* .rr{
font-size: 30px;
background-color: #7DC9F9;
color:#fff;
width: 49%;
text-align:center;
min-width: 150px;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
float:left;
/* min-height: 100px;
height: 190px;
} */

.r2{
padding-top: 5x;
width: 100%;
font-size: 25px;	
border-bottom-style: ridge;
}
.r1{
font-size: 20px;	
/* display:inline-block; */
float: left;
width: 70%;
text-align: left;
padding-left:15px;
}

.r3{
font-size: 20px;	
/* display:inline-block; */
float: left;
width: 13%;
text-align: left;
}
.lampON{
width: 60px;
height:60px;
border-radius: 50px;
background-color:green;
margin-left: auto;
margin-right: auto;
webkit-box-shadow:inset 0,0,0px 0,0,0px 0,0,30px #ffffff,#ffffff,#ffffff;  -moz-box-shadow:inset 0px 0px 30px #ffffff;  box-shadow:inset 0px 0px 30px #ffffff; 
}

.lampOFF{
width: 60px;
height:60px;
border-radius: 50px;
background-color:red;
margin-left: auto;
margin-right: auto;
webkit-box-shadow:inset 0,0,0px 0,0,0px 0,0,30px #ffffff,#ffffff,#ffffff;  -moz-box-shadow:inset 0px 0px 30px #ffffff;  box-shadow:inset 0px 0px 30px #ffffff; 
}

.on{
font-size: 25px;
margin: 0;
color:#000;

}

.off{
font-size: 25px;
margin: 0;
color: #000;
}

form{
margin: 0;
}

.header{
	width: 100%;
	height:150px;
	border-bottom-style: ridge;

}
.menu_top{
	width: 100%;
	height:50px;
	border-bottom-style: ridge;
}
.mane_body{
	display: table;
	width:100%;
}

.left_sidebar{
	width: 14%;
	min-height:400px;
	padding: 5px;
	float: left;
	
}
.data_div{
	width: 83.74%;
	min-height:400px;
	float: left;
	padding: 5px;
	border-left-style: ridge;
}
.footer{
	
	width: 100%;
	height:50px;
	border-top-style: ridge;
	font-size:15px;
	text-align: center;
	display: table;
	padding-top:30px;
}


.button{text-decoration:none; text-align:center; 
 padding:11px 16px; 
/*  border:solid 1px #004F72;  */
 -webkit-border-radius:50px;
 -moz-border-radius:50px; 
 border-radius: 50px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#3BA4C7; 
 background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa;  -moz-box-shadow: 0px 0px 2px #bababa;  box-shadow:0px 0px 2px #bababa;  
  
  }.button:active{
 padding:11px 16px; 
/*  border:solid 1px #004F72;  */
 -webkit-border-radius:50px;
 -moz-border-radius:50px; 
 border-radius: 50px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#3BA4C7; 
 background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
 -webkit-box-shadow:inset 0,0,0px 0,0,0px 0,0,20px #ffffff,#ffffff,#ffffff;  -moz-box-shadow:inset 0px 0px 20px #ffffff;  box-shadow:inset 0px 0px 20px #ffffff;  
  
 }