.region, .comp .template{
	border: none;
}

/* Support old control panel */
span.name {
	display: none;
    font: 9px; 
	color: #aaa 
}

.designnotes {
	font-family: verdana;
	font-size: 10px;
	color: #FF0000;
}

p.designnotes {
	display: block;
}

.contentlabel {
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #00F;
}

/* Compensating styles for Errors */
.inputErrCell { background-color:#FDE366 !important; padding: 2px;  }
.inputErr img { padding: 1px 1px 3px 1px; vertical-align:middle;  }

/*
Begin Control Panel styles
*/

#controls {
	margin: 15px 7px 7px;
}

 a#switch {
	display: block;
	width: 0;
	height: 28px;
	margin-bottom: 1em;
	background-image: url('../images/ctrl-def.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	overflow: hidden;
}

 a#switch:hover {
	background-image: url('../images/ctrl-hov.gif');
}

#controls table {
	padding: 3px;
	border: solid 1px #999;
	width: 100%;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
}

#controls th, #controls td {
	text-align: right;
	background-color: #E6E6E6;
	vertical-align: top;
	padding: 5px;
}

#controls td {
	text-align: left;
	background-color: #FFF;
}

#controls h1 {
	font: bold 16px "Lucida Grande", arial, sans-serif;
	color: #666;
}

#controls td.buttons {
	text-align: left;
}

/*
End Control Panel styles
*/