/* CSS Document */
table#t1 img, form, input, table, td, tr, input, div,body,html,input {margin:0; padding:0;}
table#t1 img,a img,:link img,:visited img {border:none;}
table#t1 body {font:small verdana, arial, sans-serif; font-size:80%;}

/* Styling the table in the HTML */
table#t1 {padding:8px; margin-top:5px; margin-bottom:15px; width:620px;}
table#t1 th {height:30px; font-size:110%; font-weight:bold; padding-left:10px;}
table#t1 td#SelectedProducts {font-size:90%;height:30px; font-weight:bold}
table#t1 tr.purple {background-color:white; color:black; font-weight:bold}
table#t1 tr.lightPurple {background-color:white}
table#t1 td#totalLabel {text-align:right; width:78%; font-weight:bold}
table#t1 tr#ButtonRow {height:60px; padding:10px;}
table#t1 td#ButtonWrapper form {margin-top:10px; margin-right:10px;}
table#t1 td#CancelButton input {margin-left:10px;}
/* Styles for the table that is generated from script */
table#t1 table tr.Row {background-color:#eeeef4;}
table#t1 table tr.AlternatingRow {background-color:#ddddf4;}

table#t1 td {padding:10px}
table#t1 td label {width:120px}
table#t1 .lightGray {background-color:#eee}
table#t1 .darkGray {background-color:#878787}
