body
{
        font-family: Tahoma, Verdana, Arial, Trebuchet MS;
        height: 99%;
        width:99%;
        margin: 5px 0px 0px 0px;
        padding:0px;
        text-align:center;
        background-color: #65B6E3;
}

#container{
	position:relative;
	margin:auto;
	width:750px;
	padding:0px;
}

/**
* inicio td horario
*/
.tdHoras{
  font-family: Verdana, Tahoma, Arial, Trebuchet MS ;
  font-size: 11px;
  color: #B3D993;
  background-color: #1D7D00;
  vertical-align:top;
}
/**
* fim td horario
*/

/**
* inicio td sub nav
*/
.tdSubNav{
  color: #FFFFFF;
  background-color: #57A92B;
  text-align:left;
  vertical-align:top;
}
.tblSubNav{
  font-family: Tahoma, Verdana, Arial, Trebuchet MS ;
  font-size: 11px;
  color: #FFFFFF;
}
.txtSubNavSelected{
     color: #1D7D00;
     text-decoration: none;
     font-weight: bold;
}

.tdSubNav a:link{
     color: #FFFFFF;
     text-decoration: none;
}
.tdSubNav a:visited{
     color: #FFFFFF;
     text-decoration: none;
}
.tdSubNav a:active{
     color: #FFFFFF;
     text-decoration: none;
}
.tdSubNav a:hover{
     color: #FFFFFF;
     text-decoration: underline;
}
/**
* fim td sub nav
*/

/**
* inicio td sub nav1
*/
.tdSubNav1{
  color: #FFFFFF;
  background-color: #57A92B;
  text-align:center;
}
.tblSubNav1{
  font-family: Verdana, Tahoma,Arial, Trebuchet MS ;
  font-size: 11px;
  font-weight: bold;
  color: #57A92B;
}
.txtSubNavSelected1{
     color: #B3D993;
     text-decoration: none;
}

.tbldSubNav1 a:link{
     color: #FFFF99;
     text-decoration: none;
}
.tdSubNav1 a:visited{
     color: #FFFF99;
     text-decoration: none;
}
.tdSubNav1 a:active{
     color: #FFFF99;
     text-decoration: none;
}
.tdSubNav1 a:hover{
     color: #FFFF99;
     text-decoration: underline;
}
/**
* fim td sub nav1
*/

/**
* inicio td main
*/
.tdMain{
  font-family: Verdana, Verdana, Arial, Trebuchet MS ;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  text-align:justify;
  vertical-align: top;
  line-height: 13pt;
  
}
.tdMain a:link{
  color: #1D7D00;
  text-decoration: none;
  font-size: 12px;
}
.tdMain a:visited{
  color: #1D7D00;
  text-decoration: none;
  font-size: 12px;
}
.tdMain a:active{
  color: #1D7D00;
  text-decoration: none;
  font-size: 12px;
}
.tdMain a:hover{
  color: #1D7D00;
  text-decoration: underline;
  font-size: 12px;
}

.titulo{
  font-size: 13px;
  font-weight: bold;
}
/**
* fim td main
*/

/**
* inicio td direitos
*/
.tdDireitos{
  background-color: #2396D5;
  text-align:center;
  vertical-align:bottom;
}
.txtDireitos1{
  font-family: Tahoma, Arial, Tahoma, Arial, Trebuchet MS ;
  font-size: 9px;
  color: #FFFFFF;
}
.txtDireitos2{
  font-family: Tahoma, Arial, Tahoma, Arial, Trebuchet MS ;
  font-size: 9px;
  color: #000080;
}
/**
* fim td direitos
*/

select, textarea, input{
    BACKGROUND-COLOR: #0380C0;
    COLOR: #FFFFFF;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Verdana, Trebuchet MS, Arial;
    BORDER: 1px solid #808080;
}

li {
    margin-left: 0px;
    list-style: circle;
}

/**
* inicio DIV / SCROLLERS
*/
.Scroller-Container {
  position: absolute;
  top: 0px;
  left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 112px;
  left: 41px;
  background-color: #B4DA94;
  font-size: 0px;
}

.Scrollbar-Track {
  position: absolute;
  width: 10px; 
  height: 255px;
  top: 124px;
  left: 41px;
  background-color: #EEE;
  
}
.Scrollbar-Down {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 382px;
  left: 41px;
  background-color: #B4DA94;
  font-size: 0px;
}

.Scrollbar-Handle {
  position: absolute;
  width: 10px; 
  height: 30px;
  left: 0px;
  background-color: #B4DA94;
}
#Scrollbar-Container {
  position: absolute;
  top: 50px;
  left: 460px;
}
#Container1 {
  position: absolute;
  width: 332px;
  height: 286px;
  top: 159px;
  left: 181px;
  border: 1px #4FAEDA solid;
  text-align: justify;
  
}
#Main {
    position:absolute;
    overflow: hidden; 
    color: #000000;
    top: 2px;
    width: 314px;
    height: 282px;
    left: 2px;
    
}

.divHorario{
  position: relative;
  width: 155px;
  height: 26px;
  top: 3px;
  left: 12px;
}

.tdRightListagem{
  font-family: Tahoma, Verdana, Arial, Trebuchet MS ;
  font-size: 11px;
  color: #000000;
  background-color: #FFFFFF;
  text-align:justify;
  vertical-align: top;
  padding: 3px;
  border-top: 1px #B3D993 solid;
}

.divRight{
    position:absolute;
    overflow: hidden; 
    visibility:visible;    
    left:529px; top:159px; width:196px; height:286px;
    color: #000000;
    border: 1px #4FAEDA solid;
}
.divRightNoBorder{
    position:absolute;
    overflow: hidden; 
    visibility:visible;    
    left:529px; top:159px; width:196px; height:288px;
    color: #000000;
}
/**
* inicio DIV / SCROLLERS
*/

.avisoAcrobat{
  font-family: Verdana, Verdana, Arial, Trebuchet MS ;
  font-size: 10px;
  color: #000000;
  text-align: justify;
  font-style: italic;
}
