/* Style sheet for methods.ringing.org */

BODY 		{ background: #cecece }

DIV.form        { padding: 1ex 1em 1ex 1em }

UL.form-part    { list-style: none;
                  font-family: sans-serif;
                  font-size: small }

UL.form-part LI { padding: 3px }
UL.form-part LI.odd_row { background: #eeeeee }
UL.form-part LI.even_row { background: #ffffff }

SPAN.errmsg 	{ color: red }

DIV.errmsg      { color: red;
                  background: #eeeeee;
                  margin-left: 5em;
                  margin-right: 5em;
                  border: thin solid red;
                  padding: 1em }

IMG             { border: 0 }

TABLE.results   { padding: 10px;
                  font: small sans-serif }
TABLE.results TD { padding: 2px }
TR.even-row     { background: #ffffff }
TR.odd-row      { background: #eeeeee }
TR.title TD     { font-size: medium;
                  font-weight: bold;
                  padding: 2ex 0 1ex 0 }
TR.modified TD  { font-size: x-small }

TABLE.main      { width: 100% }

TD.menu         { background: #eeeeee;
                  padding: 1em 0 1em 0; 
                  width: 8em;
                  font: large sans-serif }

TD.menu A       { color: black; 
                  text-decoration: none }

TD.menu UL      { padding: 0;
                  margin: 0;
                  list-style: none;
                  color: white;
                  font: medium sans-serif }

TD.menu LI      { margin: 0.5ex 0 0.5ex 0;
                  padding: 0.5ex 0.5em 0.5ex 0.5em;
                  background: #000088 }

TD.menu UL A    { color: white }

TD.menu UL UL   { margin-left: 1em }

TD.menu UL UL LI { background: #eeeeee; 
                  color: black }

TD.menu UL UL A { color: black }

TD.contents     { padding: 0 1em 0 1em }

H1, H2, H3      { font-family: sans-serif }

H1              { background: #000088;
                  color: white;
                  padding: 0 0.5em 0 0.5em;
                  margin: 0 0 0 0 }

H2              { background: #eeeeee;
                  color: #000088;
                  padding: 0 0.5em 0 0.5em }

PRE             { background: #eeeeee;
                  padding: 1em;
                  border: thin solid blue;
                  margin: 0 2em 0 2em }

CODE            { color: green }

DIV.icons       { float: right }
