/* CSS Document */

#listbody {
	position:absolute;
	left:10px;
	top:80px;
	width:900px;
	height:387px;
	z-index:1;
}
#workorderbody {
	position:absolute;
	left:10px;
	top:95px;
	width:900px;
	height:820px;
	z-index:1;
}
#topmenu3 {
	position:absolute;
	left:10px;
	top:20px;
	width:900px;
	background-color:#CCCCCC;
	height:63px;
	z-index:2;
	border: thin solid;
}
#topmenu1 {
	position:absolute;
	left:10px;
	top:20px;
	width:900px;
	background-color:#CCCCCC;
	height:30px;
	z-index:2;
	border: thin solid;
}
.listbody-top {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:700;
}
.listbody-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallbuttons {
  font-size:10px;
}
.topmenutitle {
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}
.bodytopheading{
	font-weight: 500;
	background-color: #EEEEEE;
}
.form-small-label {
	font-size: 10px;
	font-weight: 600;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #E8FDFF;
}

