/**
 * 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.5 2009/04/08 19:54:50 asmecher Exp $
 */
 
/*div {font-size: medium;}
table {font-size: medium;}   fonte maior*/

body {
/*Img do fundo*/
	background: #FFFFFF;

/*Cor do texto geral*/
	color: #000000;
}

a:link {
	color: #BF1B1E;
}

a:active {
	color: #BF1B1E;
}

a:visited {
	color: #383030;
}

a:hover {
	color: #F22226;
	background: #FFFFFF;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #FFFFFF;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	/*background: #29211A;*/
	background: url('http://img689.imageshack.us/img689/6205/gn9e.png');
	border-bottom: 1px solid black;
}


#main {
	border-bottom: 1px solid black;	
}

#homepageImage {
	margin:-10px;
}


/*Parte incluida*/


#main h2 {
	padding-left: 10px;
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid black;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
}

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
}

