/**
    CSS for Journal type articles 
 */
 
p.entryDate
{
    display: block;
    text-align: right;
    margin: 15px 0 15px 0;
    padding: 5px 10px 5px 0;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    line-height: 1.2em;
    background-color: white;
    background-image: url('../img/entrydatebackground.gif');
    background-position: bottom;
    background-repeat: repeat-x;
}
