﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    /*background: #b6b7bc;*/
    background-image: url(../Images/bkg_html.jpg);
    background-repeat: repeat;
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 40px auto 0px auto;
    margin-top: 40px;
    border: 0px solid #496077;
    -moz-box-shadow: 0 0 25px #888;
    -webkit-box-shadow: 0 0 25px #888;
    box-shadow: 0 0 25px #888;
}

.main
{
    margin: 12px 8px 8px 8px;
    min-height: 530px;
    padding-bottom: 8px;
}

.footer
{
    color: #fff;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: 8pt;
}

.clear
{
    clear: both;
}

.bordaRadiusTopRight
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
}
.bordaRadiusTopLeft
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
}

.bordaRadiusBottomRight
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px -webkit-border-radius: 0px 0px 10px 0px;
}
.bordaRadiusBottomLeft
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
}
.bordaRadiusBottom
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}
.bordaRadiusTop
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
.bordaRadiusThin
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}

.bordaRadiusThinTop
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}


.bordaRadius
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.bordaRadiusThin5
{
    /*############ TopLeft TopRigth BottomRigth BottomLeft*/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.ImageButton
{
    border: 1px solid;
    border-color: transparent;
    padding: 15px;
}

.ImageButton:hover
{
    cursor: pointer;
    font-weight: bold;
}
.ImageButton:active
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ImageButtonPB
{
    cursor: default;
}

.ImageButtonAnchor
{
    border: 1px solid;
    border-color: transparent;
}

.ImageButtonAnchor:hover
{
    border: 1px solid #fff;
}
.ImageButtonAnchor:active
{
    border: 1px solid #FFA11B;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.textoDestacado
{
    color: #4B4B4B;
    font-weight: bolder;
    vertical-align: top;
}
.textoHeaderBox
{
    color: #4B4B4B;
    font-size: 15pt;
}
.buttonBorder
{
    border: 1px solid #929292;
}
.button
{
    cursor: pointer;
}
.button:active
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.tdHeaderImage
{
    width: 40px;
}
.paddingLateralEsquerda
{
    padding: 0px 0px 0px 5px;
    text-align: left;
}
.paddingLateralDireita
{
    padding: 0px 5px 0px 0px;
}
tr.bordaBottomDotted td
{
    border-bottom: 1px dotted #929292;
}
tr.bordaTopDotted td
{
    border-top: 1px dotted #929292;
}
.width100
{
    width: 100%;
}
.verticalAlignMiddle
{
    vertical-align: middle;
}
.boxOptionItem
{
    text-align: left;
    vertical-align: middle;
    height: 30px;
}
.boxOptionItemGrupo
{
    text-align: left;
    vertical-align: middle;
    height: 30px;
    background-color: #CDE2CC;
}
.boxOptionItemImage
{
    width: 20px;
    padding-left: 10px;
}
tr.paddingTop5 td
{
    padding-top: 5px;
}
td.boxOptionItemSelection
{
    text-align: left;
    vertical-align: middle;
}
td.boxOptionItemSelection:hover
{
    background-color: #345E4F;
    cursor: pointer;
    color: #fff;
}
td.boxOptionItemSelection:active
{
    border: 1px solid #FAF3C3;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.sliderNewsCss
{
    height: 150px;
    border: 0px solid black;
    padding: 5px 5px 6px 5px;
    background-color: transparent;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
p.bordaBottomDotted
{
    border-bottom: 1px dotted #929292;
}
p.paddingBoxItem
{
    padding: 9px 0px 0px 0px;
    margin: 0px 5px 0px 5px;
}
p.semMargem
{
    margin: 0px;
}
p.semPadding
{
    padding: 0;
}
ul.semMargem
{
    margin: 0;
    padding: 0;
}
li.semMargem
{
    margin: 0;
    padding: 0;
}
div.semMargem
{
    margin: 0;
    padding: 0;
}
.marcaDagua
{
    opacity: 0.5; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
    filter: alpha(opacity=50); /* for <= IE 8 */
}


#divNews
{
    margin: 0;
    padding: 0;
}

#divNews ul
{
    list-style-type: none;
}

#divNews h3
{
    padding: 0;
    margin: 0;
}

#divNews li img
{
    float: left;
    margin: 0 15px 0 0;
    padding: 2px 0 0 0;
}

#divNews li p
{
    padding: 0;
    margin: 0;
    padding-right: 1px;
    margin-bottom: 10px;
}

#divNews li
{
    padding: 1px;
    overflow: auto;
}

#divNews li:hover
{
    background: #eee;
    cursor: pointer;
}
p.newsDate
{
    font-size: 8pt;
    font-style: italic;
    padding: 0 5px 0 0;
}
p.padding20
{
    margin-left: 21px;
}

#tblAgenda td
{
    border: 1px solid #A0A0A0;
    vertical-align: middle;
    text-align: center;
    height: 35px;
    color: #696969;
    -moz-box-shadow: 0 0 1px #888;
    -webkit-box-shadow: 0 0 1px #888;
    box-shadow: 0 0 1px #888;
    background: rgb(255,255,255); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
#tblAgenda .alignLeft
{
    text-align: left;
}
#tblAgenda .tdLeia
{
    color: #000;
    width: 40px;
    background: #ededed; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ededed 0%, #e7e7e7 23%, #d3d3d3 74%, #cdcdcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(23%,#e7e7e7), color-stop(74%,#d3d3d3), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 0%,#e7e7e7 23%,#d3d3d3 74%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 0%,#e7e7e7 23%,#d3d3d3 74%,#cdcdcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 0%,#e7e7e7 23%,#d3d3d3 74%,#cdcdcd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 0%,#e7e7e7 23%,#d3d3d3 74%,#cdcdcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-8 */
}
.tituloPagina
{
    font-family: verdana,arial,helvetica,sans-serif;
    color: #288262;
    font-size: x-large;
    font-weight: bold;
}
.chamadaPagina
{
    font-family: verdana,arial,helvetica,sans-serif;
    color: #696969;
    font-size: 12pt;
}
.itemSelected
{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.24) 0%, rgba(0,0,0,0.33) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.24)), color-stop(100%,rgba(0,0,0,0.33))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.33) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.33) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.33) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.33) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#54000000',GradientType=0 ); /* IE6-9 */
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 1px;
    width: 50%;
}
/*END Modal Popup*/

.divNav
{
    background: #eee;
    border: 1px solid #C6C6C6;
    font-size: 9pt;
    padding: 5px 0 5px 15px;
}

.divNav a:link
{
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    text-decoration: none;
    color: #4B4B4B;
    font-size: 10pt;
}
.divNav a:visited
{
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    text-decoration: none;
    text-decoration: none;
    color: #4B4B4B;
}
.divNav a:hover
{
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    text-decoration: none;
    text-decoration: underline;
    cursor: pointer;
}
.divNav a:active
{
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    text-decoration: none;
    font-style: italic;
    cursor: pointer;
}
.buttonForum
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #c6c6c6;
    display: inline-block;
    color: #777777;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 130px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}
.buttonForum:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
    cursor: pointer;
}
.buttonForum:active
{
    position: relative;
    top: 1px;
}
.buttonForumDisable
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #c6c6c6;
    display: inline-block;
    color: #AFAFAF;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 130px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
    text-align: justify;
    vertical-align: middle;
}
.linkLimpo
{
    border-color: transparent;
    border-style: none;
    text-decoration: none;
}
.linkLimpo:link
{
    border-color: transparent;
    border-style: none;
    text-decoration: none;
    font-size: 10pt;
}
.linkLimpo:visited
{
    border-color: transparent;
    border-style: none;
    text-decoration: none;
}
.linkLimpo:hover
{
    text-decoration: none;
    cursor: pointer;
}
.linkLimpo:active
{
    text-decoration: none;
    cursor: pointer;
}
.bold
{
    font-weight: bold;
}
/* ---------------------- ELEICAO ---------------------- */
.bodyVotacao 
{
    height: 100%; 
    overflow: hidden;
}
.divContent
{
    width: auto;
    height: 1200px;
    padding: 0px 30px;
    background-color: White;
}
.radioList
{
    font-weight: lighter;
    display: block;
    width: 100%;
}
.formbg
{
    background: url(../Images/bg_element_eleicao.png) right !important;
    height: 75px !important;
}

.formbg .logo
{
    width: 103px !important;
    height: 55px !important;
    background: url(../Images/logo_element_eleicao.png) no-repeat !important;
    float: left !important;
    text-indent: -999em !important;
    margin-top: 5px !important;
    margin-left: 17px !important;
}
.label
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 90%;
    word-wrap: break-word;
}
.rblSelecionaEleicao
{
    font-family: verdana,arial,helvetica,sans-serif !important;
    font-size: 10pt !important;
    display: inline-block !important;
}
.labelNomeEleicao
{
    display: inline-block !important;
    font-family: verdana,arial,helvetica,sans-serif !important;
    width: 75% !important;
    color: #4B4B4B !important;
    font-size: 13pt !important;
    word-wrap: break-word !important;
}
.labelDescEleicao
{
    vertical-align:middle;
    display: inline-block;
    font-family: verdana,arial,helvetica,sans-serif;
    color: #4B4B4B !important;
    font-size: 11pt;
    word-wrap: break-word;
}
.labelDescItem
{
    font-family: verdana,arial,helvetica,sans-serif !important;
    display: inline-block;
    color: #696969;
    font-size: 11pt;
    width: 500px;
    word-wrap: break-word;
}
/* -------*/
.italic
{
    font-style: italic;
}
.textSmall
{
    font-size: 8.5pt;
}

.linkBodyColor
{
    border-color: transparent;
    border-style: none;
    text-decoration: none;
    color: #696969;
}
.linkBodyColor:link
{
    border-color: transparent;
    border-style: none;
    text-decoration: none;
    font-size: 10pt;
}
.linkBodyColor:visited
{
    border-color: transparent;
    border-style: none;
    text-decoration: none;
}
.linkBodyColor:hover
{
    text-decoration: underline;
    cursor: pointer;
}
.linkBodyColor:active
{
    text-decoration: none;
    cursor: pointer;
}
.titulo
{
    font-weight: bold;
    font-size: 14pt;
    padding-left: 5px;
    vertical-align: middle;
    text-align: center;
    color: #146000;
}
.popUpExterno2
{
    width: 795px;
    height: 595px;
}
.popUpExterno1
{
    width: 805px;
    height: 655px;
}
.popUpInterno1
{
    width: 600px;
    height: 500px;
}
.popUpInterno2
{
    width: 590px;
    height: 490px;
}
.imagesHome
{
    width: 35px;
    height: 35px;
}
.imageButtonDelete
{
    width: 20px;
    vertical-align: middle;
    border: 1px solid;
    border-color: transparent;
    padding: 2px 0px 3px 5px;
}
.imageButtonDelete:hover
{
    cursor: pointer;
    font-weight: bold;
}

.imageButtonDelete:active
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.moreItems
{
    padding-top: 15px;
    float: right;
    color: #696969 !important;
}
