.displayWidget {
	/*border: 1px solid black;*/

}
.displayWidgetHeader {

}
.displayWidgetFooter {
	background-color: #BDBDBD; 
	text-align: right;	
	padding: 5px;	
	float: right;
}
.displayWidgetContent {

}

.numberFormatted{
	border-bottom: dashed #00ADEF 1px;
}

.assemblyHeading {
	background-color: #BDBDBD;
}
.assemblyTableHeading {
	background-color: #003366;
	color: white;
	font-weight: normal;
	text-align: left;
}
.partRow {
	background-color: #E0E0E0;
}
.partProcessRow {
	background-color: white;
}
.selectItem {
	padding: 20px;
	cursor: pointer;
}
.selectItem:hover {background: #77a6d1;}
.legend {

}
.legend, h1 {
	font-family: arial;
	color: #7A7A7A;
	font-size: 16px;
}
#rightSide {
	position: absolute;
	top: 320px;
	right: 5px;
	width: 250px;
}
/*#rightTop {
	position: absolute;
	top: 70px;
	right: 5px;
	width: 250px;	
}
#leftTop {
	position: absolute;
	top: 70px;
	left: 5px;
	width: 250px;	
}*/
.grid {

}
.largeHeading {
	font-size: 28px;
}
.sideHeading {
	font-size: 18px;
	font-color: blue;
}