﻿.title
{
    font-size: 18px;
	color: #6095C1;
	font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.title2
{
    font-size: 18px;
	color: #6095C1;
	font-weight: normal;
    padding-top: 15px;
    padding-bottom: 5px;
    clear: both;
}

/*  HIGHLIGHT STYLES  */
.highlightTitle
{
	font-weight: bold;
	font-size: 12px;
    padding-bottom: 0px;
}
.highlightText
{
    padding-bottom: 12px;
    font-size: 12px;
}
/*  PUBLICATION STYLES  */
.resultRow
{
    width: 490px;
}
.thumbnail
{
    float: left;
}
.details
{
    width: 390px;
    padding-left: 10px;
    float: left;
}
.pubTitle
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
.pubSummary
{
    padding-bottom: 10px;
}
.resultRowFooter
{
}

