/* search results */
.resultRow {
	width: 69em;
	padding: 0.1em;
}

.heading {
	font-weight: bold;
}
.resultRow div {
	float: left;
	padding: 0 0.2em;
	text-align: center;
}

.resultRow .resultSelect {
	width: 12em;
	text-align: left;
}

.heading .resultSelect {
	margin-left: 1em;
	width: 10em;
}

.resultRow .resultFrom {
	width: 8em;
}

.resultRow .resultTo {
	width: 8em;
}

.resultRow .resultDate {
	width: 7em;	
}

.resultRow .resultMessage {
	width: 29em;
	text-align: left;
	margin-left: 0.5em;
}

.resultRow .subtext {
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	float: none;
}

.heading .resultMessage {
	margin-left: 1em;
}

#email-form {
	margin-top: 1em;
}

h4#email-prompt {
	display: inline;
}

.pagination a
{
        background: #FFFFE0;
        border: 1px solid #C1D6E2;
        padding-left: 0.5em;
        text-decoration: none;
}

.pagination {
        font-weight: bold;
}

