/* CSS Document */

#sort_container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width:100%;
	clear:both;
}
#sort_searchby{
	float:left;
	padding-right:5px; /* padding between elements */
	line-height:20px;
}
#sort_searchfield{
	float:left;	
	padding-top:19px; /*this equalizes the form field boxes starting point from the top*/
	padding-right:5px; /* padding between elements */
}
#sort_calendar{
	float:left;
	padding-top:22px; /*this equalizes the form field boxes starting point from the top*/
	padding-right:5px; /* padding between elements */
}
#sort_submit{
	float:left;
	padding-top:22px; /*this equalizes the form field boxes starting point from the top*/
	padding-right:5px; /* padding between elements */
}
#sort_reset{
	float:left;
	padding-top:22px; /*this equalizes the form field boxes starting point from the top*/
	padding-right:5px; /* padding between elements */
}
#sort_pager{
	float:right;
	padding-right:5px; /* padding between elements */
	line-height:20px;
	text-align:right;
	width:auto;
}
.sort_field{
	font-size:11px;
	height:20px;
}
.search_field{
	font-size:11px;
	height:14px;
}

/*THIS ARE THE STYLES USED FOR THE QUERY RESULT SETS*/
#dsp_item_container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-decoration: none;
	width:100%;
	clear:both;
}
.dsp_item_odd{
	border:#FFFFFF solid 1px;
	text-align:center;
	background-color:#FFFFFF;
}
.dsp_item_even{
	border:#FFFFFF solid 1px;
	text-align:center;
	background-color:#FFFFCC;
}
.dsp_title{ 
	border:#FFFFFF solid 1px;
	text-align:center;
	background-image:url(/images/pager/dsp_bkg.png);
	background-color:#BDD0E8;;
	padding:0px 3px 5px 3px;
	clear:left;
}
/* END THIS ARE THE STYLES USED FOR THE QUERY RESULT SETS*/