/*
CONTRACTS.CSS
Sets all font attributes for the CONTRACTS ADMIN WEBSITE */

/********** FORM FORMATTING **********/
input, select, textarea
{ background-color: #C0C0C0; }

table, tr, td, th
{ 
  margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
  padding-left: 2px; padding-right: 0px; padding-top: 2px; padding-bottom: 2px;
}

table.left, th.left, td.left, input.left
{
	text-align: left;
	padding : 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}
table.left
{
	border: 1px solid Black;
	border-bottom : 3px ridge Gray;
	border-left : 3px ridge Gray;
}

th.left
{
	border-bottom: 1px solid Black;
}

table.header, td.header
{
	background : #CED9D9; 	text-align : center;
	vertical-align : middle;
}

td.row1 {background-color: #FFFF80; border-top: 2px solid Black;} /* Normal Contracts */
td.row1a {background-color: #FFFF80; border-bottom: 1px solid Black;} /* Normal Contracts */


td.row2 {background-color: #AAD5D7; border-top: 2px solid Black;} /* Normal Contracts */
td.row2a {background-color: #AAD5D7; border-bottom: 1px solid Black;} /* Normal Contracts */



tr.yellow {background-color: #FFFF80;} /* Normal Contracts */
tr.red {background-color: #AAD5D7;} /* Agreements */
tr.header {background-color: #80FFFF;}

/* Border of Results Lists */
th.borderL, td.borderL {border-left:  thin solid #800000;}
th.borderR, td.borderR {border-Right: thin solid #800000;}

th.borderL {border-top: thin solid #800000;}
th.borderR {border-top: thin solid #800000;}
th.borderT {border-top: thin solid #800000;}

td.borderB {border-bottom: thin solid #800000;}
td.borderBL {border-bottom: thin solid #800000; border-left:  thin solid #800000;}
td.borderBR {border-bottom: thin solid #800000; border-right:  thin solid #800000;}

#hadd a:link    {color: #000000; font-size: small; vertical-align: bottom;} 
#hadd a:visited {color: #000000; font-size: 12px; vertical-align: bottom;} /* displayed as green */
#hadd a:hover   {color: #000000; vertical-align: bottom;} /* displayed as black */
#hadd a:active  {color: #000000; vertical-align: bottom;} /* displayed as grey */

.bold {font-weight: 700;}
