﻿/*
 * @(#)gridview.css  1.0  12/12/2011
 *
 * Copyright (c) 2011 BHEUU. All rights reserved.
 *
 * @author  Mohammad Zulfikri Bin Omar 
 * @version  1.0  12/12/2011
 * @affectedmodule  Kebankrapan
 * @affectedmodule  Likuidasi
 * @affectedmodule  Perakaunan
 * @functionalrequirement 
 *
 * Modification History
 * ----------------------------------------------------------------------------------------------------------------------
 * Date                  Modify By               Requested By                  Description
 *
 *
 *
 * NOTE
 * ----------------------------------------------------------------------------------------------------------------------
 * Date                  Description
 *
 *
 */

.mGrid
{
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
    width:95%;
    margin-left:20px;
    margin-top: 0px;
}

.mgridTitle
{
    color : #000;
    font-size : 12px;
    font-weight : bold;
    padding-left : 10px;
}


.mGrid th a:link
{
    color: white;
    text-decoration: none;
    padding: 4px 2px;
}
.mGrid td
{
    padding: 4px 2px;
    border: solid 1px #e9e9e9;
    color: black;
    font-size: 11pt;
}
.mGrid th
{
    padding: 4px 2px;
    color: white;
    background: #424242 url('/Images/GridviewHeader/grd_head.png');
    border-left: solid 1px #525252;
    font-size: 11pt;
}
.mGrid .alt
{
    background: #fcfcfc url('/Images/GridviewHeader/grd_alt.png') repeat-x top;
}
.mGrid .pgr
{
    background: #424242 url('/Images/GridviewHeader/grd_pgr.png') repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: red;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: red;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}
