﻿/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#444 1px solid;
    width: 980px;    
    margin-left: 10px;
    clear: both;    
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle
{
    background-image: url(Images/HeaderSoftGrey.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #84827B;

}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 1px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
    background-color: #c9c9c9;
}
.AltRowStyle td
{
    background-color: #f0f0f0;
}
.SelectedRowStyle td {
	background-color: #d7dcaf;
}

/*---------------------------------------------------------------------------------------*/
/* Grids Vazios                                                                          */

.EmptyTemplate
{
    font-family: Arial, Sans-Serif;
    width: 99%;
    min-height: 200px;
    padding-top: 30px;    
}

.EmptyTemplate p
{
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;    
}
.EmptyTemplate p.video
{
    text-align: center;
}
.EmptyTemplate p.sub
{
    font-size: 13px;
    margin: 20px 100px 20px 100px;
    color: #666666;
}
.EmptyTemplate p span 
{
    color: Navy;
    font-weight: bold;
    font-size: 13px;
} 
.EmptyTemplate .smartpic 
{
    text-align: center;
    padding-bottom: 5px
}
.EmptyTemplate .smartpic img 
{
    vertical-align:middle;
    max-width: 100px;
}
/* Estilos para o Grid View Pager ------------------------------------------------------ */

span.pagerResults1
{
    float:left;
}

span.pagerResults2
{
    float: right;
}
