/*
	Folha de Estilo do WSCAD 2006
	Otavio Correa Cordeiro
	otaviocc at turing dot unisinos dot br

	$Id: estilo.css,v 1.3 2006/08/29 22:32:48 otaviocc Exp $
*/

body
{
	font: normal 80% verdana;
	line-height: 1.2;
	background: #472a02 url(./imagens/background.gif) center;
	text-align: center;
	color: #472a02;
}

#header
{
	display: none;
}

#header h1, #header h2, #header h3
{
	display: none;
}

#body
{
	background: #d4cc9d url(./imagens/header.jpg) no-repeat;
	padding-top: 100px;
	width: 640px;
	margin: auto;
	text-align: left;
	border-top: 1px #b09b24 solid;
	border-right: 3px #b09b24 solid;
	border-bottom: 3px #b09b24 solid;
	border-left: 1px #b09b24 solid;
}

#body h1, #body h2, #body h3
{
	color: #472a02;
}

#menu
{
	padding-top: 20px;
	width: 170px;
	float: left;
}

#menu ul
{
	list-style-type: none;
	margin-left: -10px;
	display:inline;
}

#menu a{
	display: block;
	width: 170px;
	background: #957b27;
	color: white;
	margin: 5px 5px 0;
	padding: 5px;
	text-decoration: none;
}

#menu a.selected,
#menu a:hover
{
	background:#472a02;
	color: white;
}

#conteudo
{
	float: right;
	width: 430px;
	padding: 20px 10px;
	text-align: justify;
}

#conteudo h1 {
	font-size: 18pt;
	text-align: left;
}

#conteudo h2 {
	font-size: 16pt;
	text-align: left;
}

#conteudo h3 {
	font-size: 14pt;
	text-align: left;
}

#rodape
{
	/*    clear: both; */
	font: normal 60% verdana;
	text-align: center;
}

.carregando
{
	text-align: center;
	padding: 150px 0;
}

a{
	color: navy;
}

.selected
{
	color: red;
}

pre
{
	font-size:90%;
	background:#EEE;
	padding:5px;
	line-height:1.2;
}

table td
{
	border: 1px #b09b24 solid;
}

table th
{
	background: #b09b24;
	border: 2px #b09b24 solid;
}

dt, dd {
	margin: 5px 5px 5px 35px;
}

#conteudo li {
	margin: 5px 0 5px 0;
}

