﻿fieldset.StudyList
{
    width: 180px;
    height: 220px;
}

.StudyList legend
{
    padding: 5px 0 0;
}

.StudyList legend img
{
    float: left;
    padding: 0 5px 0 0;
}

.StudyList legend span
{
    display: block;
    float: left;
    padding-top: 5px;
}

.StudyList .studyEntry
{
    padding: 0;
    font-size: 12px;
    width: 236px;
}

.studyEntry .pubDate
{
    color: #003333;
}

.StudyList h3.studyTitle
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 3px;
    color: #edf0f0;
    border-bottom: dotted 1px white;
    text-decoration: none;
    margin-top: 5px;
}

.StudyList h3.studyTitle a {
    color: #003333;
}

.StudyList .writtenBy
{
    font-style: italic;
    font-size: 12px;
}

.StudyList .studyEntry .entry_content
{
    padding-top: 5px;
}

.StudyList a.more
{
    color: White;
    text-decoration: none;
    font-style: italic;
    float: right;
    clear: left;
    margin-top: 5px;
    overflow: auto;
    font-size: 13px;
}

.StudyList a.more:hover
{
    text-decoration: underline;
}

.StudyList p.viewAll
{
    padding-top: 40px;
}

.StudyList .viewAll a
{
    font-size: 16px;
    color: White;
    text-decoration: none;
}

.StudyList .viewAll a:hover
{
    text-decoration: underline;
}
