/* ================================
    CSS STYLES FOR Module ServitechSupplyRequest
   ================================
*/
.FormBox,
.FormBoxLabelTitle,
.ShippingBox,
.ShippingBoxLabelTitle,
.CategoryBox,
.CategoryBoxLabelTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	background-color:#F1F1F1;
	border:1px solid #036;
}
.FormBoxLabelTitle,
.ShippingBoxLabelTitle,
.CategoryBoxLabelTitle{
	font-size:12px;
	color:#036;
	background-color:white;
	border:1px solid white;
	cursor:hand;
}
.FormBox{
	border:none;
	border-top:1px solid #CCC;
}
.ShippingBoxLabelTitle{
	color:#FFF;
	background-color:#900;
	border:1px solid #900;
}
.ShippingBox{
	background-color:#FFC;
	border:1px solid #900;
}
.CategoryBoxLabelTitle{
	color:#FFF;
	border:none;
	background-color:#036;
	cursor:pointer;
}
.CategoryBox{
	background-color:#CCC;
	border:1px solid #036;
}
.HeaderFooter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	background-color:#F1F1F1;
}
