﻿
body, html
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.imBorder
{
    border: 0px;
}

/***************HEADINGS*******************/
h1
{
    font-size: 0.9em;
    font-weight: bold;
    color: #2c3c4c;
    padding: 0em 2.25em 0em 0em;
    text-align: right;
    text-transform: uppercase;
}

h2
{
    font-size: 0.75em;
    font-weight: bold;
    color: #282828;
    text-align: left;
    padding: 0px 0px 0px 0.25em;
    text-transform: uppercase;
}


h3
{
    font-size: 0.69em;
    font-weight: bold;
    color: #282828;
    text-align: left;
    padding: 0px 0px 0px 0.25em;
    text-transform: uppercase;
}

h4
{
    font-size: 0.63em;
    font-weight: bold;
    color: #606060;
    text-align: left;
    padding: 0px 0px 0px 0.25em;
    text-transform: uppercase;
}


/************* Zona Logo *********************/

.logo
{
    position: relative;
    width: 518px;
    left: 640px;
    top: 12px;
    z-index: 1;
}

.zonaLogo
{
    height: 75px;
    background-color: #ffffff;
}

.zonaLogoBck
{
    height: 95px;
    background-color: #ffffff;
}

/****************Zona Cabeçalho****************/
.headerTop
{
    /*background-image: url(../../Images/layout/header_orange.gif);*/
    background-image: url(../../Images/layout/back_orange.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 775px;
    height: 130px;
    background-color: #e77b13;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.LogoHeader
{
    background-image: url(../../Images/layout/logoHeader.gif);
    background-position: center left;
    background-repeat: no-repeat;
    height: 130px;
}



.cabecalho
{
    height: 1.25em;
    background-color: #8a9199;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 0.75em;
    vertical-align: top;
}

.txtWhite
{
    color: #ffffff;
    text-decoration: none;
    font-size: 0.69em;
    padding-left: 0.75em;
}


.breadCrumbs
{
    color: #ffffff;
    text-decoration: none;
    font-size: 0.69em;
    padding-left: 0.75em;
    cursor: pointer;
}



.breadCrumbs:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-size: 0.69em;
    padding-left: 0.75em;
    cursor: pointer;
}
/****************************/

.cursor
{
    cursor: pointer;
}



.linha
{
    background-image: url(../../Images/layout/imLateral.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 9.69em;
    height: 180px;
    border-left: 1px solid #01243a;
    border-right: 1px solid #01243a;
    border-bottom: 1px solid #01243a;
    background-color: #C3CCD3;
}

.linhaCinza
{
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
    width: 95%;
}


.contentArea
{
    border-left: 1px solid #01243a;
    text-align: left; /* height: 20.81em;*/
    width: 38.63em;
}

/*.contentAreaBck
{
	border-left: 1px solid #01243a;
	height: 290px;
	text-align: left;
}*/

.borderLeft
{
    border-left: 1px solid #01243a;
    height: 20px;
    text-align: left;
}

.conteudosformImg
{
    background: url(   "../../Images/layout/imagens_computador copy.jpg" ) no-repeat;
    border-left: 1px solid #01243a;
    border-top: 1px solid #01243a;
    height: 98px;
    width: 100%;
    text-align: left;
}



/****************POPUPS*********************/


.popupControl
{
    border: 2px solid #c4d3e6;
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
}

.modalBackground
{
    background-color: #FFFFFF;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8; /* para mozilla */
    opacity: 0.8; /* para Chrome*/
}

.modalPopup
{
    background-color: #e6e6e6;
    border: 2px solid #c6c6c6;
    padding: 2px;
}

.modalConfirmBackground
{
    background-color: #FFFFFF;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8; /* para mozilla */
    opacity: 0.8; /* para Chrome*/
}
.modalPopupConfirm
{
    background-color: #efefef;
    border: 3px solid #808080;
    padding: 3px;
    text-align: center;
}
.modalPopupImg
{
    background-color: #e6e6e6;
    border: 2px solid #c6c6c6;
    padding: 3px;
    color: #535353;
    text-align: center;
}
.modalImgBackground
{
    background-color: #FFFFFF;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8; /* para mozilla */
    opacity: 0.8; /* para Chrome*/
}

.txtMsgConfirm
{
    font-size: 0.75em;
    color: #404040;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}


/***************FORMS**********************/
.formInput
{
    border: 1px solid #999999;
    color: #535353;
    font-size: 0.69em;
    line-height: 18px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.formInput2
{
    /*  border: 0px solid #999999;*/
    color: #535353;
    font-size: 0.69em;
    line-height: 18px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.formInputDisable
{
    border: 1px solid #ffffff;
    color: #9c9c9c;
    font-size: 0.69em;
    line-height: 18px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.formTxtDisable
{
    color: #9c9c9c;
    font-size: 0.75em;
    line-height: 18px;
    height: 18px;
}



.textForm
{
    font-size: 0.75em;
    color: #404040;
    line-height: 14px;
}

.FormGrayLine
{
    padding-left: 5px;
    background-color: #ececec;
}
.textFormR
{
    font-size: 12px;
    color: #404040;
    line-height: 0.75em;
    text-align: right;
}
.textnumber
{
    text-align: right;
    font-size: 0.69em;
    color: #343434;
}

.textFormB
{
    font-size: 0.69em;
    font-weight: bold;
    color: #282828;
}

.textFormCB
{
    font-size: 0.69em;
    font-weight: bold;
    color: #787878;
}

/**********************Text*************************/

.textHelp
{
    font-size: 0.69em;
    color: #404040;
    line-height: 16px;
    display: none;
}

.textHelpOpen
{
    font-size: 0.69em;
    font-weight: bold;
    color: #282828;
}

.textHelpOpen:hover
{
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.69em;
    font-weight: bold;
    color: #282828;
}

.textLeft
{
    text-align: left;
}
.textCenter
{
    text-align: center;
}


.textj
{
    text-align: justify;
    line-height: 1.25em;
    font-size: 0.69em;
    text-indent: 0px;
}




.textLink
{
    text-align: left;
    line-height: 16px;
    font-size: 0.69em;
    text-decoration: none;
    color: #404040;
}

.textLink2
{
    text-align: left;
    line-height: 16px;
    font-size: 0.69em;
    text-decoration: underline;
    color: #404040;
}

.textLink:hover
{
    text-align: left;
    line-height: 16px;
    font-size: 0.69em;
    text-decoration: underline;
    cursor: pointer;
    color: #404040;
}

.textResult
{
    font-size: 0.69em;
    color: #404040;
    text-decoration: none;
    text-align: left;
}


.textPeqB
{
    font-size: 0.63em;
    font-weight: bold;
    line-height: 12px;
}

.textPeq
{
    font-size: 0.63em;
    line-height: 1.5em;
    color: #1a1a1a;
}

.textPeqLinks
{
    font-size: 0.63em;
    line-height: 1.5em;
    text-decoration: none;
    color: #1a1a1a;
}


.textPeqLinks:hover
{
    font-size: 0.63em;
    line-height: 1.5em;
    text-decoration: underline;
    color: #1a1a1a;
}



.linksBlueP
{
    color: #007095;
    font-size: 0.63em;
    line-height: 0.88em;
    text-decoration: none;
    cursor: pointer;
}

.linksBlueP:hover
{
    color: #007095;
    font-size: 0.63em;
    line-height: 0.88em;
    text-decoration: underline;
}



.textDadosPessoais
{
    font-size: 0.69em;
    color: #666666;
    text-decoration: none;
    text-align: left;
}


.textPosi
{
    font-size: 0.63em;
    height: 20px;
    line-height: 18px;
    color: #1a1a1a;
}



/**************Textbox Watermark*****************************/
.unwatermarked
{
    height: 18px;
}

.watermarked
{
    font-size: 0.63em;
    height: 18px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #FFFFFF;
    color: #808080;
}


/*****************************Menu Loja Cidadão***********************************/
/*.menuCidadao
{
    background-color: #545557;
    height: 25px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}



.menuTop
{
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin:0px;
    padding:0px;
}
.menuTop li
{
    display: inline;
    margin:0px;
    float:left;
    white-space:nowrap;
}
.text_menuTop, A.text_menuTop
{
    font-size: 11px;
    margin: 0px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    font-style:normal;
    font-variant:normal;
    text-transform:none;
}

A.text_menuTop:hover
{
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}
*/
#menuBottom
{
    text-align: left;
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#menuBottom li
{
    display: inline;
    margin: 0px;
    float: left;
}
.text_menuBottom, A.text_menuBottom
{
    text-align: center;
    font-size: 11px;
    margin: 0px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
}

A.text_menuBottom:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #000000;
}




.text_menuTopP, A.text_menuTopP
{
    font-size: 0.7em;
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
}

A.text_menuTopP:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}
.CssNoWrap
{
    white-space: nowrap;
}
.centered
{
    text-align: center;
}

.trNavigationBackgroudColor
{
    background-color: #545557;
 
}

.height25
{
    height: 1.56em;
}
.hidden
{
    display: none;
}
.listNoBullet
{
    list-style-image: none;
    margin: 0px;
    padding:0px;
    list-style-type: none;
}
.listNoBullet LI
{
    display: inline;
}
.text_branco, A.text_branco
{
    font-size: 0.69em;
    font-family: arial;
    font-style: normal;
    line-height: 1.56em;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration:none;
    color: #FFFFFF;
}

A.text_branco:hover
{
    text-decoration:underline;
}

.width100p
{
    width: 100%;
   
}
.border0
{border-width:0;}

.borderLR
{
     border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}


/*****************************Vertical Menu****************************************/
#rightmenu
{
    width: 9.81em;
}

#rightmenu ul
{
    margin: 0em;
    padding: 0em;
    left: 0em;
    list-style: none;
    text-align: left;
    border-top: 1px solid #202B41;
    background-color: #C3CCD3;
    width: 100%;
}


#rightmenu li
{
    margin: 0em;
    padding: 0em;
    left: 0em;
    position: relative;
    width: 100%;
}

#rightmenu a
{
    position: relative;
    background-color: #C3CCD3;
    width: 100%;
    display: block;
    border-bottom: 1px solid #202B41;
    color: #01243A;
    text-decoration: none;
    line-height: 1.50em;
    font-size: 0.75em;
    height: 100%; /* height: 1.81em;*/
    vertical-align: middle;
}

#rightmenu span
{
    padding-left: 0.63em;
}

#rightmenu a:hover
{
    background-color: #E3E3E3;
}


/*****************************GridViews****************************************/

/*.gridViewRow
{
	background: #FFFFFF;
}

.gridViewAlternateRow
{
	background-color: #EEEEEE;
}*/



.gridviewPaging a
{
    /*	background-color: #2E4A62; */
    color: #1a1a1a;
    height: 5px;
    font-size: 11px;
    text-decoration: none;
}

.gridviewPaging a:hover
{
    text-decoration: underline;
    color: #1a1a1a;
    height: 5px;
    font-size: 11px;
}

.gridviewPaging a
{
    text-decoration: none;
    color: #000000;
}

/*.OnMouseoverCssClass
{
	background-color: Yellow;
	color: White;
}

.OnMouseoverCssClass a
{
	color: White;
}*/



.tableGrid
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}


.tableGrid2
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.63em;
}

.Rowstyle2
{
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
    font-size: 0.69em;
    width: 100%;
}

.GridViewHeader
{
    background-color: #f9f9f9;
    font-weight: bold;
    color: #212121;
    font-size: 11px; /*font-size: 0.69em;*/
    text-decoration: none;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.GridViewHeader a
{
    font-weight: bold;
    color: #212121; /*font-size: 0.69em;*/
    text-decoration: none;
    text-align: center;
}



.GridViewLines
{
    color: #1a1a1a;
    line-height: 16px;
    border-left: 1px solid #ffffff;
}


.GridViewLines a
{
    font-size: 10px;
    color: #1a1a1a;
    line-height: 16px;
}


.GridViewLines2
{
    color: #1a1a1a;
    line-height: 16px;
    font-size: 0.69em;
    border-left: 1px solid #ffffff;
}


.GridViewHeader2
{
    font-weight: bold;
    font-size: 0.75em;
    color: #1a1a1a;
    line-height: 16px;
    text-decoration: none;
}

.GridViewPaging
{
    background-color: #ffffff;
    font-size: 0.63em;
    color: #1a1a1a;
    line-height: 16px;
    text-decoration: none;
}

.GridViewPaging:hover
{
    background-color: #ffffff;
    font-size: 0.63em;
    color: #1a1a1a;
    line-height: 16px;
    text-decoration: underline;
}







/*****************Forms****************************/

.txtBox
{
    background-color: #f9f9f9;
    border: 1px solid #999999;
    font-size: 0.69em;
    color: #282828;
    height: 16px;
}


.textForm
{
    text-decoration: none;
    font-size: 0.69em;
    color: #282828;
    height: 16px;
    padding-right: 5px;
}


.botao
{
    background-image: url(  "../../Images/buttons/bg_Bts.gif" );
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #3d3d3d;
    background-color: #e5e4e4;
    padding: 0em 0.31em 0em 0.31em;
    font-size: 0.69em;
    text-decoration: none;
    text-align: center;
    color: #343434;
    cursor: pointer;
}

.divImBrd
{
    width: 125px;
    height: 125px;
    border: 1px dashed #CCCCCC;
    position: static;
}
/**************Mensagens***************/
.msgError
{
    color: #cc0000;
    font-size: 0.69em;
    vertical-align: top;
}

.loginMsg
{
    position: static;
    color: #535353;
    text-align: center;
    font-size: 0.75em;
    background-color: #e6e6e6;
    padding: 10px;
    line-height: 18px;
    width: 65%;
}
/***************LINKS********************/
.linksRed
{
    color: #cc0033;
    font-size: 0.69em;
    text-decoration: none;
}

.linksRed:hover
{
    color: #cc0033;
    font-size: 0.69em;
    text-decoration: underline;
}


.linksGreen
{
    color: #477005;
    font-size: 0.69em;
    text-decoration: none;
}

.linksGreen:hover
{
    color: #477005;
    font-size: 0.69em;
    text-decoration: underline;
}

.linksBlue
{
    color: #007095;
    font-size: 0.69em;
    text-decoration: none;
    cursor: pointer;
}

.linksBlue:hover
{
    color: #007095;
    font-size: 0.69em;
    text-decoration: underline;
}



/*******************Rodape*******************/
.bgRodape
{
    width: 100%;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #ce0201;
}



/*******************TABS*******************/

.tabOff
{
    text-decoration: none;
    font-size: 0.69em;
    color: #282828;
    height: 25px;
    background-color: #f9f9f9;
    padding: 0em 0.63em 0em 0.63em;
}

.tabOn
{
    text-decoration: none;
    font-size: 0.69em;
    color: #282828;
    height: 22px;
    font-weight: bold;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; /*  border-top: 5px solid #cccccc;*/
    border-bottom: 1px solid #ffffff;
    padding: 0em 0.63em 0.25em 0.63em;
    background-image: url(  "../../Images/bgTabOn.gif" );
    background-repeat: repeat-x;
    width: 100%;
}

.tabLine
{
    height: 22px; /* border-bottom: 1px solid #cccccc;     background-color: #f9f9f9;*/
    background-image: url(  "../../Images/bgTab.gif" );
    background-repeat: repeat-x;
    width: 100%;
}

.tabLineUsers
{
    height: 22px; /* border-bottom: 1px solid #cccccc;     background-color: #f9f9f9;*/
    background-image: url(  "../../Images/bgTab.gif" );
    background-repeat: repeat-x;
    width: 95%;
}

.caixaConfig
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}


.caixaEdit
{
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    padding: 5px;
}



.divTransparente
{
    background-color: #FFFFFF;
    position: absolute;
    overflow: auto;
    display: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8; /* para mozilla */
    opacity: 0.8; /* para Chrome*/
    z-index: 100;
    top: 0;
    left: 0;
}

.divInfo
{
    background-color: #FFFFFF;
    border: solid 1px #000000;
    position: absolute;
    overflow: auto;
    display: block;
    width: 300px;
    height: auto;
    z-index: 100001;
}

.divHide
{
    background-color: #FFFFFF;
    position: absolute;
    overflow: auto;
    display: none;
    z-index: 100001;
}
.divShow
{
    background-color: #FFFFFF;
    position: absolute;
    overflow: auto;
    display: block;
    z-index: 100001;
}
.barraportal
{
    width: 777px;
    border: 0;
    height: 26px;
}


.divMapCanvas
{
    width: 600px;
    height: 370px;
}
.divMapCanvasBorder
{
    width: 600px;
    height: 400px;
    border: solid 1px #000000;
}

.divMap
{
    display: none;
    font-size: 62.5%;
}

.imgMiniMapa
{
    padding: 10px 0px 10px 0px;
}

.captcha
{
	text-decoration: none;
    font-size: 10px;
    padding: 0px 5px 0px 5px;     
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
}
.captchaLabeltext
{
	text-decoration: none;
    font-size: 10px;
    padding: 0px 5px 0px 5px;     
    color: #cc0000;
    vertical-align:top;
    font-family: Arial, Helvetica, sans-serif;
}
.formInputCaptcha
{
	border: 1px solid #999999;
    color: #535353;
    font-size: 10px;
    line-height: 18px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
