/* Try and get rid of the search table!*/
table{display:none;}

.briefrecorddesc{	/*border style for each record*/
	height: auto; 
	width: auto; 
	border:2px solid #E0E0E0;
	margin: 5px 5px 5px 5px;	
	padding: 5px 5px 5px 5px;
}

.restitlestyle{	/*Title style for each record*/
	color:#000000;
	/*font-size:14px;*/
	font-weight:bold;
}

.mdataresbox {	/*Description paragraph*/
	height: auto; 
	width: auto; 
	margin-left: 14px; 
	margin-top: 4px;
	/*font-size:12px;*/
}

.moreinfolink{	/*link class that allows the description area to be expanded.*/
	display:none;
}

.nsec {			/*highlights things to be sub style titles*/
	font-weight: bold; 
	color: #000000;
}
.fullrecorddesc{	/*border display for a full description*/
	height: auto; 
	width: auto; 
	border:2px solid #E0E0E0;
	margin: 5px 5px 5px 5px;	
	padding: 5px 5px 5px 5px;
}

.searchstausinfo			/*Tell the user the number of records again!*/
{
Display:none;
}

.contentbox
{
	display:none;
}

.SearchLink{
	display:none;
}
.CurrentSelection{
	display:none;
}

