/* ----
*  Stylesheet for the Mad Test Website
*  ----
*/

/* title */
td.title {color:black; font-weight: bold; text-align: center
	font-family: sans-serif; font-size: x-large}

/* test entries appearance in table rows */
tr.test_target		{background-color: #CCCCFF}
tr.test_case		{background-color: #EEEEEE}

/* test results row colors */

/* summary */
.warning 		{background-color: #FFDDBB}
.failure		{background-color: #FFBBBB}
.success		{background-color: #CCFFCC}
tr.quasi-success	{background-color: #CCFFCC}
tr.omit			{background-color: black; color: white}

/* details */
tr.identical		{background-color: #CCFFCC; font-family:Courrier;
				font-size:small}
tr.almost-identical 	{background-color: #CCFFCC; font-family:Courrier; /* distinct from above? */
				font-size:small}
tr.numerical-match	{background-color: #DDDDFF; font-family:Courrier;
				font-size:small}
tr.different-failure    {background-color: #FFBBBB; font-family:Courrier;
				font-size:small}
tr.different-warning	{background-color: #FFDDBB; font-family:Courrier;
				font-size:small}
tr.only-left		{background-color: #DDDDDD; font-family:Courrier;
				font-size:small}
tr.only-right		{background-color: #DDDDDD; font-family:Courrier;
				font-size:small}
tr.double-discrepancy	{background-color: #FFFF99; font-family:Courrier;
				font-size:small}
tr.got-lost		{color: white; background-color: black;
				font-family:Courrier; font-size:small}

/* build results colors */
font.warning-font	{color: #FFBBAA}


/* work report */
tr.work-author 		{color: black; background-color: #CCCCFF}
tr.work-log-even	{color: black; background-color: #EEEEEE}
tr.work-log-odd		{color: black; background-color: white}

/* binary targets colors in the HTML web page */
tr.odd			{color: black; background-color: #EEEEEE}
tr.even 		{color: black; background-color: white}
