
/* tests.css */

.test_line				{ padding: 2px 4px; background: black; color: white; }
.test_line u			{ color: yellow; text-decoration: none; }
.test_line .object		{ color: orange; }
.test_line .query		{ font-weight: bold; color: #66ff66; }
.test_line .string		{ color: yellow; }
.test_line pre			{ margin: 0px; }

.test_note				{ display: block; margin: 3px 0px 5px; padding-bottom: 3px; border-bottom: 1px dotted white; font-size: 14px; font-weight: bold; }
.test_note_small		{ margin: 0px; padding: 1px 2px; border-bottom: 1px dotted #aaaaaa; }
.test_result			{ margin: 2 0 2 10; padding-left: 2px; border-left: 1px dotted #999999; }
.test_results			{ padding: 5px; background: black; font: 12px verdana; text-align: left; }
.test_result_pass		{ font-weight: bold; color: #00cc00; }
.test_result_fail		{ font-weight: bold; color: red; }
