/* CSS for toolserver */

.ts-error
{
	padding-top: 10px;
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
}

.pBody
{
	-moz-border-radius-topright: 0em;
}

/* YAEC */
.yaec-field
{
	font-weight: bold;
}

.bool-false
{
	font-weight: bold;
	color: #f00;
}
.bool-true
{
	font-weight: bold;
	color: #40c040;
}
.bool-neutral
{
	font-weight: bold;
	color: #bbb;
}