/**
 * common.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71 2008/07/11 04:22:59 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body 
{
	
	width:1230px ;
	margin: 0;
	padding: 0;
	background-color: #1f1a17;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/*border: solid 1px yellow;*/
	text-align:justify;

}

#container 
{

	width:1230px !important;
	padding: 0;
	margin: 0;
	line-height: 125%;
	text-align: center;
	padding:0;
/*	border: solid 1px white; */   
	
}

#main 
{

	float:left; 
	width: 65%;
	display: inline;
	overflow: hidden;
	text-align:left;
	margin: 4em 0 0 0; 
 /*   border: solid 1px red;*/

}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 130%;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}


#header {
	width:100%;
	background-color:#1f1a17;
	text-align: left;
	display: none; 
}


#content {
	margin: 0;
	padding: 1em 2em 2em 2em;
	font-size: 0.7em;
    background-color:#2c2825; 
    border-top: none;
   
    width: 95%; 
   _width:100%; /* para o explorer 6 */
 /*   border: solid 1px green;*/
}


#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


#rightSidebar {
	float: right;
	 width: 13em;
	 _width: 18em; /* para o explorer 6 */
	
	padding: 2em 2em 2em 3em;
	font-size: 0.65em;
	height: 100%;
	margin: 0;
	overflow: hidden;
  /* border: solid 1px orange;*/
}


* html #rightSidebar { margin-right: 0; }

#leftSidebar {
	float: left;
	width: 20em;
	_width: 23em; /* para o explorer 6 */
	padding: 1em 0 2em 3em;
	font-size: 0.65em;
	height: 100%;
    margin: 0;
	overflow: hidden;
/*	border: solid 1px orange;*/
}

#breadcrumb 
{
	margin:0 0 1em 0; 
	padding-top: 1em;
	font-size: 0.7em;
	border: none; 
}

#navbar 
{
	margin:0; 
	padding-bottom: 0.5em;
	text-align:center ;
	border:  none;
}

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

#navbar a:link 
{
	color:#feb957;
}

#navbar a:active 
{
	color:#fd9706;
}

#navbar a:visited 
{
	color:#feb957;
}

#navbar a:hover 
{
	color:#ffffff;
	background-color:#1f1a17;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	background-color: #ABA;
	text-align: center;
	display: none;
}

#footerContent {
	width: 100%;
	margin: 0 ;
	padding-left: 0;
	display: none;	
}

h4.tocSectionTitle {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 3em;
   color: #feb957; 

}


table.tocArticle {
	width: 95%;
	margin: 2em 0 0 0 0; 
	
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors 
{
	width: 70%;
	padding-left: 30px;
	font-style: italic;
	vertical-align: top; 
}

table.tocArticle td.tocPages 
{
	width: 30%;
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}

table.listing td {
	padding: 0.25em 0.2em 0.25em 0.5em;
}

table.listing td.headseparator {
	border-top: 1px dotted #ff0000;
	font-size: 0.1em;
	line-height: 1%;
}

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.listing td.endseparator {
	border-top: 1px dotted #ff0000;
	font-size: 0.25em;
	line-height: 10%;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	/*border-bottom: 1px dotted #ffffff;*/
	font-size: 0.5em;
	line-height: 25%;
}

.titulomain
{
  color:#a8a7a6;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.65em; 
  z-index:5; 
  width:100%;
 /*border: solid 1px orange;*/
  position:relative ; 
  top:43px;
  text-align:center;  
  text-transform:capitalize;  
  font-weight:bold;   
  margin:0;
  padding-bottom:0;  

}

table.announcements td.headseparator {
	border-top: 1px dotted #ff0000;
	font-size: 0.1em;
	line-height: 1%;
}

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

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

