﻿/* PLCDBPanel prompts and required fields styles */
span.prompt {padding-right:1em; white-space:nowrap; display:block; position:relative; height: 14px;}
span.required em {color:Red; font-style:normal; display:inline; position:absolute; top:0; right:0;}
span.mandatory em {display:none;}
span.required em.cbrequired {color:Red; font-style:normal; float:none; display:inline; top:0; left:-2.0em;}
span.default em {display:none;}

/* PLCUpdateOk */
.panelBackground
{
	background-color: #32CD32;
}
    
.panelBackground table
{
	height: 100%;
	width: 100%;
}
    
.panelBackground td
{
	text-align:center;
	vertical-align:middle;        
	font-size: 100px;
	font-weight:bolder;
	color: Black;
}
    
.buttonHidden
{
	visibility:hidden;
	display:none;
}