/**
 * Quote.css - Styling for forms dealing with quotes
 */

/* Table Elements */
table.info_table tr th       { background: #cecfd0; text-align: left; font-weight: normal; font-size: 11px; padding: 0 5px;}

/* List Elements */
table.info_table li          { list-style-type: none; margin: 0px; padding: 0px; }
table.info_table ul          { list-style-type: none; margin: 0px; padding: 0px;}

