﻿body
{
    margin:0px;
    padding:0px;
}

form
{
    margin:0px;
    padding:0px;
}

.Header_Links
{
    font-family:Arial; 
    font-size:13px; 
    color:White; 
    text-decoration:none; 
    padding:12px    
}

.Header_Links:hover
{
    background-color:rgba(200, 200, 200, 0.4);
}

.Products_Container
{
    border:1px solid #fff;    
    padding:5px;
}

.Products_Container:hover
{
    border:1px solid #dedede;            
    padding:5px;
}

.Bnb
{
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    padding: 7px 0 6px;
    text-shadow: 0 -1px 0 #4c9021;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;        
    line-height: 25px;
    font-size: 18px;
    width: 200px;
    background-image: -webkit-linear-gradient(top,#7fbf4d,#63a62f);
    color: #fff;
    background-color: #7fbf4d;
    border-radius: 2px;
    outline: 0;
    cursor:pointer;
}

.textbox {
    border: 1px solid #004ead;
    padding: 7px 9px;
    width: 235px;
}


.white_button {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    color: #365ebf;
    border: 0px none White;
    padding: 9px 12px;
    -webkit-appearance: none;
}

.label {
    font-weight: bold;
    font-size: small;
    font-family: Arial;
    color: #004ead;
}


.DDL {
    width: 255px;
    text-align: center;
    border: solid 1px #365ebf;
    padding: 7px 4px 7px 0px;
}

.white_button {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    color: #365ebf;
    border: 0px none White;
    padding: 9px 12px;
    -webkit-appearance: none;
}

.white_button:hover {
    cursor: pointer;
    text-decoration: underline;
}

.button {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #004ead;
    color: #ffffff;
    border: 0px none White;
    padding: 11px 12px;
    -webkit-appearance: none;
}

    .button:hover {
        cursor: pointer;
        text-decoration: underline;
    }


.Grid_View {
    font-size: 13px;
    font-family: Arial;
    border: solid 1px #6682BB;
    background-color: #FCFCFC;
}


.Grid_view_header_style {
    font-size: small;
    height: 36px;
    background-color: #004ead;
    color: White;
    border: solid 1px #C3C3C3;
}


.Grid_view_row_style {
    height: 38px;
    vertical-align: middle;
    border: solid 1px #C3C3C3;
}


.Grid_view_text_allign {
    padding: 4px 23px 4px 23px;
    border: solid 1px #C3C3C3;
}


.Header {
    font-family: Myriad Pro;
    font-size: 24px;
    font-weight: bold;
    color: White;
    padding: 10px 0% 10px 0%;
    background-color: #004ead;
    width: 100%;
}


.validator {
    border: solid 1px Red;
    background-color: #FAE6EE;
    font-size: 15px;
    font-family: Arial;
    padding: 7px 50px;
    text-align: center;
}
