.esfWebHTMLViewer_Base
{
	color: black;
	background-color: linen;
}
.esfWebHTMLViewer_Disabled
{
	background-color: lightgrey;
	border-radius: 5px;
	cursor:pointer;
	color: white;
}
.esfWebHTMLViewer_Disabled:focus {outline: none; }