/* $Id: imctest.css 1904 2008-08-07 14:10:51Z clepannerer $ */

/* ==========================
 *       Imcdoc: test
 * ========================== */

.itst           { margin-top: 1em;  color: black; font-family: Verdana, Arial, sans-serif; }
.itst h2        { display: none; }
.itstInst       { margin: 0 0 .5em 0; font-weight: normal; color: #009ee0; }
.itstAutoInst   { margin: 0 0 .5em 0; color: #009ee0; }
.itstChoice     { margin: 1em; padding: .8em; background-color: #D7F5FF; color: #009ee0; font-weight: bold; }
.itstOk         { color: green; font-weight: bold; font-family: monospace; padding-right: .5ex; }
.itstFieldOk    { background-color: #E1FFC8; margin-right: 1px; }
.itstKo         { color: red; font-weight: bold; font-family: monospace; padding-right: .5ex; }
.itstFieldKo    { background-color: #FFDCC8; margin-right: 1px; }
.itstSubmit     { text-align: right; }
.itstScore      { margin: 1ex 0 1ex 0; background: white; color: #006ab2; text-align: center;
		  border-top: 1px solid #006ab2; border-bottom: 1px solid #006ab2; }
div.itstGauge   { float:left; }
form.itstGauge  { margin-left: 28px; color: black; font-family: Verdana, Arial, sans-serif; font-size: small; }
.itstHelp       { font-size: small; font-family: Verdana, Arial, sans-serif; color: black; }
.itstHelp legend { padding: 0 1ex 0 1ex; border: 1px solid #006ab2; color: #006ab2; font-variant:normal;
		   background-color: #D7F5FF; margin: 0 0 2ex 0; }
.itstWhy        { color: black; }
.itstBack a         { color: #009ee0; text-decoration: none; font-size: x-small; }
.itstBack a:visited { color: #009ee0; }
.itstBack a:hover   { color: #cc0000; text-decoration: underline; }
.itstBack img   { margin: 0 1ex 0 0; font-size: small; vertical-align: top;}
.itstImage          { margin: 0 0 1em 0; }
.itstSound          { margin: 0 0 1em 0; }

/* ---------- set ---------- */
.itstSet h3     { display: inline; }
.itstSetJoin    { margin-bottom: 1ex; }
.itstSetJoin h3 { display: inline; }
.itstSetJoin li { display: inline; margin-right: 1em; }

/* -------- radio -------- */
.itstRadio      { list-style-type: none; margin: 0; padding: 0; }

/* -------- check -------- */
.itstCheck      { list-style-type: none; margin: 0; padding: 0; }

/* -------- category -------- */
.itstCateg      { border-spacing: 0; border-collapse: collapse; text-align: center; }
.itstCateg th   { border: 1px solid #000000; padding: .3em; background-color: #e4e4e4; }
.itstCateg td   { border: 1px solid #000000; padding: .3em; }

