/**
 * vanilla.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 * $Id: vanilla.css,v 1.4.2.1 2009/04/08 19:43:27 asmecher Exp $
 */

body {
	 background-color: #ffffff; 
	/* color: #000000; */
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: red;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	border-bottom: 1px solid black;
}

#main {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#main h2 {
	padding-left: 10px;
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid black;
}

#breadcrumb {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px dotted #000;
	text-align: justify; /*justificando texto*/
}


/* inventei aqui também */


table.tocArticle {
	width: 100%;
	/*eu que fiz aqui */
    margin: 0 0 20px 0;
}

/* inventei aqui também */
/*.tocArticle a:hover{
	background-color: none;
	font-weight: bold;
}*/

.tocArticle tbody:hover{
	background:#eef2fe;
	/*-webkit-transform:scale(1.2); /* prefixo para browsers webkit */
	/*-moz-transform:scale(1.2); /* prefixo para browsers gecko */
	/*-o-transform:scale(1.2); /* prefixo para opera */
	/*transform:scale(1.2);*/
	
	
}

table.tocArticle td.tocTitle {
    width: 70%;
    height: 100%;
}

table.tocArticle td.tocGalleys {
    width: 30%;
    text-align: right;
}

table.tocArticle td.tocAuthors {
    padding-left: 30px;
    font-style: italic;
    vertical-align: top;
}

table.tocArticle td.tocPages {
    text-align: right;
    vertical-align: top;
}

.tocArticleCoverImage img {
    border: 0;
    float: left;
    width: 100px;
    margin: 0 1em 1em 0;
}


/*Lista Indexadores*/
.listaIndexadores  {
	background: rgba(255, 255, 255, 0.25); /* 255, 255, 255, 0.75 */
	border-radius: 5px;
	border:1px solid rgb(215, 215, 215);
    margin-right: 1em;
}
ul.listaIndexadores_ul {
  list-style: none;
  display: block;
  list-style-type: disc;
  max-width: 790px;
}
  
li.listaIndexadores_li {
	display:inline-block; /*!important;*/
	text-decoration: none;
	/*padding:1em;
	border:thin;
	border-width:thin;
	border-color:#181818;
	/*margin-right:6em;*/
	vertical-align: middle;
	margin: 1.5em;
    text-align: center;
    /*width: 16em;*/
    -webkit-margin-start: 0px;
}

li.listaIndexadores_li a {
	text-decoration: none;
}
dd.listaIndexadores_dd {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:xx-small;
	margin:0em;
	max-width:22em;
	-webkit-margin-start: 0px;
}