﻿ /* GridView
===============================================================*/
tr.GridView-HeaderStyle {
    background-color: #1f201f;
    border: 1px solid #121212;
    padding: 10px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    height: 38px;
}
tr.GridView-HeaderStyle span, tr.GridView-HeaderStyle th {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
tr.GridView-HeaderStyle .Center {
    text-align: center;
}
tr.GridView-HeaderStyle .Left {
    text-align: left;
    padding-left: 15px;
}
tr.Default {
    background-image: url(images/def-sidebar-bg-default.png);
}
tr.Orange {
    background-image: url(images/def-sidebar-bg-orange.png);
}
tr.Gray {
    border-color: #6c6f70;
    background-image: url(images/def-sidebar-bg-gray.png);
}



tr.Gray span, tr.Gray th {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}








tr.GridView-RowStyle td {
    padding: 4px 0;
}
tr.GridView-RowStyle .Center {
    text-align: center;
}
tr.GridView-RowStyle .Left {
    text-align: left;
    padding-left: 15px;
}
tr.RowStyle-Gray {
    background-color: #C0C0C0;
}
tr.RowStyle-Orange {
    background-color: #ffa489;
}
tr.RowStyle-White {
    background-color: #FFFFFF;
}

tr.RowStyle-Blue {
    background-color: #3399FF;
}

tr.RowStyle-Purple {
    background-color: #cbd1e8;
}
