/*
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.
*/

.insp_thingLink {
	font-size: 8pt;
}

.insp_Heading
{
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
	vertical-align: bottom;
}

.insp_LabelParsed
{
	font-size: 8pt;
	vertical-align: middle;
}

.insp_StateParsed
{
	font-size: 8pt;
}

.insp_InteractionParsed
{
	font-size: 8pt;
}

.insertArrow {
	cursor: pointer;
}

.insp_Thing
{
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	height: 20px;
}

.thingListElem {
	font-size: 8pt;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 4px;

}

.interactionTypeVerb
{
	font-size: 8pt;
	font-weight: bold;
}

.insertedInteractionVerb {
	font-weight: bold;
}