/* CSS Document */

thead { background-color:#EEE; background:url(images/content_left.gif) top left no-repeat; border:1px solid #BEE7F9; border-top:0px; }
th { font-weight:bold; color:#079DDA; text-align:center; border-bottom:1px solid #DDD; background:url(images/content_fill.gif) top center repeat-x; }
tbody { border:1px solid #DDD; }

tbody.orders tr td { border-top:1px solid #DDD; text-align:center; padding:4px 0px; }

table.root tbody.orders tr.highlightHead { background-color:#C1E3F1; }
table.root tbody.orders tr.highlight { background-color:#D3EFFB; }

hiddenBorder { border-bottom:1px solid #009DE0; }

.orderStatus { width:14px; height:14px; position:relative; display:block; margin:auto }
.orderStatusPending { background-color:#FF9900 } 
.orderStatusY { background-color:#009933 }
.orderStatusT { background-color:#009933 }
.orderStatus0 { background-color:#CC0000 }