/* CSS Document */

.borderthin {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}
#filterSearchContainer{
	width:760px;
	height:auto;
	border-bottom:#999999 dashed 1px;
	margin-bottom:4px;
	height:60px;
}
#filterSearchContainer select {
	font-size:11px;
}

/* ----------------------- SEARCH RESULTS TABLE ----------------------- */
.headerRow{
	background:#FF0000 url(/images/global/table-header-gradient.gif) bottom left repeat-x scroll;
	color:#FFFFFF;
}
.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;
}
.accomNameCell{
	font-weight:bold;
}
.starRatingCell img {
	float:left;
	margin:0px;
}
.starContainer{
	width:80px;
	height:13px;
	overflow:hidden;
}
.envelopeContainer{
	width:auto;
	height:15px;
	overflow:hidden;
}
.specialsButton{
	width:62px;
	height:18px;
	overflow:hidden;
}
