/*
    Document   : index_temp
    Created on : 29/04/2011, 09:38:49
    Author     : poliana
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    background: #ededed;
    color: #503F47;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', Verdana, Arial, sans-serif;
}

a{
    cursor:pointer;
    border:none;
    outline: 0 none;
}

.notice, .error, .warning, .info {
    font-weight: normal;
    margin: 5px 5px 15px 5px;
    padding: 5px 25px 5px 10px;
    border: 1px solid;
    color: #979CA4;
    border-radius: 5px;
    font-size: 0.8em;
}

.notice { border-color: #aed957; background: #fbfdf6; }

.error { border-color: #ff6b6b; background: #fff7f7; }

.warning { border-color: #f7a134; background: #fffbf3; }

.info { border-color: #4ecdc4; background: #f6fcfc; }

.erro_login {
    margin: auto;
    width: 392px;
}

.pag_erro{
    text-align: center;
    margin: 0px auto;
    width: 580px;
}/*

*/.pag_erro table{
    font-family: 'Titillium Web', cursive !important;
    color: #363636;
    font-family: 'Titillium Web', Georgia;
    font-size:16px;
    text-align:left;
}

.pag_erro table a{
    font-size:11px;
    font-family: 'Titillium Web', verdana !important;
    text-decoration:none !important;
}
.pag_erro table ul{
    font-size:10px;
}


.block {
    display: block;
}

.clear {
    clear: both;
}
.logo{
    text-align:center;
    margin: 0 auto 50px;
    background-color: #2FB24E;
    padding: 10px 0;
}

.logo img{ width: 195px; }

.login {
    background: white;
    border: 1px solid #2FB24E;
    height: 150px;
    margin: auto;
    width: 380px;
    margin-bottom:25px;
}

.login h1 {
    background-color: #e3e3e3;
    color: #778702;
    width: 100%;
    display: block;
    margin: 0 auto 25px;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    height: auto;
}

.login label {
    clear: both;
    color: #503F47;
    float: left;
    font-size: 13px;
    margin-bottom: 7px;
    margin-right: 5px;
    text-align: right;
    width: 85px;
}

.login input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #799B4E !important;
    color: #503F47;
    float: left;
    padding: 1px 3px;
    width: 240px;
}
.login input.botao {
    background-color: #2FB24E;
    border: 1px solid #799B4E !important;
    color: #FFFFFF;
    float: left;
    font-size: 0.9em;
    height: 22px;
    margin-left: 70px;
    margin-top: 13px;
    padding: 0 8px 3px;
    width: auto !important;
    cursor:pointer;
}

.login input.botao:hover{ background-color: #A2B60B; }


.sitelinks {
    background: #e2e2e2;
    border-top: 1px solid #ECECEC;
    clear: both;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.centralizer {
    margin: 0 auto;
    padding: 0;
    width: 968px;
}
div.blocksholder {
    padding: 20px 0 5px;
}
ul.linebars {
    background: url("http://www.task.com.br/images/bg_linebars.gif") repeat-y scroll center top transparent;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
    width: 968px;
}
ul.linebars {
    list-style: none outside none;
}
ul.linebars li.fourblocks {
    display: block;
    float: left;
    margin: 0;
    padding: 0 10px 0 55px;
    width: 177px;
}
ul.linebars li.fourblocks h1 {
    color: #778702;
    font-size: 0.85em;
    padding-bottom: 5px;
}
ul.linebars li.fourblocks ul{
    padding-left: 0;
}
ul.linebars li.fourblocks ul li {
    color: #778702;
    font-size: 0.8em;
    line-height: 1.5em;
    list-style: none outside none;
}
ul.linebars li.fourblocks ul li a:link, ul.linebars li.fourblocks ul li a:active, ul.linebars li.fourblocks ul li a:visited {
    color: #778702 ;
    text-decoration: none;
}

.englobaDivBox{
    text-align:center;
    margin:auto;
    float:left;
    width:97%;
    *margin-left:-190px;
    position:absolute;
    z-index:99999;
}

.divBox{
    height: 265px;
    margin: auto;
    width: 804px;
    border: 1px solid #aed957;
    border-radius: 3px;
    background-color: #fbfdf6;
}
.tit_esq_senha{
    font-size: 16px;
    height: 33px;
    width: 100%;
}

.tit_esq_senha a{
    text-decoration: none;
    color: #151515;
    font-size: 20px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #ececec;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    left: 15px;
    top: -10px;

    -webkit-transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
    -moz-transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
    -ms-transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
    -o-transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
    transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
}

.tit_esq_senha a:hover{
    color: #dd0000;
    font-size: 22px;
    width: 25px;
    height: 25px;
}

.tit_esq_senha a:before{
    content: '\00d7';
    display: inline-block;
    position: relative;
    top: -7px;
}

.tit_esq_senha h4{
    color: #313131;
    float: left;
    width: 96%;
    margin-top: 20px;
}
.img_esq_senha{
    padding: 6px 0 0 5px;
}
.meio_esq_senha{
    /*width: 100%;*/
    clear: both;
    padding: 0 5%;
    text-align: center;
}

.inst_esq_senha{
    float: right;
    margin: 5px 0;
    width: 380px;
}
.inst_esq_senha p{
    padding: 10px 17px;
    text-align: justify;

}
.form_esq_senha{ padding-top: 15px; }

.form_esq_senha label{ font-size: 14px; }

.form_esq_senha input{
    height: 20px;
    width: 215px;
}
.form_esq_senha input.botao{
    background-color: #2FB24E;
    border: 1px solid #799B4E;
    color: white;
    cursor: pointer;
    font-family: 'Titillium Web', Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding: 0 8px 3px;
    width: 82px;
    vertical-align: bottom;
}

.form_esq_senha input.botao:hover{ background-color: #A2B60B; }

.link_esq_senha{
    color: #778702;
    margin-right: 7px;
    margin-top: 32px;
    text-align: right;
    cursor: pointer;
    text-decoration:none;
    font-size: 0.85em;
}
.link_esq_senha:hover{
    text-decoration:underline;
    color: #2FB24E;
}

#divBackground {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
