/**
 * Apply only colors, backgrounds, borders and tipography
 */

body {
    background-color: #E0EBEB;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 72%;
}

ul{
    list-style-type : none;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover{
    color: #0000cc;
    text-decoration: underline;
    cursor: pointer;
}

input.submit {
    font-size: 8pt;
    color: black;
    background: #EFF5F5;
    border: 1px solid #000066;
}

#label-form-search, #label-form-submit {
    display: none;
}

div.breadcrumb {
    background-color: #C4D9D9;
    color: #000066;
    font-weight: bold;
}

div.identification h1 {
    font-size: 130%;
    font-weight: bold;
}

div.lang {
    text-align: right;
}

form.searchform {
    background: #D1DFDF;
    border-bottom: 1px solid #C4D9D9
}

form.advanced fieldset {
    border: none;
}

form.advanced fieldset legend {
    font-weight: bold;
}

form.advanced fieldset label{
    vertical-align: top;
}

div.print, div.save {
    text-align: right;
}

div.navigation form button {
    border: 1px solid transparent;
    background: inherit;
    font-size: inherit;
    cursor: pointer;
}

div.navigation form button:hover {
    border-bottom: 1px solid black;
    color: #00C;
}

div.navigation form span {
    font-size: 107%;
    font-weight: bold;
}

div.subjects-set {
    background: transparent url(img/pt/pointer.gif) no-repeat top left;
}

div.column span,
div.highlights li.title {
    font-weight: bold;
}

div.highlights {
    border: 2px solid #C4D9D9;
    background-color: #E5EEEE;
}

div.highlights ul,
tr.navigation td {
    border-top: 1px solid #C4D9D9
}

div.result {
    border-color: #E6D7B8;
    border-style: solid;
    border-width: 0px 0px 1px;
}

div.first-result {
    border-width: 1px 0px;
}

div.first-result,
div.list_other_color{
    background: #F5F0E6;
}

div.result a.title {
    color: #000066;
    font-weight: bold;
}

div.result ul.onlineaccess li {
    text-align: right;
}

div.result ul.options li a:after {
    content: " ...";
}

.box_list {
    list-style-image: url(/img/pt/pointer.gif);
}

td.corpo10bd_hisa a.title_field {
    font-weight: bold;
}

table.secscol {
    width: 600px;
}

