@charset "utf-8";
/* CSS Document */

body{background-repeat:no-repeat; background-color:#7B7353; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background-attachment:fixed; background-position:center top}
h1{background-image: url("../imagens/h1_line.png"); background-position: 369px 31px; background-repeat: no-repeat; color: #485508; font-size: 22px; height: 38px; margin: 0 20px 5px; padding: 0; text-align: right;}
h2{color:#153d62; font-size:16px; padding:0; margin:-6px 20px 6px; text-align:right}
h3{color:gray; font-size:14px; padding:0; margin:-6px 20px 0; text-align:right}

/*----  Conteúdo ----*/
.conteudo{width:960px; min-height:600px; background-color:#fff; margin:auto; position:relative; top:30px}
.corner_conteudo_top{width:960px; height:24px; background-image:url(../imagens/corner_conteudo_top.png); background-repeat:no-repeat;position:relative; top:-20px}
.corner_conteudo_bottom{width:960px; height:24px; background-image:url(../imagens/corner_conteudo_bottom.png); background-repeat:no-repeat;position:relative; top:20px}
.marca_dagua{background-image: url("../imagens/marca_dagua.png");
    background-repeat: no-repeat;
    height: 266px;
    margin-top: -222px;
    position: absolute;
    width: 235px;
    z-index: 40;}

/*----  Logomarca ----*/
.logo{width:276px; height:234px; background-image:url(../imagens/logo.png); background-repeat:repeat; position:absolute; left:50%; margin-left:-500px; top:6px; z-index:100}

/*----  Menu ----*/
.menu{left:50%;margin-left:-483px;position:absolute;top:233px;width:240px; background-image:url(../imagens/canvas_bottom_menu.png); background-repeat:no-repeat; background-position:bottom; z-index:60}
.menu ul{list-style:none; margin:0; padding:15px; background-image:url(../imagens/bg_menu_prinpal.png); background-repeat:repeat-x;background-color:#485508;margin-bottom:5px; text-transform:uppercase; font-size:11px; font-weight:bold;z-index:70;position:relative}
.menu li{background-image:url(../imagens/div_menu.png); background-repeat:no-repeat; background-position:bottom; padding:5px}
.menu a{color:#FFFFFF; text-decoration:none;position:relative;z-index:200}
.menu .separador{color:#DCEA93; text-decoration:none;position:relative;z-index:200}
.menu a:hover{color:#9ea57c;}
.menu a.subitem{background-image:url(../imagens/seta.png); background-repeat:no-repeat; padding-left:15px; background-position:2px}
.fundo_menu{background-image:url("../imagens/bgmenu.png");background-repeat:no-repeat;height:297px;left:-8px;position:absolute;top:30px;width:260px;z-index:50;}

/*----  Chamada Anais ----*/
.chamada_anais{width:702px; height:90px; background-image:url(../imagens/chamada_anais.png); background-repeat:no-repeat;float:right; margin:-10px 20px 0 0}
.conteudo_principal{width:597px; height:469px; background-image:url(../imagens/conteudo_principal.png); display:block; float:right; position:relative; right:20px}

.texto{display:block;float:right;min-height:500px;padding:0 20px;width:660px; position:relative;top:-40px; right:10px}
.texto h1{color:#485508; background-image:url(../imagens/h1_line.png); background-repeat:no-repeat; background-position:bottom; font-size:24px}
.texto h2{}
.texto h4{text-transform:uppercase; color:#362C4F; font-size:16px; padding:0; margin:0}
.texto strong{color:#333}

.texto p{color:#333;}
.texto a{color:#003366; font-weight:bold; font-size:11px; border-bottom:#CCCCCC solid 1px; padding-bottom:3px; text-decoration:none;background-image:url(../imagens/seta.png); background-repeat:no-repeat; padding-left:15px; background-position:2px}
.texto a:hover{color:#0099CC}

.texto td a{background-image:none; padding:0; border-bottom:none; text-align:center}

.isbn{clear:both;color:#1F1A2E;float:right;font-size:12px;font-weight:bold;position:relative;right:20px;top:30px;z-index:10;}
.issn{clear:both;color:#1F1A2E;float:right;font-size:12px;font-weight:bold;position:relative;right:20px;top:30px;z-index:10;}

.rodape{background-image:url("../imagens/logo_uece.png");background-position:780px 5px;background-repeat:no-repeat;color:white;font-size:11px;font-weight:bold;height:40px;margin:auto;padding:10px 20px 0 0;position:relative;top:30px;width:920px;}
.resumo{
	font-family:Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	background-color:#f4f4f4;
	margin: 54px;
    padding: 27px;}
.resumo h3 {
	border-bottom: 1px solid #D5D5D5;
	color: #1E77AF;
	font-size: 20px;
	text-transform: uppercase;
}
.resumo h4 {
	position:relative;
	top: -16px;
}

img{border:none}

.linktbody a {margin: 0px; padding: 0px; border: none; background-image: none; background-color:#FFFFFF}
.pesquisa{background-color:#e7ebd1; padding:6px; font-size:12px; color:#485508; border:white solid;}
.pesquisa b{display: block; font-size: 11px; margin-bottom: 2px; text-transform: uppercase}	
	
	
	
	
	
	
/* tables */
table.tablesorter {
	font-family:"Trebuchet MS";font-size:12px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e7ebd1;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../imagens/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	text-align:center;
	font-size:11px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../imagens/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../imagens/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #aaaf8c;
color:#FFFFFF;
}
.arquivo{background-color: #e7ebd1;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;}