/**
	tia search page style rules
**/

#search_table {width: 100%; border: none}
.search_table_selected 
{
	border-style: solid solid none solid; 
	border-width: 1px; 
	border-color: #5B5B5B; 
	text-align:center;
	width: 24%;
	background-color: white;
	font-size: 13pt;
	padding: 3px 0;
}
.search_table_selected a
{
	width: 100%;
	height: 100%;
	display: block;
	padding: 1ex 0;
	
}
.search_table_selected a:hover
{
	width: 100%;
	height: 100%;
	display: block;
	padding: 1ex 0;
	text-decoration: none;
	
}
.search_table_unselected 
{
	border-style: solid solid solid solid; 
	text-align:center;
	border-width: 1px; 
	border-color: #5B5B5B; 
	width: 24%;
	font-size: 8pt;
}
.search_table_unselected a
{
	background-color: #C8D8FF;
	width: 100%;
	height: 100%;
	display: block;
	padding: 1ex 0;
}
.search_table_unselected a:hover
{
	width: 100%;
	height: 100%;
	display: block;
	padding: 1ex 0;
	font-weight: bold;
	text-decoration: none;
	background-color: #F2F2F4;
	
}
.search_table_spacer 
{
	border-bottom: solid 1px #5B5B5B; 
	padding: 0.5ex;
}
.search_table_fill
{
	border-bottom: solid 1px #; 
	width: 100%;
}
#search_table_body 
{
	border-style: none solid solid solid; 
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 1em;
	background-color: white;
}
.search_advanced {font-size: 7pt;}

.search_advr{padding: 1px;}
.search_advl 
{
  width: 90px; 
  text-align:right; font-weight: bold; 
  padding: 1px 5px 1px 1px;
  }
.st_s {font-weight: bold; padding: 1ex 0 1ex 0; font-size: 11pt;}

#search_groups {width: 100%;}
.search_noresults {font-size: 9pt; text-align: center; border: solid 1px #8898FF; padding: 2em; background-color: #E0E0FF }
#search_results_table {margin: 4px 4px; width: 95%; height: 100%; }


.filter_section {padding-bottom: 1ex;}
.filter_header {padding-bottom: 1ex; font-size: 9pt; font-weight: bold;}

.search_other {font-size: 9pt; font-weight: bold;}
.search_other_cell {float: left; width: 33.33%;}

.search_overview {font-size: 10pt; padding-bottom: 1em;}

#search_profiles_advanced, #search_tournaments_advanced, #search_groups_advanced 
{
  border: solid 1px #5B5B5B;
  padding: 0 1ex 1ex 1ex;
  background: #F2F2F4;
}