@charset "utf-8";
/* CSS Document */

.WADAResultsContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	width: 750px;
	}

#WADAPageTitleArea {
	width: 750px;
}
.ResultsFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	}
.BusinessName {
	font-size: small;
	color: #666666;
	font-weight: bold;
	line-height: normal;
	}	
.TitleNewsAds {
	font-size: 12;
	color: #003366;
	line-height: normal;
	}
.SubTitle{
	font-size: 10;
	color: #006699;
	}	
	
.TitleSubs {
	font-size: medium;
	color: #FF6600;
	font-weight: bold;
	line-height: normal;
	}
.TitleSubsSmall {
	font-size: 10;
	color: #FF6600;
	line-height: normal;
	}
	
.WADAResultsNavigation {
	padding-top: 5px;
	padding-bottom: 10px;
}
.WADAResultsCount {
	font-size: 11px;
}

.WADAResultsNavTop, .WADAResultsInsertButton {
	clear: none;
}
.WADAResultsNavTop {
	width: 60%;
	float: left;
}
.WADAResultsInsertButton {
	width: 30%;
	float: right;
	text-align: right;
}
.WADAResultsNavButtonCell, .WADAResultsInsertButton {
  padding: 2px;
}
.WADAResultsTable {
	width: 750px;
	font-size: x-small;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;

}

.WADAResultsTableHeader, .WADAResultsTableCell {
    padding: 2px;
	text-align: left;
}

.WADAResultsTableHeader {
	padding-left: 3px;
	padding-right: 3px;
}

.WADAResultsTableCell {
	padding-left: 9px;
	padding-right: 9px;

}


.WADAResultsTableCell {
	border-bottom: 1px solid #BABDC2;
}


.WADAResultsRowDark {
  background-color: #DFE4E9;
}
