/* CSS Document */

/* ----------------------- SEARCH RESULTS TABLE ----------------------- */
.headerRow{
	background:#FF0000 url(/images/global/table-header-gradient.gif) bottom left repeat-x scroll;
	color:#FFFFFF;
}
/* ------ result row ------ */
.resultRow{
	background-color:#EBEBEB;
	font-size:10px;
	line-height:10px;
}
.resultRow:hover{
	background-color:#E2E2E2;
}
.resultRow a {
	color:#000000;
	text-decoration:none;
}
.resultRow a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.sectionHeader {
	background-color:#DADADA;
}
.linkNameCell {
	color:#FFFFFF;
}
.linkNameCell a {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
.linkNameCell a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}
.envelopeContainer{
	width:auto;
	height:15px;
	overflow:hidden;
}
.addLinkButton {
	float:right;
	margin-top:8px;
}
