/**
* Folha de Estilo - Perspectivas em GestÃ£o & Conhecimento
*/

body {
    background-color: #F5FFFA;
    color: #111111;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}
div {
    line-height: 140%;
    text-align: left;
}
table {
    border: 0 none;
    border-spacing: 0;
    font-size: 1em;
}
form {
    margin: 0;
}
a {
    text-decoration: underline;
}
a:link {
    color: #111111;
}
a:active {
    color: #225533;
}
a:visited {
    color: #111111;
}
a:hover {
    background: none repeat scroll 0 0 #CCDDCC;
    color: #225533;
}
a.plain {
    text-decoration: none;
}
ul {
    margin: 0.25em 0 0.75em;
    padding: 0 0 0 2.5em;
}
tt {
    font-size: 1.25em;
}
label {
}
label.error {
    color: #990000;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #F0F0E8;
    border-color: #666666 #E8E8E1 #E8E8E1 #666666;
    border-style: solid;
    border-width: 2px;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
}
input.button {
    background-color: #E8E8E1;
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
input.defaultButton {
    background-color: #337755;
    color: #FBFBF3;
    font-weight: bold;
}
#container {
    line-height: 125%;
    text-align: center;
}
#header {
    background-color: #006400;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#headerTitle {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 800px;
}
#header h1 {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    line-height: 1em;
    margin: 0 auto;
    padding: 0.5em 0 0.25em;
}
#body {
    margin: 0 auto;
    width: 1000px;
}
#footer {
    background-color: #AABBAA;
    clear: both;
    min-height: 50px;
    position: relative;
    text-align: center;
}
#footerContent {
    margin: 0 auto;
    width: 800px;
}
#main {
    padding: 0.5em 0 2em;
}
#main h2 {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    margin: 0 1em 0.5em 0;
    padding-top: 0.5em;
}
#main h3 {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    margin: 0 1em 0.5em 0;
    padding-top: 0;
}
#navbar {
    border-bottom: 2px dotted #000000;
    margin-right: 0;
    padding-bottom: 0.5em;
    background: transparent;
}
#breadcrumb {
    font-size: 0.7em;
    padding-top: 1em;
}
#content {
    border-top: 2px dotted #000000;
    font-size: 0.7em;
    margin: 0;
    padding: 0.5em 0 0;
}
#content h3 {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.35em;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
}
#content h4 {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
}
#content h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
}
#navbar a {
    font-size: 0.65em;
    letter-spacing: 0.05em;
}
#navbar a:link {
	color: #111111;
}
#navbar a:active {
}
#navbar a:visited {
	color: #111111;
}
#navbar a:hover {
}
#breadcrumb a {
    text-decoration: none;
}
#breadcrumb a.current {
    font-weight: bold;
}
#footer div.debugStats {
    font-size: 0.6em;
}
span.disabled, label.disabled {
    color: #666666;
}
a.action, a.file {
    font-size: 0.85em;
    text-transform: uppercase;
}
a.icon {
    text-decoration: none;
}
a.icon img {
    border: 0 none;
}
a.icon:hover {
    background: none repeat scroll 0 0 transparent;
}
span.formRequired {
    color: #333333;
    font-size: 0.9em;
}
span.instruct {
}
span.heading {
    font-size: 0.85em;
    text-transform: uppercase;
}
span.highlight {
    border-bottom: 1px dotted #000000;
}
.nowrap {
    white-space: nowrap;
}
pre {
    background-color: #F0F0E8;
    color: #000000;
    font-size: 1.25em;
}
table.info {
}
table.info td {
    padding: 0 0.5em 0.5em 0;
}
table.listing {
}
table.listing tr.highlight {
    background: none repeat scroll 0 0 yellow;
}
table.listing td {
    padding: 0.25em 0.5em;
}
table.listing tr.heading td, table.listing td.heading, table.info td.heading {
    font-size: 0.85em;
    font-weight: normal;
    line-height: 120%;
    padding: 0.75em 0.5em 1em;
    text-transform: uppercase;
}
table.listing tr.fastTracked {
    background-color: #AABBAA;
}
table.info td.heading {
    padding-left: 0;
}
table.listing td.nodata, table.info td.nodata {
    font-style: italic;
    text-align: center;
}
table.listing td.headseparator {
    border-top: 1px dotted #000000;
    font-size: 0.1em;
    line-height: 1%;
}
table.listing td.endseparator {
    border-top: 1px dotted #000000;
    font-size: 0.25em;
    line-height: 10%;
}
table.listing td.separator, table.info td.separator {
    border-top: 1px dotted #DDDDD0;
    font-size: 0.1em;
    line-height: 1%;
}
table.data {
}
table.data tr {
}
table.data td {
    padding-bottom: 0.25em;
}
table.data td.label {
    padding-right: 1em;
}
table.data td.value {
}
table.data td.separator {
    font-size: 0.1em;
    line-height: 1%;
    padding: 0.5em;
}
table.data td.heading {
    padding-left: 0;
    padding-right: 0;
}
table.nested tr {
    margin: 0;
    padding: 0;
}
span.nested {
    font-size: 1.2em;
    padding: 0 4px 0 0;
}
span.formError {
    color: #990000;
    font-size: 1em;
    font-weight: bold;
}
ul.formErrorList {
    color: #990000;
}
ul.menu {
    margin: 0;
    padding: 0;
}
ul.menu li {
    display: inline;
    margin: 0;
    padding: 0 1.5em 0 0;
}
ul.menu li.current {
    font-weight: bold;
}
ul.menu a {
    font-size: 0.85em;
    text-decoration: none;
    text-transform: uppercase;
}
ul.steplist {
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}
ul.steplist li {
    display: inline;
    font-size: 0.85em;
    margin: 0;
    padding: 0 0.5em 0 0;
    text-transform: uppercase;
}
ul.steplist li.current {
    font-weight: bold;
}
ul.steplist a {
    text-decoration: none;
}
ul.plain {
    list-style-type: none;
    padding-left: 1.5em;
}
div.separator {
    border-bottom: 1px dotted #000000;
    font-size: 0.5em;
    line-height: 25%;
    margin-bottom: 0.25em;
    margin-top: 1em;
    padding: 0;
    width: 100%;
}
div.progressbar {
    background-image: url("../templates/images/progbg.gif");
    background-repeat: no-repeat;
    z-index: 1;
}