body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
/*	border: dashed #0000ff 1px;*/
}

img
{
/*	border: dashed #00ff00 1px;*/
}

div
{
/*	border: dashed #ff0000 1px;*/
}

span
{
/*	border: dashed pink 1px;*/
}

form
{
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
/*	height: 25em;  / * Freeze the height so it's constant regardless of how many controls are visible. */
/*	border: dashed green 1px;*/
}

fieldset
{
	float: none;
	border: none;
	border: solid #c0c0c0 1px;
/*	margin-left: 2em;*/
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-color: #e8e8e8; /* light grey */
}

legend
{
	font-style: italic;
	font-weight: bold;
	font-size: larger;
	xxxcolor: #00418B;
	color: #317b5a;
/*	border: dashed purple 1px;*/
/*	padding-top: 1.5em;*/
}

select, option, input
{
	font-family: Arial, Helvetica, sans-serif;
/*	border: dashed orange 1px;*/
}

select
{
	margin-left: 1em;
	margin-bottom: 0.2em;
/*	border: dashed yellow 1px;*/
}

label
{
	margin-left: 1em;
	font-weight: bold;
	width: 9em;
	float: left;
/*	border: dashed blue 1px;*/
}

a img { border-style: none; }

.inputSubmit
{
	font-size: smaller;
	font-weight: bold;
	xxxbackground-color: #00418B;
	background-color: #317b5a;
	color: white;
}

#lblFragmentModelDesc
{
	width: auto;
	padding-right: 1em;
/*	vertical-align: bottom;*/
}

#lblModelWildcard
{
	width: auto;
	padding-right: 1em;
/*	vertical-align: bottom;*/
}

a
{
	text-decoration: none;
	color: black;
}

A:hover
{
	color: #a0a0a0;
}

.Heading
{
	xxxcolor: #00418B;
	color: #317b5a;
	font-size: 200%;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 1em;
}

.lubespecIndent
{
	margin-left: 2em;
	margin-right: 2em;
}

.MakeModel
{
	background-color: black;
	color: white;
	font-size: 125%;
	padding: 0.5em;
	/*margin-left: 3em;*/
	/*width: 60%;*/
}

.compartmentType
{
	xxxcolor: #00418B; /*#33863E*/
	color: #317b5a;
	xxxpadding-bottom: 1em; /*0.3em;*/
	padding-left: 0.3em;
}

.mLeft2
{
	margin-left: 3.5em;
}

.noteTextAndNumber
{
	margin-left: 3.5em;
	padding-bottom: 1em;
}

.noteNumber
{
	width: 2.5em;
	text-align: right;
	float: left;
}
