.evento-grid-loading
{
    background:url(loading.gif) no-repeat;
}

.evento-grid
{
    padding: 0;
}

.evento-grid table.items
{
    background: white;
    border-collapse: separate;
    width: 100%;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(css/PIE.htc);
}

div.evento-grid.th-gradient tr th {  
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EFEFEF));
    background: -webkit-linear-gradient(#FFFFFF,#EFEFEF);
    background: -moz-linear-gradient(#FFFFFF,#EFEFEF);
    background: -ms-linear-gradient(#FFFFFF,#EFEFEF);
    background: -o-linear-gradient(#FFFFFF,#EFEFEF);
    background: linear-gradient(#FFFFFF,#EFEFEF);
    -pie-background: linear-gradient(#FFFFFF,#EFEFEF);
    
    behavior: url(css/PIE.htc);
}

div.evento-grid.th-gradient tbody tr th {  
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EFEFEF));
    background: -webkit-linear-gradient(#FFFFFF,#EFEFEF);
    background: -moz-linear-gradient(#FFFFFF,#EFEFEF);
    background: -ms-linear-gradient(#FFFFFF,#EFEFEF);
    background: -o-linear-gradient(#FFFFFF,#EFEFEF);
    background: linear-gradient(#FFFFFF,#EFEFEF);
    -pie-background: linear-gradient(#FFFFFF,#EFEFEF);
    
    behavior: url(css/PIE.htc);
}

.evento-grid table.items thead th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    behavior: url(css/PIE.htc);
}

.evento-grid table.items thead th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    behavior: url(css/PIE.htc);
}

.evento-grid table.items thead th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    behavior: url(css/PIE.htc);
}

.evento-grid table.items tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    behavior: url(css/PIE.htc);
}

.evento-grid table.items tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
    behavior: url(css/PIE.htc);
}

.evento-grid table.items th, .evento-grid table.items td
{
    font-size: 14px;
    border: 1px #EEE solid;
    padding: 5px;
    vertical-align: middle;
}

.evento-grid table.items td.form input
{
    width: 90%;
    padding: 5px 3px;
}

.evento-grid table.items th
{
    color: #000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background: #FFFFFF;
    font-weight: 700;
    behavior: url(css/PIE.htc);
}

.evento-grid table.items th a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.evento-grid table.items th a:hover
{
    color: #000;
}

.evento-grid table.items th a.asc
{
    background:url(up.gif) right center no-repeat;
    padding-right: 10px;
}

.evento-grid table.items th a.desc
{
    background:url(down.gif) right center no-repeat;
    padding-right: 10px;
}

.evento-grid table.items tr.even
{
    background: #FFF;
}

.evento-grid table.items tr.odd
{
    background: #F9F9F9;
}

/*.evento-grid table.items tr.selected
{
    background: #FAEEE7;
}*/

.evento-grid table.items tr:hover
{
    background: #FAEEE7;
}

.evento-grid table.items tr.opcoes-avancadas:hover
{
    background: #FFF;
}

.evento-grid .link-column img
{
    border: 0;
}

.evento-grid .button-column
{
    text-align: center;
    width: 60px;
}

.evento-grid .button-column img
{
    border: 0;
}

.evento-grid .checkbox-column
{
    width: 15px;
}

.evento-grid .summary
{
    margin: 0 0 5px 0;
    text-align: right;
}

.evento-grid .pager
{
    margin: 5px 0 0 0;
    text-align: right;
}

.evento-grid .empty
{
    font-style: italic;
}

.evento-grid .filters input,
.evento-grid .filters select
{
    width: 100%;
    border: 1px solid #ccc;
}