a#hilite {
        color:#FFFFFF;
        background-color:#3F6F9F;
        border-top:1px solid #3F6F9F;
        border-bottom:1px solid #3F6F9F;
        border-right:2px solid #3F6F9F;
        border-left:2px solid #3F6F9F;
}

p.highlights {
        width:450px;
        margin-bottom:10px;
}

.highlights_author {
        text-align:right;
        width:450px;
        margin-top:10px;
        margin-bottom:10px;
}

.highlights_headline_inside  {
        padding-top:30px;
        margin-bottom:15px;
        margin-left:150px;
}

.highlights_heading {
        margin-right:10px;
        margin-top:10px;
        margin-bottom:10px;
        font-size: 13px;
        font-weight: bold;
        text-align:center;
}

.highlights_body {
        width:450px;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 13px;
        Color: #000000;
        background-color: white;
        /* todd added below 8/22 */
        z-index: -1;
}

.highlights_image {
        width:150px;
        border-style: none;
        text-align:center;
        float:right;  
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 40px;
        padding-bottom: 1px;
}

.highlights_caption {
        width:150px;
        text-align:center;
        float:right;
        font-weight:bold;
        font-size:80%;
        margin-bottom: 10px;
        margin-right: 3px;       
}

.highlights_box {
        width:150px;
        border-style: double;
        text-align:left;
        float:right;
        border-color: #0D549B;
        background-color: #EBF3FB;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
}

.highlights_box_header {
        width:150px;
        height:20px;
        text-align:center;
        color:#000000;
        font-weight:bold;
        float:right;
        padding-top:5px;
        padding-bottom:15px;
}

.highlights_index {
        margin-left:35px;
}

.highlights_right {
        width:150px;
        text-align:center;
        float:right;
        left: 20px;
        top: 11px;
}

.highlights_spacer {
        width:150px;
        height:15px;
        float:right;
}

.highlights_top {
        width:150px;
        height:25px;
        font-family:verdana,arial,helvetica,geneva,sans-serif;
        text-align:center;
        font-weight:bold;
        font-size:14px;
        float:right;
        padding-top:35px;
        padding-bottom:25px;
}

/* podcast styles start */

.alertbox {
        background: #EBF3FB url(https://docsouth.unc.edu/highlights/rss.png) center no-repeat;
        background-position: 15px 50%; /* x-pos y-pos */
        text-align: center;
        padding: 5px 20px 5px 45px;
        border: 1px solid #3D75A8; 
        margin-top: 20px;
      }

.alertbox A { color: #3D75A8; }

.alertbox:hover {
        color: #3D75A8; 
        background: #EBF3FB url(https://docsouth.unc.edu/highlights/rss.png) center no-repeat;
        background-position: 15px 50%; /* x-pos y-pos */
        border: 1px solid #FF822F;
}

/* podcast styles stop */