/* Dropped/Ignored Terms Info Box */

.bottomlinks:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#6666FF;
text-decoration:none;
}

.bottomlinks:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#6666FF;
text-decoration:none;
}

.bottomlinks:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#FAD1CA;
/*color:#000000;*/
text-decoration:none;
}

.bottomlinks:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#6666FF;
text-decoration:none;
}


.ignoredTerms {
	background-color: lightyellow;
	width: 98%;
	border-style: none;padding:2px;
}

/* Information box in admin console.  Shows tips. */
.infoBox {
	background-color:#E0E0E0;
	border: 1px solid #BFBFBF;
	padding: 2px;
}

/* Results - Even Rows */
.fRowA {
    /* insert properties for even row here */
}

/* Results - Odd Rows */
.fRowB {
    /* insert properties for odd row here */
}

/* Results - Field Title Column */
.fTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    width: 4%;
}

/* Results - Sort Column */
.fSort {
    width: 1%;
}

/* Results - Field Text Column */
.fText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 75%;
}

/* Results - Highlights for Keywords */
.highlight {
    font-weight: bold;
    background-color: #ACACFF;
}

/* Results Header - Keywords (AND, NOT, etc) */
.sKey {
    /* color: #E0E0E0; */
		color: #4743A2;
    font-weight: bold;
    font-size: 12px;
}

/* Results Header - Search Terms */
.sTer {
    color: #666666;
    font-weight: bold;
}

/* Results Header - Search Term Separator (ie - comma) */
.sSep {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
}

/* Results Dividing Bar */
.spacerBar {
    line-height: 1px;
    font-size:   0px;
    height :     2px;
    width  :    100%;
    padding:     0px;
    margin :     0px;
    background-color: #ACACFF;
}

/* All Buttons */
.button {
    font-size: 13px;
    font-family: Arial;
}

/* Properties of Drop Down Boxes in Advanced Search Form */
.advMon  { width: 36%; font-size: 14px; }
.advDay  { width: 32%; font-size: 14px; }
.advYear { width: 32%; font-size: 14px; }

/* Input Boxes in Advanced Search Form */
.advField
{
    width: 100%;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

/* Search Bar */
.barS
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4743A2;
	font-weight: bold;
	border: 1px solid #BFBFBF;
}

/* Search Bar */
.barD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #4743A2;
	font-weight: bold;
}

/* General Text */
.code
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	margin-right: 10px;
	text-decoration:none;

}

.body {
	background-color: #E0E0E0;
}