﻿.dgRepeater
{
    background: url('/Master/Resources/datagridRepeater.jpg') repeat-y;
}
.dgInset
{
    margin-top:0;
    padding-top:0;
    margin-left:13px;
    border-right: none 0 #f6f6f6;
}
.topDgImg
{
    overflow:hidden;
    width:732px;
    height:8px;
    background: url('/Master/Resources/datagridTopPiece.jpg') no-repeat;
}
.bottomDgImg
{
    overflow:hidden;
    width:732px;
    height:8px;
    background: url('/Master/Resources/datagridBottomPiece.jpg') no-repeat;
}
.leftMostDgItem
{
    border-right-color: #c1c1c1;
    border-right-style: solid;
    border-right-width:1px;
    border-bottom-color: #c1c1c1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #c1c1c1;
    border-top-style: solid;
    border-top-width: 1px;
}
.rightMostDgItem
{
    border-left-color: #c1c1c1;
    border-left-style: solid;
    border-left-width:1px;
    border-bottom-color: #c1c1c1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #c1c1c1;
    border-top-style: solid;
    border-top-width: 1px;
}
.centerDG
{
    padding:25px;
}