/*_________________________COMUNS____________________________*/


/* ---- Deletar este seletor - "Venancio Mesquita" ----  */
/*
h3 {
	font-size:1.3em;
	color: #CCCCCC;
	padding:5px;
	font-family:"Trebuchet MS", Arial;
	font-weight: normal;
}

/* ---- Deletar ----  */


* {
	list-style: none;
}


img {
	border: 0;
}

/*_________________________ESTRUTURAL____________________________*/

#geral {
	width: 778px;
	position: relative;
	border: 2px solid #293844;
}

#header {
	background: #293844;
	height: 85px;
	position: relative;
	border-top: 2px solid #293844;
	overflow: hidden;
}

/*_________________________HEADER____________________________*/
#header h1.header-h1 {
	display: none;
}
#header ul.links {
	position: absolute;
	top: 2px;
	right: 2px;
}
#header ul.links li {
	background: #4c5962;
	height: 13px;
	width: 116px;
	padding-left: 4px;
	margin-bottom: 1px;
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: #7c8994;
}
#header ul.links li a {
	color: #abb3ba;
	text-decoration: none;
}
#header ul.links li a:hover {
	color: white;
	text-decoration: underline;
}

/*Digiweb*/
#header ul.links-digiweb {
	position: absolute;
	top: 2px;
	right: 2px;
}
#header ul.links-digiweb li {
	background: #045c74;
	height: 13px;
	width: 116px;
	padding-left: 4px;
	margin-bottom: 1px;
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: #7c8994;
}
#header ul.links-digiweb li a {
	color: #abb3ba;
	text-decoration: none;
}
#header ul.links-digiweb li a:hover {
	color: white;
	text-decoration: underline;
}
/*Digiweb*/


#header .header-assine,
#header .header-suporte-tecnico {
	position: absolute;
	top: 2px;
	right: 327px;
	height: 53px;
	width: 100px;
	background: url(../imagens/home-header-assine.gif) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
#header .header-suporte-tecnico {
	right: 126px;
	height: 53px;
	width: 198px;
	background: url(../imagens/home-header-suporte-tecnico.gif) no-repeat;
}

/*_________________________ SITE ___________________________*/

/*Digiweb*/
#header.site.digiweb #header-logo {
	position: absolute;
	height: 92px;
}

#header.site.digiweb {
	height: 92px;
	background-color:#026a87;
	border-top:0px !important;
}
/*Digiweb*/

/*_________________________ WEBMAIL ___________________________*/

#header.webmail.uolhost #header-logo {
	position: absolute;
	top: -11px;
}

#header.webmail.uolhost {
	height: 70px;
}

/*Digiweb*/
#header.webmail.digiweb #header-logo {
	position: absolute;
}

#header.webmail.digiweb {
	height: 72px;
	background-color:#026a87;
	border-top:0px !important;
}
/*Digiweb*/

#header span.webmail.usuario {
	position: absolute;
	top: 29px;
	display: block;
	color:white;
	font: 11px Arial, Helvetica, sans-serif;
	right: 135px;
	text-align:right;
}
#header span.webmail.usuario a {
	color:white;
}

/*_________________________ CONSTRUTOR ___________________________*/

#header.construtor.uolhost #header-logo {
	position: absolute;
	top: 5px;
}

#header.construtor.uolhost {
	height: 109px;
}

/*Digiweb*/
#header.construtor.digiweb #header-logo {
	position: absolute;
}

#header.construtor.digiweb {
	height: 111px;
	background-color:#026a87;
	border-top:0px !important;
}
/*Digiweb*/

/*_________________________ PAINEL ___________________________*/

#header.painel.uolhost #header-logo {
	position: absolute;
	top: -6px;
	margin:0;
	padding:0;

}

#header.painel.uolhost {
	height: 83px;
}

/*Digiweb*/
#header.painel.digiweb #header-logo {
	position: absolute;
}

#header.painel.digiweb {
	height: 85px;
	background-color:#026a87;
	border-top:0px !important;
}
/*Digiweb*/

#header span.painel {
	position: absolute;
	top: 29px;
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	color: #9CCEFA;
	right: 135px;
	text-align:right;
}
#header span.painel a {
	color:white;
	font-size: 11px;
}

/*_________________________ MENU PAINEL ____________________________*/

#header-menu {
	background: #293844 url(/imagens/header-menu-bg.gif) no-repeat;
	height: 42px;
	padding: 7px 0 0 0;
	margin: 0;

}

#header-menu * {
	list-style: none;
	z-index: 1;
}
#header-menu li {
	float: left;
	background: #4c5962;
	height: 42px;
	position: relative;
	width: 154px;
	margin-right: 1px;
}
#header-menu li a.menu {
	display: block;
	background: #34c596;
	height: 26px;
	text-indent: -999px;
	cursor: pointer;
}
#header-menu a {
	display: block;
	padding: 8px;
	color: white;
	text-decoration: none;
	font: bold 10px/13px "Trebuchet MS"; 
	text-transform: uppercase;
}
#header-menu li a {
	display:block;
	height:26px;
	*height:42px;
}
#header-menu li:hover {
	background: #557189 !important;
}
#header-menu li a:hover {
	background: #557189 !important;
	display:block;
	*height:42px;
}
#header-menu li ul {
	position: absolute;
	top: 42px;
	left: 0;
/*	background: #39668f url(/imagens/header-menu-bg-sub-1.gif) repeat-x;*/
	display: none;
}
#header-menu li.right {
	width: 155px;
}

#header ul.links.painel {
	margin:0;
	padding:0;
}

#header ul.links.painel li {
	height: 12px;
}

/*_________________________ TUTORIAL ___________________________*/

#header.tutorial.uolhost #header-logo {
	position: absolute;
	top: -6px;
	left: -4px;
}

#header.tutorial.uolhost {
	height: 83px;
}

/*Digiweb*/
#header.tutorial.digiweb #header-logo {
	position: absolute;
}

#header.tutorial.digiweb 	{
	height: 85px;
	background-color:#026a87;
	border-top:0px !important;
}
/*Fim Digiweb*/

#header span.tutorial {
	position: absolute;
	top: 29px;
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	color: #9CCEFA;
	right: 15px;
	text-align:right;
}

/*_________________________ RELATORIOS ___________________________*/

#header.relatorios.uolhost #header-logo {
	position: absolute;
	top: -6px;
}

#header.relatorios.uolhost {
	height: 83px;
}

/*Digiweb*/
#header.relatorios.digiweb #header-logo {
	position: absolute;
}

#header.relatorios.digiweb {
	height: 85px;
	background-color:#026a87;
	border-top:0px !important;
}
/*Digiweb*/

#header h1.header-h1.relatorios {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	font: bolder 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #9CCEFA;
}

#header span.relatorios {
	position: absolute;
	top: 29px;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: white;
	right: 15px;
	text-align:right;
}
