body {
    padding-top: 60px;
    padding-bottom: 40px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:0px;
    margin:0px;
    background-color: azure;

}

.zf-green {
    color: #68b604;
}

.btn-file {
    position: relative;
    overflow: hidden;
    font-size: x-small;
    height: 20px;
    padding-top: 2px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: xx-small;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.row_yellow {
    background-image:url("/img/img_row_yellow_topo.jpg");
    background-repeat:repeat-x;
}

.td_row_gray_topo {
    background-image:url("/img/row_gray_topo.jpg");
    background-repeat:repeat-x;
}

.brasao {
    width:80%;
    height: 61px;
    background-image:url("/img/brasao_topo.jpg");
    background-repeat: no-repeat;
}

.logo {
    width:20%;
    height: 61px;
    background-image:url("/img/logo.png");
    background-repeat: no-repeat;
}

.tb_topo
{
    border-collapse:collapse;
    width:100%;
    padding: 0px;
    margin: 0px;
}

.topo
{
    background-image:url("/img/bg_topo.jpg");
    background-repeat:repeat-x;
    width:100%;
    padding: 0px;
}
.td_menu

{
    background-color:#D3D3D3;
    height:23px;
    text-align: right;
    padding-right: 10px;

}

.escalaAlterada {
    color: #a94442;
    font-weight: bold;
}


.containerLarge {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containerLarge:before,
.containerLarge:after {
    display: table;
    content: " ";
}

.containerLarge:after {
    clear: both;
}

.containerLarge:before,
.containerLarge:after {
    display: table;
    content: " ";
}

.containerLarge:after {
    clear: both;
}

.containerLarge {
    width: 1370px;
}