body
{
	font-family: Arial, Sans, Helvetica, Verdana, Calibri, Sans-Serif, MS Sans Serif;
	font-size: 12px;
	padding-right: 1em;
}

select, option, input
{
	font-family: Arial, Sans, Helvetica, Verdana, Calibri, Sans-Serif, MS Sans Serif;
	font-size: 12px;
	color: #4c4c4c;
}

.LegendAsDiv
{
	font-weight: bold;
	padding-bottom: 0.8em;
}

.inputSubmit
{
	border-style: none;
	color: white;
	font-family: Arial; /* Arial Narrow not always available. */
	font-stretch: condensed;
	font-weight: bold;
	font-size: 100%;
}

.inputText
{
	border: solid 1px #c0c0c0;
}

/*
label, *#lstModelWildcard
{
	margin-left: 1em;
}
*/

select
{
	border: solid 1px #c0c0c0;
}

option
{
	border-style: none;
}

label.LabelDrillDown
{
	margin-right: 1em;
	width: 7em;
	float: left;
}

*#lblModelWildcard
{
	/* Make the label appear on a line by itself. Otherwise the "select" dropdown box would normally follow it. */
	clear: both;
	display: block;
	padding-top: 0.5em;
}

.NoMatch
{
	clear: both;
}

.NoMatch a:link {
	text-decoration: none;
	color: #4c4c4c;
}

.NoMatch a:visited {
	text-decoration: none;
	color: #4c4c4c;
}

.NoMatch a:active {
	text-decoration: none;
	color: #4c4c4c;
}

.NoMatch a:hover {
	text-decoration: underline;
	color: #4f8cc5;
}

.RoundGreyWhiteTop     { background: url(../Images/CornerGreyWhiteTopRight.jpg)     no-repeat top right; }
.RoundGreyWhiteBottom  { background: url(../Images/CornerGreyWhiteBottomRight.jpg)  no-repeat top right; }

img.corner
{
	border: none;
	display: block !important;
}

.compartmentType
{
	color: #4f8cc5;
	padding-bottom: 1em;
	padding-left: 0.5em;
}

.noteTextAndNumber
{
	margin-left: 3.5em;
	padding-bottom: 1em;
}

.noteNumber
{
	width: 2.5em;
	text-align: right;
	float: left;
}

.MakeModel
{
	padding: 0.25em;
	padding-left: 7px;
	font-size: 150%;
	border-top: dotted 1px #e1e1e1;
	border-left: dotted 1px #e1e1e1;
	margin-top: 1em;
}
