﻿/* SEARCH FOR TEAM CONTENT STARTS HERE -------------------------------------------------------------- */
/* SEARCH CONTAINER */
#divTeamSearchDisplay {
    margin: 25px 0 0 25px;
	float:left;
	width:30%;
}

#divTeamSearch {
width:104%;
}

.ie8 #divTeamSearch {
width:101%;
}


/* THIS IS THE HEADER FOR THE TEAM TO JOIN SEARCH CONTENT */
.teamJoinLegend {
    font-weight:bold;
}

#divTeamSearchDisplay label {
	margin:0;
	text-align:left;
	padding-bottom:5px;
}

#divTeamSearchDisplay input {
	width:99%;
	margin:0;
	background-image:url('../images/icon_search_input.png');
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:26px;
}

/* TEXT INDENT WORKAROUND FOR IE */
.ie8 #divTeamSearchDisplay input, .ie6or7 #divTeamSearchDisplay input {
	width:80%;
	padding-left:30px;
}

#divTeamSearch button {
    float:right;
    margin-top:5px;
}

/* ERROR MESSAGES DISPLAYED BELOW INPUT FIELDS */
.teamSearch {
    clear:both;
}

.teamSearch span {
    padding-top:15px;
}

/* SEARCH DISPLAY CONTAINER */
.divSearchResults {
    height:208px;
    overflow: auto;
	float:right;
	width:50%;
	border:2px dashed #606060;
	-moz-border-radius: 6px;
	-webkit-border-radius: 5px;
	padding:5px;
	margin:64px 25px 0 0;
}

.ie8 .divSearchResults {
height:205px;
}

.ie6or7 .divSearchResults {
height:207px;
margin:66px 25px 0 0;
}

/* THIS IS FOR THE REG TYPE SEARCH DISPLAY ERROR */
.divSearchResultsError {
	background-color:#ffdbde;
}

/* THIS IS WHERE THE SEARCH INSTRUCTIONS ARE INITIALLY DISPLAYED */
#teamJoinDescBeforeSearch {
    padding:5px 0 10px 0;
    clear:both;
    float:left;
}

.ie6or7 #teamSearchSelectInstructionsRequired {
    float:none;
}

#spanNothingFound {
    font-weight:bold;
    color:#ff0000;
}

/* ERROR MESSAGE DISPLAYED WHEN NO RESULTS FOUND FROM SEARCH */
#teamSearchMustFindSomethingSpan {
    padding:10px;
    text-align:left;
}
/* SEARCH FOR TEAM CONTENT ENDS HERE -------------------------------------------------------------- */




/* 
	this selector should use the hover pseudoclass, but doing it this way will work in IE6 too
	and there's no appreciable difference in the effect
*/
#teamSearchResults tbody tr.teamIsFull
{
	background-color: #E8E8E8;
}

#teamSearchResults tbody tr.teamIsFull:hover td
{
	border-top-color: #E8E8E8;
}

#teamSearchResults tbody tr.teamIsFull td
{
	color: #999999;
	font-style: italic;
}


fieldset#teamJoinSubform div#divTeamSearchDisplay ol li div.errorContainer {
min-height:13px;
float:right;
height:auto;
margin-top:3px;
width:auto;
margin-right:10px;
}

