/**/
/* ICG CUSTOM STYLESHEET */
/* --------------------- */
/* */
/* Instructions: */
/* */
/* Add any custom styles here instead of the main stylesheet so it */
/* is easier to update the site in the future. To change an existing style copy it's */
/* style from one of the other style sheets to this file, and modify it to */
/* your liking. You should also create new styles in this css file. */
/* */
/* Please add comments for each new style by copying the */
/* line below and inserting your initials and comments between the asterisks. */
/*  */

/*HXU: This changes position and z-index for search auto-suggest*/

#hsearchcontainer {
	z-index: 101; 
	background-color: #FEFEFE;
	outline:thick;
	position:relative;top:30px;
}

#ContentContainer_GRID_ALLCONTENT, #ContentContainer_GRID_READ,#ContentContainer_GRID_PODCAST,#ContentContainer_GRID_VIDEO{
height:auto !important;
margin-bottom:20px;
margin-top:20px;
min-height:300px;
}
#ContentContainer_LIST_ALLCONTENT, #ContentContainer_LIST_READ,#ContentContainer_LIST_PODCAST,#ContentContainer_LIST_VIDEO{
height:auto !important;
margin-bottom:20px;
margin-top:20px;
min-height:300px;
}
