* {
    margin: 0;
    padding: 0;
}

a {
    color: #001872;
    text-decoration: underline;
}

a:hover {
    color: #5369b9;
    text-decoration: none;
}

body {
    background-color: #ffffff;
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #393939;
    line-height: 20px;
    overflow: scroll;
}

#box {
    width: 860px;
    margin: 0 auto;
    /*background-image: url(../img/bg_header.png);*/
}

#header {
    width: 100%;
    height: 180px;
    background-image: url(../img/brasao_transp.png);
    background-repeat:no-repeat;
    background-position: 95% 0px;

}

#header h1 a {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    margin-top: 40px;
    text-decoration: none;
    line-height: 30px;
    padding-top: 3px;
}

#header h2 {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    float: left;
    margin: 50px 0px 0px 22px;
    padding-left: 10px;
    border-left: 2px solid #2e4cb9;
}

menu {
    width: 826px;
    height: 55px;
    font-size: 12px;
    font-family: Verdana;
    background-image: url(../img/menu.png);
    float: left;
    margin-top: 52px;
    padding: 0px 17px 0px 17px;
}

menu li {
    list-style: none;
    float: left;
    margin-top: 3px;
    font-weight: bold;
}

menu a {
    height: 34px;
    padding: 18px 13px 0px 13px;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
}

menu a:hover {
    text-decoration: none;
    color: #FFFFFF;
    text-decoration: underline;
}

#active {
    background-image: url(../img/menu-active.png);
    font-weight: bold;
    /*		text-decoration: none;*/
    text-decoration: underline;
}

#maincontent{
        background-image: url(../img/bg2.png);
        background-color: #FFFFFF;
}

#content {
    width: 854px;
    background-repeat: repeat-x;
    margin: 4px 0px 0px 3px;
    float: left;
    padding: 30px 0px 17px 0px;
    background-image: url(../img/bg2.png);
}

#breadcrumb {
    width: 846px;
    background-repeat: repeat-x;
    margin: 4px 0px 0px 3px;
    float: left;
    padding: 4px 4px;
    background-image: url(../img/bg2.png);
}


#left-sidebar {
    float: left;
    width: 165px;
    padding: 0px 0px 20px 25px;
    clear: both;
}

#left-sidebar span {
    font-size: 24px;
    color: #000000;
    /*margin-bottom: 22px;*/
    margin-bottom: 10px;
    display: block;
    font-family: Helvetica;
}

#left-sidebar ul {
    margin-bottom: 50px;
}

#left-sidebar ul li {
    list-style: none;
    line-height: 22px;
}

#left-sidebar ul li a {
    color: #001872;
    text-decoration: underline;
}

#left-sidebar ul li a:hover {
    color: #5369b9;
    text-decoration: none;
}

#right-sidebar {
    float: right;
    width: 569px;
    padding: 0px 25px 20px 50px;
    border-left: 1px solid #cecece;
    text-align: justify;
}

#right-sidebar h1 {
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 22px;
}

#right-sidebar h2 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cecece;
    line-height: 30px;
}

#right-sidebar p {
    margin-bottom: 25px;
}

.img {
    width: 128px;
    height: 94px;
    background-image: url(../img/img.jpg);
    float: left;
    margin-right: 19px;
}

.images {
    width: 100%;
    height: 94px;
    float: left;
}

.img:hover {
    background-image: url(../img/img-hover.jpg);
}

#left-column {
    width: 260px;
    float: left;
    margin: 45px 0px 0px 0px;
}

#right-column {
    width: 260px;
    float: right;
    margin: 45px 0px 0px 0px;
}

#left-column h1, #right-column h1 {
    font-size: 18px;
}

#footer {
    padding: 13px 0px 13px 0px;
    border-top: 1px solid #cecece;
    float: left;
    width: 100%;
}

.footer-text1 {
    float: left;
    color: #b3b3b3;
}

.footer-text2 {
    float: right;
}

#confirmado {
    color:#009933;
}

#naoconfirmado {
    color:#ff0000;
}


#cartaoconvocacao {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #393939;
    line-height: 20px;
    overflow: scroll;
    margin-left: 20px;
    margin-top: 20px;
}

#cartaoconvocacao table{
    width: 550px;
}

#boletim {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #393939;
    line-height: 20px;
    overflow: scroll;
    width: 700px;
    margin-left: 20px;
    margin-top: 20px;
}

#boletim table{
    width: 700px;
}

#requerimento {
    background-color: #ffffff;
    background-image: none;
    font-family: Arial,Tahoma,Verdana,Serif;
    font-size: 12px;
    line-height: 20px;
    overflow: scroll;
    width: 720px;
    margin-left: 20px;
    margin-top: 20px;
}


span.underdots
{
    border-bottom: 1px dotted;
    font-family: Arial,Tahoma,Verdana,Serif;
    font-weight:bold;

}


#requerimento th{
  background-color:#F0F0F0;
  background-image:url(../img/bgthcell.png);
  background-repeat:repeat-x;
  border:1px solid #505050;
  color:#333;
  font-family:Arial, Tahoma, Verdana, Serif;
  font-size:12px;
  font-style:italic;
  font-weight:bold;
  height:20px;
  letter-spacing:0px;
  text-align:center;
  text-indent:0px;
  vertical-align:middle;
}

#requerimento td{
  border:0px solid #505050;
  border-bottom:1px solid #505050;
  font-size:12px;
  font-variant: small-caps;
  height:auto;
  letter-spacing:2px;
  padding:3px;
  text-indent:0px;
  text-align:left;
}

#atencao{
    color: red;
}

ul.mapas li {
  margin-top: 2em;
}

#aviso{
    width: 600px;
    float: left;
}