body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #444444;
    text-align: left;
    margin: 0 auto;
    background-color: #0a324c;
}

.eleitos
{
    overflow:auto;
    width: 500px;
    height: 100px;
}

.jqmClose {
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 6px;
  font-size:12px;
  font-weight:bold;
}

/*Begin dummy classes*/
.clr
{
    clear: both;
}
a
{
    color: #003398;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
h1, h2, h3, h4, p, ul, li, form
{
    margin: 0;
    padding: 0;
}
.column
{
    float: left;
}
input, select, textarea
{
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
select
{
    border: 1px solid #7b8dbf;
}
a img
{
    border: 0;
}
.textcenter
{
    text-align: center;
}
/*End dummy classes*/

/*Begin header structure*/
.header
{
    font-size: 0.68em;
    background-color: #0c3551;
    background: url(../images/banner.jpg) left top no-repeat;
    background-color: #0c3551;
    height: 99px;
    min-width: 978px;
}

.header_right
{
    float: right;
}

h1.logo
{
    float: left;
}

.menu_ajuda
{
    list-style-type: none;
    font-size: 90%;
    text-align: right;
    margin: 10px 10px 0 0;
    font-weight: bold;
}
.menu_ajuda a
{
    color: #fff;
}
.menu_ajuda li
{
    display: inline;
    border-left: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
}
.menu_ajuda li:first-child
{
    border-left: 0;
}
/*End header structure*/

/*Begin site structure*/
.content
{
    font-size: 0.68em;
    background: url(../images/bk_body.gif) repeat-y left;
    background-color: #fff;
    min-width: 980px;
}
/*End site structure*/

/*Begin left menu structure*/
.left
{
    width: 213px;
    border-left: 1px solid #b0c4cf;
    border-right: 1px solid #b0c4cf;
    background: url(../images/bl_menuleft.gif) repeat-x top;
    background-color: #d9dee2;
    min-height: 400px;
    padding: 20px 0 0 5px;
}
.h2left
{
    margin-bottom: 10px;
}


/*End left menu structure*/

/*Begin content structure*/

.right
{
    width: 740px;
    border-left: 1px solid #b0c4cf;
    margin-left: -1px;
    padding: 20px 0 20px 20px;
}
/*Begin content structure*/

/*Begin  titles*/
h2
{
    margin-bottom: 20px;
    font-size: 170%;
    font-weight: normal;
}
h2 span
{
    font-size: 60%;
}
h3
{
    margin-bottom: 20px;
    font-size: 150%;
    font-weight: bold;
}
/*End titles*/

/*Begin cascade select filter*/
.filtro
{
    font-size: 110%;
    color: #656565;
    margin-bottom: 20px;
}
.filtro label
{
    font-weight: bold;
    margin-right: 5px;
}
.filtro select
{
    font-size: 90%;
}
.filtro_col
{
    margin-right: 10px;
    float: left;
    line-height: 2.5em;
}
.filtro_col_2Line
{
    margin-right: 10px;
    float: left;
    line-height: 1.5em;
}

.next
{
    line-height: 1.8em;
    font-size: 120%;
    font-weight: bold;
}

.next2Line
{
    line-height: 3.5em;
    font-size: 120%;
    font-weight: bold;
}
/*End cascade select filter*/

/*Begin tables*/

.general_table th
{
    text-align: left;
    padding: 2px 35px 2px 3px;
}
.general_table td
{
    padding: 2px 35px 2px 3px;
    border-top: 1px solid #999999;
}
.general_table_head
{
    font-size: 120%;
    font-weight: bold;
}

.overflow
{
    width: 730px;
    overflow-x: auto;
}

.total
{
    font-weight: bold;
    font-size: 110%;
}

.sepcontent
{
    border-bottom: 1px dashed #9a9a9a;
    display: block;
    margin: 30px 0 20px 0;
}

/*End tables*/

/*Begin page options menu*/
.pageoptions
{
    clear: both;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px dashed #989898;
}
.pageoptions ul
{
    list-style-type: none;
}

.pageoptions li
{
    display: inline;
    margin-right: 10px;
}
.pageoptions input
{
    color: #0452a4;
    font-weight: bold;
    font-size: 95%;
    cursor: pointer;
}
.pageoptions input:hover
{
    color: #000000;
}


.Printbutton
{
    background: url(../images/08botaoVersaoImpressao.gif) no-repeat top left;    
    width: 180px;
    padding: 10px 0 11px 15px;
    background-color: transparent;
    border: 0;
}
.Exportbutton
{
    background: url(../images/08botaoExportar.gif) no-repeat top left;
    width: 100px;
    padding: 10px 0 11px 15px;
    background-color: transparent;
    border: 0;
}
.Eleitosbutton
{
    background: url(../images/08botaoEleitos.gif) no-repeat top left;
    width: 100px;
    padding: 10px 0 11px 15px;
    background-color: transparent;
    border: 0;
}
/*End page options menu*/

/*Begin filter*/
.filtro_comparacao
{
    background-color: #e1e1e1;
    margin-bottom: 20px;
}

.filtroleft
{
    width: 410px;
    margin-right: 30px;
}

.filtroright
{
    width: 290px;
    padding-top: 10px;
}

.filter_line
{
    border-bottom: 1px dashed #ffffff;
    padding: 15px 0 5px 35px;
}
.filter_line label
{
    font-weight: bold;
    font-size: 110%;
    margin-right: 5px;
}
.filterseparator
{
    font-size: 120%;
    font-weight: bold;
    width: 25px;
    text-align: center;
    display: inline-block;
}

.filterseparatorButton
{
    font-size: 120%;
    font-weight: bold;
    width: 40px;
    text-align: center;
    display: inline-block;
    height: 20px;
    line-height: 10px;
}

.compareone
{
    background: url(../images/compare_one.gif) no-repeat bottom left;
}
.comparetwo
{
    background: url(../images/compare_two.gif) no-repeat bottom left;
}
.comparethree
{
    background: url(../images/compare_three.gif) no-repeat bottom left;
}
.comparefour
{
    background: url(../images/compare_four.gif) no-repeat bottom left;
}
.filteroptions
{
    padding: 10px 0 5px 10px;
}
.comparebutton
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('../images/08botaoComparar.gif') no-repeat left top;
    width: 100px;
    padding: 10px 0 11px 15px;
    color: #0452a4;
    font-weight: bold;
    font-size: 95%;
    cursor: pointer;
}
.comparebuttonBIG
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('../images/08botaoCompararBig.gif') no-repeat left top;
    width: 150px;
    padding: 10px 0 11px 15px;
    color: #0452a4;
    font-weight: bold;
    font-size: 95%;
    cursor: pointer;
}
.comparebutton:hover
{
    color: #000000;
}

.warning
{
    background: url(../images/compare_warningtop.gif) no-repeat top left;
}

.warningEleitos
{
    background: url(../images/compare_warningtop.gif) no-repeat top left;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.warning_bottom
{
    background: url(../images/compare_warningbottom.gif) no-repeat bottom left;
    width: 211px;
    min-height: 80px;
    _height: 80px;
    padding: 10px 10px 5px 60px;
    font-size: 110%;
    font-weight: bold;
}
.error_bottom
{
    background: url(../images/compare_warningbottom.gif) no-repeat bottom left;
    width: 211px;
    min-height: 80px;
    _height: 80px;
    padding: 10px 10px 5px 60px;
    font-size: 110%;
    font-weight: bold;
    color: Red;
}


/*End filter*/


/*Begin Footer*/
.footer
{
    background-color: #0a324c;
    color: #fff;
    font-size: 0.68em;
    padding: 3px;
    border-top: 1px solid #cccccc;
}
.footer_right
{
    float: right;
}
/*End Footer*/

.select50
{
    border: 5px solid #7b8dbf;
    width: 55px;
}
.select155
{
    border: 5px solid #7b8dbf;
    width: 155px;
}






/*SLIDE SHOW COMPARAÇÃO*/

#slider1
{
    /* You MUST specify the width and height */
    wi600: 300px;
    he700t: 186px;
    position: relative;
    overflow: hidden;
}
#mask-gallery1
{
    overflow: hidden;
}
#gallery1
{
    /* Clear the list style */
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 0; /* width = total items multiply with #mask gallery width */
    width: 900px;
    overflow: hidden;
}
#gallery1 li
{
    /* float left, so that the items are arrangged horizontally */
    float: left;
}

#slider2
{
    /* You MUST specify the width and height */
    wi600: 300px;
    he700t: 186px;
    position: relative;
    overflow: hidden;
}
#mask-gallery2
{
    overflow: hidden;
}
#gallery2
{
    /* Clear the list style */
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 0; /* width = total items multiply with #mask gallery width */
    width: 900px;
    overflow: hidden;
}
#gallery2 li
{
    /* float left, so that the items are arrangged horizontally */
    float: left;
}
.h2em
{
    height: 2em;
}
.comboSelection
{
width:125px;	
}
.stripNav ul {display:none}
.thumb {margin: 5px; padding:5px; border:1px solid #ccc; text-align: center;width:150px; height:119px; float:left}
.thumbImg { width:150px; height:114px}
.tipoEleicao { display:block; float:none;width:100%; height:100%;margin-bottom: 30px;margin-top: 20px}
.eleicaoTitle { font-size: small;font-weight:bold;}
