﻿body {
}
.NoPrint
{
     display: none;
}
.GridViewHead {
    border-color: silver;
    border-style: solid;
    border-width: thin;
    font-Size: small;
    color: White;
    background-color: #666666;
    font-family: Arial;
    font-weight: bold;
}
.GridViewRow {
    background-color: #EFF3FB;
    font-Size: small;
    font-family: Arial;
    }
.ButtonClass {
    cursor: pointer;
    font-Size: x-large;
    font-family: Arial;
    font-weight: bold;
    height: 40px;
    width: 290px;
    
}
.ButtonBack {
    background-color: #EAEAEA;
    font-Size: medium;
    font-family: Arial;
    color: black;
    border-color: #666666;
    border-style: solid;
    border-width: thin;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.BorderGridView {
    border-color: silver;
    border-style: solid;
    border-width: thin;
}
.SmallBorder {
    border-style: solid;
    border-width: thin;
    border-color: silver;
    text-align: left;
}
.LabelHeader {
    font-Size: medium;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}
.LabelSmallHeader {
    font-Size: small;
    font-family: Arial;
    font-weight: bold;
}
.LabelSubHeader {
    font-Size: small;
    font-family: Arial;
    font-weight: bold;
    color: #FF3300;
    font-style: italic;
    cursor: pointer;
}
.LabelBigHeader {
    font-Size: x-large;
    font-family: Arial;
    font-weight: bold;
    background-color: #303B63;
    color: white;
    text-align: center;
    cursor: pointer;
}

.TextStyleBlack {
    font-Size: small;
    font-family: Arial;
    color: #000000
}
.TextStyleRed {
    font-Size: small;
    font-family: Arial;
    color:red

}
.LabelSearch {
    font-Size: x-large;
    font-family: Arial;
    font-weight: bold;
    background-color: #121f4d;
    color: white;
}
.LabelLargeBold {
    font-Size: large;
    font-family: Arial;
    font-weight: bold;
    color: black;
    background-color: #D2D2D2;
    cursor: pointer;
}
.LabelLarge {
    font-Size: large;
    font-family: Arial;
    color: black;
    background-color: #FFFFFF;
    text-align: center;
}
.LabelMedium {
    font-Size: medium;
    font-family: Arial;
    color: black;   
    text-align: left;
}