/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    background-color: white;
}

body.padrao {
    margin: 0px;
    padding: 0px;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small,
.tableTitle, .tableExtras, input, textarea, select {
    font-family: arial, verdana, helvetica, sans-serif;
}
code, pre, tt {
    font-family: Courier, "Courier New", monospace;
}

/* General header styles */
h1, h2, h3, h4 {
    font-weight: bold;
    color: #000066;
}
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

/* Horizontal delimiter defaults */
hr {
    border: 0px;
    color: black;
    background-color: black;
    height: 1px;
}

/* Default font size for elements */
body, ul, td, th {
    font-size: 90%;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

em {
	font-weight: bold;
	font-style: italic;
}

.sidebar {
	font-size: 85%;
}

.sidebar p {
	text-align: left !important;
}

small, .small {
	font-size: 75%;
}

a.small {
	text-decoration: none;
}

img {
	border: 0px;
}

/* Menu lateral */

ul#menu {
    margin: 0px 5px 5px 0px;
    padding: 0px 0px 0px 0px;
}
ul#menu li, ul#menu li.nivel0 {
    margin: 0px 0 0px 0px;
    padding: 0px 0 0px 11px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(figuras/box-0.gif);
}
ul#menu li.nivel1 {
    font-size: 90%;
    padding: 0px 0 0px 22px;
    background-image: none;
}
ul#menu li.nivel2 {
    font-size: 90%;
    padding: 0px 0 0px 33px;
    background-image: none;
}
ul#menu li.header {
    font-size: 100%;
    padding: 5px 0px 5px 11px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}
ul#menu li.ativo {
    color: #000066;
    font-weight: bold;
    background-image: url(figuras/box-1.gif);
}
ul#menu li.up {
    background-image: url(figuras/caret-u.gif);
}
ul#menu li.home {
    background-image: url(figuras/caret-t.gif);
}
ul#menu li a {
    text-decoration: none;
}
ul#menu li a:hover {
    text-decoration: underline;
}

/* Barra de delimitação --------------------------------------------------- */
tr.barra { 
  background: #4f7c8c;
}

td.barra { 
  border-top: 1px solid #333366;
  border-bottom: 1px solid #333366;
}

/* Autores ---------------------------------------------------------------- */
a.autor {
  color: #000000;
  text-decoration: none;
}
a.autor:hover {
  text-decoration: underline;
}
