/* Grid for Read-only Order */
/* style for the entire table */
.ROtable, table.ROtable div table
{
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
/* style for the cells in the table header, grey BG, white txt*/
.ROheader, table.ROtable th
{
	border: 1px solid #cccccc;
	background-color: #cccccc;
	color: white;
	font: bold x-small Arial;
	background: #e5e5e5 url('horiznavGradient.png') repeat-x left top;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
td.ROheader + td.ROheader
{
    border-style:none;
}
th.ROheader + th.ROheader
{
    border-style:none;
}
/* style for the cells in a main goods line */
.ROline
{
	border-top: 1px solid #cccccc;
	border-left: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	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;
}
.ROselected
{
	background-color: White;
}
