﻿/* Styles for contract listings, contracts page only */
/* CMS Blue:    #145192 */
/* CMS Orange:  #e37304 */

table.contract-listing { width: 95%; border-collapse: collapse; }
table.contract-listing col.c-1 { width: 27%; }
table.contract-listing col.c-2 { width: 36%; }
table.contract-listing col.c-3 { width: 36%; }

table.contract-listing        { background-color: #D4DFEB; }
table.contract-listing.cl-alt { background-color: #FAE6D1; } /* alternate color */

table.contract-listing td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%; font-weight: normal; font-style: normal;
  padding: 2px; padding-right: 5px;
}
table.contract-listing tr.cl-emp td { /* row emphasis */
  font-size: 90%; font-weight: bold; font-style: normal;
  padding: 5px; padding-left: 3px;
}
table.contract-listing td.cl-fld {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style: italic; 
  font-size: 70%; font-weight: normal;
  padding: 3px; padding-bottom: 3px;
}
table.contract-listing td.cl-rgt { text-align: right; padding-right: 5px; }
table.contract-listing tr.cl-lrw td { padding-bottom: 7px; } /* last row */

div.clickforlistings { float: right; }
a.clickforlistings { font-size: 85%; font-weight: normal; font-style: italic; }
