﻿table.listing{
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom: 12px;
}
table.listing thead th, table.listing tbody th {
    font-size: 14px;
    /*background-color: #ECECEC;*/
    padding: 6px 9px;
    text-align: left;
    border-bottom:2px solid #5da357;
}
table.listing tbody th {
    background-color: #FFF;
    border-bottom:1px solid #5da357;
}
table.listing tbody th a:hover {
    text-decoration: none;
}
table.listing td {
    padding: 6px 9px;
    /*background-color: #f2fff4;*/
    border-bottom:1px solid #5da357;
    text-align: left;
    line-height:2.2em;
}
table.listing td a {
    float:right;
    vertical-align:middle;
}
table.listing td a.consult {
    display:block;
    float:none !important;
    vertical-align:middle;
    text-decoration:none !important;
    margin:-2px -6px;
    padding:2px 6px;
}
table.listing td a.consult:hover {
    background:#f2f2f2;
}
table.listing td a.consult:hover span {
    text-decoration:underline;
}
table.listing td a.consult i {
    float:right !important;
    display:inline-block;
    margin-top:4px;
    padding:1px;
    /*border:1px solid #aaa;
    border-radius:2px;*/
    height:16px;
    width:16px;
    color:#999;
    text-align:center;
    line-height:18px;
    font-weight:600;
    background-image:url(images/edit3.png);
    background-size:16px 16px;
    background-position:center center;
    background-repeat:no-repeat;
}
table.listing td a.consult:hover i {
    /*border:1px solid #777;
    color:#444;*/
}
table.listing tr.dividerAbove th, table.listing tr.dividerAbove td {
    border-top: solid rgb(245, 246, 248) 4px;
}

div.listingOuterBox
{
    clear: both;
    border: solid 1px silver;
}
div.listingOuterBox h2 {
    font-size: 14px !important;
    font-weight: bold;
    background-color: #d3d3d3;
    margin: 0;
    padding: 6px 15px 6px 15px !important;
}
div.listingInnerBox {
    padding: 3px 5px 5px 5px;
}
div.listingInnerBox p {
    padding: 12px 6px 0px 6px;
}

div.promoOuterBox
{
    clear: both;
    border: solid 1px silver;
}
div.promoOuterBox h2 {
    font-size: 14px !important;
    font-weight: bold;
    background-color: #d3d3d3;
    margin: 0;
    padding: 6px 15px 6px 15px !important;
}
div.promoInnerBox {
    padding: 15px 15px 5px 15px;
    text-align: left;
}

#patientContent p + ul.displayList {
    margin-top: -5px;
}

#patientContent ul.displayList {
    margin-left: 20px;
}

#patientContent ul.displayList li {
    font-size: 12px;    
}

#patientContent ul.displayList li + li {
    padding-top: 3px;
}
