﻿/* 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: 31%; }
table.contract-listing col.c-3 { width: 41%; }

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; }

/* Box for the refining dropdown controls */
.active-contract-refiners { 
	border: 1px #333 solid;
	background-color: #ffc;
	padding: 5px 5px 0 5px;
	margin-bottom: 4px;
}

/* Test Page for thinnner listings */
.contract-listing-new { border-collapse: collapse; width: 100%; }
.contract-listing-new tr.cl-std { background-color: #D4DFEB; }
.contract-listing-new tr.cl-alt { background-color: #FAE6D1; }
.contract-listing-new td, .contract-listing-new th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%; font-weight: normal; font-style: normal;
  padding: 3px; 
  vertical-align: middle;
}
.contract-listing-new th {
  font-weight: bold; font-style: italic;
  background-color: #ccc;
}
.listing-link { text-decoration: none; font-size: 93%; font-style: italic; }

