/*ELEMENTOS GERAIS*/
/* Classe ajuda*/
.helpme {
	display:inline-block;
	background-color: #FF9900;
	height:16px;
	width:16px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-family:"Arial", Verdana, Tahoma;
	font-size:14px;
	font-weight:bold;
	border: #FF6600 2px solid;
	margin-left:5px;
	cursor:help;
}
.helpme:hover{
	background-color: #FFF;
	color:#F90;
}
*{
	margin:0px;
	padding:0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}
p,div,ul,li{
	margin:0px;
	padding:0px;
}
img{
	border:none;
	display:block;
}
a:link,a:visited ,a:hover,a:active{
	text-decoration:none;
	outline:none;
}
h2,h3{
	font: normal bold Arial, Helvetica, sans-serif;
	color:#FEA901;
}
h4{
	background:url('../imagens/h4_left.png') left top no-repeat;
	padding:0 5px;
	height:25px;
	margin:10px 0;
}
h4 .d0{
	background:url('../imagens/h4_right.png') right top no-repeat;
	height:25px;
}
h4 .d1{
	background:url('../imagens/h4_bg.png') left top repeat-x;
	height:21px;
	margin-right:5px;
	border-top:2px solid #fc0;
	border-bottom:2px solid #fc0;
	padding-left:3px;
}
h4 .d2{
	background:url('../imagens/h4_knob.png') left center no-repeat;
	padding-left:18px;
	margin-top:3px;
}
h3{
	font-size:16px;
	float:left;
}
h2{
	font-size:18px
}
#tudo h1{
	font-size:20px;
	background-image:url('../imagens/fundo_title.png');
	margin:5px 0px 10px 0px;
	font: normal bold Arial, Helvetica, sans-serif;
	color:#fff;
}
#tudo h1 img{
	float:left;
}
ul{
	list-style-type:none;
}
#menu ul{
	list-style-type:none;
}
legend{
	font: normal Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	padding:5px;
}
fieldset{
	display:block;
	padding:0 4px 10px 4px;
	border:1px groove #FF6600;
}
label{
	font-size:14px;
	padding:1px;
	*vertical-align:super;
}
select{
	background-color:#E1E1E1;
	border:1px solid #666666;
	font-size:12px;
	font-weight:bold;
	height:26px;
	margin-bottom:5px;
	padding:3px
}
option{
	background-color:#EAEAEA;
	padding:3px;
	font-weight:bold;
	font-size:12px;
}
textarea{
	border:1px solid #666;
	background:#F9F9f9 url('../imagens/textarea_bg.png') left top repeat-x;
	padding:3px;
	margin:3px 0;
	font-size:15px;
	font-weight:bold;
}
small{
	font-style:italic;
	color: #333333;
	font-weight:bold;
}
.formatos{
	font-style:italic;
	color: #FF6600;
	font-weight:bold;
}
.submit{
	background: url('../imagens/btn-submit.png') no-repeat !important;
	cursor:pointer;
	width:160px !important;
	height:25px!important;
	border:none !important;
	color:#FFFFFF !important;
	font-weight:bold;
	font-size:15px;
}
.submit-2{
	background: url('../imagens/btn-submit-2.png') no-repeat !important;
	width:143px !important;
	height:25px !important;
	border:none !important;
	color:#FFFFFF !important;
	font-weight:bold;
	font-size:15px;
}
/*TUDO*/
body{
	background: #eee;
}
#tudo{
	position:relative;
	width: 998px;
	margin:0 auto;
	background-color:#FFFFFF;
}
/*TOPO*/
#topo{
	background: #fff url('../imagens/background-topo.jpg') left center no-repeat;
	width:100%;
	height:107px;
	margin:auto;
}
#topo img{
	float:left;
}
#logo,#banner-topo{
	padding:5px 0px 0px 10px;
}
#topo div{
	width:422px;
	height:107px;
	float:right;
	margin-right:11px;
}
#topo div ul{
	background:url('../imagens/background-menu-topo.gif') no-repeat right bottom;
	width:247px;
	height:25px;
	margin-top:4px;
	float:right;
}
#topo div ul li{
	margin-top:3px;
	padding-left:30px;
	float:left;
}
#topo div li a{
	font-weight:bold;
	font-size:11px;
	color:#999;
}
/*MENU*/
#menu-principal, #sub-menu{
	width:982px;
	height:24px;
	margin:auto;
}
#menu-principal{
	background: url('../imagens/background-menu-principal.jpg') repeat-x center center;
}
#menu li a, #menu li img, #sub-menu li a, #sub-menu li img{
	font:normal bold 12px "Book Antiqua", Arial;
	color:#666666;
	display:block;
	float:left;
}
#menu li img{
	margin-top:3px;
	*margin-top:3px;
	*position:absolute;
}
#menu li{
	margin-top:5px;
	padding-left:21px;
	*padding-right:21px;
	float:left;
}
/*MENU DROPDOWN*/
#nav{
	position:absolute;
	left:250px;
	*left:249px;
	top:130px;
	margin:0px;
	padding:0px;
	z-index:20;
	display:none;
}
#nav.over{
	display:block;
}
#nav li{
	width:152px;
}
#nav li a{
	background: #fff url('../imagens/background-menu-dropdown.jpg') repeat-y center top;
	height:15px;
	font:normal 12px "Book Antiqua", Arial;
	color:#666666;
	padding:5px;
	border-bottom: dotted 1px #999999;
	display:block;
}
#nav li a:hover{
	background: #fff url('../imagens/background-menu-dropdown-over.jpg') repeat-y center top;
}
/*SUBMENU*/
#sub-menu{
	background: url('../imagens/background-submenu-principal.jpg') repeat-x center;
	margin-top:0px;
}
#sub-menu ul{
	clear:both;
}
#sub-menu li{
	margin-top:-1px;
	*margin-top:2px;
	padding-left:25px;
	text-indent:5px;
	float:left;
}
#sub-menu img{
	margin-top:2px;
}
/*CONTEUDO*/
#conteudo{
	width:982px;
	_width:962px;	
	height:100%;
	margin:auto;
	margin-bottom:20px;
}
/*MENU-LATERAL*/
#menu-lateral{
	position:absolute;
	right:15px;
	*top:150px;
	width:260px;
}
#menu-lateral ul{
	border-right:2px dashed #FF9900;
	border-left:2px dashed #FF9900;
}
#menu-lateral li{
	background: #fff url('../imagens/background-menu-lateral.jpg') repeat-x center top;
	height:80px;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
}
#menu-lateral p{
	width:170px;
	color: #333333;
	padding-top:3px;
	float:left;
}
#menu-lateral img{
	float:right;
	margin-top:-10px;
}
/*RODAPE*/
#rodape{
	width:100%;
	margin:auto;
	clear:both;
	overflow:hidden;
	background-repeat:no-repeat;
	height:10px;
}
#rodape ul{
	margin-left:-30px;
	margin-top:36px;
	float:left;
}
#rodape li{
	padding-left:30px;
	display:inline;
} 
#rodape li a{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:underline;
}
#rodape img{
	float:right;
}
#subrodape{
	background-color:#eee;
	height:60px;
}
#subrodape li{
	display:inline;
	margin-right:20px;
	margin-top:12px;
	background-color:#eee;
	padding-top:20px;
}
#subrodape img{
	margin-top:-60px;
}
/*MENSAGENS*/
.erro, .sucesso{
	border:2px dotted;
	padding:5px;
	text-align:left;
	margin:15px 0;
}
.erro{
	background-color:#FFD2D2;
	border-color:#FFB0B0
}
.erro li{
	background:transparent url('../../imagens/erro.png') no-repeat scroll left center;
	line-height:25px;
	padding-left:25px;
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	color:#990000;
}
.sucesso{
	background-color: #D7FFD7; border-color: #99cc0e;
	background-image:url(../../imagens/sucesso.png);
	background-repeat:no-repeat;
	background-position: 5px center;
	color:#009900;
	padding-left:28px; 
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Tahoma;
}
.alerta{
	font-size:12px;
	color:#000000;
	background:#FFFFD2 url('../../imagens/alert.gif') 4px 4px no-repeat;
	border:2px solid #FFCC00;
	padding:5px 5px 5px 25px;
	margin:15px 0;
	opacity:0.8;
	filter:alpha(opacity=80);
	zoom:1
}
/*LOGIN*/
#pagina-login{
	background: url('../imagens/background-logo.jpg') repeat-x center top;
	width:306px;
	height:305px;
	margin:auto;
	margin-top:160px !important;
}
#bx-login{
	width:250px;
	padding:160px 0px 0px 50px;
}
#bx-login label{
	font-weight:bold;
}
#bx-login input{
	margin:3px 0px 5px 0px;
}
/*PNGFIX*/
.pngfix, .switch{
	_behavior: url('/adm/js/iepngfix.htc');
}
/*CSS DA NOSSA INTERFACE PRINCIPAL*/
#geral_p{
	width: 990px;
}
#coluna1_class{
	float: left;
	width: 730px;
	margin-left:-3px;
}
#chamada_class{
	float: left;
	width: 190px;
}
#coment_class{
	float: left;
	width: 330px;
	display: block;	
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color:#666666;
	padding:5px;
	border-left:solid 12px  #FFCC00;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	margin-right:10px;
	_margin-right:5px;
	height:230px;
}
#not_class{
	float: left;
	width: 330px;
	display: block;	
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color:#666666;
	padding:5px;
	border-left:solid 12px  #FF9900;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	margin-right:10px;
	height:230px;
}
#mural_class{
	float: left;
	width: 330px;
	display: block;	
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color:#666666;
	padding:5px;
	border-left:solid 12px  #FF3300;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	margin-right:10px;
	height:230px;
}
#stats_class{
	float: left;
	width: 330px;
	display: block;	
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color:#666666;
	padding:5px;
	border-left:solid 12px   #990000;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	margin-right:10px;
	height:230px;
}
.style1_class_2{
	color: #990000;
	font-size:16px;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-weight:bold;
}
.style1_class_1{
	color: #333333;
	font-size:16px;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-weight:bold;
}
.stats_img{
	display:block;
	text-align:center;
}
.style1_class {
	color: #000000;
	font-size: 11px;
}
.style1_class a{
	color: #666 !important;
	font-size: 11px;
	text-decoration:none;
}
.style1_class a:hover{
	color: #ccc;
	text-decoration:underline;
}
.style1_class a:active{
	color: #666 ;
	text-decoration:none;
}
.chamada_class_1{
	height:60px;
	margin-bottom:5px;
	background-color: #ecebee;
	width:243px;
	border-bottom:2px solid  #999999;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:1px;
	display:block;
}
.chamada_class_1 strong, .chamada_class_1 span{
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color:#666
}
.chamada_class_1:hover{
	background-color: #f6f6f6;
	border-bottom:2px solid  #F60;
}
.chamada_class_1 img{
	float:right;
	border:none;
}
.chamada_class_2{
	background-image:url('../imagens/veja_tb.png');
	background-repeat:no-repeat;
	height:82px;
	margin-bottom:8px;
	display:block;
	width:250px;
}
.adm_hover{
	display:block !important;
	text-decoration:none;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	padding-left:4px;
	margin-bottom:10px;
	padding-botton:2px;
	padding-top:4px;
	border-bottom:1px #EFEFEF solid;
	border-right:1px #EFEFEF solid;

}
.adm_hover span{
	color: #333}
.adm_hover strong{
	font-family:"Trebuchet MS", Verdana, Tahoma !important;
	font-size:10px;
	font-weight:bold;
	color:#950000 ;
}
.adm_hover:hover{
	display:block !important;
	text-decoration:none;
	background-color:#f5f5f5!important;
	border-bottom:1px #999999 solid;
	border-right:1px #999999 solid;
}
#caixa_login_incial {
	position:absolute;
	height: 350px;
	width: 480px;
	top: 50%;
	right: 50%;
	margin-top: -230px;
	margin-right: -280px;
	background-image:url(/adm/imagens/fundo_box_login.png);
	background-repeat:no-repeat;
}
#caixa_login_incial label{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
}
#caixa_login_incial input{
	color:#ff6600;
	font-weight:normal;
	width:180px;
}
.caixa_login_incial{
	background-color:#ff6600;
	border:2px solid #fff;
	font-weight:normal;
	color:#FFFFFF !important;
	margin-top:20px;
	margin-left:110px;
	width:73px !important;
}
.login_error  {
	position:absolute;
	width:300px;
	height:100px;
	top:50%;
	left:50%;
	margin-left:-164px;
	margin-top:-162px;
	z-index:1000;
	padding-top:30px;
	border:4px solid #fff;
	display: none;
	background-color: #990000;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #FFF;
	text-align:center;
	list-style-type: none;
	line-height:20px;
}
.link_box_logs{
	display:block;
	width:125px;
	height:52px;
	float:left;
}
#link_box_logs{
	margin-left:63px;
	margin-top:28px;
}
.link_box_logs2{
	display: inline-block !important;
	width:105px;
	height:66px;
	margin-top:62px;
	margin-left:365px;
}