/**
 * revistatextopoetico.css
 *
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.28 2007/07/07 05:41:23 nah Exp $
 */

/**
 * Common HTML elements
 */


body {
	background: #F2C56F;
	margin: 0;
	padding: 0;
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif, ipa93mr, ipa93mb, silmipa_, ipa183708, ip298367, ipa708098, ip846138, ipa93dc;
	font-size: 14px!important;
}

div {
	line-height: 140%;
	text-align: justify;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000;
	font-weight: bold;
}

a:active {
	color: #000;
    font-weight: bold;
}

a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: orange;
	background:transparent!important;
}

a.plain {
	text-decoration: none;
}

ul { 
	margin: 5px 0 0;
	padding: 0 0 0 14px;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
	color: #777;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #777;
	font-size: 12px;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
    color: #fff;
	background-color: #668ba4;
	font-size: 1em;
}

input.defaultButton {
	background-color: #000;
	color: #aec3d4;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	background: #FBEBC0;
	width: 980px!important;
	line-height: 125%;
	overflow: auto;
	padding: 30px 0 10px;
	margin: 50px auto;
	text-align: center;
}


#header {
	padding: 0;
	margin: 0 auto;
	background: none;
	height:auto;
	width: 920px;
	text-align: center;
}

#headerTitle {
	padding: 0;
	margin: 0 auto;
	height:auto;
	width: 920px;
	text-align: center;
	clear: both;
}

#headerTitle img{
	margin-bottom: 30px;
}

#header h1 {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 0;
	margin: 0 auto;
	padding: 0;
}

#body {
	width: 920px;
	margin: 0 auto;
	clear: both;
}

#footer {
	clear: both;
	padding: 0.5em 2em 0.5em 2em;
	background-color: #FFFFFF; /* <!--FONDO DE PIE DE PAGINA EBF1D7--> */
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	background-color: #EFEFDE;
}

/* COLUNA DIREITA */
#rightSidebar {width: 240px!important;padding-top: 0px; margin-right: 0px;font-size:12px}
#sidebar {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

#sidebar table {
	background-color: transparent;
	width: 100%;
}

#sidebar ul {
	list-style: none outside;
	text-align: left;
}

#sidebar ul li {
	background: url('https://lh5.googleusercontent.com/-fAbpZMThUy0/TrlutblivTI/AAAAAAAAABU/3-R6wKDTmM0/s800/quadrado_preto.jpg') no-repeat 4px 10px;
	border-bottom: 1px dotted #777;
	line-height: 24px;
	min-height: 24px;
	padding: 0 0 0 15px;
}

#sidebar ul li a {
	color: #777;
}

#sidebar div.block {
	font-size: 100%!important;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #fff;
	color: #777;
}

#sidebar div.block span.blockTitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal!important;
	border-bottom: 2px solid orange;
	margin-bottom: 25px;
	padding:10px 0;
	color: #000;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar div.block a:hover {
	text-decoration: none;
	color: orange;
}

#developedBy {
	text-transform: none!important;
	font-size: 100%!important;
}

#sidebarDevelopedBy,
#sidebarHelp {
	background-color: #323232!important;
	padding: 10px 5px!important;
}

#sidebarDevelopedBy {
	border: 15px solid black;
	margin-bottom: 0!important;
}

#sidebarHelp {
	border-left: 15px solid black;
	border-right: 15px solid black;
	border-bottom: 15px solid black;
}

#sidebarDevelopedBy a,
#sidebarHelp a {
	color: #fff;
}

#sidebarNavigation {
	background-color: #000!important;
	margin-bottom: 0!important;
}

#sidebarNavigation span.blockTitle {
	border-bottom: 2px solid white!important;
	color: #fff!important;
}

#sidebarNavigation ul li {
	background: url('https://lh5.googleusercontent.com/-wxWRDoImEO8/TrlutZIO7WI/AAAAAAAAABQ/BDseywAZYdI/s800/quadrado_branco.jpg') no-repeat 4px 10px;
}

#sidebarLanguageToggle {
	background-color: #000!important;
}

#sidebarLanguageToggle span.blockTitle {
	border-bottom: 2px solid white!important;
	color: #fff!important;
}

#sidebarUser {
	background-color: orange!important;
	color: #000!important;
}

#sidebarUser span.blockTitle {
	border-bottom: 2px solid black!important;
}

#sidebarUser ul li {
	border-bottom: 1px dotted #000;
}

#sidebarUser ul li a {
	color: #000;
}

#sidebarUser ul li a:hover {
	color: #777!important;
}

#sidebarUser input.textField {
	width: 160px!important;
}

#sidebarUser input.button:hover {
	background-color: #fff!important;
}


#sidebar input.textField {
	font-size: 12px;
	height: 17px;
	margin: 4px 0 9px;
	padding: 5px;
	width: 197px;
}

#sidebar select.selectMenu {
	font-size: 12px;
	padding: 5px;
	width: 209px;
	margin-bottom: 8px;
}

#sidebar input.button {
	background-color: #333;
	border: none;
	font-size: 75%;
	font-weight: bold;
	line-height: 100%!important;
	padding: 6px!important;
	text-transform: uppercase;
	cursor: pointer;
}

#sidebar input.button:hover {
	background-color: orange;
	color: black;
}

/* COLUNA PRINCIPAL */

#main {
	background-color: white;	
	margin: 0 0 25px;
	padding: 25px;
	width: 605px;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	
}

#navbar /* barra de navegacao */ {
	font-family: Arial,Helvetica,sans-serif;
	border-bottom: none;
	color: #005ca1;
	width: 900px;
	text-align: right;
	position: absolute;
	top: 100px;
}


#breadcrumb {
	padding-bottom: 0.25em;
	font-size: 12px;
	background-color: #fff;
	border-bottom: 2px solid orange;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	padding-left: 0.25em;
	font-size: 12px;
	border-top: none;
}

#content h3 {
	background-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	display: inline;
	}


#content h4 {
	display: table;
	margin: 20px 0;
	padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFCB97;
	text-transform: uppercase;			
}

#content h5 {
	margin: 0;
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Navigation bar
 */


#navbar a,
#navbar a:hover,
#navbar a:visited {
	font-size: 13px;	
	text-transform:capitalize!important;
	font-weight: normal!important;
	letter-spacing: normal!important;
}

#navbar a:link {
   /*color: #c9000e;*/
	color: #000;
	text-decoration: none;
}

#navbar a:active {
	color: #000;
	text-decoration: none;
}

#navbar a:visited {
	color: #000;
	text-decoration: none;
}

#navbar a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 5px solid orange;
	}   

/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #FFFFFF; /* <!--666--> */
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}


/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 10;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
	color: #000;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
    color: #000;
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}


/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	padding: 0;
	_width: 620px;
	text-align: right;
}

ul.menu li {
	margin: 0;
	padding: 0 8px 0 7px;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 1.5em;
}

ul.plain li {
	background: url('https://lh4.googleusercontent.com/-52L-qh4BBF8/TtGckPOqmXI/AAAAAAAAABw/Y4ZDsz67T_k/s5/quadrado_laranja.jpg') no-repeat 4px 10px;
	padding-left: 10px;
}

ul.plain li a:hover {
	color: orange;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 80%;
}

div#journalTitleAndLogo {
	overflow: hidden;
}

div#pageHeaderTitle {
	overflow: hidden;
}

div#announcementsHome {
	background-color: #e6e4e0;
	margin: 30px 0 5px;
	padding: 10px;
	width: auto;
	overflow: hidden;
}

div#announcementsHome h3 {
	background-color: #fff;
	color: #9C9285;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 5px!important;
}

div#announcementsHome h4 {
	background-color: transparent;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
	text-transform: uppercase;
}

div#announcementsHome table.announcements {
	font-size: 12px;
	line-height: 20px;
}

div#announcementsHome table.announcements td.more {
	position: absolute;
	width: 0;
	overflow: hidden;
}

table.announcements td {
	padding: 0;
	width: 100%;
}

table.announcements td.headseparator {
	border-top: none;
	line-height: inherit;
}

table.announcements td.endseparator {
	border-top: none;
}

table.announcements td.posted {
	font-size: 11px;
}

table.announcementsMore td {
	display: inline-block;
	float: right;
	margin-bottom: 5px;
}

table.announcementsMore td a {
	background-color: #D3CFC9;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 10px;
	text-transform: uppercase;
}

table.announcementsMore td a:hover {
	background-color: orange;
}

h4.tocSectionTitle {
	background-color: orange!important;
	display: table;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 12px!important;
	font-weight: bold!important;
	margin: 0 0 10px 0!important;
	padding: 3px 5px!important;
	text-transform: uppercase;
	clear: left;
}

table.tocArticle td.tocTitle {
	height: 100%;
	padding-top: 10px;
	text-align: left;
	width: 90%;
}

table.tocArticle td.tocTitle a:hover {
	color: orange;
}


table.tocArticle td.tocGalleys {
	padding-top: 10px;
	text-align: right;
	width: 10%;
}

table.tocArticle td.tocGalleys a.file {
	background-color: #000;
	color: #fff;
	padding: 1px 4px;
}

table.tocArticle td.tocGalleys a.file:hover {
	background-color: orange;
	color: #000;
}

table.tocArticle td.tocAuthors {
	border-bottom: 1px dotted #E6E4E0;
	padding-bottom: 10px;
	padding-left: 0!important;
}

table.tocArticle td.tocPages {
	border-bottom: 1px dotted #E6E4E0;
}

div#mailingAddress,
div#principalContact,
div#supportContact,
div#group {
	margin-top: 20px;
	padding-left: 50px;
	border: 3px solid #E6E4E0;
	line-height: 22px;
	padding-top: 20px;
}

div#mailingAddress h3,
div#principalContact h3,
div#supportContact h3,
div#group h4 {
	left: -10px;
	margin: 0 0 20px;
	line-height: 0;
	padding: 0 10px;
	position: relative;
	top: -20px;
}

div#group {
	margin-bottom: 40px;
}

div#group h4 {
	background-color: #fff;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

div#issues {
	overflow: auto;
}

div#issues h3 {
	float: left;
}

/*div#issues div.separator {
	display: none;
}*/

div#issues div {
	display: block;
	float: left;
}

div#issues div#issue {
	margin: 0 45px;
	clear: none!important;
	width: 150px;
}

div#issues div#issue h4 {
	background: white;
}

div#homepageImage img {
	display: none;
}

div#descricao {
	display: none;
}
