/*
#003366 - TEXTO ESCURO
#0099cc - texto claro

#F3EAD7 - BEIGE claro
#d9d1bf - BEIGE escuro
*/

* {
    margin:0;
    padding:0;
}

/** General Style Info **/
body {
    color: #003366;
    font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 10pt;
    margin: 0;
    background: url(img/padrao_fundo.png);
    background-attachment: fixed;
}
a {
    color: #0099cc;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #003366;
/*  text-decoration: underline;*/
}
a img {
    border: none;
}

.small {
    font-size: 8pt;
}

p {
    margin: 10px 0;
}
h1, h2 {
    font-weight: normal;
    margin-bottom: 10px;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.5em;
    color:#003366;
}
h3 {
    font-size: 1.4em;
    color:#003366;
    font-weight: bold;
}
h4 {
    font-size: 1.2em;
    text-decoration: underline;
}
table {
    border-spacing: 0;
    border-width: 0;
    width: 100%;
}
table tr td,
table tr th {
    vertical-align: top;
}
ul, li {
    margin: 0 20px;
}
hr {
    border: none;
    height: 2px;
    background: #aaa;
    margin: 15px 0;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
    font-size:10pt;
}
.title {
    font-weight: normal;
    color:#003366;
}

.title:hover {
    color: #0099cc;
}

.date {
    font-size: 7pt;
    font-weight: bold;
}

.darkblue {
    color:#003366;
}

.blue {
    color:#0099cc;
}

.no-margin {
    margin:0px;
}


/** Layout **/
#wrap-shadow {
    background: url(img/slice_linhas.png) repeat-y;
    width: 1200px;
    margin: 0 auto;
}

#left {
    float: left;
    display: inline;
    width: 198px;
    margin-left: 151px;
}
#left .grad {
    background: url(img/slice_grad_1.png) repeat-x #0099cc;
}
#left .dashed {
    background: url(img/linhas_esq.png) repeat-y;
}
#left .tex1 {
    background: url(img/padrao_3.png);
}
#left .tex2 {
    background: url(img/padrao_1.png);
}

#right {
    float: left;
    display: inline;
    width: 693px;
    margin-left: 7px;
}
#right .grad {
    background: url(img/slice_grad_2.png) repeat-x white;
    width: 693px;
}
#right .dashed {
    background: url(img/linhas_dir.png) repeat-y;
    width: 693px;
}
#right .tex1 {
    background: url(img/padrao_2.png);
    width: 693px;
}
#right .tex2 {
    background: url(img/padrao_1.png);
    width: 693px;
}

#sidebar {
    min-height: 1000px;
    position: relative;
}
#sidebar .spacer{
    height: 418px;
}

#content {
    min-height: 1000px;
    position: relative;
}
#content .spacer {
    height: 12px;
}
#content .footer-spacer {
    height: 71px; /* 71px - footer height */
}

#logo {
    position: absolute; /* Margin Bugfix */
    background: url(img/slice_logo.png);
    width: 156px;
    height: 202px;
    top: 32px;
    left: 54px;
    z-index: 20;
/*  margin-left: -32px;*/
}

#top {
    position: absolute; /* Margin Bugfix */
    background: url(img/slice_slide.png);
    width: 964px;
    height: 414px;
    margin-left: 5px;
    left: -243px;
}

#main {
    /*margin-top: 345px;*/
    margin-top: 406px;
}

#footer {
    position: absolute; /* Margin Bugfix */
    background: url(img/slice_bottom.png) no-repeat;
    width: 723px; /* 723px */
    height: 71px; /* 71px */
/*  padding: 40px 16px 0px 12px;*/
/*  margin-top: -71px;
    margin-left: 5px;*/
    left: 5px;
    bottom: 0px;
}
#footer p {
    text-align: center;
    font-size: 0.9em;
    color: #d9d1bf;
    margin: 40px 0 0 0;
}

#footer a {
    color: #d9d1bf;
    font-weight: bold;
}

#footer a:hover {
    color: #003366;
}

#text {
    position: relative;
    width: 643px;
    margin: 25px 24px
}
#text .return-button-top {
    margin-left: 4px;
}
#text .menu {
    position: absolute;
    top: 0px;
    right: 6px;
}
#text .top {
    background: url(img/caixa_texto_top.png) no-repeat;
    height: 22px;
    margin-top: 39px;
}

#text .linktop {
    background: url(img/caixa_texto_top.png) no-repeat;
    height: 22px;
    margin-top: 5px;
}

#text .content {
    background: url(img/caixa_texto_mid.png) repeat-y;
    padding: 1px 30px;
}

#text .linkcontent {
    background: url(img/caixa_texto_mid.png) repeat-y;
    padding-left:30px;
}

#text .bottom {
    background: url(img/caixa_texto_bot.png) no-repeat;
    height: 21px;
}

#text .content .news-img {
    max-width:250px;
    max-height:250px;
    margin-left:10px;
    border: dashed 1px #d9d1bf;
}

/** News **/
#news {
    position: relative;
    width: 643px;
    margin: 25px 24px
}
#news .top {
    background: url(img/noticia_top.png) no-repeat;
    height: 46px;
/*  margin-top: 33px;*/
}
#news .content {
    background: url(img/noticia_mid.png) repeat-y;
    padding: 1px 30px;
}
#news .bottom {
    background: url(img/noticia_bot.png) no-repeat;
    height: 315px;
    position:relative;
}
#news .bottom img {
/*  position: absolute;*/
    width: 252px;
    height: 252px;
    margin-top: 35px;
    margin-left: 196px;

    border-radius: 126px;
    -moz-border-radius: 126px;
    -webkit-border-radius: 126px;
    behavior: url(PIE.htc);
}

#news .bottom .stuff {
    background: white;
    width: 252px;
    height: 252px;
    top:35px;
    left: 196px;
    position:absolute;
    border-radius:140px;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px;
    behavior: url(PIE.htc);
}

#news .bottom .stuff .stuff-date {
    color: #0099cc;
    font-weight: bold;
    text-align:center;
    text-shadow: 2px 2px 5px #CCC;

}

.big-text {
    font-size: 36pt;
}

/** Tables **/
/*
#003366 - TEXTO ESCURO
#0099cc - texto claro

#F3EAD7 - BEIGE claro
#d9d1bf - BEIGE escuro
*/
.data table {
    width: 100%;
    border-spacing: 0;
    font-size: 0.85em;
}
.data table tr th {
/*  background-color: #003366;*/
    border-bottom: solid 2px #003366;
/*  color: BEIGE claro;*/
    padding: 4px;
    font-weight: bold;
    text-align: left;
}
.data table tr th:hover {
    color: #0099cc;
    cursor: pointer;
}
.data table tr td {
    padding: 2px 4px;
    border-bottom: solid 1px #0099cc;
}

/** News **/
#featured {
    margin-left: 14px;
    margin-top: 25px;
    font-size: 0.9em;
}
#featured .box {
    position: relative;
    background: url(img/slice_destaque_over.png) no-repeat;
    width: 208px;
    height: 398px;
    margin-left: 10px;
    float: left;
    display: inline;
}
#featured .box .bk {
    position: absolute;
    background: url(img/slice_destaque.png) no-repeat;
    width: 208px;
    height: 398px;
}
#featured .box .content {
    color: #0099cc;
    position: absolute;
    padding: 45px 22px;
}
#featured .box .content img {
    position: absolute;
    width: 126px;
    height: 126px;
    top: 256px;
    left: 41px;

    border-radius: 63px 63px 63px 63px;
    -moz-border-radius: 63px 63px 63px 63px;
    -webkit-border-radius: 63px 63px 63px 63px;
    behavior: url(/PIE.htc);
}

#featured .row {
    background: white;
    margin-bottom: 10px;
    padding: 5px;
    width: 95%;
}

/** Basic Classes **/
.clear {
    clear: both;
}
.tight {
    margin: 0;
    padding: 0;
}
.red {
    color: #0099cc;
}
.hr { /* Complex hr */
    border: none;
    height: 1px;
    background: #D9D1BF;
    margin: 20px 0;
}

.subscribe {
    text-align: right;
    font-size: 1.2em;
}

.return-button-top {
    position: relative;
    margin-left: 28px;
    margin-top: -15px;
    float: left;
}

.message-box {
    margin: 30px 0;
    padding: 10px 20px;
    border: solid 1px #0099cc;
    background-color: #eee;
}

/** Paging **/
div.paging {
    color: #ccc;
    margin-top: 10px;
    clear:both;
}
div.paging span.disabled {
    color: #ddd;
    display: inline;
}
div.paging span.current {
    color: #003366;
}
div.paging span a {
}




/** Sidebar Box **/
#sidebar .box {
    position: relative; /* Margin Bugfix */
    margin-top: 30px;
    margin-left: -32px;
    width: 227px;
}
#sidebar .box .top {
    background: url(img/slice_caixa_top.png) no-repeat;
    height: 38px;
    padding-top: 32px;
}
#sidebar .box .top a {
    display: block;
    height: 32px;
}
#sidebar .box .middle {
    background: url(img/slice_caixa_mid.png) repeat-y;
    padding: 10px 20px;
}
#sidebar .box p {
/*  margin: 0;*/
}
#sidebar .box .bottom {
    background: url(img/slice_caixa_bot.png) no-repeat;
    height: 15px;
}



/** Titles **/
#title-home {
    background-image: url(img/titles/tit_destaques.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
    /*margin-left:23px;*/
 }

#title-contacts {
    background-image: url(img/titles/tit_contact.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
    /*margin-left:19px;*/
 }

#title-results {
    background-image: url(img/titles/tit_class.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
 }

#title-draw {
    background-image: url(img/titles/tit_draw.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
 }

#title-inscr {
    background-image: url(img/titles/tit_inscr.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
 }

#title-tournaments {
    background-image: url(img/titles/tit_torneios.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
 }
 #title-federacao {
    background-image: url(img/titles/tit_federacao.png);
    height:42px;
    width:220px;
    margin-bottom:18px;
 }

#title-deliberations {
    background-image: url(img/titles/tit_del.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
    /*margin-left: 23px;*/
 }

#title-executive {
    background-image: url(img/titles/tit_osoc.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
 }


#title-regulations {
    background-image: url(img/titles/tit_regint.png);
    height:42px;
    width:270px;
    margin-bottom:18px;
 }


#title-statutes {
    background-image: url(img/titles/tit_est.png);
    height:42px;
    width:180px;
    margin-bottom:18px;
 }

 #title-ageral {
    background-image: url(img/titles/tit_ageral.png);
    height:42px;
    width:300px;
    margin-bottom:18px;
    /*margin-left: 23px;*/
 }

#title-acor {
    background-image: url(img/titles/tit_anoc.png);
    height:42px;
    width:300px;
    margin-bottom:18px;
 }

 #title-oanos {
    background-image: url(img/titles/tit_oano.png);
    height:42px;
    width:300px;
    margin-bottom:18px;
 }


#title-news {
    background-image: url(img/titles/tit_not.png);
    height:42px;
    width:300px;
    margin-bottom:18px;
 }


 #title-cdir {
    background-image: url(img/titles/tit_cdir.png);
    height:42px;
    width:300px;
 }



#title-cass{
    background-image: url(img/titles/tit_cass.png);
    height:42px;
    width:300px;
    margin-left: 24px;
    margin-bottom:18px;
}

 #title-ass{
    background-image: url(img/titles/tit_ass.png);
    height:42px;
    width:300px;
    margin-bottom:18px;
 }

#title-gallery{
    background-image: url(img/titles/tit_gal.png);
    height:42px;
    width:300px;
    /*margin-left: 24px;*/
    margin-bottom: 18px;
 }

 #title-links{
    background-image: url(img/titles/tit_links.png);
    height:42px;
    width:300px;
    margin-bottom:18px;
 }

#title-calendar{
    background-image: url(img/titles/tit_cal.png);
    height:42px;
    width:300px;
    margin-bottom:18px;
}

/* SLIDESHOW */

 #slideshow {
    position:relative;
    height:330px;
    width: 930px;
    top: 42px;
    left:17px;
}

#slideshow IMG {
    position:absolute;
    height:330px;
    width: 930px;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow .transparent {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;

    behavior: url(PIE.htc);
}



.logoimg {
    margin: 32px 10px;
}


/** Gallery **/
#gallery-cats {
    margin-left: 14px;
    margin-top: 25px;
}
#gallery-cats .index .cat {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-bottom: 10px;

    position: relative;
    width: 208px;
    height: 260px;
    background: url(img/gal/gal_cat_over.png) no-repeat;
}
#gallery-cats .index .cat .bk {
    position: absolute;
    width: 208px;
    height: 260px;
    background: url(img/gal/gal_cat_norm.png) no-repeat;
}
/*#gallery-cats .index .cat .bk:hover {  Remove-me
    background: none;
}*/
#gallery-cats .index .cat img {
    position: absolute;
    width: 126px;
    height: 126px;
    top: 118px;
    left: 41px;

    border-radius: 63px;
    -moz-border-radius: 63px;
    -webkit-border-radius: 63px;
    behavior: url(PIE.htc);
}
#gallery-cats .index .cat .content {
    width: 164px;
    position: absolute;
    padding: 45px 22px;
    font-size: 0.9em;
    text-align: center;
}

#gallery-cats .index .cat .content a {
    font-weight: normal;
    color: #003366;
}
#gallery-cats .index .cat .content a:hover {
    font-weight: normal;
    color: #0099cc;
}

#gallery-imgs {
    margin-left: 14px;
    margin-top: 36px;
}
#gallery-imgs .index .img {
    float: left;
    display: inline;
    margin-left: 6px;
    margin-bottom: 10px;

    position: relative;
    width: 158px;
    height: 158px;
    background: url(img/gal/gal_circ.png) no-repeat;
}
#gallery-imgs .index .img .bk {
    position: absolute;
    width: 158px;
    height: 158px;
    background: none;
}
#gallery-imgs .index .img .bk:hover { /* Remove-me */
    background: url(img/gal/gal_circ_over.png) no-repeat;
}
#gallery-imgs .index .img img {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 17px;
    left: 17px;

    border-radius: 63px;
    -moz-border-radius: 63px;
    -webkit-border-radius: 63px;
    behavior: url(PIE.htc);
}

/* Pagination */
.paging .next,
.paging .prev,
.paging .num {
    display: inline;
    float: left;
    width: 38px;
    height: 38px;
}
.paging .num {
    width: 398px;
    margin-top: 12px;
    text-align: center;
}
.paging .next {
    background: url(img/next_over.png) no-repeat;
}
.paging .next .bk {
    width: 38px;
    height: 38px;
    background: url(img/next_norm.png) no-repeat;
}
.paging .prev {
    margin-left: 96px;
    background: url(img/prev_over.png) no-repeat;
}
.paging .prev .bk {
    width: 38px;
    height: 38px;
    background: url(img/prev_norm.png) no-repeat;
}
/*.paging .prev .bk:hover,
.paging .next .bk:hover {
    background: none;
}*/
/*.paging .disabled .next .bk:hover {
    background: url(img/next_over.png) no-repeat;
}
.paging .disabled .prev .bk:hover{
    background: url(img/prev_over.png) no-repeat;
}*/
.paging .disabled .next,
.paging .disabled .prev,
.paging .disabled .next .bk,
.paging .disabled .prev .bk {
    background: none;
}

/* Auth */
#auth {
    height: 57px;
    color: #D9D1BF;
    padding: 0 20px;
    font-size: 9pt;
}
#auth p {
    margin: 0;
}
#auth a {
    color: #D9D1BF;
}
#auth a:hover {
    color: #0099cc;
}


/* 01-09-14 CSS Added by helio */
.h-years-ul {
    list-style: none;
}

.h-years-ul li {
    display: inline-block;
    margin: 0 25px 15px 0 !important;
}

.hidden {
    display: none;
}

.table--registers__header {
    margin: 30px 5px 0 5px;
}

.table--registers__header p {
    padding: 5px;
    background: #0099cc;
    color: #003366;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    z-index: 2;
}

/*
.table--registers__menu thead {
    border: 1px solid black;
}
*/


.table--registers__body {
    /*position: relative;*/
    height: 200px;
    overflow: scroll;
    border: 2px solid #c3c3c3;
    /*display: block;*/

    margin: 0 5px 10px 5px;
}



.sponsorships {
    margin: 60px 20px 0 20px;
}

.sponsorships .sponsorships--wrapper {
    float: left;
    margin: auto;
    text-align: center;
    height: 100px;

    /*border: 1px solid red;*/
    white-space: nowrap;
}

.sponsorships .sponsorships--wrapper img {
    vertical-align: middle;
    max-height: 100px;
    max-width: 160px;
    width: 100px !important;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.facebook {
    background: url("img/FaceBook-icon_42.png");
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
}