#search {
	float: left;	
	margin: 7px 10px 0px 0px;
}

div.results {
	border-top: 1px solid #000000;
	margin-top: 10px;
	float: left;
	clear: both;
	width: 100%;
}

#resultsTab {
	float: left;
	clear: both;
	width: 700px;
}

.results h4 {
	margin: 15px 0px;
}

#noResult {
	float: left;
	clear: both;	
	width: 100%;
	margin-top: 15px;
}

#resultsTab table {
	border: 1px solid #E0E0E0;
}

.back {
	clear: left;
	padding-top: 20px;
}

.progressBar {
	border-style: solid;
	border-width: 2px;
	width: 120px;
}

.progressBar .progress {
	height: 15px;
}

#results .image img {
	max-height: 50px;
	max-width: 50px;
}

p#teamLink {
	clear: both;
}

#imageTh, td.imageTd {
	width: 50px;
}

#userNameTh, td.userNameTd {
	width: 170px;
}

#titleTh, td.titleTd {
	width: 350px;
}

#teamTh, td.teamTd {
	width: 170px;
}

#noResult ul li {
	line-height: 1.4em;
}

#noResult .suggestions {
	font-weight: bold;
	margin-top: 20px;
}