/* ONLY FOR MODS THAT ARE NOT ATTACHED TO A PAGE OR COMMON ELEMENTS */
/* Common Module Elements */
.categorySelectionLabel {font-weight:bold;}
.categoryTitleBar {}
.categoryDescription {padding:3px 5px 5px 5px;}

a.MoreInfoLink {display:block; font-size:9px; text-decoration:none;}	  
a.MoreInfoLink:hover {display:block; font-size:9px; text-decoration:none;}	
a.ReturnLink {color:black; display:block; font-size:11px; text-decoration:none;}	  

.oddRow {}
.evenRow {background-color: #ccc;}
/* End of Common Module Elements */

/* Search Box Elements */
#searchBox {
	position:relative;
	left:585px;
	top:7px;
	width:335px;
}
#searchBox form {display:inline;}
#searchBox #searchString {
	float:left;
	border:0;
	width:211px;
	height:49px;
	color:#88122c;
	background-color:transparent;
	background-image:url(/webimgs/SearchBg.png);
	background-repeat:no-repeat;
	z-index:3;
	padding-left:25px;
	padding-top:15px;
}
* html #searchBox #searchString{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webimgs/SearchBG.png", sizingMethod="image");
} 
#btnSearch{
	z-index:3;
	float:left;
}
/*#searchBox #imgGo {position:absolute;}*/
/* End Search Box Elements */
