
/*  CONTENT STYLES  */
.bodyTextLook
{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.searchLabel
{
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.searchField
{
    width: 225px;
    /* Body text look */
    font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.searchByKeywordField
{
    width: 221px; /* needs to be smaller due to breoswer rendering */
    /* Body text look */
    font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;

}
#searchByServiceAndIndustry
{
    margin-top: 10px;
}
#searchByService
{
    float: left;
    margin-right: 20px;
}
#searchByIndustry
{
}
#searchByKeyword
{
    margin-top: 20px;
}
#searchByKeyword a
{
    font-weight: bold;
	text-decoration: none;
}
#searchByKeyword a:hover{
	text-decoration: underline;
}
/* Results Styles */
#searchResultsText
{
    padding-bottom: 12px;
}
.resultRow
{
    width: 490px;
}
.spacerRow
{
    height: 12px;
    width: 490px;
    clear: both;
    padding-top: 1px;
}
.thumbnail
{
    float: left;
}
.details
{
    width: 390px;
    padding-left: 10px;
    float: left;
}
.pubTitle
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6095C1;
	padding-bottom: 10px;
}
.pubSummary
{
    padding-bottom: 10px;
}
.resultRowFooter
{
}
