@charset "utf-8";  /*!
 *
 * This customized CSS is only for help message to be dispalyed after by clicking help icon. -- Gary Gan
 *	
 */
 
summary:hover,summary:focus,summary:active {
	background: #fff
}

details.polyfill>summary:before {
	content: ""
}

details.polyfill.open>summary:before {
	content: ""
}

details summary {
	display: block;
	
}

.ie7 summary:hover,summary:focus,summary:active {
	background: #fff
}

.ie8 summary:hover,summary:focus,summary:active {
	background: #fff
}

