﻿/*GridViewCSS*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    table-layout: auto;
    border-collapse: collapse;
    border: #e0e0e0 1px solid;
    font-size: 12px;
}
.scrolling-table-container {
    width: 735px;
    overflow-y: hidden;
    overflow-x: scroll; 
}
/*Encabezado y paginas*/
.HeaderStyle
{
    background-image: url(../Resources/Img/YahooSprite.gif);
    font-size:12px;
    background-position:top;
    background-repeat:repeat-x;
    background-color:#a9aaae;
    padding: 1px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-right-radius:7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft:7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.PagerStyle
{
    background-image: url(../Resources/Img/YahooSprite.gif);
    font-size:12px;
    background-position:top;
    background-repeat:repeat-x;
    background-color:#a9aaae;
    padding: 4px;
}
.HeaderStyle th {
    padding: 3px;
    color:  slategrey;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
    font-size: x-small;
    padding:0px;
}
.PagerStyle table td
{
    border:0px;
    padding:2px;
}
.PagerStyle td
{
    border-top: #e0e0e0 1px solid;
}
.PagerStyle a
{
    color:#000;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #e0e0e0;
    border-bottom:solid 1px #e0e0e0;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#000;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*Filas*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td
{
    padding: 3px;
    border-right: solid 1px #e0e0e0;
    font-size: 12px;
    height: 15px;
}
.RowStyle td
{
    background-color: #e0e0e0;
}
.AltRowStyle td
{
    background-color: #ffffff;
	background-image: url(../Resources/Img/YahooSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
    color:#717477;
    font-size: 12px;
    height: 15px;
}
.SelectedRowStyle td
{
    background-color: #f6aeda;
	background-image: url(../Resources/Img/YahooSprite.gif);
    background-position:center;
    background-repeat:repeat-x;
    height: 15px;
}
.FooterStyle
{
    color: #4e5766;
    padding: 2px 0px 2px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #6888A8;
    color: White;
    height: 24px;
    font-weight: bold;
}


.RowStyleOnTime
{
    white-space: nowrap;
    background-color: #FFFFFF;
    padding: 3px;
    border-right: solid 1px #e0e0e0;
    font-size: 12px;
    height: 13px;
}
.RowStyleNoTime
{
    white-space: nowrap;
    background-color: orange;
    padding: 3px;
    border-right: solid 1px #e0e0e0;
    font-size: 12px;
    height: 13px;
}
