﻿table.ListView {font-family: Arial, Sans-Serif; text-align:left; border-collapse:collapse; font-size:13px;}

table.ListView .LeftMost {padding-left:10px;}
table.ListView .RightMost {padding-right:10px;}
table.ListView > thead > tr {height:28px;}
table.ListView > thead > tr > th {background-color:#EDF1F2; font-weight:bold;}
table.ListView > tbody > tr > th {font-weight:bold;}
table.ListView > tbody > tr.odd {background-color:White;}
table.ListView > tbody > tr.even {background-color:#F9F9F9;}
table.ListView > tbody > tr.Rush {background-color:#F85555 !important; color:Black;} /*F85555  f96a6a*/
table.ListView > tbody > tr.ProcessorStarted {background-color:#DBE7EA;}
table.ListView > tbody > tr.ProcessorEnded {background-color:#DBE7EA;}
table.ListView > tbody > tr > td {padding-top:5px; padding-bottom:2px;} /*border-bottom:solid 1px #D4D4D4; */
table.ListView > tbody > tr > td.NoVPad {padding-top:0px; padding-bottom:0px;}
table.ListView > tbody > tr > td > a {font-size:11px; text-decoration:underline; color:#3399cc; font-weight:bold;}
table.ListView > tbody > tr > td > a:link {color:#3399cc;}
table.ListView > tbody > tr > td > a:visited {color:#3399cc;}
table.ListView > tbody > tr > td > a:hover {color:#339999;}
table.ListView > tbody > tr > td > a:active {color:#3399cc;}
table.ListView > tfoot > tr {height:20px; padding-left:2px;}
table.ListView > tfoot > tr > th {background-color:#EDF1F2;}

table.ListView > tbody > tr.InlineEditRow {background-color:#DBE7EA;}
table.ListView > tbody > tr > td.InlineEditCell {padding:10px; border:solid 2px #CECD9F;}

table.ListView > tbody > tr.NestedInlineEditRow {background-color:#CECD9F; border:solid 2px #DBE7EA;}

table.ListView > tbody > tr > td.HasTrackingInfo {color:#002F9B;}

table.OrderProductAttributes td {font-size:11px;} 
table.OrderProductAttributes .LeftMost {padding-left:10px;}
table.OrderProductAttributes .RightMost {padding-right:10px;}
table.OrderProductAttributes > tbody > tr > td > a {font-size:11px; text-decoration:underline; color:#3399cc; font-weight:bold;}
table.OrderProductAttributes > tbody > tr > td > a:link {color:#3399cc;}
table.OrderProductAttributes > tbody > tr > td > a:visited {color:#3399cc;}
table.OrderProductAttributes > tbody > tr > td > a:hover {color:#339999;}
table.OrderProductAttributes > tbody > tr > td > a:active {color:#3399cc;}

table.AllBorders {border:solid 1px #D4D4D4;}
table.AllBorders td {border:solid 1px #D4D4D4; padding:2px;}


