﻿#searchModuleBar {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 6px;
    padding-left: 4px;
    width: 670px;
    height: 70px;
    background-color: #dddddd;
    padding-bottom: 1px;
}

#archiveContent { width: 666px; padding-left: 4px; }

.titleBar {
    width: 100%;
    height: 23px;
    background-color: #000000;
    margin: 0px;
    margin-bottom: 6px; 
    padding: 0px;
}

#resultsTitleBarText { position: relative; top: 5px; left: 6px; display: block; width: 71px; height: 11px; background-image: url(../Images/TitleBars/archive_results.gif); text-indent: -20000px;}

.resultArticleTitle {
    display: block;
    width: 400px;
    height: 21px;
    background-color: #dddddd;
    font-weight: bold;
    font-size: 13px;
    padding-top: 4px;
    padding-left: 4px;
}

.resultArticleIssue {
    float: right;
    display: block;
    width: 260px;
    height: 20px;
    text-align: right;
    background-color: #dddddd;
    padding-top: 5px;
    padding-right: 2px;
    font-weight: normal;
    font-size: 11px;
}

.resultArticleAuthors { display: block; padding-left: 4px; padding-top: 2px; color: #666666; font-style: italic;}
.resultArticleDescription { padding-left: 4px; padding-top: 2px; margin-bottom: 10px; color: #727272; font-weight: bold;}

