﻿/* ORDER GRID */
.orderGrid
{
	width: 100%;
}

.orderGrid th
{
	border:solid 1px #DBDBDB;/*#2A6F98;*/
	background-color: #DBDBDB;/*#2A6F98;*//*rgb(219,219,219);*/
	padding: 3px 7px 3px 7px;
	color: #454545; /*#094F82; */ /*#454545;*/
	text-align: left;
	vertical-align: bottom;
	font-weight:normal;
}

.orderGrid tbody tr td
{
	border-top: solid 1px rgb(219,219,219);
	padding: 5px 7px 5px 7px;
	vertical-align:top;
}


.orderGrid tbody tr.alt td
{
	background: rgb(240,240,240);
}

.orderGrid tbody tr.over td
{
	background: rgb(240,240,240);
}

.orderGrid tbody tr.itemPrice td
{
	font-size: 11px;
	border: solid 0 transparent;
	padding: 0 7px 1px 7px;
}

.orderGrid tbody tr td.noRecords
{
	font-style: italic;
}

.orderGrid tfoot tr td
{
	font-family: Arial;
	font-size: 12px;
	padding: 5px 7px 5px 7px;
	color: black;
}

.orderGrid tfoot .subTotalLineTop
{
	border-top: solid 2px rgb(219,219,219);
	text-align: right;
}


.orderGrid tfoot .subTotalLine
{
	text-align: right;
}

.orderGrid tfoot .totalLine
{
	border-top: solid 1px rgb(219,219,219);
	border-bottom: double 3px rgb(219,219,219);
	font-weight: bold;
	text-align: right;
}

/* Style required for ADX
.orderCreateItemDescription
{
	white-space:nowrap; 
	overflow: hidden; 
	text-overflow:ellipsis;
}
*/