@charset "utf-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol, li { list-style: none;}
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
/* RESET end*/

body
{
    background: #bfbfbf;
}





.clear
{
    clear: both;
}

.login
{
    width: 210px;
    background: #fff;
    margin: 10px auto 0px auto;
    padding: 20px;
}

.login h1
{
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #a6a6a6;
    margin-bottom: 5px;
    text-align: center;
}

.login p
{
    text-align: center;
    margin-bottom: 10px;
}

.login label
{
    display: inline-block;
    width: 60px;
    text-align: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    margin-bottom: 5px;
    margin-right: 5px;
}

.login input[type="text"],
.login input[type="password"],
.login input[type="submit"]
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    margin-bottom: 5px;
    border: 1px solid #d3d3d3;
    padding: 1px;
}

.login input[type="text"]:hover,
.login input[type="password"]:hover,
.login input[type="text"]:focus,
.login input[type="password"]:focus
{
    border: 1px solid #a9a9a9;
}

.login input[type="submit"]:hover
{
    cursor: pointer;
    border: 1px solid #a9a9a9;
}

.form
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;

}

.form label
{
    display: inline-block;
    width: 150px;
    text-align: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: top;
}

.form input[type="radio"],
.form input[type="checkbox"]
{
    vertical-align: text-bottom;
}

.form input[type="text"]
{
    width: 450px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    margin-bottom: 5px;
    border: 1px solid #d3d3d3;
    padding: 1px;
}

.form textarea
{
    width: 450px;
    height: 150px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    margin-bottom: 5px;
    border: 1px solid #d3d3d3;
    padding: 1px;
}
.form .special
{
    width: 450px;
    height: 25px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    margin-bottom: 5px;
    border: 1px solid #d3d3d3;
    padding: 1px;
}

.form select,
.form input[type="submit"],
.form input[type="reset"]
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px solid #d3d3d3;
    padding: 1px;
}

.form input[type="text"]:hover,
.form input[type="text"]:focus,
.form select:hover,
.form select:focus,
.form textarea:hover,
.form textarea:focus
{
    border: 1px solid #a9a9a9;
}

.form input[type="submit"]:hover,
.form input[type="reset"]:hover
{
    cursor: pointer;
    border: 1px solid #a9a9a9;
}
/*alterado por rogério*/
.help{
    display: none;
}

.help_error{
    display: block;
    color: red;
}
/*fim alterado por rogério*/
.header
{
    /*width: 915px;*/
    width: 95%;
    height: 87px;
    margin: auto;
    padding: 5px 20px;
    background: url(../img/bgHeader.jpg) top left repeat-x;
}

.header .logo
{
    margin-right: 20px;
}

.header h1
{
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: #fff;
}

.header h2
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #555555;
    vertical-align: bottom;
    margin-top: 10px;
}

.header h2 a
{
    color: #555555;
}

.header h2 a:hover
{
    text-decoration: none;
}

.container
{
    /*width: 915px;*/
    width: 95%;
    min-height: 480px;
    background: url(../img/bgContainer.jpg) top left repeat-x #fff;
    margin: auto;
    padding: 0px 20px;
}


.menu
{
}

.menu .itemShadow
{
    display: inline-block;
    width: auto;
    height: 44px;
    background: url(../img/bgItemShadow.png) bottom left repeat-x;
    margin-right: 5px;
}

.menu .itemShadow a
{
    display: block;
    width: auto;
    height: 26px;
    background: url(../img/bgMenuItem.jpg) top left repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: 0px 15px 0px 15px;
}

.menu .itemShadow a img
{
    vertical-align: middle;
}

.menu .itemShadow a:hover,
.menu .itemShadow #current
{
    background-position: bottom left;
    color: #a6a6a6;
}

.menu .item2nivel
{
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 5px;
}

.menu .item2nivel a
{
    display: block;
    width: auto;
    height: 18px;
    background: url(../img/bgThead.jpg) top left repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: 0px 15px 0px 15px;
}

.menu .item2nivel a:hover,
.menu .item2nivel #current
{
    color: #333;
}

/*1� nivel*/
.item2nivel > ul
{
    width: 90%;
    height: 26px;
    line-height: 26px;
    margin: auto;
    text-align: center;
}

.item2nivel > ul > li
{
    display: inline;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
}

.item2nivel> ul > li > a
{
    color: #707070;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 4px;
}

.item2nivel > ul > li:hover > a
{
    color: #bbbcbf;
    text-decoration: none;
}

/*2� nivel*/
.item2nivel > ul > li > ul
{
    display: none;

    text-align:left;
    padding: 10px;
}

.item2nivel > ul > li:hover > ul /*mostra 2� nivel*/
{
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 24px;
}

.item2nivel > ul > li > ul > li > a
{
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #505050;
    text-decoration: none;
    white-space: nowrap;
}

.item2nivel > ul > li > ul > li > a:hover
{
    color: #bbbcbf;
}


h3
{
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #a6a6a6;
    margin-top: 5px;
    margin-bottom: 5px;
}

table
{
    width: 100%;
}

thead td
{
    border: 1px solid #d3d3d3;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background: url(../img/bgThead.jpg) top left repeat-x;
    height: 18px;
    padding: 0px 5px;
}

.alignLeft
{
    text-align: left;
}

tbody td
{
    border: 1px solid #d3d3d3;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    text-align: center;
    padding: 0px 5px;
    line-height: 18px;
}

tbody td > img
{
    vertical-align: text-bottom;
    margin-right: 5px;
}

tbody td a
{
    margin-right: 5px;
}

tbody a img
{
    vertical-align: text-bottom;
}

tbody tr:hover
{
    background: #e6fef2;
}

.odd
{
    background: none;
}

.even
{
    background-color: #efefef;
}

tbody select
{
    border: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #7f7f7f;
    background: none;
}

tbody select:hover option
{
    background: #fff;
}

tfoot td
{
    padding: 10px 5px;
    line-height: 18px;
    text-align: center;
}

.paginacao
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    width: 180px;
    margin-left: auto;
}

.backward
{
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    background: url(../img/iconBackward.png) top left no-repeat;
    margin-right: 3px;
}

.forward
{
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    background: url(../img/iconForward.png) top left no-repeat;
}

a.backward:hover,
a.forward:hover,
#nopage
{
    background-position: bottom left;
}

a.number
{
    display: block;
    float: left;
    text-decoration: none;
    color: #000;
    margin: 0 2px 0 2px;
}

a.number:hover
{
    color: #fff;
}

.numberLeft
{
    display: block;
    width: 4px;
    height: 21px;
    background: url(../img/bgNumberLeft.png) top left no-repeat;
    float: left;
}

.numberCenter
{
    display: block;
    height: 21px;
    background: url(../img/bgNumberCenter.png) top left repeat-x;
    float: left;
}

.numberRight
{
    display: block;
    width: 7px;
    height: 21px;
    background: url(../img/bgNumberRight.png) top left no-repeat;
    float: left;
}

.paginacaoTxt
{
    float: left;
}

.footer
{
    width: 95%;
    height: 25px;
    margin: auto;
    padding: 5px 20px;
    background: url(../img/bgFooter.png) top left repeat-x #fff;
}

.footer p
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 32px;
}

.footer img
{
    vertical-align: middle;
}

.footer a
{
    color: #fff;
    text-decoration: none;
}

.footer a:hover
{
    text-decoration: underline;
}





/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
    display: inline;
    margin: 0;
}

.shadetabs li a{
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #d3d3d3;
    color: #2d2b2b;
    background: white url(../img/shade.gif) top left repeat-x;
    outline: none;
}

.shadetabs li a:visited{
    color: #2d2b2b;
}

.shadetabs li a:hover{
    text-decoration: underline;
    color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
                          position: relative;
                          top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
                          background-image: url(../img/shadeactive.gif);
                          border-bottom-color: transparent;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
                                text-decoration: none;
}