form {
	margin:0px;
	padding:0px;
}
.filterTitle {
	font-weight:bold;
	margin-left:3px;
	margin-bottom:5px;
}
.filterTitleCenter {
        font-weight:bold;
        margin-left:3px;
        margin-bottom:5px;
	text-align:center;
}
.filter {
	margin-left:16px;
	margin-bottom:10px;
}
#resultsContainer {
	margin:0px auto 15px auto;
	width:775px;
	height:auto;
	background-image:url(/images/web/gradientBKG.gif);
        background-repeat:repeat-x;
}
#resultsFilter {
	clear:both;
	float:left;
	margin-left:15px !important;
	margin-left:5px;
	margin-top:20px;
	width:200px;
}
#filterResultsTitle {
        padding:3px 0px 3px 3px;
	margin-left:5px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	border:0px;
	text-align:left;
}
#filterContainer {
	width:200px;
	height:auto;
	padding:5px;
	border:1px solid #e6e6e6;
	background-color:#fff;
}




#auctionResults {
	float:left;
	margin-left:15px;
        margin-top:20px;
	width:530px;
	height:auto;
}
#auctionResultsTitle {
        padding:3px 0px 3px 3px;
        margin-left:5px;
	height:20px;
        font-size:11px;
        text-align:left;
}
#domainsSold {
	float:left;
	margin-top:2px;
}
#exportBtn {
	float:right;
	margin-top:0px;
}




#auctionResults .noBorder {
	border:0px;
}
#auctionResults th {
	padding:3px 0px 3px 3px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background:#ee2e24;
	color:#ffffff;
}
#auctionResults #thEnd {
	border-right:1px solid #c0c0c0;
}
#auctionResults a#export {
	color:#0068b3;
	text-decoration:underline;
}
#auctionResults a {
	display:block;
	width:auto;
	height:auto;
	color:#ffffff;
	text-decoration:none;
}

#auctionResults td {
	padding:3px;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
}
#auctionResults .tdEnd {
        border-right:1px solid #c0c0c0;
}

.sortArrow {
	float:right;
	margin-top:3px;
	margin-right:5px;
	margin-left:5px;
}

