﻿/*GRID STYLES*/
.GridView
{
    color: #484848;
    border: 2px solid #efefef;
    font-size: 12px;
}
.GridView td,  .GridView th
{
    padding: 4px;
    width: 200px;
    text-align:left;
}
.GridView td.narrow, .GridView th.narrow
{
    padding: 4px;
    width: 100px;
    text-align:left;
}
.GridView td.narrow1, .GridView th.narrow1
{
    padding: 4px;
    width: 80px;
    text-align:left;  
}
.GridView td.deleteCell, .GridView th.deleteCell
{
    padding: 4px;
    width: 80px;
    text-align:right;  
}
    .GridView .OrderQuantity {
        width: 50px;
}
.HeaderStyle
{
    background-color: #EEEEEE;
    color:black;
    font-weight: bold;
    position:relative;
    text-align:left;
}
.RowStyle
{
    background-color: #ffffff;
    vertical-align: top;
    position:relative;
    border-bottom: solid 1px #EBEBEB;
}
.AlternatingRowStyle
{
    background-color: #fff;
    position:relative;
}
.SelectedRowStyle
{
    background-color: #a7cbec;
    position:relative;
}
.PagerStyle
{
}

.PagerStyle table
{
    margin:10px;
}

.PagerStyle td, .PagerStyle tr, .PagerStyle th
{
    width:auto !important;
    padding:0;
}

.PagerStyle span, .PagerStyle a
{
   border: 1px solid #dfefff;
    font-size: 10px;
    font-weight: bold;
    margin-right: 4px;
    padding: 4px 8px;
    text-decoration:none;
}
.PagerStyle span
{
     background-color: #dfefff;
     }
.PagerStyle a
{
    
     color:#005F9C;}
.PagerStyle a:hover{background-color: #dfefff;}

.FooterStyle
{
    background-color: #92b2ce;
}
.HeaderStyle a
{
    color: black;
    text-decoration: none;
    background: url(../images/listing/sort-regular-black.png) right center no-repeat;
    display:block;
    padding-right: 20px;
}
.GridIcon
{
    position: relative;
    top: 8px;
    display:block;
}
.ico-edit
{
    background-image: url('../images/listing/ico-edit.png');
    background-repeat: no-repeat;
    height: 24px;
}
.ico-view
{
    background-image: url('../images/listing/ico-view.png');
    background-repeat: no-repeat;
    height:24px;}
    

/** Grid Header Styles Ends ***/

/*** Sorting styles ***/
.sortasc-row, .sortdesc-row
{
    background-color: #eef9fe;
}

.sortasc-header a, .sortdesc-header a
{
    display: block;
}
.sortasc-header a
{
    background: url(../images/listing/asc.png) right center no-repeat;
}
.sortdesc-header a
{
    background: url(../images/listing/desc.png) right center no-repeat;
}
td.deleteThisRow {
    text-align: right;
    vertical-align:middle;
}
    td.deleteThisRow img {
        margin-right: 5px;
}

/*** Sorting styles ends ***/
