﻿.panel {
    /* border: none !important;*/
    border: 1px solid #D1D1D1;
   /* margin: 0 !important;*/
}
 
.panelHeader {
    background: #47639E; 
    border-bottom: none;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; 
    font-weight: bold; 
}

.panelHeader a { display: block; }

.panelHeader span { display: block; }

.panelSeparator {
    background-color: #C5DADC;
    border: solid 1px #96A6B1;
    border-bottom: none;
    font-size: 10pt;
    font-weight: bold;
    line-height: 22px;
}
 
.panelBody.gray {
    background-color: orange;
    border-color: black;
    color: white;
}

.nopadding { padding: 0px 0px 0px 0px; }

.noborder { border: none; }

.nomargin { margin: 0px 0px 0px 0px; }

.panelFooter {
    background-color: Orange;
    border-top: solid 1px #96A6B1; 
    text-align: right;
}

