/**
 * rightSidebar.css
 *
 * Copyright (c) 2005-2008 Alec Smecher and John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Side-wide style to push sidebar to the right hand side
 *
 */

/**
 * Common HTML elements
 */

#rightSidebar {                    /** barra lateral direita */ 
	float: right;
	width: 17%;
	background-color: #ededed;    /** #ccc #EDEDED; */
	border: 1px #aaa solid;
	padding: 5px;
	margin: -110px 0px 5px 5px;
	font-size: 0.65em;
}

#main {                            /** area principal, miolo */ 
	width: 80%;
	float: left;
	display: inline;
	overflow: auto;
}

#body {
	min-width: 750px;
}
