﻿.datagrid {
   
    font-size: 13px;
    width: 100%;
    border: solid 0px #ad9e87;
}

    .datagrid th, .datagrid td {
        cursor: default;
        height: 30px;
    }

    .datagrid th {
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #fff;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #fff;
        /*background: url(../img/blue_bar.gif) repeat-x;*/
        color: #FFF;
        background-color: #149bdb;
        font-weight: bold;
        text-align: left;
        height: 35px;
        font-size: 13px;
        vertical-align: middle;
        padding: 5px;
    }

    .datagrid td {
        color: #000;
        padding: 2px;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #fff;
    }

        .datagrid td a.title:link {
            color: #003366;
        }

        .datagrid td a.title:hover {
            text-decoration: none;
            color: #ff0000;
        }


    .datagrid tr:hover {
        background-color: #e9eef2;
    }

.vbitem,
.vbalteritem {
    padding: 3px;
}

.vbalteritem {
    background-color: #f8f9fa;
    border: 0;
}

.linkDeleteAll {
    background: url(../images/delete.jpeg) no-repeat 0 100%;
    padding-left: 15px;
    color: #005193;
    font-weight: bold;
    text-decoration: none;
    border: 0;
}

.btnDeleteAll {
    background: url(../images/delete.jpeg) no-repeat 0 100%;
}

.linkAdd, .linkAdd:visited, .linkAdd:active, .linkAdd:hover {
    /*background:url(../image/add.jpg) no-repeat 0 100%;*/
    color: #005193;
    font-weight: bold;
    text-decoration: none;
    /*font:12px verdana;*/
    padding-left: 20px;
}

    .linkAdd:hover {
        cursor: pointer;
    }

.linkBack {
    /*background: url(../image/back1.jpg) no-repeat 0 100%;*/
    color: #005193;
    font-weight: bold;
    text-decoration: none;
    padding: 0 20px 0 20px;
    line-height: 20px;
    float: right;
}

.tdleft {
    font: Verdana Arial Sans-Serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    color: #005193;
}

.pagerstyle {
    color: #444444;
    background-color: #fff;
    font-size: 14px;
    color: Red;
    text-align: left;
    /*border: solid 1px #000;*/
    width: 50px;
    padding: 0 5px;
    text-decoration: none;
    font-weight: bold;
}

    .pagerstyle a:link {
        color: red;
        background-color: #005193;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        padding: 0 5px;
        text-align: center;
        text-decoration: none;
        border: solid 1px #000;
        /*width: 50px;
	/*height: 40px;*/
    }

    .pagerstyle span {
        color: red;
        background-color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 0 5px;
        text-align: center;
        text-decoration: none;
        border: solid 1px #000;
        /*width: 50px;
	/*height: 40px;*/
    }

    .pagerstyle a:hover {
        color: red;
        background-color: #e5e5e5;
        font-size: 14px;
        text-align: center;
        border: solid 1px #000;
        /*width: 50px;
	/*height: 40px;*/
    }

    .pagerstyle select {
        font-size: 20px;
        border: solid 1px blue;
    }

/*Message Box*/
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0 10px 1px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 91.5%;
    font-weight: bold;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}

.LinkEdit {
    color: red;
    font-size: 14px;
}
a.vbtitle{
    color:#333;
}
.datagrid td{
    padding:8px;
}