/* Copyright 2011 AnubisNetworks */


@font-face {
 font-family: 'InfoText';
 src: url('fonts/ItRgTfRo.eot') /* EOT file for IE */
}
@font-face {
 font-family: 'InfoText';
 src: url('fonts/ItRgTfRo.ttf') /* TTF file for CSS3 browsers */
}

.conteudo_container{
	width:100%;
	background-color:#FFFFFF;
	padding-top:40px;
	padding-bottom:40px;
	 }

.conteudo {
	width: 900px;
	margin: 0 auto;
	padding-left:25px;
	padding-right:25px;
	}

/*  FOOTER  */
.footer {
	background-image:url(../imgs/bg_footer_gradient.png); 
	background-repeat:repeat-x;
	width:100%;
	height:100px;
}
.footer_container {
	width:900px;
	margin:0 auto;
	padding-top:20px;
}

.social {
	width: 400px;
	text-align:right;
	float:left;
	}
	
.div_copyright {
	float:left;
	width: 400px;
	margin-bottom:20px;
	}

.formulario {
	width: 100%;
	padding-top:40px;
	font-family: 'InfoText';
	font-size: 18px;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 25px;
	}
.centrado{
	text-align:center;
	padding:20px;
	}

li.list_sector {
	background-repeat:no-repeat;
	background-position:9px 4px; 
	text-align:left;
	padding-left:50px;
	background-image: url(../imgs/bullet_spider.png);
	color:#0085A1;
	font-family: 'InfoText';
	font-size:35px;
	font-weight:bold;
	}

li.list_seta {
	background-repeat:no-repeat;
	background-position:9px 4px; 
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:20px;
	background-image: url(../imgs/bullet_spider.png);
	color:#0085A1;
	font-family: 'InfoText';
	font-size:20px;
	font-weight:bold;
	}

ul.list_seta {
	list-style:none;
	background-repeat:no-repeat;
	text-align:left;
	background-image:url(../imgs/bg_tabela_fade.png);
	background-repeat:repeat-x;
	}

.menu_container{
	text-align:center;
	 width:950px;
	 margin: 0 auto;
	 }
	 
.form_container{
	background-color:#FFFFFF;
	padding: 2em 10em;
}
	 
.logo{
	 width:400px;
	 float:left;
	 text-align:center;
	 margin-right:0px;
	 }
	 
.menu_principal{
	width:500px;
	overflow:hidden;
	 }

#nav {
	list-style-image: none;
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
	font-size: 22px;
	height:80px;
	margin: 0px;
}

#nav li {
	line-height: 130px;
	margin: 0px;
	}

#navItem{
    text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin: 0px;
  	font-family: 'InfoText';
}

#navItem a{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	color: #FFFFFF;
	text-shadow:3px 2px 3px #000;
	text-decoration: none;
	padding-top: 50px;
	padding-bottom: 0px;
	float: left;
	margin: 0px;
    font-family: 'InfoText';
	font-size: 18px;
}


#navItem a:hover{
	text-shadow:none;
	/*background-color:#265A6F;*/
	background-image:url(../imgs/bg_menu_over.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
}


li.selected a{
	text-shadow:none;
	background-image:url(../imgs/bg_menu_selected.png);
	background-repeat:repeat-x;
	color: #0085A1;
}

#navItemOn {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	list-style-type: none;
	font-family: 'InfoText';
	font-size: 18px;
	display: block;
	background-image:url(../imgs/bg_menu_selected.png);
	background-repeat:repeat-x;
	/*background-color:#0085A0;*/
}


/* TEXT CSS */

A.link_texto {color:#0085A0;}
A.link_texto:link {text-decoration: underline; color: #0085A0;}
A.link_texto:visited {text-decoration: underline; color: #0085A0;}
A.link_texto:hover {text-decoration: underline; color: #000000;}
A.link_texto:active {text-decoration: underline; color: #0085A0;}


A.link_rodape {color:#0085A0; font-family: 'InfoText';}
A.link_rodape:link {text-decoration: none; color: #0085A0;}
A.link_rodape:visited {text-decoration: none; color: #0085A0;}
A.link_rodape:hover {text-decoration: none; color: #FFFFFF;}
A.link_rodape:active {text-decoration: none; color: #0085A0;}


LI.nome_sector {
	background-image:url(../imgs/seta_sector.jpg);
	background-repeat:no-repeat;
	background-position:10px 10px;
	line-height:50px; 
	text-align:left;
	padding-top:16px;
	padding-left:60px;
	color:#0085A1;
	font-family: 'InfoText';
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
	vertical-align:bottom;
	}


LI.barra_azul_seta {
	background-image:url(../imgs/bullet_seta.png);
	background-repeat:no-repeat;
	background-position:10px 10px; 
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:20px;
	background-color:#0085A1;
	color:#FFFFFF;
	font-family: 'InfoText';
	font-size:18px;
	font-weight:bold;
	}

.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 28px;
}
.texto_copyright {
	color: #666;
	font-family: 'InfoText';
	font-size: 14px;
}
.texto_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
	font-size: 18px;
}

.texto_bold_branco {
	font-family: 'InfoText';
	font-weight: bold;
	color: #FFF;
	text-align: left;
	font-size: 18px;
}
.texto_tipo_maquina {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 22px;
}
/* END MY CSS */


html { min-height: 100%; }

body {
    font-size: 10px;
	background-image:url(../imgs/bg_geral.jpg);
	background-position: right top;
	background-repeat:no-repeat;
    background-color: #0D151F;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#323840), to(#6c7b8e));
    background-image: -webkit-linear-gradient(#323840, #6c7b8e);
    background-image: -moz-linear-gradient(top, #323840, #6c7b8e);
    background-image: -o-linear-gradient(top, #323840, #6c7b8e);
    background-image: -khtml-gradient(linear, left top, left bottom, from(#323840), to(#6c7b8e));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#323840', EndColorStr='#6c7b8e', GradientType=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#323840', EndColorStr='#6c7b8e', GradientType=0))";*/
    }

a { color: #00869F; }

div#page { margin: 0 auto; max-width: 90%; }

/*header { border-bottom: 1px #ccc solid; }*/


header, div.body {
	position: relative;
	padding: 3em 20em;
	/*background-color: white;*/
}
div.body { 
	
	background-image:url(../imgs/fundo_spider_blur.jpg); 
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding: 5em 20em;
 }


header nav { right: 6em; margin: 0px; }

footer p {
    font-size: 1.2em;
    color: #ccc;
    /*text-shadow: #333 2px 2px 0px;*/
    }
footer p a { color: #ccc; }


footer .feeds { position: absolute; right: 2em; top: 1em; }
footer .feeds a img { width: 16px; height: 16px; }

header h1 a { font-family: 'Trebuchet MS'; font-size: 36px; }
header h1 a, header h1 a:hover { color: transparent; }
header nav {
	position: absolute;
	top: 0;
	margin: 0px;
	
	
	
}
div.body li { list-style: square; margin-left: 0; }

header nav li {
padding-bottom:0px;
	padding-top:90px;
	padding-left:10px;
	padding-right:10px;
	/*height:70px;*/
    list-style: none;
    text-align:center;
    font-size: 1.7em;
    display: inline-block;
    background-color: #ddd;
	margin: 0px;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#d9d0d0));
    background-image: -webkit-linear-gradient(#eeeeee, #d9d0d0);
    background-image: -moz-linear-gradient(#eeeeee, #d9d0d0);
    background-image: -o-linear-gradient(top, #eeeeee, #d9d0d0);
    background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#d9d0d0));
    filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#d9d0d0', GradientType=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#d9d0d0', GradientType=0))"*/;
    }

header nav li a { text-decoration: none; margin: 0px; }


header nav li a:hover{
	height:100px;
    background-color: #0085A1;
	margin: 0px;
}

div.body p { font-size: 1.7em; line-height: 1.6em; }

div.body label, div.body input { font-size: 1.7em; }
div.body table label {
	font-size: 2em;
	text-align: left;
}
div.body td, div.body th { font-size: 1.4em; padding: 0px; }
div.body th { font-weight: bold; }

div.body p, div.body pre, div.body table {
	margin-bottom: 1.2em;
	font-size: 1.5em;
	color: #666;
}
div.body li p { margin-bottom: 0.5em; }

div.body pre {
    font-size: 1.4em;
    /*line-height: 1.6em;
    margin-left: 1.4em;*/
    }

div.body article h1 {
    font-size: 2.0em; margin: 0.8em 0 0.4em 0; padding: 0px;
    border-bottom: #ccc double ;
    }

div.body article h2 {
    font-size: 1.8em; margin: 0.4em 0 0.2em 0; padding: 0px;
	color:#0085A1;
    }

.lookupTable, .repCatsDescription {
    background-color: #cccccc;
    width: 60%;
    margin-right: auto; margin-left: auto;
    text-align: center;
    position: relative;
	padding:15px;
    }
.repCatsDescription td, .repCatsDescription th, .lookupTable td, .lookupTable th {
	padding:15px;
    }

.rL5 { background-color: #c5000b; color: #ccc; }
.rL4 { background-color: #ff420e; }
.rL3 { background-color: #ff6309; }
.rL2 { background-color: #ff9966; }
.rL1 { background-color: #ffcc99; }
.rH1 { background-color: #b3b300; }
.rH2 { background-color: #94bd5e; }
.rH3 { background-color: #7da647; }
.rH4 { background-color: #5c8526; color: #ccc; }
.rH5 { background-color: #355e00; color: #ccc; }

.lookupForm, .delistForm { width: 60%; }

.lookupForm, .delistForm {
    margin: 0 auto 1em auto;
    background-image:url(../imgs/bg_form_iplookup.jpg);
background-repeat:repeat-x;
    padding: 2em 4em;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	
    }

#ipLookupResultHolder {
    width: 100%;
    margin: 2em auto;
    }

#lookupTarget { margin: 0 2em; }

form * { vertical-align: middle; margin: 0 0.5em; }
div.body th, div.body td {
	vertical-align: middle;
	font-size: 0.4em;
}

div.body p.info { padding: 1em 2em; font-size: 1.9em; }

.info { width: 70%; margin: 0 auto; }
.green { background: #afa; }
.yellow { background: yellow; }
.red { background: #f77; }

.livemonitor { position: relative; }
.livemap { margin: 0 ; }

.livemap object, .livemap embed {
    width: 100%; height: 550px;
    vertical-align: top;
    }

.livelabel {
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 16em;
    height: 35.8em;
    background: yellow;
    }

.lookupOthers { display: none; }
