@import "singleUI.css";

html, body
{
	height: 100%;
	border: none;
}

body
{
	margin: 0px;
	margin-left: 2px;
}

/* colors */

.singleUI_option
{
	background-color: rgb(250,255,255);
}

.singleUI_form
{
	background-color: rgb(245,217,168);
}

.singleUI_sound
{
	background-color: rgb(170,204,204);
}

.singleUI_meaning
{
	background-color: rgb(187,204,170);
}

.singleUI_results
{
	background-color: rgb(255,255,255);
}

.singleUI_message
{
	background-color: rgb(230,255,255);
}

.headingrowbg
{
	background-color: #CCFFFF;
}

ul.nobullet, ol.nobullet
{
	list-style-type: none;
	line-height: 16pt;
}

fieldset
{
	padding: 10pt;
	margin: 10pt;
}

p.indented
{
	text-indent: 3em;
	line-height: normal;
}

p.hangindented
{
	text-indent: -3em;
	margin-left: 3em;
	line-height: normal;
}

ol.indented
{
	margin-left: 25pt;
}

ol.indented li
{
	margin-top: 1em;
}
