﻿.contentheader {
	font-size:1.3em;
	font-weight:bold;
}

/* Search Results */
/*table.searchresults { border-collapse: collapse; }*/
table.searchresults table { /*border-collapse: collapse;*/ }
table.searchresults td { font-size: 11px; }

table.searchresults td.selected {
  background-color: #e5f4c7;
  text-align: center;
  border-top: 1px #333 solid;
  border-right: 1px #333 solid;
  border-bottom: 1px #333 solid;
  width: 35px;
}
table.searchresults td.available
{
	background-color: #e5f4c7;
	text-align: center;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	width: 35px;
	font-weight: bold;
}
table.searchresults td.unavailable
{
	background-color: #e9967a;
	text-align: center;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	width: 35px;
	color: black;
}
table.searchresults td.empty {
  background-color: #E5F4C7;
  text-align: center;
  border-top: 1px #333 solid;
  border-right: 1px #333 solid;
  border-bottom: 1px #333 solid;
  width: 35px;
}
table.searchresults td.domainname {
  border: 1px #333 solid;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}
table.searchresults td.resultsKey {
  background-color: #FFF;
  border-top: 1px #E9E9E9 solid;
  border-right: 1px #E9E9E9 solid;
  border-bottom: 1px #E9E9E9 solid;
  text-align: left;
  font-weight: bold;
}
