/**************************************************************************/
/* General Styles for use in Structures, actions, user-defined htmls etc. */
/**************************************************************************/

.stlHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #669933;
}

.stlHeaderInt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #F8F8FF;
}

.stlFolderArchive {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.stlPlainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.stlPlainTextInt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color : White;
}

.stlDefaultTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.button {
	font-family: Verdana, Arial;
	color: #225588;
	font-size: 9px;
	background-color: white;
	border: 1px solid #225588;
	height: 20px;
	cursor: hand;
}

.input {
	font-family: Verdana, Arial;
	color: black;
	font-size: 10px;
	background-color: white;
	border: 1px solid #666D6F;
}

.select {
	font-family: Verdana, Arial;
	color: black;
	font-size: 10px;
	background-color: white;
	border: 1px solid #666D6F;
}

/**********************************/
/* Styles for Structure debugging */
/**********************************/

.StructureLimits {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #F01400;
}

.SubStructureLimits {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 8pt;
	/* font-weight: bold; */
	text-decoration: none;
	color: #F01400;
}

.SelectorLimits {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #30D458;
}

.ObjectGroupsLimits {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: purple;
}

.ObjectCollectionsLimits {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: magenta;
}

.ObjectsLimits {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #F07800;
}

.redBoldError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}