
/*****************************************************************************/
/* text */

.error
{
	color:			#000000;
	background-color:	#ffe0e0;
	xfont-weight:		bold;
	font-size:		120%;
	border-style:		solid;
	border-width:		1px;
	border-color:		#800000;
	padding:		0.2em 0.5em;
	margin:			1em 0;
}

div.warn
{
	color:			#000000;
	background-color:	#ffd0d0;
	border-style:		solid;
	border-width:		1px;
	border-color:		#a00000;
	padding:		0.5em;
	margin:			1em 0;
}

/*****************************************************************************/

div.testedit-int,
div.testedit-flt,
div.testedit-str
{
	position:		absolute;
	top:			0.5em;
	left:			-1em;
	height:			auto;
	width:			auto;
	background-color:	#ffd080;
	padding:		3px;
	border:			2px solid #000080;
	display:		inline-block;
	z-index:		100;
}

div.testedit-int input,
div.testedit-flt input,
div.testedit-str input
{
	width:			3em;
	font-size:		110%;
}

/*****************************************************************************/

td.swo1 { background-color: #00b00020; }
td.swo2 { background-color: #00b00038; }
td.ham1 { background-color: #963F2020; }
td.ham2 { background-color: #963F2038; }
td.med1 { background-color: #0000e020; }
td.med2 { background-color: #0000e038; }
td.mag1 { background-color: #e0000020; }
td.mag2 { background-color: #e0000038; }
td.rank { background-color: #80000038; }

/* END */
