.GridViewMainDiv thead tr
{
    background:url("../../Images/bg_dashed_pattern.png?uid=-1696131812") repeat scroll 0 0 transparent;
}

.GridViewMainDiv thead tr td
{
    border-bottom: 1px dashed #D1D1D1;
    border-top: 1px dashed #D1D1D1;
    color: #333333;
    font-weight: bold;
    padding: 8px 0px 8px 0px;
}

.GridViewMainDiv thead tr th
{
    border-bottom: 1px dashed #D1D1D1;
    border-top: 1px dashed #D1D1D1;
    color: #333333;
    font-weight: bold;
    padding: 8px 2px 8px 0;
}

.GridViewDefaultStyle
{
    border: 0px;
    border-style: none;
    margin: 0px;
    width: 100%;
}

.GridViewDefaultStyle thead tr
{
}

.GridViewDefaultStyle thead tr td
{
    background: url(../../Images/bg_dashed_pattern.png?uid=-1696131812);
    border-top: 1px dashed #D1D1D1;
    color: #333333;
    font-weight: bold;
    padding: 8px 6px 8px 0px;
}

.GridViewDefaultStyle thead tr th
{
    background: url(../../Images/bg_dashed_pattern.png?uid=-1696131812);
    border-top: 1px dashed #D1D1D1;
    color: #333333;
    font-weight: bold;
    padding: 8px 6px 8px 0px;
}

.GridViewDefaultStyle tr
{
}

.GridViewDefaultStyle tr td
{
    border-bottom: 1px dashed #D1D1D1;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    color: #333;
    padding: 8px 2px 8px 0px;
}

.GridViewDefaultStyle tr th
{
    border-bottom: 1px dashed #D1D1D1;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    color: #333;
    font-weight: normal;
    padding: 0px 6px 5px 0px;
}

.GridViewDefaultStyle tfoot tr
{
}

.GridViewDefaultStyle tfoot tr td
{
    padding: 10px 6px 10px 0px;
    border-bottom: 0px;
}

.GridViewDefaultStyle.noborder tr
{
}

.GridViewDefaultStyle.noborder tr td
{
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    color: #333;
    font-weight: normal;
}

/* 12.06 */

.GridViewLeftHeaderCell
{
    display: none;
}

.GridViewLeftRowCell
{
    display: none;
}

.PagingBack
{
    display: inline-block;
    height: 26px;
    padding: 2px 3px 2px 0px;
    width: 26px;
}

.PagingBack a
{
    background: transparent url("../../Images/paging_previous.png?uid=-1696131812") no-repeat left center;
    display: block;
    height: 26px;
    width: 26px;
}

.PagingNext
{
    display: inline-block;
    height: 26px;
    padding: 2px 6px 2px 0px;
    width: 26px;
}

.PagingNext a
{
    background: transparent url("../../Images/paging_next.png?uid=-1696131812") no-repeat left center;
    display: block;
    height: 26px;
    width: 26px;
}