﻿html {
    /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/
    font-family: "Helvetica Neue",Helvetica,Arial,'Open Sans',sans-serif;
    /* font-family: sans-serif; */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a:link, a:visited, a:active {
    color: cornflowerblue;
    text-decoration: none;
}

a:hover {
    color: green;
    text-decoration: none;
}

.btnFloat, div.btnFloat table {
    float: left;
} 

body {
}

.UserNameContent {
    font-size: small;
}

.BannerFont
{
    font-size:xx-large;
    font-weight:bold;
    vertical-align:middle;
}

.BodyTitleFont {
    font-size: x-large;
    font-weight: bold;
    vertical-align: middle;
}

.SmallFont {
    font-size: small;
}

.MessageLBLError {
    color:red;
}
.MessageLBLSuccess {
    color:green;
}
.MessageLBLInfo {
    color:blueviolet;
}

.ControlLabel {
    font-weight: bold;
}

/* Gridview Styles*/
.dxgvTable caption {
    font-size: large;
    font-weight: bold;
    background-color:lightskyblue;
}
.dxgvTable2 caption {
    font-size: large;
    font-weight: bold;
    background-color: yellow;
    color: black;
}

.dxgvTable3 caption {
    font-size: large;
    font-weight: bold;
    background-color: forestgreen;
    color: aliceblue;
}
/*
.dxgvHeader td {
    color: Yellow;
    font-size:large;
    font-weight:bold;
}

.dxgvHeader {
    background-color: aqua;
} 
    */