/* CSS do Site: www.sintrajufpe.org.br */

body {
	margin          : 0px;
	padding         : 0px;
	border          : none;
	text-align      : center;
	font-family     : Arial, Verdana, Helvetica, sans-serif;
	font-size       : 11px;
	color           : #000000;
	background-color: #FAFAFA;
}

#tudo {
	width     : 950px;     
	margin    : 0 auto;
	text-align: left;
}

#menu_superior {     
	margin     : 0 auto;
	margin-top : 5px;
	padding    : 0px;
	text-align : right;
	font-weight: bold;
	color      : #808285;
}

	#menu_superior a {
		text-decoration: none;
		color          : #808285;
	}
	
	#menu_superior a:hover {
		color: #B0B0B0;
	}

#topo {
	margin-top   : 5px;
	margin-bottom: 5px;
}

#menu {
	background-image   : url(../imagens/bg_menu.gif);
	background-position: top;
	background-repeat  : no-repeat;
	margin             : 0 auto;
	padding            : 0px;
}

	#menu a {
		text-decoration: none;
		color          : #808285;
		font-weight    : bold;
	}
	
	#menu a:hover {
		color: #A90F13;
	}

	#menu ul {
		list-style-type: none;
		margin         : 0px;
		padding        : 0px;
		text-align     : left;
	}
	
	#menu li {
		text-align: left;
	}

	.menuLink {
		text-decoration : none;
		color           : #808285;
		background-color: #d8dbdb;
		width           : 100%;
		margin          : 5px;
		font-family     : Arial, Verdana, Helvetica, sans-serif;
		font-size       : 11px;
		font-weight     : bold;
	}
	
	.menuLink:hover {
		border-bottom   : 1px #666666 solid;
		border-top      : 1px #666666 solid;
		background-color: #FFFFFF;
	}

#bannerFlutuante {
	position  : absolute;
	z-index   : 1;
	visibility: visible;
	text-align: center;
	width     : 950px;
}

#menuSindicato, #menuJuridico, #menuConvenio, #menuPermuta, #menuPlanoCarreira {
	position:absolute;
	z-index:1;
	background-color: #d8dbdb;
	visibility: hidden;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px auto;
	text-align:left;
}

#menuSindicato {
	width:120px;
}

#menuJuridico {
	width:180px;
}

#menuConvenio {
	width:150px;
}

#menuPermuta {
	width:120px;
}

#menuPlanoCarreira {
	width:130px;
}

.SubMenu {
	margin: 0px auto;
	padding: 4px;
	list-style-type: none;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 11px;
	color      : #000000;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 24px;
	color      : #6d6e72;
	font-weight: bold;
}

h1 a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 24px;
	color      : #6d6e72;
	font-weight: bold;
	text-decoration:none;
}

h1 a:hover {
	color: #A90F13;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 16px;
	color      : #6d6e72;
	font-weight: bold;
}

h2 a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 16px;
	color      : #6d6e72;
	font-weight: bold;
	text-decoration:none;
}

h2 a:hover {
	color: #A90F13;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 14px;
	color      : #6d6e72;
	font-weight: bold;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 12px;
	color      : #6d6e72;
	font-weight: bold;
}

a {
	color          : #808285;
	text-decoration: underline;
}

a:hover {
	color          : #A90F13;
	text-decoration: none;
}

#conteudo {
	padding-top   : 10px;
	padding-bottom: 10px;
}

#rodape {
	width       : 940px;     
	margin      : 0 auto;
	padding-left: 10px;
	padding-top : 10px;
	text-align  : left;
	color       : #808285;
}

	#rodape p {
		color      : #808285;
		font-weight: bold;
	}

	#rodape a {
		color          : #808285;
		text-decoration: underline;
	}

	#rodape a:hover {
		color          : #A90F13;
		text-decoration: none;
	}
	
.msgok, .msgerro {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 11px;
	font-weight: bold;
}
.msgerro {
	border-top      : #891635 solid 1px;
	border-right    : #891635 solid 1px;
	border-bottom   : #891635 solid 1px;
	border-left     : #891635 solid 1px;
	background-color: #a44756;
	color           : #ffffff;
}
.msgok {
	border-top      : #006600 solid 1px;
	border-right    : #006600 solid 1px;
	border-bottom   : #006600 solid 1px;
	border-left     : #006600 solid 1px;
	background-color: #00CC66;
	color           : #000000;
}