.expandable_portlet_title { /*Change the cursor to a pointer to provide a visual cue to the user that they can click it.  DR 2016-08-31*/
	cursor: pointer;
}

/*Gradient*/
.expandable_portlet_title:hover { /*On hover, overlay a mostly transparent gradient over the title bar, so the user has a visual cue that they can interact with it. DR 2016-08-31*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(top,    rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,   rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.expandable_portlet_title_light_background { /*Change the cursor to a pointer to provide a visual cue to the user that they can click it.  DR 2016-08-31*/
	cursor: pointer;
}

/*Gradient*/
.expandable_portlet_title_light_background:hover { /*On hover, overlay a mostly transparent gradient over the title bar, so the user has a visual cue that they can interact with it. DR 2016-08-31*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(top,    rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,   rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

/*No Gradient*/
/*.expandable_portlet_title:hover { !*On hover, overlay a mostly transparent gradient over the title bar, so the user has a visual cue that they can interact with it. DR 2016-08-31*!*/
	/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent *!*/
	/*background: -moz-linear-gradient(top,    rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); !* FF3.6-15 *!*/
	/*background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
	/*background: linear-gradient(to bottom,   rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); !* IE6-9 *!*/
/*}*/