﻿
/*.ForTextBox {*/
    /*border: none;*/
    /*border-bottom: groove;*/
    /*width: 300px;*/
    /*height:28px;*/
    /*border-bottom-color: #005A9E;*/
/*}*/

a .LinkButton {
    font-family: Verdana;
    font-size: 13px;
    color: #03004b;
    text-decoration: underline;
}

.Label {
    color: black;
    font-family: Verdana;
    Font-Size: 13px;
}



.Button {
    cursor: pointer;
    /*background-image: url(../../Images/ButtonImage.jpg);
    background-position: center;
    background-repeat: repeat-x;*/
    background-color: #00a8ce;
    color: White;
    font-weight: bold;
    min-width: 70px;
}
.Button:hover {
    cursor: pointer;
    /*background-image: url(../../Images/ButtonImage.jpg);
    background-position: center;
    background-repeat: repeat-x;*/
    background-color: #51DEB7;
    color: White;
    font-weight: bold;
    min-width: 70px;
}

/*GridViewCSS Style*/
.GridViewStyle {
    color: black;
    font-family: Verdana;
    font-size: small;
    font-weight: 100;
    table-layout: auto;
    border-collapse: collapse;
    margin-top: 8px; 
    border:none;  
    box-shadow:none;
    width: 100%;
}

    .GridViewStyle td {
        text-align: left;
        font-family: Verdana;
        Font-Size: 13px;
            border: none;
    }


        .GridViewStyle td Literal {
            font-family: Verdana;
            Font-Size: 13px;
        }

    .GridViewStyle tr {
        text-align: left;
        /*border-right: 3px inset #646464;*/
    }

/*Header and Pager styles*/
.HeaderStyle /*Common Styles*/ {
    /*background-image: url(../../Images/HeaderSoftGrey.jpg);
    background-image: url(../../Images/ButtonImage.jpg);*/
    /*background-position: center;
    background-repeat: repeat-x;*/
    background-color:#2f323a!important;
   
    color: white;
    height: 30px;
    /*border-bottom: 0px inset #646464;
    border-right: black 0px solid;
    border-left: black 0px solid;
    border-top: white 1px solid;*/
}

.FooterStyle, .PagerStyle /*Common Styles*/ {
    /*background-color: #A1DCF2;*/
color: #000;
border: 0px solid #3AC0F2;
display:none;
width: 100%;
font-weight: bold;
text-align: center;
text-decoration: none;
}

.RowStyle {
    background-color: #f9f9f9;
    color: Black;
}


.DataListStyle_button {
    cursor: pointer;
    /*background-image: url(../../Images/ButtonImage.jpg);
    background-position: center;
    background-repeat: repeat-x;*/
    height:28px;
    background-color: #00a8ce;
    /*text-align:center;*/
    color: White;
    font-weight: bold;
    min-width: 70px;
}

.DataListStyle {
    margin-top:30px;    
}

    .DataListStyle td {
        /*text-align: right;*/
        border:none;
    }

    .DataListStyle table {
        border:none;
    }
