/* description: Main module stylesheet for HTML/Text Editor module. */

a.menutype {
	font: bold 11px arial, helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url('/portals/34ee189d82/files/err-red.gif');
	background-repeat: no-repeat;
	background-position: 3px 9px;
}

a.menutype:hover {
	font: bold 11px arial, helvetica, sans-serif; 
	color: #0D7C99;
	background-color: #ffffff;
	background-image: url("/portals/34ee189d82/files/err-gray.gif");
	background-repeat: no-repeat;
	background-position: 3px 9px;
}

