/*
 * autor: Ciro Feitosa - http://cirofeitosa.com.br
 * agosto/2006
 */

body, ul#menu, #menu li, h1, h2, form, fieldset
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

body
{
	width: 779px;
	background: white url(img/fundo-site-body.gif) top left repeat-y;
	border-right: solid #ccc 1px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-Serif;
}

#topo
{
	background: #E9E9E9;
	height: 6px;
}

#topo p
{
	margin: 0;
	padding: 0;
}

#topo p a
{
	display: none;
}

#titulo
{
	background: #0099CC url(img/fundo-site.gif) top left repeat-x;
	height: 80px;
	clear: both;
}

#titulo h1, #titulo h2
{
	text-indent: -1000em;
}

#titulo h1
{
	float: left;
	margin-left: 5px;
	background: transparent url(img/logo-site.gif) top left no-repeat;
	width: 370px;
	height: 80px;
}

#titulo h1 a
{
	display: block;
	width: 370px;
	height: 80px;
}

#titulo h2
{
	float: right;
	margin-right: 5px;
	background: transparent url(img/logo-grupo.gif) top right no-repeat;
	width: 100px;
	height: 80px;
}

#barra
{
	clear: both;
	height: 30px;
	background: url(img/fundo-barra.gif) top left no-repeat;
}

#rodape
{
	padding-top: 15px;
	clear: both;
	height: 30px;
	background: url(img/fundo-rodape.gif) bottom left no-repeat;
}

#rodape hr
{
	display: none;
}

#rodape p
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
	color: white;
	text-indent: 1em;
	font-size: 0.7em;
	font-weight: bold;
}

ul#menu
{
	width: 140px;
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	float: left;
}

ul#menu li
{
	color: white;
	background-color: #0099CC;
	list-style: none;
	font-weight: bold;
}

ul#menu li a
{
	padding: 3px;
	border-left: solid #00759B 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	color: white;
}

ul#menu li.prim
{
	margin-top: 10px;
	margin-bottom: 20px;
}

ul#menu li.pri
{
	margin-top: 10px;
}

ul#menu li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

ul#menu li li
{
	border: none;
	padding: 0;
	background-color: white;
	font-weight: normal;
}

ul#menu li li.ult
{
	margin-bottom: 20px;
}

ul#menu li li a
{
	border-left: solid #ccc 5px;
	color: black;
}

ul#menu li li a:hover
{
	background-color: #e8e8e8;
	border-left: solid #333 5px;
}

#conteudo
{
	margin: 20px 0 0 160px;
}

#conteudo form
{
	width: 45%;
	float: left;
	margin-right: 40px;
}

#conteudo form.ult
{
	margin: 0;
}

#conteudo form fieldset
{
	border: none;
	background-color: #f2f2f2;
}

#conteudo form fieldset div.campos
{
	padding: 15px;
}

#conteudo form fieldset legend
{
	display: block;
	font-weight: bold;
	background: url(img/icon-aluno.gif) top left no-repeat;
	padding-left: 30px;
	line-height: 24px;
}

#conteudo form.ult fieldset legend
{
	background: url(img/icon-empresa.gif) top left no-repeat;
}

#conteudo form label
{
	cursor: pointer;
	font-size: 0.8em;
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 5px;
}

#conteudo form input.botao
{
	font-size: 1em;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-Serif;
}

#conteudo form input.texto, #conteudo form input.senha
{
	font-size: 1.2em;
}

#conteudo form input.texto
{
	width: 130px;
	margin-bottom: 3px;
}

#conteudo form input.senha
{
	width: 80px;
}

#conteudo p.centro
{
	text-align: center;
}

#conteudo p, #conteudo ul li, #conteudo ol li
{
	font-size: 0.8em;
}

#conteudo pre
{
	width: 100%
	background-color: #f2f2f2;
	overflow: scroll;
}

#conteudo h3
{
	margin-top: 2em;
	font-size: 1.1em;
	font-weight: normal;
}