body {
	background-color: #eceded;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #344b57;
	margin: 0px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
}
body.bdLogin {
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin:100px 0px; 
	padding:0px;
	text-align:center;
}

a {
    color: #344b57;
}
a:hover {
}
a.menuText {
	text-decoration: none;
}
a.menuText:hover {
	font-weight: bold;
}
a_sub_menu {
	background-color: #ffffff;
	padding: 5px;
}
a_sub_menu:hover {
	font-weight: bold;
}
.a_log_area {
	width: 100%; 
	height: 400px; 
	border: 2px 
	inset #BBBBBB; 
	background-color: black; 
	color: #00FF00; 
	font-family: monospace;
}

span.info {
	padding-left: 8px;
}

input, select, textarea {
 font-family      : Tahoma,Arial,Helvetica,Geneva,sans-serif;
 font-size        : 12px;
 color            : #000000;
 padding          : 2px;
 margin           : 0px;
 border           : 1px solid #eceded;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
}
/*
 input:focus, select:focus, textarea:focus {
 font-family      : Tahoma,Arial,Helvetica,Geneva,sans-serif;
 font-size        : 12px;
 color            : #000000;
 padding          : 0px;
 margin           : 0px;
 border           : 1px solid #b1c800;
} */
input.button, input.submit {
	background: url( /img/btnmid.gif );
	background-repeat: repeat-x;
	padding: 2px 5px 2px 5px;
	font-family: Tahoma, Arial,Helvetica,Geneva,sans-serif;
	font-size: 13px;
	color: #344b57;
	width: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow: inset 0 1px 1px #fff, 0 2px 3px #666;*/
	cursor: pointer;
	position: relative;
}
input.buttonBig {
	background: url( /img/btnmid.gif );
	background-repeat: repeat-x;
	padding: 2px 5px 2px 5px;
	font-family: Tahoma, Arial,Helvetica,Geneva,sans-serif;
	font-size: 13px;
	color: #344b57;
	width: 140px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow: inset 0 1px 1px #fff, 0 2px 3px #666;*/
	cursor: pointer;
	position: relative;
}
input.buttonApply {
	background: url( /img/btnmid.gif );
	background-repeat: repeat-x;
	padding: 2px 5px 2px 5px;
	font-family: Tahoma, Arial,Helvetica,Geneva,sans-serif;
	font-size: 13px;
	color: #344b57;
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow: inset 0 1px 1px #fff, 0 2px 3px #666;*/
	cursor: pointer;
	position: relative;
}
input.button:hover {
	font-weight: bold;
}
input.button:active {
  box-shadow: inset 0 2px 5px #fff, 0 1px 3px #666 !important;
  top:2px
}
input.buttonBig:hover {
	font-weight: bold;
}
input.buttonBig:active {
  box-shadow: inset 0 2px 5px #fff, 0 1px 3px #666 !important;
  top:2px
}
input.buttonApply:hover {
	font-weight: bold;
}
input.buttonApply:active {
  box-shadow: inset 0 2px 5px #fff, 0 1px 3px #666 !important;
  top:2px
}
input.inMac {
	width: 115px;
}
input.inSmall {
	width: 20px;
}
input.inQos {
	width: 45px;
}
input.inIp {
	width: 100px;
}
select.selLogin {
	width: 105px;
	background-color: #ffffff;
}
.inBigSize {
	width: 150px;
}
.inCmdSize {
	width: 300px;
}
.inLstCon {
	width: 205px;
}
.inLstConBig {
	width: 450px;
}

div.dvRule {
	visibility: hidden; 
	background-color: #ffffff;
	position: absolute; 
	width: 500px;
}
div.dvRuleTop {
	width: 500px; 
	height: 350px; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index: 2;
	background-color: #ffffff;
}
div.dvRuleIpTop {
	width: 500px; 
	height: 250px; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index: 2;
	background-color: #ffffff;
}
div.dvQosRegTop {
	width: 500px; 
	height: 200px; 
	position:absolute; 
	top:-100px; 
	left:250px; 
	z-index: 2;
	background-color: #ffffff;
}
div.div_leg {
	text-align: right; 
	align: center; 
	height: 20px; 
	width: 40px; 
}
div.dvAlertaFrame {
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	vertical-align: middle;
}
div.dvAlerta {
	width: 600px;
	height: 190px;
	color: #84c125;
	background-color: #eceded;
	border: 2px solid #84c125;
	text-align: center;
	vertical-align: middle;
	margin: 15% auto;
	padding-right: 10px;
	padding-left: 10px;
}
#alertMsg {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: red;
	margin-top: 50px;
}

#message {
	font-weight: bold;
	font-size: 14px;
	color: red;
	padding-left: 8px;
}
#iframe_rule {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1; 
	width: 500px;
	border: 0px;
	height: 350px;
	background-color: #ffffff;
}
#iframe_rule_ip {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1; 
	width: 500px;
	border: 0px;
	height: 200px;
	background-color: #ffffff;
}

#div_all {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 20px;
	padding-left: 20px;
	width: 0px;
	height: 0px;
	z-index: 100;
}
#divIE { /* Espacador da pagina de sinal - BUG IE */
	background-color: #ffffff;
	width: 100%;
	height: 20px;
}
#div_reg {
	visibility: hidden; 
	background-color: #ffffff;
	position: absolute; 
	width: 500px;
}
div.dvSignal {
	width: 15px;
	height: 15px;
	color: #84c125;
	background-color: #84c125;
	border: 1px solid #84c125;
}
div.dvNoise {
	width: 15px;
	height: 15px;
	color: red;
	background-color: red;
	border: 1px solid red;
}
table.tbCadCliHead {
	background-color: #eceded;
	padding: 2px;
	width: 100%;
	text-align: center;
}
table.tbTopFrame {
	border-bottom: 5px solid #b1c800;
	width: 100%;
	background-image: url(/img/tbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#tblTopFrame td {
	margin: 0px; 
	padding: 0px;
}
table.tbMenuFrame {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px'); /* BUG do IE 7 */
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 0px;
}
#tblMenuFrame td {
	margin: 0px;
	padding: 0px;
}
table.tbMenuTabs {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table.tbBodyIE { /* BUG do IE - Nao funciona padding... */
	background-color: #ffffff;
	width: 100%;
	border: 0px;
	padding-bottom: 30px;
}
table.tbBody {
	padding-top: 20px;
	background-color: #ffffff;
	width: 100%;
	border: 0px;
	padding-bottom: 30px;
}
#tblBody td {
	margin: 0px; 
	padding: 0px;
}
table.tbSubMenuFrame {
	background-color: #FFFFFF;
	border: 0px;
	margin: 0px;
}
table.tbSubMenu {
	padding: 0px; 
	width: 100%;
	white-space: nowrap;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#tblSubMenu td {
	margin: 2px; 
	cursor: pointer; 
	white-space: nowrap;
}
table.tblSignalFrame {	
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px; 
	width: 341px;
	height: 100px;
	border: 0px;
}

table.tbStatus {	
	border-spacing: 0px 2px;
	margin-top: 10px;
	width: 420px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
}
td.tdStatsTitle {
	background-color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	width: 50%;
	padding-left: 5px;
	margin-left: 10px;
}
td.tdStatsInfo {
	width: 50%;
	background-color: #eceded;
	font-size: 11px;
	padding-left: 5px;
	height: 18px;
}

td.tdInfoTitle {
	background-color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 0px;
}
td.tdInfo {
	background-color: #eceded;
	font-size: 11px;
	padding-left: 5px;
}
td.tdStatsSize {
	width: 450px;
	vertical-align: top;
}
td.tdStatusIntervalSpace {
	width: 10px;
}
table.tbIcons {
	width: 270px;
	border: 1px solid #eceded;
	padding: 5px;
	font-size: 11px;
}
table.tbConfigs {	
	border-spacing: 0px 6px;
	padding: 0px;
	width: 650px;
}
table.tbWizard {	
	padding: 0px;
	width: 950px;
}
td.tdWizardTitle {
	background-color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	text-align: justify;
}

#tblButton {
	padding-top: 10px;
	margin-left: 300px;
	text-align: right;
}

table.tbLeases {
	width: 500px;
	padding: 0px;
	border: 0px;
}
table.tbAcl {
	width: 250px;
	padding: 0px;
	border: 0px;
}
table.tbRegs {
	border: 0px;
	background-color: #ffffff;
}
#table_regs td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#table_regs_fw_ip td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#table_ips td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#table_arp td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#table_regs_routes td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#table_routes td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#table_site_survey td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#table_wds_control td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#table_wds td {
	text-align: center;
	background-color: #eceded;
	padding: 2px;
}
#tblQosGroupEdit {
	padding: 2px;
	border-spacing: 2px;
	width: 50%;
}
#tblQosGroupEdit td {
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}
#qos_groups {	
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px;
	width: 500px;
}
#qosTree {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px;
	width: 500px;
}
#idNote {
	font-size: 11px;
}
#divBlocked {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: wait;
	display: none;
}
#divProgram {
	padding: 30px;
	position: absolute;
	top: 15%;
	left: 15%;
	background-color: #ffffff;
	border: 2px solid #eceded;
	min-width: 50%;
	min-height: 50%;
	z-index: 101;
	display: none;
	text-align:center;
}
a.a_href {
	text-decoration: none;
}

a.a_href:hover {
	color: #b1c800;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
table.tbMenuContext {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	background-color: #ffffff;
	padding: 0px;
	border: 0px;
	width: 100%;
	border: 2px solid #eceded;
}
table.tbFwRuleFrame {
	padding: 2px;
	border-spacing: 2px;
	width: 100%;
	padding-top: 25px;
}
table.tbFwRuleFrame2 {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px;
	width: 100%;
	padding-left: 15px;
}
table.tbFwRule {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	margin-top: 5px;
	padding: 3px;
	width: 400px;
	background-color: #eceded;
}
table.tbFwRule300 {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	margin-top: 5px;
	padding: 3px;
	width: 300px;
	background-color: #eceded;
}
table.tbFwRuleTop {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	width: 500px;
	background-color: #ffffff;
	padding: 0px;
	border-left: 2px solid #eceded;
	border-right: 2px solid #eceded;
	border-top: 2px solid #eceded;
}
table.tbFwRuleBorder {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	width: 500px;
	height: 100%;
	background-color: #ffffff;
	padding: 0px;
	border-left: 2px solid #eceded;
	border-right: 2px solid #eceded;
	border-bottom: 2px solid #eceded;
}
table.tbFwGroups {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	margin-top: 5px;
	padding: 5px;
	background-color: #eceded;
}

table.tbLoginFrame {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px;
	/*border-right: 1px solid #dadfe2;
	border-left: 1px solid #dadfe2;
	border-top: 1px solid #dadfe2;*/
	width: 322px;
	border: 0px;
}
table.tbLoginCenter {
	border-spacing: 0px;
	border-collapse: expression('separate', cellSpacing = '0px');
	padding-left: 50px;
	width: 250px;
	border: 0px;
}
td.tdLoginTop {
	padding-top: 0px; 
	background-image: url(/img/login_topo-WOM5A23-8.7c.gif);
	width: 322px;
	height: 96px;
}
td.tdLoginLeft {
	padding: 0px; 
	background-image: url(/img/login_esq.gif);
	width: 1px;
	height: 213px;
}
td.tdLoginCenter {
	padding: 0px; 
	background-image: url(/img/login_centro.gif);
	background-repeat: repeat-x;
	width: 320px;
	height: 213px;
}
td.tdLoginMsgTitle {
	vertical-align: top;
	height: 50px;
}
td.tdLoginRight {
	padding: 0px; 
	background-image: url(/img/login_dir.gif);
	width: 1px;
	height: 213px;
}
td.tdMenuContextIcon {
	background-color: #FFFFFF;
}
td.tdMenuContext {
	padding: 2px;
}
td.description {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
td.inactiveMenu {
	padding-top: 0px; 
	background-image: url(/img/tim.gif);
	background-repeat: repeat-x;
	text-align: center;
	white-space: nowrap;
}
td.tdTil {
	padding: 0px; 
	width: 5px;
	height: 21px;
	white-space: nowrap;
}
td.tdTir {
	padding: 0px; 
	width: 5px;
	height: 21px;
	white-space: nowrap;
}

td.activeMenu {
	padding: 0px; 
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}
td.tdSmallSize {
	width: 20px;
}
td.tdActiveSize {
	width: 30px;
}
td.tdFlagsSize {
	width: 50px;
}
td.tdQosSize {
	width: 60px;
}
td.tdIpSize {
	width: 100px;
}
td.tdMacSize {
	width: 115px;
}
td.tdBigSize {
	width: 200px;
}
td.tdCliSize {
	width: 165px;
}
td.tdSsidSize {
	width: 230px;
}
td.tdButton {
	text-align: right;
	height: 30px;
	vertical-align: bottom;
}
td.tdLeftConf {
	width: 300px;
}
td.tdTab {
	width: 300px;
	border: 1px solid #eceded;
}

a.aMenuContext {
	color: #b1c800;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	width: 95%;
	display: block;
	font-weight: bold;
}

a.aLink {
	color: #b1c800;
	cursor: pointer;
	text-decoration: none;
}
a.legendGraf {
	margin-left: 5px ;
	margin-right: 5px ;
	font-weight: normal;
}
a.legendGrafValue {
	/*margin-left: 20px ;*/
	font-weight: normal;
	text-align: right;
}
a.maxLegendGraf {
	margin-left: 5px ;
	margin-right: 5px ;
	font-weight: normal;
}
div.dvLegendFrame {
	float: left;
	width: 50%;
}
div.dvGraf_legend_tx_lan {
	width: 15px;
	height: 15px;
	margin-left: 40px;
	background-color: red;
	float: left;
}
div.dvGraf_legend_max_tx_lan {
	width: 15px;
	height: 15px;
	margin-left: 40px;
	background-color: red;
}
div.dvGraf_legend_rx_lan {
	width: 15px;
	height: 15px;
	margin-left: 40px;
	background-color: rgba(132,193,37,1);
	float: left;
}
div.dvGraf_legend_tx_wlan {
	width: 15px;
	height: 15px;
	margin-left: 40px;
	background-color: red;
	float: left;
}
div.dvGraf_legendFrame {
	width: 400px;
	height: 20px;
	white-space: nowrap;
	text-align: left;
	margin-bottom: 5px;
}
div.dvGraf_legend_rx_wlan {
	width: 15px;
	height: 15px;
	margin-left: 40px;
	background-color: rgba(132,193,37,1);
	float: left;
}
div.dvGrafLan {
	margin-left: 20px;
	text-align: center;
	font-weight: bold;
}
div.dvGrafWlan {
	margin-left: 20px;
	text-align: center;
	font-weight: bold;
}

.fwDivTitle {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #344b57;
	margin-right: 20px;
}

p {
  text-indent: 20px;
}

div.div_min { /* Inicio do CSS para o grafico de sinal*/
	height: 100px;
	width: 60px;
	border-right: 1px solid red;
	float: left;
}
html > body div.div_min {
	height: 100px;
	width: 59px;
	border-right: 1px solid red;
	float: left;
}
div.div_back {
	position: absolute;
	top: 216px;
	left: 60px;
	height: 100px;
	width: 300px;
	background-image: url(/img/points.gif);
	background-position: 2 0;
}
html > body div.div_back {
	position: absolute;
	top: 175px;
	left: 60px;
	height: 100px;
	width: 300px;
	background-image: url(/img/points.gif);
	background-position: 2 0;
}
div.div_min1 {
	height: 100px;
	width: 60px;
	border-right: 1px solid red;
	float: left;
}
html > body div.div_min1 {
	height: 100px;
	width: 59px;
	border-right: 1px solid red;
	float: left;
}
div.div_min2 {
	height: 100px;
	width: 18px;
	border-right: 1px solid red;
	float: left;
}
html > body div.div_min2 {
	height: 100px;
	width: 59px;
	border-right: 1px solid red;
	float: left;
}
div.div_back1 {
	position: absolute;
	top: 450px;
	left: 60px;
	height: 100px;
	width: 300px;
	background-image: url(/img/points.gif);
	background-position: 2 0;
}
html > body div.div_back1 {
	position: absolute;
	top: 175px;
	left: 550px;
	height: 100px;
	width: 300px;
	background-image: url(/img/points.gif);
	background-position: 2 0;
}
div.div_back2 {
	position: absolute;
	top: 450px;
	left: 60px;
	height: 100px;
	width: 300px;
	background-image: url(/img/points.gif);
	background-position: 2 0;
}
html > body div.div_back2 {
	position: absolute;
	top: 410px;
	left: 60px;
	height: 100px;
	width: 300px;
	background-image: url(/img/points.gif);
	background-position: 2 0;
}
div.divSignalFrame {
	position: absolute;
	top: 184px;
	left: 18px;
}
html > body div.divSignalFrame {
	position: absolute;
	top: 143px;
	left: 19px;
}
div.divSignalFrame1 {
	position: absolute;
	top: 419px;
	left: 18px;
}
html > body div.divSignalFrame1 {
	position: absolute;
	top: 143px;
	left: 509px;
}
div.divCCQFrame {
	position: absolute;
	top: 419px;
	left: 18px;
}
html > body div.divCCQFrame {
	position: absolute;
	top: 378px;
	left: 19px;
}
div.div_signal_snr_value {
	position: absolute;
	top: 290px;
	left: 18px;
}
div.div_signal_snr_value1 {
	position: absolute;
	top: 290px;
	left: 518px;
}
div.div_ccq_value {
	position: absolute;
	top: 525px;
	left: 18px;
} /* Final do CSS para o grafico de sinal*/
