

html {
    overflow: -moz-scrollbars-vertical;
    scrollbar-arrow-color: #D6D3CE;
    scrollbar-base-color: #F1ECE5;
    scrollbar-dark-shadow-color: #E0DCD7;
    scrollbar-track-color: #E6E2DC;
    scrollbar-face-color: #F7F2EB;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
  }


body {
    background-image:URL(../images/tmp/testa_fundo1.jpg);
  }


p {
    font-size : 8pt;
    font-family : Verdana, Arial;
  }


a {
    color: #996073;
  }


#main_menu a, #main_menu {
    font-size : 7pt;
    color : #000000;
    font-weight : bold;
    text-decoration : none;
  }


#main_menu a:hover {
    color: #996073;
  }


.data {
    font-weight : bold;
  }


.agenda_title {
    /* font-style : italic;
    */;
  }


.agenda_link {
  }


.texto {
    text-align:justify;
  }


ol.player li {
    list-style-type : none;
    width : 300px;
  }

/*
.player a {

    color : #541E2E;

    cursor : pointer;

    font-size : 8pt;

    font-weight : bold;

    margin-left: 9px;

  }
*/




.player {
    color : #812E47;
    font-size : 8pt;
    font-weight : bold;
    margin-left: 9px;
  }


.player a {
    color : #541E2E;
    cursor : pointer;
    text-decoration : none;
  }


.titulo {
    font-size : 13pt;
    color : #977478;
  }


.conteudo {
    height : 250px;
    _height : 242px;
    width : 415px;
    margin-top : 15px;
    overflow : auto;
    overflow-x: hidden;
    padding-right : 20px;
    text-align : justify;
  }


#langs_menu {
    margin-left : 30px;
    margin-top : 25px;
    _margin-top : 20px;
    width: 515px;
    color: #541E2E;
  }


.lang {
    cursor: pointer;
  }


.lang_sel {
    cursor : default;
    font-weight : bold;
  }

/* float menu styles
============================== */



.breadcrumbs {
    width: 460px;
    display: block;
    float:left;
  }


ul.nav_vert {
    /* background: #FFFFFF;
    */ border: 1px solid #ccc;
  }


ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 65px;
    /* Width of Menu Items *//* background: #FFFFFF;
    */ /* border-bottom: 1px solid #ccc;
    */
  }


ul li {
    position: relative;
  }


li ul {
    position: absolute;
    margin-top: 18px;
/*     left: 9px; */
    /* Set 1px less than menu width */
    top: 0;
    display: none;
    border: 1px solid #F9F9F9;
/*     background: #F2F0B8; */
    background-image:URL(../images/fundo-cifrasweb.jpg);
    width: 75px;
    z-index: 1000;
  }


li ul.rig {
    position: absolute;
    /* margin-top: 28px;
    */ right: 89px;
    /* Set 1px less than menu width */ top: 0;
    display: none;
    border: 1px solid #ccc;
    z-index: 1000;
  }

/* Styles for Menu Items */







ul li a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size : 7pt;
    font-weight : bold;
    font-family : Verdana, Arial;
    /* color: #AE7172;
    */ /*background: #ECECEC;
    */ /* IE6 Bug */
    padding: 5px;
    border-bottom: 0;
  }

/* Fix IE. Hide from IE Mac \*/







* html ul li {
    float: left;
    height: 1%;
  }


* html ul li a {
    height: 1%;
  }

/* End */








ul li a:hover {
    color: #996073;
    /* background: #f9f9f9;
    */
  }

/* Hover Styles */
		







li ul li a {
    padding: 2px 5px;
    z-index: 3000;
  }

/* Sub Menu Styles */
		







li:hover ul, li.over ul {
    display: block;
    z-index: 2000;
  }

/* The magic */












.form {
    height : 240px;
    _height : 23px;
    width : 415px;
    margin-top : 15px;
    overflow : auto;
    overflow-x: hidden;
    padding-right : 20px;
    text-align : justify;
    font-size : 8pt;
    font-family : Verdana, Arial;
  }

input, select {
    background-color : #FBF5F1;
    border-color : #D1CC89;
    border-style : solid;
    border-width : 1px;
    margin-bottom : 5px;
    margin-left : 3px;
    margin-right : 3px;
    margin-top : 3px;
  }


input:hover {
    background: #fff;
  }

