
body {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: Arial, Helvetica, sens-serif;
	line-height:1.4;
	color: #3e5055;
	/*background: #fff url(../image/header.gif) left top repeat-x;*/
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	width: 105px;
}
#header {
	position: relative;
	z-index:100; /*let menu on top layer*/
	height:85px;
	/*background: #fff url(../image/header.gif) left top repeat-x; */
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #00a335;
}
#version {
	z-index:100;
	position: absolute;
	left: 690px;
	top: 0px;
	margin: 0;
	width: 300px;
	color: #777777;
}
#content {
	position: relative;
    margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1200px;
}
#footer {
	text-align: center;
	padding: 20px;
	margin: 30px 0px 0px 0px;
	background: #fff url(../image/footer.png) left top no-repeat;
	color: #7d7d7d;
	font-size: 9pt;
}
#footer_login {
	text-align: center;
	padding: 20px 0;
	margin: 30px 0px 0px 0px;
	background:#fff url(../image/footer.png) center top no-repeat;
	/*background-color: yellow*/
}
#copyright {
	float: left;
	margin: 0px 0px 0px 40%;
	text-align: center;
	color: #7d7d7d;
	font-size: 9pt;
}
#eula {
	 float: left;
	 top: 0px;
	 font-size: 9pt;
	 margin: 0px 0px 0px 30px;
}
#help {
	position: relative;
	right:70px;
	text-align: right;
	 font-size: 9pt;
}
#help a {
	color: #000;
}
/*//////////////////////Manu//////////////////////////*/
/* #menu_edge {
	position: absolute;
	top:0px;	
	right: 2px;
	height: 90px;	
	width:2px;
	background: #fff url(../image/header_edge.gif) left top no-repeat;
	z-index: 102;
} */
#menu {
    float: right;
	height: 85px;
    line-height: 85px;
	width: 600px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*.img {list-style-image:url('../images/icon_ya.jpg') ;}*/	
}
#menu ul ul {
	/*background: #fff;*/
    position: absolute;
	padding: 11px 0px 0px 0px;
	margin: -35px 0 0 0;
	-moz-box-shadow: 7px 15px 15px #868686;
	-webkit-box-shadow: 7px 15px 15px #868686;
	box-shadow: 7px 15px 15px #868686;
	/*background: #fff url(../image/menu_this.png) left top no-repeat;*/
	/*background: url(../image/menu_this.png) left top no-repeat;*/
	background-size:contain;
}
#menu ul ul li{
	float: none;
	background-color: #FFFFFF;
}
#menu ul ul li a{
	background: none;
	font-size: 11pt;
	font-weight: normal;
	padding: 16px 0;
	text-align: center;
	text-indent: 0pt; 
 	line-height: 20px;
}
#menu ul ul li a:hover {
	color: #3e5055;
	background-image: none;
	background-color: #87c984;
}
#menu ul li.parent ul {
  display: none;
}
#menu ul li.parentOn ul {
  display: block;
}
#menu li {
	float: left;
	width: 150px;
	margin: 0;
	line-height: 85px;
}
#menu li a{
	display: block;
    position: relative;
	/* for IE6 */
	width: 100%; 
	padding: 8px 0;
	text-align: center;
	font-family: Arial, Helvetica, sens-serif;
	font-weight: normal;
	color: #3e5055;
	text-decoration: none;
	/*background: url(../image/navigation_bg5.gif) left top no-repeat;*/
}
#menu li a:hover {
	color: #87c984;
}
#menu li a .nav-item-i {
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    top: 58px;
    left: 47%;
    background: url(../image/icon_xiala.png);
}
/*//////////////////////MAP//////////////////////////*/
#map_wording {
	position: absolute;
	top: 20px;
	z-index:100;
	white-space:nowrap;
	/*background-color: red; */
}
#map_wording ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#map_wording li {
	display: inline-block;
}
#map_info {
	position: relative;
}
.map_status_off{
	position: relative;
	top: 4px;
	height: 33px;
	width:33px;
	/*background: url(../image/internet_status_off.png) left top no-repeat;*/
	background-size:contain;
}
.map_status_on{   
	position: relative;
	top: 4px;
	height: 33px;
	width:33px;
	background: url(../image/internet_status_on.png) left top no-repeat;
	background-size:contain;
}
#map_title {
	font-size: 28pt;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
	color: #3e5055;
	max-width: 480px;
}
#map_link{
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 10px;
	font-size: 12pt;
	text-decoration:underline;
	font-family: Arial;
	cursor: pointer;
}
#map_info {
	position: absolute;
	top: 80px;
 	left: 40px;
 	max-width: 550px;
	color: #3e5055;
	font-size:12pt;
	z-index: 100;
}
#map_fw_info {
	position: relative;
	top: 0px;
 	left:0px;
 	max-width: 550px;
	color: #000;
	font-size:10pt;
	font-weight: bold;
	text-decoration: underline;
	z-index: 100;	
	cursor: pointer;
}
#map {
	position: relative;
	margin-top: 30px;
	top: 20px;
  	left: 0px;
	height: 490px;
	width: 900px;
	background-color: transparent;
    margin: 0 auto;
}
#Lines {
	position: absolute;
	top: 125px;
	left: 240px;
}
#internetIcon {
	position: absolute;
	top: 125px;
	left: 46px;
	z-index: 99;
	cursor: pointer;
}
.btn_bg{
	position: relative;
	top: 0px;
  	left: 0px;
	height: 180px;
	width: 180px;
	/*background: url(../image/circle_bg1.png) left top no-repeat;*/
	background-size:contain;
}
.btn_bg:hover{
    position: relative;
    top: 0px;
    left: 0px;
    height: 180px;
    width: 180px;
	background: url(../image/circle_bg2.png) left top no-repeat;
	background-size:contain;
}
.btn_bg2{
	position: relative;
	top: 0px;
  	left: 0px;
	height: 180px;
	width: 180px;
	background: url(../image/click_bg1.png) left top no-repeat;
	background-size:contain;
}

.image_icon {
	position: absolute;
	top: 35px;
	left: 37px;
	z-index: 100;
	cursor: pointer;
}
#routerIcon {
	position: absolute;
	top: 125px;
	left: 395px;
	z-index: 99;
	cursor: pointer;
}
#wirelessIcon {
	position: absolute;
	top: 183px;
	left: 690px;
	z-index: 99;
	cursor: pointer;
}
#clientIcon {
	position: absolute;
	top: 125px;
	left: 725px;
	z-index: 99;
	cursor: pointer;
}
#extenderIcon {
	position: absolute;
	top: 148px;
	left: 635px;
	z-index: 99;
	cursor: pointer;
}
#usbIcon {
	position: absolute;
	top: 300px;
	left: 635px;
	z-index: 99;
	cursor: pointer;
}

.IconName {
	position: relative;
	top: 0px;
	left: 0px;
	color: #3e5055;
	text-align: center;	
}
.IconName_clients {
	position: relative;
	top: 0px;
	left: 0px;
	color: #3e5055;
	height: 20px;
	text-align: center;	
}
.warning_icon{
	position: absolute;
	top: -3px;
	left: -30px;
	height: 35px;
	width: 35px;
}

#line_wan {
	position: absolute;
	top: 219px;
	left: 175px;
	z-index:1;
}
#wan_connstat {
	position: absolute;
	top: 213px;
	left: 303px;
	z-index:2;
}
#line_wifi {
	position: absolute;
	top: 219px;
	left: 510px;
}
#line_usb {
	position: absolute;
	top: 235px;
	left: 455px;
}
#line_ethernet {
	position: absolute;
	top: 219px;
	left: 470px;
}
#w_this {
	position: absolute;
	top:  330px;
	left: 50%;
	margin-left: 10px;
}
#router_warning_msg {
	position: absolute;
	top: 340px;
	left: 50%;
	margin-left: -125px;
	width: 300px;
	background-color: #00a335;
	z-index: 101;	
}
#router_warning_table{
	position: relative;
	color: #fff;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	text-align: center;	
}
#close_warnning {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	margin: 10px;
	padding: 0px;
	background: url(../image/closeDialog2.png) left top no-repeat;
	cursor:pointer;
	z-index: 102;
	background-size:contain;
}

#newFirmwareIcon {
	position: relative;
	top: 3px;
}
.gerneral_Info_label {
	color: #333;
	cursor: auto;
	margin-bottom: 0px;
}
.alertInfo_label {
	cursor: pointer;
	color: #ff801a;
	margin-bottom: 0px;
}
.alertInfo {
	margin-right:10px;
	cursor: pointer;
}

#goto_Wizard_table {
	position: absolute;
	top: 280px;
	left: 270px;
	z-index: 100;
	width: 400px;
	text-align: center;
}
.goto_Wizard {
	color: #fff;
	background-color: #87c984;
    width: 150px;
	border: solid 1px #87c984;
	text-align:center;
	padding:10px 5px;
	cursor:pointer;
	font-size: 14px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 13px;
    outline: none;
}
.goto_Wizard:hover {
    color: #8b979f;
}
#this_wz {
	position: absolute;
	top: -8px;
	left: 188px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 10px 13px;
	border-color: transparent transparent #87c984 transparent;
}
/*/////////////////////////Information_Router/////////////////////////////////*/

.infor {
	position: relative;
	top: 30px;
    left: 0px;
	width: 900px;
    margin: 0 auto;
	background-color: transparent;
	z-index: 3;
	padding: 0 0 30px 0;
}
.infor:after {
    content: '';
    display: block;
    clear: both;
}
.infor{
    zoom: 1;  /*兼容IE6/7*/
}

#Extender_Group table td, #Client_Group table td {
	height: 120px;
}

/*/////////////*/

.Wizard_button{
	position: absolute;
	top: 80px;
	left: 0px;
	width:80px;
	color:#FFF;
	display:block;
	text-decoration:none;
	margin:0 auto;
	/*border-radius:5px;*/
	border:solid 1px #00a335;
	background:#00a335;
	text-align:center;
	padding:10px 30px;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}

#backbtn {
	position: absolute;
	top: 175px;
	left:0px;
}

#nextbtn{
	position: absolute;
	top: 175px;
	right:0px;
}
/*////////////////////// Ethernet /////////////////////////*/
#FunctionName {
	position: relative;
	top: 10px;
	left: 250px;
	color: #56583f;
	font-size:40px;
}

#wallimage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 195px;
}

#directions {
	position: absolute;
	top: 70px;
	left:250px;
	color: #56583f;
	font-size:14px;
	width: 650px;
}

#Save_btn {
	position: relative;
  	width: 130px;
   	height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 52px;
	background: url(../image/save_btn3.png) left top no-repeat;
}


#wizard_btn {
	position: absolute;
	top: 97px;
	left: 37px;
	z-index: 100;
	min-width: 120px; 
}

.styled-button {
	position: relative;
	top: 0px;
	color: #FFF;
	display: block;
	text-decoration:none;
	margin:0 auto;
	border:solid 1px #00a335;
	background:#00a335;
	text-align:center;
	padding:10px 15px;
	min-width: 120px;
	cursor:pointer;
	font-size: 14px;
}
.styled-button:hover{
	background:rgba(255, 115, 107, 0.8);
}

.styled_button_s {
	/*position: relative;*/
	/*top: 0px;*/
	/*color: #FFF;*/
	/*display: block;*/
	/*display: inline-block;*/
	/*text-decoration:none;*/
	/*border:solid 1px #4598aa;*/
	/*background:#4598aa;*/
	/*text-align:center;*/
	/*padding:10px 15px;*/
	/*min-width: 120px;*/
	/*font-size: 11pt;*/
	/*cursor:pointer;	*/
    background-color:#00a335;
    border: 1px solid #00a335;
    border-radius: 4px;
    color: #fff;
    height:40px;
    min-width:100px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sens-serif;
    /* letter-spacing: 4px; */
    top: 0;
    outline:0;
}
.styled_button_s:hover{
	background:rgba(177, 222, 174, 0.8);
}

/*Home Extender Card Reboot&Remove btn*/
.styled_button_s.ExtenderReboot {
	display: block;
	top: 20px;
	width: 100px;
	margin: 0 auto;
	padding: 5px 10px;
}
.styled_button_s.ExtenderRemove {
	display: block;
	top: 30px;
	width: 100px;
	margin: 0 auto;
	padding: 5px 10px;
}
/*Home Extender END*/

.styled_button_dis {
	position: relative;
	top: 0px;
	color: #FFF;
	/*display: block;*/
	display: inline-block;
	text-decoration:none;
	border:solid 1px #9d9da1;
	background:#9d9da1;
	text-align:center;
    height: 40px;
	min-width: 100px;
	font-size: 18px;
    border-radius: 4px;
	/* letter-spacing: 4px; */

}
.styled_button_wz {
	position: relative;
	top: 0px;
	color: #FFF;
	display: inline-block;
	text-decoration:none;
	border:solid 1px #c40000;
	background:url(../image/button_wz_bg.png) left top repeat-x;
	text-align:center;
	padding:8px 10px;
	font-size: 14px;
	cursor:pointer;
	
}
.styled_button_wz:hover{
	background: url(../image/button_wz_bg_hover.png) left top repeat-x;
}
.myTable_index_usb  {
	margin: 0 0 0 40px; 
}
.myTable_index_usb th {
	text-align: left;
	min-width: 150px;
	max-width: 200px;
}

.inforTableTitle {
	white-space:nowrap;
	color: #000;
 	font-weight: bold;
  	font-size: 12pt;
  	line-height:10px;
}
.inforTableTitle th {
	padding: 0 0 0 7px;
}

#usbDeviceSpace_Status {
	position: relative;
	top: 0px;
	left: 40px;
}
#usbDeviceSpace_Percent td {
	position: relative;
	top: 0px;
	left: 40px;
	width: 310px;
}
#usbDeviceSpace_PercentValue td {
	position: absolute;
	width: 300px;
	top: 93px;
	left: 50px;
	font-size: 12pt;
	text-align: center;
}

#usbDeviceSpace_PercentValue2 td {
	position: absolute;
	width: 300px;
	top: 221px;
	left: 50px;
	font-size: 12pt;
	text-align: center;
}
#usbport_2 {
	position: relative;
	top:10px;
	left:0px;

}
/*/////////////////////Login///////////////////////*/

#logIn {
	position: relative;
	top: 40px;
	left: 280px;
	width: 337px;
   	height: 218px;
	background: url(../image/logInTable.png) left top no-repeat;
	text-align: center;
}
#logInTable {
	position: relative;
	top: 0px;
	left: 0px;
	width: 330px;
	line-height:40px;
}
#logInTable th {
	width: 150px;

}

#Lheader {
	position: relative;
	width: 900px;
	height: 95px;
}

#versionTable {
	position: relative;
	top: 38px;
	left: 130px;
	width: 780px;
	font-size: 10pt;
}
#versionTable2 {
	position: relative;
	top: 45px;
	left: 200px;
	width: 600px;
	font-size: 10pt;
}
/*///////////////////// Ethernet Client ///////////////////////*/
.client_Tag {
	position: relative;
  	width: 295px;
   	height: 110px;
   	background: url(../image/Client_Card_s.png) no-repeat;
	background-size:100% 100%;
	margin-right: 10px;
}
.client_add_Tag {
	position: relative;
  	width: 285px;
   	height: 110px;
   	background: url(../image/Client_Card_add.png) no-repeat;
   	background-size:contain;
}
.link_IconE,
.link_IconE_Allow {
	position: relative;
	top: 40px;
	left: 12px;
	width: 32px;
	height: 32px;
	background: url(../image/EthernetClient.png) no-repeat;
	background-size: contain;
}
.link_IconE_Extender {
	position: relative;
	top: 40px;
	left: 12px;
	width: 32px;
	height: 32px;
	background: url(../image/extender_off.png) no-repeat;
	background-size: contain;
}
.link_Offline_Block,
.link_IconE_Block {
	position: relative;
	top: 30px;
	left: 5px;
	width: 50px;
	height: 50px;
	background: url(../image/Ethernet_Block_.png) no-repeat;
	background-size:contain;
	
}
.link_Offline_Allow {
	position: relative;
	top: 40px;
	left: 12px;
	width: 32px;
	height: 32px;
	background: url(../image/EthernetClient_Disconnected.png) no-repeat;
	background-size:contain;
}
.link_IconW,
.link_IconW_Allow {
	position: relative;
	top: 40px;
	left: 5px;
	width: 50px;
	height: 50px;
	background: url(../image/wireless_icon.png) no-repeat;
	background-size:contain;
}
.link_IconW5G,
.link_IconW5G_Allow{
	position: relative;
	top: 40px;
	left: 5px;
	width: 50px;
	height: 50px;
	background: url(../image/wifi_5g.png) no-repeat;
	background-size:contain;
}

.link_IconExtender{
	position: relative;
	top: 40px;
	left: 12px;
	width: 32px;
	height: 32px;
	background: url(../image/extender.png) no-repeat;
	background-size:contain;
}
.link_IconPowerLine{
	position: relative;
	top: 40px;
	left: 12px;
	width: 32px;
	height: 32px;
	background: url(../image/powerLine.png) no-repeat;
	background-size:contain;
}
.link_IconW_Block {
	position: relative;
	top: 30px;
	left: 5px;
	width: 50px;
	height: 50px;
	background: url(../image/Wireless_Block_.png) no-repeat;
	background-size:contain;
}

.client_Info {
	position: absolute;
	top: 30px;
	left: 74px;
	width: 264px;
}

.client_Name {
	position: absolute;
	top: -20px;
	font-size: 15px;
	color: #000;
	line-height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 109px;
}
.client_Name.Extender {
	top: 0;
}
.client_Name_Offline {
	color: #666666;
}
.client_IPv4Address {
	position: absolute;
	top: 10px;
	right: 70px;
	font-size: 12px;
	line-height: 28px;
}
.client_ExtenderQulity {
	position: absolute;
	top: 30px;
	font-size: 12px;
	line-height: 28px;
	color: #000;
}
.client_signalQulity {
	height: 10px;
	display: inline-block;
	background: url(../image/signal_icon_2.png) no-repeat;
	background-size: 27px 45px;
}
.client_signalQulity.Good {
	width: 30px;
	background-position: 0 -30px;
}
.client_signalQulity.Poor {
	width: 30px;
	background-position: 0 -15px;
}
.client_signalQulity.Bad {
	width: 30px;
	background-position: 0 0;
}
.client_signalQulity.Disconnect {
	display: none;
}
.client_ExtenderType {
	position: absolute;
	top: 40px;
	font-size: 12px;
	line-height: 28px;
	color: #000;
}
.client_Vender {
	position: absolute;
	top: 10px;
	font-size: 12px;
	line-height: 28px;
}

.client_IPv6Address {
	position: absolute;
	top: 30px;
	left: -3px;
	font-size: 10px;
	line-height: 28px;
	text-align:right;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width: 195px;
}

.client_Mac {
	position: absolute;
	top: 30px;
	font-size: 10px;
	line-height: 28px;
	width: 200px;
}

.client_EditImage {
	position: absolute;
	top: -25px;
	right: 91px;
	width: 28px;
	height: 28px;
	background: url(../image/edit_btn.png) no-repeat;
	background-size:contain;
}
.client_SignalImage{
	position: absolute;
    top: -23px;
    right: 125px;
    width: 28px;
    height: 28px;
   
}
.signal_middle{
	background: url(../image/signal_middle.png) no-repeat;
    background-size: contain;
}
.signal_weak{
	background: url(../image/signal_weak.png) no-repeat;
    background-size: contain;
}
.signal_strong{
	background: url(../image/signal_strong.png) no-repeat;
    background-size: contain;
}
.client_SignalNum{
	display:inline-block;
	position: absolute;
	top: -4px;
    right: 117px;
    font-size: 12px;
    line-height: 28px;
}



.ExtenderCard_Settings {
	position: absolute;
	top: 30px;
	right: 59px;
	width: 50px;
	height: 50px;
	background: url(../image/gear_bg.png) no-repeat;
	background-size: contain;
}
.ExtenderCard_SettingsIMG {
	width: 30px;
	height: 30px;
	background: url(../image/gear_icn.png) no-repeat;
	background-size: 50px 50px;
	background-position: right bottom;
	margin: 20px;
}
/*disabled img*/
.ExtenderCard_SettingsIMG.disabled {
	background: url(../image/gear_icn_disabled.png) no-repeat;
}
.client_EditImage.ExtenderReturn {
	top: 10px;
	right: 240px;
	background: url(../image/back_icon.png) no-repeat;
	background-size:contain;
	cursor: pointer;
}

.client_Access {
	position: absolute;
	top: 50px;
	font-size: 12px;
	line-height: 28px;
}
/*/////////////////*/
.block {
	position: relative;
	top: 00px;
	left: 00px;
  	width: 400px;
   	height: 136px;
}
/*/////////////////*/
#editPop, #editExtenderPop {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background:url(../image/black_bg.png);
	text-align: center;
}
/*
#popRect {
	position: relative;
	top: 250px;
	width: 616px;
	Height: 450px;
	margin: 0 auto;
}
*/
#popTop {
	position: relative;
	top: 0px;
  	width: 616px;
   	height: 30px;
	background: url(../image/pop_top.png) left top no-repeat;
}
#popstyled_button_s {
	position: relative;
	top: 0px;
  	width: 616px;
  	background: url(../image/pop_body.png) left top repeat-y;
}
#popBottom {
	position: relative;
	top: 0px;
  	width: 616px;
   	height: 30px;
	background: url(../image/pop_bottom.png) left top no-repeat;
}
.popTitle {
	position: relative;
	top: 0px;
	left: 0px;
	color: #000;
	font-size: 17pt;
	font-weight: normal;
	margin: 0px 0px 10px 30px;
}
#Save_edit_pop_btn {
	width: 130px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	text-align:center;
	line-height:42px;
	background-color: #00a335;
    border-radius: 4px;
}
.checkbox_on {
	/*display: block;*/
	/*width:85px;*/
	/*height:40px;*/
	/*cursor:pointer;*/
	/*background:#fff url(../image/enable.png) left top no-repeat;*/
	/*font-size: 11pt;*/
	/*line-height:40px;*/
	/*color:#fff;*/
	/*padding-right:15px;*/
	/*text-align:center; */
	/*background-size:contain;*/
    background: url("../image/icon_choose_kai.png") 0px 8px;
    color: #fff;
    cursor: pointer;
    font-size: 11pt;
    height: 28px;
    line-height: 28px;
    width: 56px;
    display: inline-block;
    background-repeat: no-repeat;
}
.checkbox_on input, .checkbox_off input {
	display: none;
}
.checkbox_off {
	/*display: block;*/
	/*width:85px;*/
	/*height:40px;*/
	/*background: #fff url(../image/disable.png) left top no-repeat;*/
	/*font-size: 11pt;*/
	/*line-height:40px;*/
	/*color:#fff;*/
	/*padding-left:15px;*/
	/*text-align:center;*/
	/*background-size:contain;*/
    background: url("../image/icon_choose_guan.png") 0px 8px;
    color: #fff;
    cursor: pointer;
    font-size: 11pt;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 56px;
    display: inline-block;
    background-repeat: no-repeat;
}
#bold {
 	color: #3e5055;
 	font-weight: bold;
 	font-size: 12pt;
}


.linkstyle_1 a{
	color: #000;
}
.linkstyle_2 a{
	color: #ff73ab;
}
.linkstyle_3 a{
	color: #000;
	font-size: 12pt;
}

/*///////////////////// Extender Card ///////////////////////*/
.client_Tag2 {
    position: relative;
    width: 285px;
    height: 110px;	
}

.extenderLargeCard {
	position:relative;
	width:100%;
	height:100%;
	-webkit-perspective:500px;
	   -moz-perspective:500px;
	 	-ms-perspective:500px;
	     -o-perspective:500px;
	        perspective:500px;
}

.extenderCardBg1 {
    width: 270px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    background:url(../image/Client_Card_s.png) left top no-repeat;
    background-size:contain;
	z-index:-1;
	-webkit-backface-visibility:hidden;
	   -moz-backface-visibility:hidden;
	    -ms-backface-visibility:hidden;
	     -o-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transform:rotateY(0deg);
	   -moz-transform:rotateY(0deg);
	    -ms-transform:rotateY(0deg);
	     -o-transform:rotateY(0deg);
	        transform:rotateY(0deg);
}

.extenderCardBg1_2 {
	-webkit-transform:rotateY(-180deg);
	   -moz-transform:rotateY(-180deg);
	    -ms-transform:rotateY(-180deg);
	     -o-transform:rotateY(-180deg);
	        transform:rotateY(-180deg);
}

.extenderCardBg2 {
    width: 270px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    background:url(../image/Client_Card_Back_s.png) left top no-repeat;
    background-size:contain;    
	z-index:-1;
	-webkit-backface-visibility:hidden;
	   -moz-backface-visibility:hidden;
	    -ms-backface-visibility:hidden;
	     -o-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transform:rotateY(180deg);
	   -moz-transform:rotateY(180deg);
	    -ms-transform:rotateY(180deg);
	     -o-transform:rotateY(180deg);
	        transform:rotateY(180deg);
}

.extenderCardBg2_2 {
	-webkit-transform:rotateY(0deg);
	   -moz-transform:rotateY(0deg);
	    -ms-transform:rotateY(0deg);
	     -o-transform:rotateY(0deg);
	        transform:rotateY(0deg);
}


.extenderCardTransition {
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
   	    -ms-transition:all .5s;
	     -o-transition:all .5s;
	        transition:all .5s;
}

/*////////////////////////POPUI/////////////////////////*/
#popRect {
	position: relative;
	top: 0px;
	width: 616px;
	margin: 0 auto;
}

#wizard_title_bg {
    position: relative;
    top: 0px;
    left: -22px;
    width: 527px;
    height: 40px;
    /* background: url(../image/title_2.png) left top no-repeat; */
    background-color: #00a335;
    background-size: contain;
    border-radius: 4px;
}
#wizard_title {
	text-align: left;
	padding: 10px 0px 0px 40px;
	font-size: 15pt;
	font-weight: bold;
	color: #fff;
}
#topology {
	width: 634px;
   	height: 63px;
	display: inline-block;
}
#wizard_internet {
	position: absolute;
	top: 90px;
	left: 99px;
  	width: 64px;
   	height: 63px;
	background: url(../image/atp-icon1.png) left top no-repeat;
	background-size:contain;
}
#wizard_wan_line {
	position: absolute;
	top: 120px;
	left: 170px;
  	width: 130px;
   	height: 5px;
}
.wizard_wan_line_on {
	background: url(../image/line_z_on_y.png) left top no-repeat;
	/* margin: 0 0 0 5px; */
	background-size:contain;
}
.wizard_wan_line_off {
	background: url(../image/line_z_off.png) left top no-repeat;
	/* margin: 0 0 0 5px; */
	background-size:contain;
}
#wizard_router {
	position: absolute;
	top: 65px;
	left: 272px;
  	width: 115px;
   	height: 110px;
    background-size: cover;
}

.wizard_router_on {
	background: url(../image/device_front.png) left top no-repeat;
}

.wizard_router_off {
	background: url(../image/device_front.png) left top no-repeat;
    /* margin-left: -10px */
}
#wizard_wifi_line {
	position: absolute;
	top: 98px;
	left: 365px;
  	width: 130px;
   	height: 50px;
}
.wizard_wifi_line_on {
	background: url(../image/wifi_on_y.png) left top no-repeat;
	background-size:contain;
}
.wizard_wifi_line_off {
	background: url(../image/wifi_off.png) left top no-repeat;
	background-size:contain;
}
#wizard_wifi {
	position: absolute;
	top: 90px;
	left: 496px;
  	width: 64px;
   	height: 64px;
	background: url(../image/atp-icon2.png) left top no-repeat;
	background-size:contain;
}
#wizard_deviceName {
	position: relative;
	width: 600px;
	text-align: center;
	left: 10px;
    top:21px;
}
#wizard_deviceName td {
	width: 200px;
	font-weight: bold;
}
#wording {
	position: relative;
	text-align: left;
}
#wizard_wording {
	position: relative;
	padding-top: 10px;
	text-align: left;
	/*background: red;*/
}

#wizard_wording_p2 {
	position: absolute;
	width: 580px;
	left: 40px;
	padding-top: 10px;
	text-align: left;
}
#wizard_settings {
	position: relative;
	text-align: left;
	width: 600px;
	left: 10px;
    top:16px;
	/*background-color: red;*/
}


#detection {
	position: relative;
	height: 600px;
}
#plug_page {
	position: relative;
	left: 0px;
}
#connectionType_Table th{
	position: relative;
	text-align: left;
}
#connectionType_Table td{
	position: relative;
	text-align: left;
}
/*.styled-button_enable {*/
	/*position: relative;*/
	/*min-width: 100px;*/
	/*height: 32px;*/
	/*color: #FFF;*/
	/*display: inline-block;*/
	/*text-decoration: none;*/
	/*margin: 0 auto;*/
	/*padding: 0px;*/
	/*border: solid 1px #ff736b;*/
	/*background: #ff736b;*/
	/*padding: 0px 10px;*/
	/*font-size: 12pt;*/
	/*cursor: pointer;*/
/*}*/
.styled-button_enable {
    background-color:#00a335;
    border: 1px solid #00a335;
    border-radius: 4px;
    color: #fff;
    height:40px;
    width:100px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-family: "微软雅黑 Regular","微软雅黑";
    /* letter-spacing: 4px; */
    top: 0;
    outline:0;
}
.styled-button_disable {
	position: relative;
	min-width: 100px;
	height: 32px;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	margin: 0 auto;
	padding: 0px;
	border: solid 1px #ccc;
	background: #ccc;
	padding: 0px 10px;
	cursor: default;
	font-size: 12pt;
}

#wizard_setupTable {
	position: relative;
	top: 10px;
	line-height: 22pt;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#pppoe_setupTable {
	position: relative;
	max-width: 596px;
	line-height: 25pt;
	/*top: 10px;*/
}
#pppoe_setupTable th{
	position: relative;
	text-align: right;
}
#pppoe_setupTable td{
	position: relative;
	text-align: left;
}
#staticIP_setupTable {
	/* position: relative;
	max-width: 570px;
	top: 10px; */
	margin: 10px auto;
}
#wifi_setupTable  {
	position: relative;
	text-align: left;
	width: 590px;
}
#wifi_setupTable th {
	width: 100px;
	text-align: right;
}
#device_name_plug {
	position: relative;
	margin: 0 auto;
}
#devicePassword_setupTable {
	position: relative;
	max-width: 596px;
	height: 100px;
	/*top: 15px;*/
}
#confirm_setupTable {
	position: relative;
	width: 570px;
	margin: 30px auto;
}
#confirm_setupTable th{
	text-align: right;
	min-width: 250px;
}
#confirm_setupTable td{
	text-align: left;
	min-width: 200px;
	word-break:break-all;
}
#congratulationsTable {
	position: relative;
	margin: 0 auto;
	width:600px;
	top: 0px;
}
#congratulationsTable td{
	position: relative;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 5px 0;
	min-width: 250px;
	word-break:break-all;
}
#congratulationsTable th{
	position: relative;
	height: 70px;
}
#congratulationsTable2 {
	position: relative;
	min-width: 360px;
}
#congratulationsTable2 td {
	padding: 0 0 0 0;	
}
.wz_status {
	position: relative;
	margin: 10px 0 0 0 ;
}
.wz_settings_title {
	float:left;
	color:#000;
	padding: 0 0 0 10px; 
}

.wz_settings {
	float:left;
	color:#000;
	padding: 0 0 0 5px; 
}
.wizard_area1 {
	position: relative;
	min-height: 200px;
	text-align: center;
}
.wizard_area2 {
	position: relative;
	min-height: 250px;
	text-align: center;
}
#wizard_settings_body{
	position: relative;
	margin: 0 auto;
	display: inline-block;	
}
#Loading_pop_image {
	position: relative;
	margin: 0px auto;
	top: 0px;
	height: 80px;
	width:260px;
	background: url(../image/loading.gif) left top no-repeat;
	background-position: center;
	background-size: 60px 60px;
}
#Loading_pop_image2 {
	position: relative;
	top: 0px;
	left: 2px;
	width: 62px;
	min-height: 62px;
	background: url(../image/loading.gif) left top no-repeat;
	background-position: center center;
	background-size: 62px 62px;
}
#mydlinkIcon {
	position: relative;
	margin: 0 auto;
	width:115px;
	height:66px;
}
#mydlink_Table {
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	top: 5px;
}
#mydlink_Table td {
	position: relative;
	text-align: left;
}
#mydlink_Table2 {
	position: relative;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	width: 570px;
}
#mydlink_Table2 tr th {
	min-width: 150px;
}
#mydlink_Table2 tr td {
	position: relative;
	text-align: left;
	min-width: 150px;
}
#mydlink_Table3 {
	position: relative;
	margin: 0 auto;
	width: 570px;
}
#mydlink_Table3 th {
	min-width: 250px;
}
#mydlink_Table3 td {
	position: relative;
	text-align: left;
	min-width: 250px;
}
/*/////////////////////Login///////////////////////*/

#logIn {
	position: relative;
	top: 40px;
	left: 280px;
	width: 337px;
   	height: 218px;
	background: url(../image/logInTable.png) left top no-repeat;
	text-align: center;
}
#logIn_captcha {
	position: relative;
	top: 40px;
	margin: 0 auto;
	width: 611px;
   	height: 293px;
	background: url(../image/Login_bg2.gif) left top no-repeat;
	text-align: center;
}
#logInTable {
	position: relative;
	top: 30px;
	left: 0px;
	width: 330px;
	text-align:center;
	line-height:40px;
}
#logInTable th {
	width: 150px;
	font-size: 11pt;
}
#logInTable_captcha_left {
	position: relative;
	top: 60px;
	left: 0px;
	width: 300px;
	text-align:center;
	line-height:40px;
	table-layout:fixed;
}
#logInTable_captcha_left th {
	width: 150px;
	font-size: 11pt;
	word-break: break-all; /*auto wrap*/

	/*overflow: hidden;  //"..."
	text-overflow: ellipsis;*/
}
#logInTable_captcha_right {
	position: absolute;
	top: 40px;
	left: 330px;
	width: 250px;
	line-height:25px;
	table-layout:fixed;
	text-align:left;
	font-size: 11pt;
	
}
#buttonTable {
	position: relative;
	max-width: 600px;
	margin: 0;
	padding: 0;
}
#buttonTable th {
	width:600px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#buttonTable td {
	margin: 0;
	padding: 0;
}
#buttonTable_captcha {
	position: relative;
	top: 50px;
	left: 0px;
	width: 330px;
	text-align:center;
	line-height:40px;
}
#logIn_btn {
	position: relative;
	top: 55px;
    /*width: 102px;*/
    width: auto;
}
#logIn_btn_c {
	position: relative;
	top: 135px;
}

#Lheader {
	position: relative;
	width: 900px;
	height: 95px;
}
#logo {
	position: absolute;
	left: -46px;
	top: 23px;
	margin: 0;
}
#refresh_button {
	cursor: pointer;
}

.styled-text {
	border: 1px solid #00a335;
	height: 30px;
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height:28px\9; /* for IE8 */
}

#back_button {
	position: absolute;	
	top: 180px;
	left: 0px;
	min-width: 50px;
	max-width: 500px;
	font-size: 18pt;
	text-align:left;	
}
#gz_button {
	position: absolute;	
	top: 180px;
	right:0px;
	min-width: 50px;
	max-width: 500px;
	font-size: 18pt;
	text-align:right;		
}
.back_btn {
	z-index: 100;
	position: relative;
	top: 0px;
	background:#fff url(../image/slidebtn_prev.png) left top no-repeat;

	color:#585743;
	padding:8px 0px 10px 40px;
}
.back_btn:hover{
	background:#fff url(../image/slidebtn_prev.png) left top no-repeat;
	color:#000;
}
/*////////////////////////POPUI_Wizard/////////////////////////*/ 
#createPop {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: url(../image/black_bg.png);
}
#createPop_Manual {
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0;
	width: 100%;
	height:100%;
}
#dialogBox_Background {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: url(../image/black_bg.png);
}
#dialogBox {
	position: relative;
	top: 80px;
	margin: 0 auto;
	border: 2px solid #fff;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px 20px 30px 20px;
	-moz-box-shadow: 3px 3px 25px #000;
	-webkit-box-shadow: 3px 3px 25px #000;
	box-shadow: 3px 3px 25px #000;
	/*background:#fff url('../image/dialog_bg.png') left top repeat-x;*/
}
.myCreatePop_table {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #56583f;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.myCreatePop_table th {
	width: 180px;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 0px;	
}
.myCreatePop_table td {
	padding: 6px;	
	text-align: left;
}
#closeCreatePopBtn, #closeExtenderPopBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 26px;
	height: 26px;
	margin: 20px;
	padding: 0px;
	background: url(../image/closeDialog3.png) left top no-repeat;
	cursor:pointer;
	z-index: 100;
	background-size:contain;
}
/*////////////////////////POPUI/////////////////////////*/ 
.clicked {
	position: relative;
	width:26px; 
	height:27px;
	cursor:pointer;
	background: #fff url(../image/checkBox_o.png) left top no-repeat;
	background-size:contain;
}
.unclick {
	position: relative;
	width:26px; 
	height:27px;
	cursor:pointer;
	background: #fff url(../image/checkBox_c.png) left top no-repeat;
	background-size:contain;
}

#ipv4_btn {
	position: absolute;
	top: 8px;
	left: 800px;
}
#ipv6_btn {
	position: absolute;
	top: 8px;
	left: 850px;
}

.v4v6_linkstyle_1 {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.v4v6_linkstyle_2 {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer; 
}

#DetectRouterConnection {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background:url(../image/black_bg.png);
	text-align: center;
}
#CreatePopAlertMessage {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background:url(../image/black_bg.png);
	text-align: center;
}
#CreatePopAlertMessage2 {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background:url(../image/black_bg.png);
	text-align: center;
}
#AlertPopRect {
	position: relative;
	top: 100px;
	width: 368px;
	height: 368px;
	margin: 0 auto;
}
#AlertPopRect2 {
	position: relative;
	top: 100px;
	width: 116px;
	height: 116px;
	margin: 0 auto;
}
#AlertPopBody {
	position: relative;
	top: 0px;
  	width: 368px;
  	height: 368px;
  	background: url(../image/loading_big.png) left top repeat-y;
}
.myAlertPop_table {
	position: absolute;
	top: 50px;
	left: 55px;
	max-height: 360px;
	max-width: 260px;
	color: #56583f;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}
.myAlertPop_table td {
	padding: 6px;
	text-align: center;
}
#Confirm_btn {
	position: relative;
  	min-width: 80px;
  	max-width: 130px;
   	height: 34px;
	font-size: 18px;
	color: #000;
	text-align:center;
	line-height:34px;
	background-color: #fff;
	border: #9d9d9d 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#Information_pop_image {
	width: 250px;
	min-height: 70px;
	max-height: 100px;
	background: url(../image/Infor2.png) left top no-repeat;
	background-position: center center;
	background-size:24px 24px;
}
#reciprocal_Number {
	font-size: 12pt;
	font-weight: bold;
}

#dialog_msg_black {
	font-size: 11pt;
	font-weight: bold;
	line-height: 25px;
	color: #454545;
	text-align: center;
	min-height: 110px;
	max-height: 120px;
	width: 260px;
	word-wrap: break-word; 
	word-break: normal; 
	padding: 0 0 20px 0;
}
#dialog_msg_black2 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 25px;
	color: #454545;
	text-align: center;
	min-height: 90px;
	max-height: 120px;
	width: 260px;
	word-wrap: break-word; 
	word-break: normal; 
	padding: 20px 0 20px 0;
}
.myAlertPop_table_b {
	position: absolute;
	top: 70px;
	left: 55px;
	max-height: 360px;
	max-width: 260px;
	color: #56583f;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}
label.error {
	color: #FF0000;
	/*line-height: 1.5;*/
}
input.valid {
    border: 1px solid #00a335;
}
input.error {
    border: 1px solid #A52A2A;
}
/*/////////////////////////////////*/
.goto_icon {
	position: relative;
	top: 0px;
	left: 5px;
}
.goto {
	display:block;
	background-color: transparent;
	border:0px;

	position:relative;
	text-align: right;
	font-weight: normal;
	font-size: 12pt;
}
.goto a{
	color:#00a335;
}

.goto a:hover {
	text-decoration: none;
	color:#87c984;
}

input:focus,textarea:focus,select:focus{
  border:1px solid #00a335;
  box-shadow:0 0 10px #00a335;
  outline: none;
}
/*.client_Name {
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width: 170px;
}*/

input[type=checkbox].chkbox {
	display:none;
}

input[type=checkbox].chkbox + label
{
	background-image: url(../image/checkbox.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #aaa;
    background-size: 282px 40px;
	height: 40px;
	width: 122px;
	display:inline-block;
	text-align: center;
	font-size: 11pt;
	line-height:40px;
	color:#fff;
	cursor:pointer;

	/*-webkit-animation: checkboxclose 0.3s;
	animation: checkboxclose 0.3s;*/
}

input[type=checkbox].chkbox:checked + label {
	background-position: left top;
	background-color: #00a335;

	/*-webkit-animation: checkboxopen 0.3s;
	animation: checkboxopen 0.3s;*/
}

input[type=checkbox].chkbox + label > .chkbox_enabled,
input[type=checkbox].chkbox:checked + label > .chkbox_disabled
{
	display:none;
margin-right: 20px;
}

input[type=checkbox].chkbox + label > .chkbox_disabled,
input[type=checkbox].chkbox:checked + label > .chkbox_enabled
{
	display:inline-block;
}

input[type=checkbox].chkbox:disabled + label {
	background-color: #aaa;
	color:#ccc;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes checkboxclose {
    from {
    	background-position: left top;
    	background-color: #00a335;
    }
    to {
    	background-position: right top;
	    background-color: #ccc;
    }
}

/* Standard syntax */
@keyframes checkboxclose {
    from {
    	background-position: left top;
    	 background-color: #00a335;
    }
    to {
    	background-position: right top;
	    background-color: #ccc;
    }
}

@-webkit-keyframes checkboxopen {
    from {
		background-position: right top;
		background-color: #ccc;
    }
    to {
    	background-position: left top;
    	background-color: #00a335;
    }
}

/* Standard syntax */
@keyframes checkboxopen {
    from {
		background-position: right top;
		background-color: #ccc;
    }
    to {
		background-position: left top;
		background-color: #00a335;
    }
}