body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	background: #eeeeee;
}
h3 { text-align: center }

div.Active {
	border: 1px solid black;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	background-color: #bbddff;
	font-weight: bold;
}

div.Reset {
	float: right;
}

#Content {
	border-bottom: 1px solid black;
	overflow: auto;
	padding: 0.5em;
	/*height: 350px;*/
	margin: 0;
	margin-bottom: 1px;
	background: white;
	position: relative;
}
#MinimizeButton {
	font-size: 80%;
	text-align: right;
	padding-right: 3px;
}
div.WordBox {
	overflow: auto;
	height: auto;
	border: 0px solid #aaaaaa;
	display: inline;
	float: left;
	padding: 2px;
}

table.WordList {
	border: 1px solid black;
	background: white;
	/* margin-left: auto;
	margin-right: auto; */
	font-size: 10pt;
}
table.WordList th {
	border-bottom: 1px solid black;
}
table.WordList td {
	text-align: center;
}

table.WordList td.text {
	
}

div.DragWord {
	font-weight: bold;
	cursor: move;
	width: 90px;
}
div.DragWord span {
	border: 1px solid white;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
span.DraggingWord {
	position: absolute;
	border: 1px solid black;
	background: #eeeeee;
	cursor: move;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
}

span.TargetWord {
	text-decoration: none;
}

span.TargetWordDrop, span.TargetWordDrop {
	text-decoration: underline;
}

span.TargetWordActive, span.TargetWordDropActive {
	color: white;
	background: black;
}

div.HoverWord {
	border: 1px solid black;
	background: yellow;
	position: absolute;
	padding: 2px;
	margin: 2px;
}

div.Replaceable {
}

div.Insertable {
}

