

.cWCFButtonHotkey	{ text-decoration: underline; font-weight: bold; }


.cWCFQuestionYesNoTable				{ width: 100%; }
.cWCFQuestionYesNoTitle				{ font-weight: bold; }
.cWCFQuestionYesNoMessage			{ width: 100%; }
.cWCFQuestionYesNoButtonYes	    	{ background-color: #66cc00; color: WHITE; }
.cWCFQuestionYesNoButtonNo			{	background-color: #bf2c37; color: WHITE;
										border: 4pt ridge #0099FF;
									}
.cWCFQuestionYesNoButtonHotkey	{}

.cWCFMessageOkTable					{ width: 100%; }
fieldset.cWCFMessageOk				{ background-color: #caf1c9; }
.cWCFMessageOkTitle					{ font-weight: bold; }
.cWCFMessageOkMessage				{ width: 100%; }
.cWCFMessageOkLinkBack				{ background-color: GREEN; color: WHITE; font-weight: bold; }
.cWCFMessageOkHotkey				{}

.cWCFMessageFailTable				{ width: 100%; }
fieldset.cWCFMessageFail			{ background-color: #ffc6ca; }
.cWCFMessageFailTitle				{ font-weight: bold; }
.cWCFMessageFailMessage				{ width: 100%; }
.cWCFMessageFailIcon                { margin: 4px; }
.cWCFMessageFailLinkBack			{ background-color: GREEN; color: WHITE; font-weight: bold; }
.cWCFMessageFailHotkey				{}

.cWCFErrorListTable					{ width: 100%; }
fieldset.cWCFErrorList				{ background-color: #bf2c37; }
.cWCFErrorListTitle					{ background-color: RED; color: WHITE; font-weight: bold; text-align: center; }
.cWCFErrorListMessage				{ color: white; }


