@charset "utf-8";
body {
	color: #000;
	background:#fff;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	font: 14px/1.5em "Franklin Gothic Medium", Arial;
}

a, a:visited {
	text-decoration:none;
	color: #d42945;
}
a:hover {
	color:#c00!important;
	background-color:#fff5c0;
}
img { border:0; }

form.estilo2 input.btn2 {
	font: bold 12px Verdana, Tahoma, Geneva, sans-serif;
	background:url(/public/img/botoes/fundo-pos.jpg) repeat-x!important;
	border:#000 1px solid;
	color:#000!important;
	font-weight:bold;
	padding: 5px!important;
	text-decoration: none!important;
	text-shadow:#FFF 0 1px 1px;
}
form.estilo2 input:hover.btn2 {
	background:url(/public/img/botoes/fundo-pos-hover.jpg) repeat-x!important;
	border:#999 1px solid;
	color:#515151!important;
	font-weight:bold;
	padding:5px!important;
	text-decoration: none!important;
	text-shadow:#FFF 0 1px 1px;
}
p.btn2 a {
	background:url(/public/img/botoes/fundo-pos.jpg) repeat-x!important;
	border:#000 1px solid;
	color:#000!important;
	font-weight:bold;
	padding: 5px!important;
	text-decoration: none!important;
	text-shadow:#FFF 0 1px 1px;
}
p.btn2 a:hover {
	background:url(/public/img/botoes/fundo-pos-hover.jpg) repeat-x!important;
	border:#999 1px solid;
	color:#515151!important;
	font-weight:bold;
	padding:5px!important;
	text-decoration: none!important;
	text-shadow:#FFF 0 1px 1px;
}

/***** Forms *****/ 
form, fieldset {
	margin:0;
	padding:0;
}
label { cursor: pointer; }
fieldset p { margin: 10px 7px; }
legend {
	color: #0046dd;
	margin-left: 15px;
	font: bold 13px Arial, Helvetica, sans-serif;
}


.courier, input.estilo2, textarea.estilo2, select.estilo2, pre {
	font: 12px "Courier New", Courier, mono!important;
}

form.estilo2 {
	color:#333;
	font-size: 11px;
}
form.estilo2 fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #036399;
	background-color: #F5F5F5;
	margin: 5px auto;
}
form.estilo2 fieldset:hover {
    border-color: #0ca0ff;
}
form.estilo2 fieldset.submit {
	font-size: 13px!important;
	color: #000;
	margin-top: 0;
}
form.estilo2 input, form.estilo2 textarea, form.estilo2 select {
	font:12px/12px "Courier New", Courier, monospace;
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	padding: 2px;
	outline: 1px solid #eee;
}
form.estilo2 input:focus, form.estilo2 select:focus, form.estilo2 textarea:focus, input.estilo2:focus {
	outline-color: #F1CA80;
	border-color: #BD964B;
}



form.estilo2 legend {
	font-family: sans-serif;
    font-size: 18px;
    color: #097bc3;
    font-weight: bold;
}

form.estilo2 input.btn, a.btn, p.btn-list a {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #FFF;
	background: #09C;
	border: 1px outset #333;
	padding: 4px!important;
}

p.btn-list {
	text-align: center;
}
.readonly { background-color: #ebebe4!important; }

div.errors-div {
	background: #FDD1C5 url(/public/img/icones/importante.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 35px;
	border-top: 2px solid #FBAB95;
	border-bottom: 2px solid #FBAB95;
	color:#000;
	position: relative;
	font: 11px Tahoma, Geneva, sans-serif;
}
div.errors-div span {
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: bold;
}
div.errors-div ul {
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}
div.errors-div li {
	border: 0 none #000!important;
	margin-top: 2px;
}
ul.confirm, ul.error, p.erro, p.mensagem {
	background: #ffc;
	border: 1px dotted #ccc;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 85%;
}
ul.confirm li, ul.error li {
	padding: 5px 5px 5px 0;
	margin-left: 0;
}
ul.error, p.erro { color: #f00; }
ul.confirm, p.mensagem { color: #06f; }

ul.confirm span, ul.error span {
	position: absolute;
	top: -3px;
	right: 2px;
	font-weight: bold;
	color: #000;
}
p.erro, p.mensagem {
	padding: 10px;
}
ul.confirm a, ul.error a {
	text-decoration: underline;	
}


ul.fieldsetErrors, ul.fieldset-errors  {
	padding-left: 20px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	background: #ffc;
	border: 1px dotted #ccc;
	color: #f00;
	width: 90%;
	margin: 4px auto;	
	text-align: left;
}
ul.fieldsetErrors li, ul.fieldset-errors li {
	padding: 3px 5px 3px 0px;
	margin-left: 0;
}

#notifications {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	overflow:visible;
}
.notification-bar {
	position:absolute;
	top:0;
	left:0;
	color:#000;
	border-bottom:2px solid rgba(0, 0, 0, 0.07);
	width:100%;
	cursor:pointer;
}
.notification-bar-bkg {
	opacity:.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter:alpha(opacity=95);
	position:static;
	background: #FFF;
}
.notification-bar, .notification-bar-bkg {
	padding:1.2em 0;
}
.ie7 .notification-bar, .ie7 .notification-bar-bkg {
	border-bottom:2px solid #ccc;
}
.notification-bar-container {
	position:relative;
	display:block;
	width:100%;
	overflow:visible;
	border: 1px solid #006;
}
.notification-bar-contents {
	text-align:left;
	position:relative;
	font-size:150%;
	padding: 0px;
	margin: 0px auto;
	list-style: none;
}
.notification-bar-contents li {
	border: 0px none #000!important;
	margin-left: 25px;
}

/***** Global Classes *****/
.clear { clear:both; }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-block; }
.float-left { float:left; }
.float-right { float:right; }
.text-left { text-align:left!important; }
.text-right { text-align:right!important; }
.text-center, .centralizado { text-align:center; }
.text-justify { text-align:justify; }
.bold, .negrito, .negrito_sublinhado, .bold-underline, .bold_underline { font-weight:bold; }
.red_bold, .blue_bold { font-weight: bold; }
.red_bold { color: #f00!important; }
.blue_bold { color: #00f!important; }
.italic { font-style:italic; }
.underline, .sublinhado, .bold-underline, .bold_underline, .negrito_sublinhado { text-decoration: underline; }
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding, p0 { padding:0; }
.nopaddingbottom, .pb0 { padding-bottom:0; }
.nomargin, m0 { margin:0; }
.nomarginbottom, .mb0 { margin-bottom:0; }
.nomargintop, .mt0 { margin-top:0; }
.noindent, .ml0-pl0 {
	margin-left:0;
	padding-left:0;
}
.mb0-pb0 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.mt0-pt0 {
	margin-top: 0;
	padding-top: 0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.display-none { display: none; }
.noborder { border: 0 none #000; }
.obs {
	color: #009;
	font: italic bold 11px Arial, Helvetica, sans-serif;
}
.ucase { text-transform: uppercase!important; }
ol.lower-alpha, ol.lower_alpha { list-style: lower-alpha; }

/***** paginacao de resultados *****/
.paginacao {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font: bold 11px/20px Tahoma, Verdana, Arial, sans-serif;
}
.paginacao li {
	display: inline;
	margin: 0 4px;
}

.resultado-numeros {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	background: #f7f7f7;
	margin: 0px;
	padding: 3px;
}
.resultado-numeros span.termo {
	font-weight: bold;
}
.resultado-numeros span.btn {
	font-style: normal;
}



/***
ESTILO 1 PARA TABELAS
***/
td.td_pl25 { padding-left: 25px!important; }
div.estilo1 {
	border:1px solid #8EC2F5;
	margin-bottom:10px;
	padding:1px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
}
div.estilo1 table{
	border-collapse:collapse;
	border-color:#e7f2fd;
	margin:0;
	padding:0;
	width: 100%;
}
div.clicavel table tr {
	cursor:pointer;
}
div.estilo1 table td{
	overflow:hidden;
	padding: 2px;
	border: 1px solid #e7f2fd;
}
div.estilo1 table thead tr {
	background:#D6E9FC;
	color: #000;
	text-align: center;
}
div.estilo1 table tbody tr {background:#fff;}
div.estilo1 table tbody tr.odd{background:#faffff;}
div.estilo1 table tbody tr.sub-header {
	font-weight: bold!important;
}
div.estilo1 table tbody tr.disabled{
	background:#CCC;
	opacity:0.5;
	filter:alpha(opacity=0);
}
div.estilo1 table tbody tr.sp{
	background: #FFC;
}
div.estilo1 table tbody tr:hover { background:#f1f8fe; }

div.estilo1 .paginacao{
	color:#fff;
	background:#6aaae2 url(/public/img/nav_title_bg.gif) repeat-x;
	text-align: left;
	padding: 3px;
}
div.estilo1 .paginacao a {color:#fff !important;}

div.estilo1 .paginacao a:hover{
	color: #fff;
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
	background: none;
}
div.estilo1 .paginacao .active{
	color:#000;
	font-weight:bold;
}

/** estilo 1 para menus **/
ul.estilo1 {
	margin: 15px 0;
	list-style: none;
	text-align: center;
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.estilo1 li {
	display: inline;
	
	margin: 0;
	
}
ul.estilo1 li a {
	background-color: #2175bc;
	color: #fff;
	padding: 0.5em;border: 1px double #ccc;
	
}

html>body ul.estilo1 li a {
	width: auto;
}

ul.estilo1 li a:hover {
	background-color: #2586d7;
	color: #ffc!important;
}


/** novo estilo **/
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_four */
.menu4 {
	list-style:none;
	height:35px;
	background:url(/public/img/pro/4/pro_four0.gif);
	margin: 5px 0;
	padding: 0;
	font: 12px/33px "Gill Sans MT", "Franklin Gothic Medium", Arial;
}
.menu4 li { float:left; }
.menu4 li a, .menu4 li span {
	display:block;
	float:left;
	height:35px;
	color:#ffc;
	text-align:center;
	padding:0 0 0 14px;	
}
.menu4 li strong {
	float:left;
	display:block;
	padding:0 14px 0 0;
}
.menu4 li span {
	cursor: default;
	color: #aaa;
}
.menu4 li a:hover {
	color:#fff!important;
	background: url(/public/img/pro/4/pro_four1.gif);
}
.menu4 li a:hover strong { background:url(/public/img/pro/4/pro_four1.gif) no-repeat right top; }


/***** botão Voltar *****/
p.voltar {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
}
p.voltar a {
	color: #930;
	text-decoration: none;
}
p.voltar a:hover {
	color: #f00;
	background: #f7f7f7;
	text-decoration: none;
}

ul.menu5 {
	margin:15px 0;
	list-style: none;
	padding: 0;
	color: #000!important;
	font: 11px/20px Tahoma, Geneva, sans-serif;
	text-align: center;
}
ul.menu5 li {
	background: #efefef url(/public/img/bf/bg_tabPas.gif);
	display: inline;
	border: 1px outset #ccc;
	padding: 5px;
}
ul.menu5 a, ul.menu5 a:visited {
	color: #000!important;
	text-decoration: underline;
	background: transparent;
}
ul.menu5 a:hover { color: #f60!important; }
ul.menu5 strong {
	color: #999;
	font-weight: normal!important;
}
ul.menu5 li.active {
	background: #ccc!important;
	border: 1px outset #ccc;
}

ul#crumbs, ul#crumbs li {
	list-style-type:none;
	padding:0;
	margin:0;
}	
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}		
#crumbs li a {
	background:url(images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
}	
#crumbs a:link, #crumbs a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
}


/*ul.menu5 {
	background:#dde5ef url(/public/img/bgmenu.gif) repeat-x scroll 0%;
	border-bottom:1px solid #0F2A40;
	margin:0 0 5px;
	height: 33px;
	font: 12px Arial, Helvetica, sans-serif!important;
	list-style: none;
	padding: 0;
}
ul.menu5 li {
	float:left;
	margin: 8px 10px;
	padding: 0;
}
ul.menu5 a {
	text-decoration: none;
	color: #bfdaf2!important;
}
ul.menu5 a:hover {
	text-decoration: underline;
	background: transparent;
}
ul.menu5 strong { color: #fff; }*/

div.quadro, ul.quadros li {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding-right: 5px;
	padding-left: 5px;
}

ul.quadros {
	font: 12px Tahoma, Geneva, sans-serif;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.quadros li {
	padding: 5px;
	margin: 5px;
}

/***** loading *****/
#carregando {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -62px;
	margin-top: -12px;
	border: 1px solid #000;
	width: 125px;
	height: 25px;
	padding: 10px;
	background: #ffc;
	z-index: 10000;
}
#carregando img {
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}
* html#termo-adesao { overflow-y: hidden; }
* html#termo-adesao body {
	overflow-y: auto;
	height: 100%;
}
* html #carregando { position: absolute; }

/** UTILIZADO SOMENTE PARA TERMO DE ADESAO */
div.confirm {
	border: 2px solid #51683b;
	background: url(/img/feedburner/message_confirm.gif) no-repeat left -9px;
}
div.message {
	border-left: none;
	border-right: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 12px auto;
	width: 75%;
}
div.message p {
	margin: 6px 12px 6px 40px;
	font-weight: bold;
	padding: 0;
}

.alerta {
    background: #fff6bf url(/public/img/icones/error.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
	color:#000000;
}
.info {
	background: #E7F9F8 url(/public/img/icones/info2.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 0px 20px 0px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
	color:#000000;
}
.download {
    background: #FBC895 url(/public/img/icones/descargared.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7AB75;
    border-bottom: 2px solid #F7AB75;
	color:#000000;
}
.download a {
	color:#E15F13;
	text-decoration:none;
	border-bottom:1px dotted #E15F13;
}
.download2 {
    background: #F7FABE url(/public/img/icones/descarga.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #DFE786;
    border-bottom: 2px solid #DFE786;
	color:#000000;
}
.download a {
	color:#4B4B4B;
	text-decoration:none;
	border-bottom:1px dotted #444;
}
.importante {
    background: #FDD1C5 url(/public/img/icones/importante.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FBAB95;
    border-bottom: 2px solid #FBAB95;
		color:#000000;

}
.nota {
	background: #FAF9F7 url(/public/img/icones/nota.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	border-top: 2px solid #F2EFEA;
	border-bottom: 2px solid #F2EFEA;
	color:#000000;
	padding-right: 20px;
	padding-left: 45px;
}
.origem {
    background: #F7F9E5 url(/public/img/icones/via.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #DBDCCD;
    border-bottom: 2px solid #DBDCCD;
    color:#000000;
}
.origem a{
	color:#4B4B4B;
	text-decoration:none;
	border-bottom:1px dotted #444;     
}
.novo {
    background: #fff6bf url(/public/img/icones/new.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FBC383;
    border-bottom: 2px solid #FBC383;
	color:#000000;
}
.novo a {
	color:#E15F13;
   text-decoration:none;
	border-bottom:1px dotted #E15F13;
}
.alerta p, .info p, .download p, .importante p, .nota p, .origem p, .novo p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.print-only, .print-only-block, .print-only-inline {
	display: none;
}

form.estilo10 {
	font: 0.8em Arial, Helvetica, sans-serif;
	padding:10px 20px;
}

form.estilo10 dd label {
	
}
form.estilo10 dd {
	margin:0; padding:0;
}
form.estilo10 dt { 
	margin-top:1.5em;
}

div.jquery-limitinput-container {
	color: #003;
	font: bold 10px Tahoma, Geneva, sans-serif;
}
.jquery-limitinput-element {}
.sTeste, a.sTeste:link, a.sTeste:visited { color: #F30; }


@media print {
body {
	text-align: left;
	margin: 0;
	padding: 0;
}
fieldset, input, select {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
}
#carregando, .display-none, .noprint, .no-print, p.voltar, .teste { display: none; }
}

/********** JQUERY UI ************/
.ui-tabs-nav { font: 11px Tahoma, Geneva, sans-serif; }
.ui-widget {
	margin: 5px;
	font: 11px Tahoma, Geneva, sans-serif!important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font: 12px Tahoma, Geneva, sans-serif!important; }
.ui-widget-header { padding: 3px 5px; }

.ui-sortable-placeholder { 
	border: 1px dotted black;
	visibility: visible !important;
	height: 50px !important;
}
.ui-sortable-placeholder * { visibility: hidden; }
div.ui-state-error, div.ui-state-highlight {
	width: 100%;
	margin: 5px auto;
}
.ui-widget-content tbody tr:hover { background: #FFC!important; }


/********** sistema pós-graduação ***************/

.obs2 {
	font-size: 10px;
}
.nota {
	margin-bottom:10px;
	margin-top:10px;
	padding: 0 10px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#600;
	background: #FFF4F4;
	border: 1px dotted #930;
	width:630px;
}
.sub-header {
	background-color:#EDEDED;
}

