﻿html, body, div, span,h1, h2, h3, h4, h5, h6, p, a,
b, u, i, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;	
	list-style: none;
}

body
{
    font-family: Verdana, Trebuchet MS, Tahoma;
    font-size: small;
    background: #d7efd4 url(../img/bg.jpg);    
}

img
{
    vertical-align: middle;
    border: 0;
}

h1
{
	font-size: 2.4em;
	text-align: center;
	padding-bottom: 20px;
}

hr
{
	background-color: #3B6132;
	margin: 20px 0;
}

a
{
	color: #000;	
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

input
{
	border: solid 1px #3B6132;
	font-size: 1.5em;
}

input.button
{
	border: solid 1px #3B6132;
	background-color: #3B6132;
	color: #FFF;
	font-size: 1.5em;
}

#container {
	margin:0 auto;
	width:970px;
	padding-top:20px;
}

#header
{
	text-align: center;
}

#menu
{	
	padding-top: 20px;
}

#menu UL
{
	margin: 0 auto;
	width: 758px;
}

#menu UL.interno
{
	width: 800px;
}

#menu LI
{
	float:left;
	padding-right: 15px;
}

#content
{
	margin: 0 auto;
	width: 801px;	
	padding-top:25px;
}

#content P.title
{
	text-align: center;
}

#partitura
{
	background: url(../img/partitura.gif) no-repeat;	
	height: 130px;	
	font-weight:bold;
	line-height: 14pt;
	text-align: center;
	padding-top: 24px;
	margin-top: 10px;	
}
#content div.home
{
	font-size: 1.3em;
}

#content div.texto
{
	text-align: justify;
}

#footer
{	
	padding: 50px 0 25px 0;
	text-align: center;
}

.logo_pequeno
{
	width: 248px;
}

.saudacao, .busca
{
	text-align: right;
	color: #3B6132;
}

.saudacao a
{
	color: #3B6132;
}

.busca input
{
	font-size: 1.1em;
}

.empty
{
	padding-top: 40px;	
}

.video
{
	width: 800px;
	margin: 0 auto;
}

.video div.item
{
	float: left;
	padding: 0 0 20px 53px;
}

.video P
{
	padding-top: 10px;
}

.video P.name
{
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 10px;
}

.audio TD
{
	padding-bottom: 20px;
}

.audio P.name
{
	font-size: 1.5em;
	padding-bottom: 10px;
}

.licao TD
{
	padding: 0px 0;
	
}

.licao P.name
{
	font-size: 1.5em;
	padding-bottom: 10px;
}

.aluno P.label
{
	font-size: 1.5em;
}

.curso P.name
{
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 10px;
}

.curso A, .gers A
{
	text-decoration: underline;
}

.gers h2
{
	padding: 20px 0 10px 0;
}

.gers h3
{
	padding: 5px 0;
}

.gers P
{
	padding: 3px 0;
}

.shows li
{
	list-style-type: disc;
	margin-left: 20px;
}

.shows h2
{
	padding: 20px 0 10px 0;
}

.shows h3
{
	padding: 5px 0;
}

.shows P
{
	padding: 3px 0;
}

.shows li
{
	list-style-type: disc;
	margin-left: 20px;
}

.fotos img
{
	margin: 10px; 
}

.fotos div
{
	text-align: center;
	margin-bottom: 30px; 
}

TR.paginador A
{
	text-decoration: underline;	
}

