*
{
	margin: 0px;
	padding: 0px;
}

div
{
	xxxborder: 1px solid blue;
}

body
{
	color: #969696;
	font-size: 13px;
	font-family: Tahoma, Arial, Sans-Serif;
}

select, option, input
{
	font-size: 13px;
	font-family: Tahoma, Arial, Sans-Serif;
}

.inputSubmit
{
	border-style: none;
	color: white;
	background-color: #00a3c9;
	font-weight: bold;
	font-size: 14px;
	height: 28px;
	vertical-align: middle;
	position: relative;
	top: 2px;
}

.clsFieldsetAsDiv
{
	clear: both;
	padding-left: 1.5em;
	margin-top: 2em;
}

.clsLegendAsDiv
{
	font-size: 140%;
}

.clsLabelDrillDown
{
	margin-right: 1em;
	width: 9em;
	float: left;
}

.MakeModel
{
	padding: 0.25em;
	font-size: 150%;
	border-top: solid 1px #005064;
	border-left: solid 1px #005064;
	margin-top: 2em;
}

.clsCompartmentDiv
{
	padding-bottom: 1em;
	padding-left: 0.5em;
	margin-top: 2em;
}

.clsCompartmentDiv > b
{
	color: #00a3c9;
	font-size: 150%;
}

.clsProductName
{
	color: white;
	font-size: 150%;
}

.clsNoteTextAndNumber
{
	margin-left: 3.5em;
	padding-bottom: 1em;
}

.clsNoteNumber
{
	width: 2.5em;
	text-align: right;
	float: left;
}

.clsFooter
{
	margin-top: 3em;
	margin-bottom: 1em;
	border-top: 2px solid #303030;
	padding-top: 1em;
	font-size: 80%;
}

.Text-Heading2
{
	color: #00a3c9;
}

a
{
	text-decoration: none; /* This removes the underline that normally appears under hyperlinks. */
	color: #e0e0e0;
}

.clsImageAnchor
{
	outline: 0; /* This removes the dotted line that would appear around anchors upon clicking. */
}

a:hover /* This has to come after all anchor(A)-related stuff, otherwise it doesn't work.*/
{
	color: white;
}

#txtFragmentModelDesc {
	float: left;
	width: 14em;
	margin-right: 0.5em;
	margin-top: 2px;
	padding: 5px;
}

select {
	padding: 5px;
}

#lblFragmentModelDesc {
	float: left;
	padding-right: 1em;
	padding-top: 0.1em; /* padding-top is to align this label with the following textbox. */
	margin-top: 2px;
}

#lstEquipment {
	margin-top: 2px;
}

input[name="cmdOkSearch"] {
	margin-bottom: 10px;
}

.clsFooter .Text-Body1 a + a {
	margin-right: 1em;
}
