﻿body {
}

.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
    padding: 1px 15px;
    color: #A0A0A0;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.radius {
    border: thin outset gray;
    border-radius: 8px;
    box-shadow: 10px 10px 5px #888888;
}

.radiusnoshade {
    border: thin outset white;
    border-radius: 8px;
}

.noradius {
    border: thin outset gray;
    border-radius: 0px;
    box-shadow: 10px 10px 5px #888888;
}

.noradiusnoshade {
    border: thin outset gray;
    border-radius: 0px;
}

.radiuswithcolor {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: -webkit-linear-gradient(270deg,#C73001, #FE6E41);
    background-image: -moz-linear-gradient(270deg,#C73001, #FE6E41);
    background-image: -ms-linear-gradient(270deg,#C73001, #FE6E41);
}

.completionList {
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    font-family: Calibri;
    font-size: 14px;
    text-align: left;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    max-height: 150px;
    width: 350px !important;
}

.listItem {
    color: Black;
}

.itemHighlighted {
    background-color: Aqua;
}

.gv caption {
    color: White;
}

.style_link {
    text-decoration: none;
    border-width: thin;
    border-style: outset;
    border-color: Yellow;
    width: 80px;
}

.GridHead {
    color: Yellow;
    font-style: normal;
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
}

.gridHeader {
    background-color: #FE6E41;
}

.bodycolor {
    background-color: #ADB8D3;
}

.TBNumAlign {
    text-align: right;
}

.NoDecoration {
    text-decoration: none;
}


