/* --------------------------------------------------  These styles are used by both the Main site and the Bid Tool ---------------------------------------------------- */


td {
font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: black;

}


form, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 8px;
  margin-bottom: 0;
}

ul, li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

img {
  border: none;
}

a {
  color: #005293;
}

a:hover {
  color: #003259;
}



/* --------------------------------------------------  additional layout styles ---------------------------------------------------- */

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}


.hline {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 25px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 25px;
}

.hline_condensed {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 12px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 12px;
}


/* --------------------------------------------------  Table styles ---------------------------------------------------- */


table.maintable {
  width: 100%;
  border-bottom: solid 1px #bbb;
  margin-bottom: 10px;
}

table.maintable td {
  padding: 5px 2px;
}

table.smalltable {
  margin-bottom: 10px;
}

table.smalltable td {
  padding: 5px 8px;
}

table.smalltable tr.nd {
    display:none;
}

tr.toprow td {
  background-color: #a6c3d9;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}

tr.toprow td:first-child {
  /*border-left: solid 1px #6496bd;*/
}

tr.oddrow td {
  background-color: white;
}

tr.evenrow td {
  background-color: #e8e9e9;
}

td.leftcell {
  text-align: right;
  font-weight: bold;
}

/* --------------------------------------------------  text formatting and misc styles  ---------------------------------------------------- */


.bold {
  font-weight: bold;
}

.black {
  color: #000;
}

.red {
  color: #aa0038;
}


a.red:hover {
  color: #dd0055;
}

.blue {
  color: #00568c;
}

.size10 {
  font-size: 10px;
}

.size11 {
  font-size: 11px;
}

.size14 {
  font-size: 14px;
}



/* --------------------------------------------------  Forms ---------------------------------------------------- */


form.loginform p {
  margin: 0;
}

form.loginform .left_form_column {
  display: block;
  width: 150px;
  text-align: right;
  line-height: 23px;
  margin-right: 6px;
  padding-top: 5px;
  float: left;
  clear: left;
}

form.loginform .right_form_column {
  width: 650px;
  float: left;
  margin: 0;
  padding-top: 5px;
}


/* --------------------------------------------------  Errors ---------------------------------------------------- */

span.fieldWithErrors input, span.fieldWithErrors textarea, span.fieldWithErrors select {
  border:2px solid #aa0038;
}

#errorExplanation {
  border: 2px solid #aa0038;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #aa0038;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin: 5px 0px 5px 0px;
  padding: 12px 5px 5px 5px;
}

#errorExplanation ul li {
  font-size:11px;
  list-style: square;
  margin: 0px 0px 5px 30px;
}

#error {
  font-size: 14px;
  text-align: center;
  color: #aa0038;
  line-height: 3;
  border: 2px solid;
  margin: 10px 0;
  font-weight: bold;
}

#notice {
  font-size: 14px;
  text-align: center;
  color: #069200;
  line-height: 40px;
  border: 2px solid;
  margin: 0 0 25px 0;
  font-weight: bold;
  background-color: #e6f4e5;
}

#escalation_notification_box {
  font-size: 14px;
  text-align: center;
  color: #aa0038;
  background-color: #E6F4E5;
  line-height: 3;
  border: 2px solid;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

#new_features_notice {
	background-color: #3c3c3c;
	color: white;
	border-bottom: solid 1px #000a12;
	background-image: url(/images/project_updated_stamp.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 220px;
}

#new_features_notice a {
	color: white;
	background-color: #cf0320;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#new_features_notice a:hover {
	color: #D3D3D3;
	background-color: #666666;
  }


#new_features_notice li {
  margin-top: 8px;
}







/* --------------------------------------------------  Other Things ---------------------------------------------------- */


.light_green_box {
background-color: #e5f9e5;
padding: 0 0 15px 20px;
margin-bottom: 15px;
border: solid 1px #bfd9bf;
}


.tiny_image_bar{ margin:0px 0px 0px 20px }
.tiny_image_bar img{ margin:0px 5px 0px 0px }

.required { color: #AA0038; font-weight: bold; }

#customize_columns div { cursor: move; }
#customize_columns div.input { cursor: default; }

.dialog { margin: 20px 0px 350px 20px }