@charset "utf-8";

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#Banners h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.logo {
	background:transparent url("../images/note.png") no-repeat;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/note.png', sizingMethod='scale');
	height:268px;
	left:37px;
	top:285px;
	width:391px;
}
#Banners {
	float: left;
	height: 615px;
	width: 332px;
}
#conteudo {
	float: left;
	height: 615px;
	width: 560px;
	background-color: #FFF;
	background-image: url("../images/linesBgr.gif");
	background-repeat: no-repeat;
	background-position: left 75%;
	padding-right: 6px;
	padding-left: 6px;
}
#conteudo #intra {
	height: 120px;
	width: 152px;
	float: right;
	padding: 8px;
	position: absolute;
	top: 39px;
	left: 352px;
	z-index: 10021;
	display: none;
	background-image: url(../images/bglado.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#conteudo #bannerMeio {
	height: auto;
	text-align: center;
	height:63%;
	min-height: 63%;
	width: 560px;
}
#conteudo #menuArea{
	height: 115px;		
}
#conteudo #menuArea #icone{
	height: 80px;
	float: left;
	padding-top: 35px;
}
#conteudo #autorais {
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	color: #666;
	font-size: 10px;
	width: 68%;
	float: left;
}
#conteudo #twitter {
	height: 51px;
	width: 120px;
	float: left;
}
#conteudo #news {
	clear: both;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#conteudo #news #cntEsqNews {
	background-image: url("..images/cntNew_esq.gif");
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 23px;
	width: 102px;
}
#conteudo #news #areaNews {
	height: 19px;
	width: 82%;
	float: left;
	background-color: #EEE;
	padding-top: 4px;
	padding-left: 3px;
	color: #06C;
}
#conteudo #news #cntDirNews {
	float: left;
	background-image: url("../images/cntNew_dir.gif");
	height: 23px;
	width: 5px;
}
/*- Menu --------------------------- */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#menu {
	width: 120px;
	margin: 5px;
	/*border-size: 1px;*/
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #666;
	display: block;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu li a:hover, #menu li #current {
	color: #333;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


/* Form de Acesso Intranet */
#intranetContainer {
	position:absolute;
	float:left;
	top: -1px;
	left: 339px;
	width: 180px;
	z-index: 10060;
}
#intranetForm {
	height:150px;
	width:180px;
	display:none;
	background-image: url(../images/bglado.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#intranetForm fieldset {
	padding:10px;
	border:none;
}
#intranetForm label {
	display:block;
	color:#2F363E;
}
#intranetForm input[type=text] {
	display:block;
	border:1px solid #929297;
	width:100%;
	margin-bottom:10px;
	height:22px;
	background-color: #E5E4E9;
	color: #292C31;
}
#intranetForm input[type=submit] {
	background-color:#3F474E;
	color:#7C98AF;
	padding:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404951;
	border-right-color: #B6B9BD;
	border-bottom-color: #B6B9BD;
	border-left-color: #404951;
}
#intranetLink {
	height:25px;
	width:76px;
	background-image:url(../images/intranet.gif);
	display:block;
	cursor:pointer;
	background-repeat: no-repeat;
}
#messageSent {
	color:#ff9933;
	display:none;
}

/* Painéis */
h3 {
	color: #06C;
	font-size: 18px;
	font-weight: bolder;
}
h4 {
	color: #999;
	font-size: 14px;
	font-weight: bolder;
}

.logoInicial {
	display: block;
	text-align: center;
}

.txtUsual {
	font-size: 11px;
	color: #666;
	text-align: justify;
	font-weight: normal;
}
#iconeLink {
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	float: left;
}
#iconeLink .textoLink {
	font-weight: bold;
	color: #67A8F4;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}

