/* Formatação do layout do site, menus e cabeçalhos */

/*
    * ---------------------------------------------- *
                        GENERICO
    * ---------------------------------------------- *
*/

body {
    background: url(../images/bckgrn.jpg) repeat;
    background-attachment: fixed;
}

img.logo {
    padding: 5px;
    display: block;
    border: none;
}

img.icone {
    display: inline;
    border: none;
}

hr.cleaner {
    clear: both;
    margin: 0px; padding: 0px;
    visibility: hidden;
}

/*
    * ---------------------------------------------- *
                         PAGEHEADER
    * ---------------------------------------------- *
*/

#header {
    margin: 0px auto;
    padding: 0;
    width: 850px;
    height: 170px;
    clear: both;
    background: url(../images/head.jpg) top center no-repeat;
}

/*
    * ---------------------------------------------- *
                            PAGE
    * ---------------------------------------------- *
*/

#page {
    padding: 5px 2px 0px;
    margin: 0px auto;
    width: 850px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    /*RGB 255 242 229*/
    background: #FFF2E5 url(../images/page_bottom.jpg) bottom center no-repeat;
}

#page a{
    text-decoration: none;
    color: #007A00;
    border: none;
}

#page a:hover{
    text-decoration: underline;
}

/*
    * ---------------------------------------------- *
                        LEFTSIDE
    * ---------------------------------------------- *
*/

#leftpane {
    float: left;
    margin: 0px; padding: 5px;
    min-height: 650px;
    width: 580px;
}

#leftpane h1, h2, h3, h4, h5 {
    padding: 0px;
    text-align: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: bold;
    font-size: 100%;
    color: black;
}

#leftpane h1 {
    margin: 10px 0px;
    font-size: 160%;
    text-align: center;
    color: #007A00;
}

#leftpane h2 {
    margin: -5px 0px 10px;
    font-size: 105%;
}

#leftpane h3 {
    margin: 10px 0px 2px;
    font-variant: small-caps;
}

#leftpane h4 {
    margin: 10px 0px 2px;
    color: #007A00;
}

#leftpane h5 {
    margin: 5px 0px 2px;
    font-size: 90%;
}

#leftpane ol{
    list-style-type: decimal;
}

#leftpane ol li{
    margin: 5px 0px;
    text-indent: 0px;
    font-size: 95%;
}

#leftpane ol li ol{
    list-style-type: lower-alpha;
}

#bloco{
    margin: 5px; padding: 5px;
    border: 5px #FF9933 double;
    text-align: left;
}

#bloco li{
    list-style-type: none;
}

#leftpane p{
    margin: 5px 0px;
    text-indent: 15px;
}

#leftpane p.assina {
    margin: 10px 0px;
    font: italic 60% "Courier New", Courier, monospace;
    text-align: right;
    color: #000099;
}

#leftpane p.legenda{
    margin: 0px;
    padding: 0px;
    font: normal 8pt Arial;
    color: black;
    text-align: center;
}

#leftpane div.foto{
    display: block;
    margin: 5px;
    padding: 7px 7px 4px;
    background-color: white;
    border-bottom: 3px #969696 solid;
    border-right: 3px #969696 solid;
}

#leftpane ul {
    margin: 0px 0px 2px;
    padding-left: 50px;
    list-style:outside disc;
}

#leftpane ul li{
    font-size: 95%;
}

#leftpane dl{
    font: normal 90% Tahoma,Geneva,sans-serif;
}

#leftpane dl dt {
    font-weight: bold;
    color: #007A00;
    margin: 0 0 0.5em 1em;
}

#leftpane dl dt:hover{
    color: #FF6F00;
    text-decoration: underline;
    cursor: pointer;
}

#leftpane dl dd{
    cursor: default;
}

#leftpane dl ul{
    padding-left: 1em;
}

#leftpane ul.paa{
    list-style: outside url(../images/bullets/pa01.gif);
}

#leftpane ul.pab{
    list-style: outside url(../images/bullets/pa02.gif);
}
#leftpane ul.paa li, #leftpane ul.pab li{
    margin-bottom: 2px;
}
#bloco ul{
    list-style: outside none;
    padding-left: 30px;
}

#bloco ul li {
    text-indent: -30px;
    font: normal 10pt Tahoma;
    color: #000000;
}

#leftpane #citacion{
    width: 350px;
    margin: 10px auto;
    padding: 5px;
    border-bottom: 3px #969696 solid;
    border-right: 3px #969696 solid;
    background-color: white;
    font: 0.9em "Courier New", Courier, monospace;
}

#leftpane #citacion div{
    border: 5px #B5DA7B solid;
    padding: 15px;
}

#leftpane #citacion p.cbody{
    color: black;
    text-indent: 0px;
    text-align: left;
    font-style: italic;
}

#leftpane #citacion p.cbody:first-letter{
    font: 330% "Times New Roman", serif;
    line-height: 0.6em;
    margin-bottom: -8px;
    color: #B5DA7B;
    float: left;
}

#leftpane #citacion p.csign{
    font-size: 80%;
    color: #6F6F6F;
    text-align: right;
}

/*
    * ---------------------------------------------- *
                        RIGTHSIDE
    * ---------------------------------------------- *
*/

#rightpane {
    float: right;
    margin: 0px;
    width: 245px;
    padding-bottom: 170px;
}

#search {
    background: url(../images/srchbar.gif) no-repeat;
    margin: 10px auto;
    padding: 4px 6px;
    width: 182px;
    height: 24px;
    font: 12pt "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#search input.box{
    color: gray;
    width: 154px;
    border: none;
    background: none;
    margin-top: 2px;
    float: left;
}

#search input.button{
    background: url(../images/srch.gif) no-repeat top left;
    width: 22px; height: 22px;
    border: none;
    float: right;
}

#search input.button:hover{
    background: url(../images/srch.gif) no-repeat bottom left;
}

#ultimas {
    font-family: "Arial Narrow", Arial;
}

#ultimas p{
    margin: 0px;
    text-align: left;
    font-size: 105%;
}

#ultimas p.titulo{
    color: #007A00;
}

#ultimas p.hititulo{
    color: #007A00;
    background: url(../images/nova.gif) no-repeat top left;
    text-indent: 18px;
}

#ultimas p.resumo{
    color: black;
    font-size: 90%;
    margin-left: 18px;
}

#ultimas p.data{
    color: gray;
    font-size: 70%;
    text-align: right;
    margin-bottom: 5px;
}

/*
    * ---------------------------------------------- *
                        CALENDÁRIO
    * ---------------------------------------------- *
*/
#calendar {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#calendar table{
	border-collapse: collapse;
	margin: 10px auto; padding: 0px 2px;
	background: url(calend/calbkg.gif) bottom left no-repeat;
	width: 195px;
}
	
#calendar span.calshift a{
	font-weight: bold;
	font-size: 130%;
	color: black;
	background: white url(calend/calbt.gif) center 5px no-repeat;
}

#calendar thead tr td{
	font-weight: bold;
	font-size: 145%;
	text-align: center;
	height: 27px;
	padding-top: 3px;
	background: url(calend/calcap.gif) top left no-repeat;
}

#calendar tr.lastrow td{
	padding: 2px 0px 8px;
}

#calendar td, #calendar th {
	text-align: center;
	padding: 0px; margin: 0px;
	height: 16px;
}

#calendar th {
	font-size: 90%;
	color: green;
}

#calendar td {
	font-size: 100%;
}

#calendar td.link a{
	background: url(calend/calday.gif) no-repeat center center;
	font-weight: bold;
	padding: 5px;
}


#footer {
    clear: both;
    position: relative;
    margin: 0px auto; padding: 0px;
    width: 850px; height: 63px;
    background:  url(../images/footerbk.jpg) bottom center no-repeat;
    text-align: center;
}

/*
    * ---------------------------------------------- *
                        PAGEFOOTER
    * ---------------------------------------------- *
*/

#footer a, a img{
    border: none;
    color: inherit;
    text-decoration: none;
}

#footer a:hover {
    font-weight: bold;
}

#footer span.actor{
    position: absolute;
    right: 25px; bottom:0px;
    /*margin-bottom: 5px;*/
}