/* Grid for Read-only Order */

/* style for the entire table */
.ROtable
{
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

/* style for the cells in the table header, grey BG, white txt*/
.ROheader
{
	border: 1px solid #cccccc;
	background-color: #cccccc;
	color: white;
	font: bold x-small Arial;
}

/* style for the cells in a main goods line */
.ROline
{
	border-top: 1px solid #cccccc;
	border-left: 1px hidden;
	border-right: 1px hidden;
	border-bottom: 1px hidden;
	color: #666666;
	font: normal x-small Arial;
}

/* style for the cells in the empty rows above and below the subdetail */
.ROwhite
{
	height: 4px;
}

/* style for the cells in the header of the subdetail */
.ROsubheader
{
	border: 1px solid #cccccc;
	color: #666666;
	font: italic x-small Arial;
	text-decoration: underline;
}

/* style for the cells in the subdetail */
.ROsub
{
	border: 1px solid #cccccc;
	color: #666666;
	font: normal x-small Arial;
}
