﻿.matching-history-table
{
	width: 100%;
}
.matching-history-table th
{
	font-size: 1.1em;
	text-align:left;
}
.matching-history-table .matching-row
{
	cursor: pointer;
	height: 30px;
}
.matching-history-table .matching-row
{
	vertical-align: middle;
}
.matching-history-table .matching-row:hover
{
	background-color: #C4E8FF;
}
.contacts-row
{
	display: none;
}
.contacts-row table
{
	width: 100%;
}
.contacts-row tr
{
	min-height: 30px;
}
.contacts-row td
{
	padding: 3px;
}
#ContactActions
{
	margin-top: 5px;
	border-top: solid 1px #ccc;
	display: none;
	width: 129px;
}
#ContactActions a, #ContactActions span
{
	display: block;
	margin: 3px 0px 3px 0px;
}
.inactive-actions
{
	padding: 6px;
}
.active-actions
{
	color: #59b;
	background-color: #ddeef6;
	width: 135px;
	border: solid 1px;
	padding: 5px;
}
#ContactLoader
{
	padding-top: 8px;
	background-color: #ccc;
	position: absolute;
	height: 22px;
	display: none;
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: 0.55;
	text-align: center;
}
#MatchingHistoryLoader
{
	padding-top: 8px;
	display: none;
	text-align: center;
	margin-bottom: 10px;
}
.history-contacts
{
	border: solid 1px;
	padding: 5px;
	background-color: #F7F7F7;
}
.history-contacts th
{
	border-bottom: dashed 2px #ccc;
	text-align: left;
	color: #0a2972;
	font-size: 1.2em;
}

.history-contacts .links
{
	padding: 5px 20px 5px 0px;
	border-bottom: dashed 2px #ccc;
	color: #092A71;
}
.history-contacts .links a
{
	margin: 0px 5px 0px 5px;
}
.history-contacts .links span
{
	padding: 0px 5px 0px 5px;
}

.contact-methods td
{
	border-bottom: solid 0px;
	text-align: left;
}
#ResultsCounts label
{
	float: left;
	font-weight: bold;
	width: 100px;
}
hr
{
	border: 0px;
	border-bottom: solid 1px;
}
.info
{
	font-weight: bold;
	color: #666;
	cursor: pointer;
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 2px;
}
.BlueDisplayExtra
{
	padding: 5px;
}
