/*
Written by John McNeil
Copyright John McNeil & Co., Inc. 2006
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This license is included in the file LICENSE.txt which should be included with this software.
*/

#stateInput, #labelInput, #thingInput, #interactionInput {
	font-size: 10px;
}

.stateInputLabel {
	text-align: right;
	vertical-align: middle;
}

.stateInputField {
	font-size: 10px;
	height: 12px;
}

.stateInputTextArea {
	font-size: 10px;
}

#noInteractionForm
{
	font-size: 10px;
	color: gray;
}

#saveState {
	width: 30px;
	height: 20px;
	font-size: 8pt;
}

.labelSelect, .thingSelect, .interactionSelect{
	font-size: 8pt;
}

.interactionSaveButton {
	font-size: 8pt;
}

.thingDropZone {
	width: 125px;
	height: 15px;
	background-color: #fdfdfd;
	border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
}

.suggestDiv {
	/*background-color: #eef0ff;*/
	background-color: #ffffff;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	padding-left: 2px;
}
.suggestion { 
	font-weight: normal;
}

.match { font-weight: bold; }
