﻿/* TO BE REFACTORED (WITH CREATION OF SEARCH FUNCTIONALITY) */
.search
{
}

.searchOption
{
	font-size: 10px;
}

.attachmentLink
{
	font-size: 12px;
}

.searchResultsHeader
{
	width: 535px;
	height: 25px;

	margin-left: -12px;
	margin-top: 12px;
	margin-right: -12px;

	padding-top: 6px;
	padding-left: 12px;

	font-weight: bold;

	background-image: url(/images/bg.searchResultsHeader.jpg);
	background-repeat: repeat-x;
}

.searchResultsList
{

}

.searchResultItem
{
	margin-bottom: 12px;
}

.resultIndex
{
	color: #2A1A5B;
	font-weight: bold;
	margin-right: 6px;
}

a.resultTitle
{
	color: #2A1A5B;
	font-weight: bold;
}

a.resultTitle:link
{
	color: #2A1A5B;
	font-weight: bold;
}

a.resultTitle:hover
{
	color: #2A1A5B;
	font-weight: bold;
}

a.resultTitle:visited
{
	color: #2A1A5B;
	font-weight: bold;
}


.resultSummary
{
	color: #615C59;
}

.resultUrl
{
	color: #C1A983;
	font-weight: bold;
}

a.searchLink
{
	color: #2C1B66;
}