body {
    background-color: #b9cfe1;
    padding: 0px;
    margin: 0px;
    color: #000;
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    line-height: 170%;
    text-align: center;
}

a {
    color: #004f92;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #777;
}

h2 {
    font-size: 18px;
}


.trainee-item {
    margin-left: 20px;
}

.trainee-descricao {
    display: none;
}

.link-mercadolivre {
    text-align: center;
    margin: 15px 0px 0px 0px;
    font-weight: bold;
    background-color: #ffffce;
}

.link-mercadolivre a {
    color: #004F92 !important;
}



/* --------------------------------------------------------- */
#wrapper {
    background-color: #fff;
    text-align: left;
    margin: 0px auto;
    width: 1030px;
}


/* --------------------------------------------------------- */
#header {
    padding-bottom: 5px;
}

#logo img {
    border-width: 0px;
}


/* --------------------------------------------------------- */
#main {
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    background: url("main-bg.png") #edf5ff repeat-y;
    width: 1030px;
}


/* --------------------------------------------------------- */
#menu {
    width: 160px;
    float: left;
    background-color: #edf5ff;
    padding: 10px;
}


/* --------------------------------------------------------- */
#menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

#menu .title {
    font-weight: bold;
}


/* --------------------------------------------------------- */
#extras {
    width: 180px;
    float: right;
    background-color: #edf5ff;
    padding: 10px;
    text-align: center;
}


/* --------------------------------------------------------- */
#content {
    background-color: #fff;
    width: 630px;
    padding: 10px 10px 100px 10px;
    float: left;
}


/* --------------------------------------------------------- */
#search {
    text-align: center;
}

#search input.button {
    font-family: "Verdana";
    font-size: 11px;
    background-color: #e0e0e0;
}



/* --------------------------------------------------------- */
#news-list ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#news-list ul li {
    padding-left: 10px;
}

#news-list ul li.pubdate {
    background-color: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    margin: 15px 0px 5px 0px;
    padding: 3px 5px;
}

#news-list ul li.pubdate a {
    color: #555;
    font-weight: bold;
}

#news-list .item-tags {
    display: none;
    padding-left: 25px;
}

#news-list .item-tags a {
    color: #888;
}

#news-list .linkmeta a {
    color: #888;
}


/* --------------------------------------------------------- */
.pagination {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
}

.pagination span {
    padding: 0px 50px;
}

.pagination a {
    color: #004f92;
}


/* --------------------------------------------------------- */
#footer {
    background-color: #f0f0f0;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    clear: both;
}

#footer a {
    color: #000 !important;
}






.sidebar-ad {
  text-align: center;
}

.sidebar-ad img {
  border: 0px;
}

#babylon-ad {
  margin: 10px 0px;
}

