a img.imageborder {
    border: 2px solid #ff6600;
}

a:hover img.imageborder {
    border: 2px solid blue;
}

.piccaption {
    font-size: 11px;
}

div#displayanchor a {
    text-decoration: none;
    font-size: 11px;
}

div#displayanchor a:hover {
    text-decoration: none;
}

div#displaywrapper {
    float: right;
    text-align: center;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 8px;
}

.displayimagearea {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.displaytop {
    background: url("../images/display/displaytop.gif") no-repeat center bottom;
    width: 274px;
    height: 144px;
}

.displayrepeat {
    background: url("../images/display/displayrepeat.gif") repeat-y center bottom;
    height: *;
    width: 274px;
}

.displaybottom {
    background: url("../images/display/displaybottom.gif") no-repeat center top;
    width: 274px;
    height: 37px;
}

div#displayarea {
    overflow: none;
    width: 228px;
    min-height: 10px;
    max-height: 620px;

    /* top, right, bottom, left*/
    padding: 0px 3px 0px 23px;
}

.displayheader {
    font: bold 12px Arial;
    color: blue;
    text-align: left;
}

.displaydate {
    font: normal 9px Arial;
    text-align: right;
    color: #aaaaaa;
}

.displaytext {
    padding-top: 4px;
    padding-left: 15px;
    font: normal 10px Ariel, Verdana;
    text-align: justify;
}

.displayline {
    border-bottom: 2px dotted #cccccc;
    margin-top: 4px;
    margin-bottom: 6px;
}