.infonode
{
	position: absolute; 
	border-top: 0;
  margin: 0;
  height: 16px;
  width: 16px;  
	background: url(/image/info.gif); 
	background-repeat:no-repeat;
	z-index:9999; 
}


.infonode:hover span
{
	display: block;
}

.infonode span
{
	display: none; 
	font-size: 10pt;
	font-weight: bold;
	font-family: tahoma, arial, sans-serif;
	width:200px;
	color: #404040; 
	background-color:#ffe000; 
	padding: 3px; 
	filter: Alpha(opacity=80);
	cursor: default;
}

.devvalidationerror
{
  display:block;
  color: #800000;
  z-index:9999;
  width:500px;
  background-color:Gray;
  padding: 10px;  
}





.HighlightBox
{
  background-color: #ffe6c2;
  border: solid 1px #bd3e00;
  margin-bottom: 5px;
}

.HighlightBoxText
{
  display: block;
  padding: 5px;
  color: #ffffff;
  background-image: url(HighlightBack.png); !important
  background-color: #bd3e00;
  background-repeat: no-repeat;
  text-align:left;
}

.HighlightBoxMa
{
  background-color: #d9ffc2;
  border: solid 1px #457e22;
  margin-bottom: 5px;
}

.HighlightBoxTextMa
{
  display: block;
  padding: 5px;
  color: #ffffff;
  background-image: url(HighlightBackAct.png);
  background-repeat: no-repeat;
  text-align:left;
}


.layoutname
{
  display: block;
  padding: 5px;
  color: red;
  font-size:20px;
}