* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #222222;
	font-size: 12px;
	background-color: white;
	text-align: left;
	line-height: 1.5em;
}


#header {
	width: 100%;
	position: relative;
}

#headerBottom {
	height: 25px;
	line-height: 25px;
	background: #3d4b7b url(/images/subnav_bkgd.gif) repeat top;
}

#barraLogotipo {
	height: 70px;
	position: relative;
	top: 0;
	left: 0;
	background: #eed url(/images/background5.png) top right repeat;
}

#logotipo {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 57px;
	width: 490px;
	top: 9px;
	left: 15px;
	background-color: transparent;
}


/*
body {
  min-width: 550px;
}

#conteudo {
	background-color: white;
	padding-left: 185px;
	padding-right: 185px;
}
#conteudo .column {
	position: relative;
	float: left;
	background-color: white;
}

#colCentro {
	width: 100%;
}
#colEsquerda {
	width: 185px;
	right: 185px;
	margin-left: -100%;
	padding: 10px;
}

#colDireita {
	width: 185px;
	margin-right: -100%;
}
#footer {
	background-color: white;
	clear: both;
}
*/


body {
	min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#conteudo {

}

#conteudo .column {
	position: relative;
	float: left;
}

#colCentro {
	padding: 5px 10px;       /* CC padding */
	width: 650px;
}

#colEsquerda {
	width: 185px;             /* LC width */
	padding: 2.3em 10px;       /* LC padding */
}

#colDireita {
	width: 185px;             /* RC width */
	padding: 2.3em 0px 0 30px;       /* RC padding */
}

#footer {
	clear: both;
}


/*** IE6 Fix ***/
* html #left {
  left: 185px;           /* RC width */
}


li {
	line-height: 1.5em;
}

.espacado {
	margin: 0.5em 0 0.5em 0;
}

.espacado li {
	padding: 1em 0 1em 0;
}



#pathway {
	margin-bottom: 5px;
	color: #777;
	font-size: 10px;
}

a.pathway:link, a.pathway:visited {
	border-bottom: none;
	text-decoration: underline;
	color: #777;
}

a.pathway:hover {
	color: #a00;
	background-color: white;
}


#miolinho {
	background-color: #fdfdfb;
	border: 1px solid #d2cba4;
	padding: 1em;
	width: 100%;
}

#rodape {
	font-size: 9px;
	height: 6em;
	text-align: center;
	padding-bottom: 3em;
	border-top: 1px solid black;
	background: #eee url(/images/backgroundSand.png) repeat fixed left top;
	position: relative;
	width: 100%;
}

.menuVertical {
	font-size: 1em;
}

.menuVertical ul {
	list-style: none;
	border: 1px solid #00A400;
	border-width: 1px 0 0 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.menuVertical ul li {
	border: 1px solid #00A400;
	border-width: 0 1px 1px 0px;
	margin: 0;
	padding: 0;
	background-color: #008000;
}

.menuVertical a {
	display: block;
	color: white;
	font-weight: bold;
    width: 100%;
    text-align: center;
    border: none !important;
    margin-bottom: 0.5em;
}

.menuVertical ul li a:hover {
	color: #F5F9FA;
	background-color: #C00000;
}



/*
 * Site and Module Range
 */

div {}

hr {
	margin: 0.5em 0 0.5em 0;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a00;
/*	text-shadow: #444; */
	font-weight: normal;
	line-height: 1.5em;
}

h2, h3 {
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.4em;
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

tt {
	font-weight: bold;
}

ul {
	padding: 1em 0 1em 1.5em;
}

ol {
	margin: 1em 0 1em 1.5em;
}

ol.loweralpha {
    list-style: lower-alpha;
}

li {
	padding: 3px 2em 3px 0;
	margin-left: 1.5em;
}

table ul, ol {
	padding: 0;
}

a:link {
	color: #36c;
	text-decoration: none;
	border-bottom: 1px dotted #36c;
}

a:visited {
	color: #20407F;
	text-decoration: none;
	border-bottom: 1px dotted #20407f;
}

a:hover {
	color: #F5F9FA;
	background-color: #3d4b7b;
}

img.deLado {
	float: left;
	margin-right: 10px;
	margin-top: 1em;
}


table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	margin-top: 0.5em;
	font-size: 1em;
}

td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color: #f9f9f2;
	padding: 1em;
}

td p {
	padding: 1em;
	margin: 0;
}

th {
	border-right: 1px solid black;
	color: white;
	text-align: center;
	font-family: "ZapfHumnst Dm BT", "Franklin Gothic Medium", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	padding: 0em 0.25em;
	background: #3d4b7b url(/images/subnav_bkgd.gif) repeat top;
	height: 25px;
}


table#main_menu {
	border: 0;
	padding: 1px;
	margin: 1px;
	color: white;
	width: auto;
}

table#main_menu td {
	color: #999;
	padding: 0;
	background-color: transparent;
	border: 0;
	margin: 0;
}

table.fixedSize {
	table-layout: fixed;
	margin: 0;
	border: 0;
}

table.fixedSize p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table.fixedSize td {
	border: 0;
}

table.clientes {
	border: 0px ;
	border-collapse: collapse;
	width: 100%;
	margin-top: 0.5em;
	font-size: 1em;
}

table.clientes tr {
	height: 150px;
}

table.clientes td {
	border: 0px;
	padding: 1em;
	text-align: center;
	background-color: transparent;
}

/* Styles for tabular listings such as those used for displaying directory
   contents and report results. */

/* retirado do trac */


table.listagem2 {
	text-align: center;
	color: black;
}

table.listagem2 tbody td { background-color: transparent; }
table.listagem2 tbody tr.even { background-color: white }
table.listagem2 tbody tr.odd { background-color: #f9f9f2 }
table.listagem2 tbody tr:hover { background: #eed !important }


.hachurada {
	background-color: white;
}



.innerTable {
	text-align: center;
	border: 0;
}

.innerTable td {
	border: 0;
	text-align: left;
 }

 .letrasMiudas {
	font-size: 0.8em;
	color: #666;
}



/*
 * Page navigation (menus, etc)
 */

/* Controls the hyperlinks in the main (first) level of all menus (becomes the default / initial style for all menu items). */

#active_menu {
	background-color: #4239AA;
}

a#active_menu:hover {
}

a.main_menu {
	color: white;
	border-bottom: 0;
}

a.main_menu:hover {
	color: #FC0;
	text-decoration: underline;
}

#active_menu_main_menu {
	text-decoration: underline;
}


a.contraste {
	color:white;
	display: block;
	border: 0;
}

a.contraste:hover {
	text-decoration: underline;
}

/* Controls the hyperlinks in all subordinate (secondary / sub) menus */

a.imagem {
	border: 0;
	text-decoration: none;
}

a.imagem:hover {
	background-color: transparent;
}

/* Style for the "Read More" link that is displayed for large contemt items */

/*
 * Content Range
 */


#dataAtual{
	position: absolute;
	bottom: 2.5em;
	right: 0.5em;
	color: #444;
}

#pesquisar {
	position: absolute;
	bottom: 0.25em;
	right: 5px;
}

td.sombreada, td.destacada {
	background-color: #e8e5d1 !important;
	border-right: 1px solid black;
	text-align: center;
	font-weight: bold;
	padding: 0.3em;
}

td.destacada {
	text-align: right;
}

blockquote, .destaque {
	font-family: 'trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #eed;
	margin: 0;
	margin-top: 0.5em;
	padding: 0.5em 1em 0.5em 1em;
	border: solid #666;
	border-width: 1px 2px 2px 1px;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.05em;
}

.destaque {
	text-align: left;
}


#menuBottom {
	font-size: smaller;
	text-align: center;
	color: #777;
	padding: 1em 0 1em 0;
}

#menuBottom a {
	border-bottom: 0;
	text-decoration: underline;
}


#padroes {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}

.code {
	font-family : 'Courier New', 'Nimbus Mono L', 'Andale Mono', monospace;
	background-color: #f0f0f0;
	border: 1px solid #FFF;
}


.codigo-fonte {
	font :  1em 'Courier New', 'Nimbus Mono L', monospace;
	color: black;
}

.toc1 {
	font-weight: bold;
	color: black;
	margin-left: 1em;
	margin-right: 1em;
}

.toc1 li {
	padding-top: 2em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid;
}

ol.toc1  {
	margin-top: -1em;
}


.toc2 {
	font-weight: normal;
	font-size: smaller;
	list-style-type: square;
	margin-left: 1em;
}

.toc2 li {
	padding: 0;
	margin-bottom: 0;
	border: 0;
}

.toc3 {
	list-style-type: disc;
	margin-left: 3em;
}

.listaNivel1 ul li {
	margin: 0 0 0 3em;
	padding-left: 0;
	line-height: 1em;
	list-style-type: square;
}

.listaNivel1 ul ul li {
	margin: 0 0 0 6em;
}

.requiredField {
	color: #A00;
	font-size: smaller;
	vertical-align: top;
}

.field {
	margin-top: 1em;
}

.field p {
	margin-top: 0.5em;
	color: #666;
}

.notaRodape {
	margin: 0;
	padding: 0;
	list-style-type: square;
	font-size: smaller;
}

.figura {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: black;
}

p.errorMsg {
	color: red;
	text-align: left;
	margin: 1em 0 -10px 0;
	line-height: 0.8em;
	padding-left: 0.5em;
	border: 1px solid red;
}

.centralizado {
	text-align: center;
}

.direita {
	text-align: right;
}

.escuro {
	color: black;
}


.textInput:focus {
	background-color: #3d4b7b;
	color: white;
}


table.noticias, table.enquete, table.legenda {
	border: 1px solid #d2cba4;
	font-size: 0.9em;
	line-height: 1.2em;
}

table.autowidth {
    width: auto;
}

table.noticias td, table.enquete td, table.legenda td {
	border-right:  1px solid #d2cba4 !important;
	border-bottom: 1px solid #d2cba4 !important;
	padding: 0.8em;
}

table.noticias th, table.enquete th {
	background-color: #eed;
	height: 1.1em;
	border-bottom: 1px solid #d2cba4;
	border-right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
}

table.enquete th {
	color: white;
	padding: 0.5em 0.25em;
	background: #3d4b7b url(/images/nav_background.png);
	text-align: center;
	border: 1px solid #d2cba4;
}

table.enquete th a:link, table.enquete th a:visited {
	color: white;
	border-bottom: 1px dotted white;
}

table.enquete th a:hover {
	color: orange;
	text-decoration: none;
	border-bottom: 1px dotted orange;
}

table.enquete tr {
	vertical-align: middle;
}

tr.ultimaLinha {
	color: black;
	font-weight: bolder;
	background-color: #eed;
}

table.legenda {
	width: auto;
	border: 0px;
}

table.legenda td {
	border: 0px;
	margin: 0.25em;
	padding: 0.25em;
}

table.noticias li {
	padding: 0em;
}

.clean, table.clean td {
	border: 0;
	background-color: transparent;
	width: auto;
	margin: 3px;
	padding: 3px;
}

h5 {
	border-bottom: 1px solid;
	font-size: 0.9em;
}

h5 a {
	display: block;
	border-bottom: 0;
}

h6 {
	font-size: 0.8em;
	margin-top: 1em;
	background-color: #eee;
	color: #666;
}

div.noticias {
	color: #222;
	border-bottom: 1px solid;
	font-size: 0.9em;
}

.noticia_curso {
	border: 1px solid #d2cba4 !important;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0.75em;
	background-color: #F9F9F2;
}



a.bloco {
	display: block;
	border: 0;
}

.noticias ul {
	margin: 0.5em 0;
	padding: 0;
	font-size: smaller;
}

.refPublicacao, sup {
	color: #a00;
	font-size: smaller;
	margin-top: 0;
}

table.formulario, table.formulario td {
	background-color: transparent;
	border: 0;
	padding: 0.5em;
}

table.formulario td {
	vertical-align: top;
}

table.formulario td {
	line-height: 1.5em;
}

label {
	color: #3d4b7b;
}

td.label {
	color: #3d4b7b;
	text-align: right;
}

div.miniCalendario, div.enquete {
}

/*
algum problema com o Google analytics
*/
#ga_shade{display:none!important}

div.promocao {
    float: right;
    background-color: #c00;
    padding: 1em;
    text-align: center;
    border: 1px solid black;
    margin-top: 2em;
}

div.promocao h1, div.promocao h2, div.promocao p, div.promocao a {
    color: white;
}

div.promocao a {
    border-bottom: 1px solid white;
    font-weight: bold;
}

