/* CSS Document */
div#idNav {
  color: #069;
}
div#idNav a {
  color: #069;
  font-weight: normal;
}
div#idNav big {
  font-weight: bold;
}
div#idNav select.Text {
  width: 180px
}
div#idNav input.Text {
  width: 180px
}
/* ---------------------------------------------------------------------------------------------- */
div#idContent {
  line-height: 1.2em;
}
div#idHeadline {
  margin-bottom: 1em;
  padding: 5px 10px;
  background-color: #069;
  text-align: left;
  vertical-align: middle;
  font-size: 116%; /* = 14pt */
  color: #FFF;
  text-transform: uppercase;
}
div#idListedBy {
  float: right;
  margin: 0px 1px .6em .6em;
  padding: 0px 0px 0px 5px;
  background-color: #FFF;
  border-left: 1px solid #CCC;
}
div#idListedBy div {
  width: 182px;
  padding: 5px 7px 2px 7px;
}
div#idListedBy a.Button {
  background-color: #FFF;
}
div#idListedBy a.Button:hover {
  border: 1px solid rgb(0,204,0);
}
ul {
  margin-top: -.6em;
}
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* for listings */
table#idList th {
  padding: 5px 10px;
  background-color: #069;
  text-align: left;
  vertical-align: middle;
  font-size: 116%; /* = 14pt */
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
}
table#idList th form {
  display: inline;
}
table#idList th select {
  background-color: #069;
  font-size: 86%; /* 14pt * .86 = 12pt */
  color: #FFF;
  text-transform: none;
}
table#idList td {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCC;
  line-height: 1.1em;
}
table#idList img {
  margin-right: 15px;
}

table#idList table td {
  padding: 1px 0px 2px 0px;
  border: none ;
}
table#idList td.ImageContainer {
  padding: 0px;
  border-bottom: none;  
/*   background-color: #e8eeae; */
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------- */
b.tfvNormal {color: #069;}
input.BigText {
  width: 600px;
}
textarea.BigText {
  width: 600px;
}
input.MedBigText {
  width: 505px;
}
input.SmallText {
  width: 75px;
}
input.TinyText {
  width: 30px;
}
td.tfvNormal {
  font-weight: normal;
}
/* ---------------------------------------------------------------------------------------------- */
input.Numbers { 
  margin-right: 5px;
  margin-left: 25px;
  padding-left: 0px;
}
input.SmallNumbers {
  width: 20px;
}
input.MedNumbers {
  width: 35px;
}

