﻿#divProcessando
{
    background: url(./images/carregandopagina.gif) no-repeat center;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.GridPager table
{
    height: 20px;
    background: transparent;
    text-align: center;
    padding: 5px;
}
.GridPager table td
{
    display: inline-block;
    /*width: 20px;*/
    height: 20px;
    border: 1px solid #D9D9D9;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 3px;
    /*background: url("images/back-pagination.png") repeat-x left bottom;*/
}
.GridPager table a
{
    color: #b0b0b0;
    display: block;
    /*width: 20px;*/
    height: 20px;
    text-decoration: none;
    line-height: 20px;
}
.GridPager table a:link
{
}
.GridPager table a:visited
{
}
.GridPager table td:hover
{
    background-color: #4aaed9;
}
.GridPager table a:hover
{
    color: White;
    text-decoration: none;
}
.GridPager table a:active
{
}


[disabled = disabled]
{
    border: 1px solid #dedede;
    box-shadow: inset 0px 1px 3px 0 rgba(0,0,0,0.15),0 0 3px 1px rgba(222,222,222,0.4);
    color: #9a9a9a;
    
    cursor: not-allowed;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
    pointer-events: none;
}


.form div label {
  display: block;
  margin-right: 5px;
  text-align: right;
}



.panel {
  margin-bottom: 0px;
}


.divPermissao{
    margin-left: 100px;
    width: 200px;
}

.divPermissao label{
    width: 100px;
    float: right;
}