body div#content table {
  /*  border : solid;
  border-width : 2px;*/
  border-collapse : collapse;
  width : 90%;
}

div#content table tr {
}

div#content table td {
  padding-left : 10px;
}

body div#content table table {
width : 100%;
}

div#content .calpopup {
z-index : 10000;
padding : 0;
}

div#content form div.calpopup table {
  padding : 0;
  margin : 0;
  width : auto;
}

div#content form div.calpopup table td {
  padding : 1px 2px;
}

div#content form div.calpopup table a {
  text-decoration : none;
}

div#content td.center { 
                        text-align : center;
                        }

div#content dl.spokespersons {
}
div#content dl.spokespersons dt {
  float:left;
  margin:0;
  font-weight:normal;
}
div#content dl.spokespersons dd {
  font-weight : bold;
  margin-left:100px;
}

div#content .instructions {
  margin :  10px 20px;
  padding : 5px 10px;
  background : lightyellow;
  color : #D35D00;
}
div#content .instructions *, div#content .instructions a {
  margin : 0;
  padding : 0;
  color : #D35D00;
}

div#content .instructions ul, div#content .instructions ol {
  padding-left : 20px;
}

@media print {
  div#content .instructions, div#content .toolbar {
  display : none;
  }
}

div#content form .instructions {
  margin-left : 0px;
  }

div#content .toolbar {
  margin : -10px 0 0px 0; 
  padding : 5px 15px;
  font-size : 110%;
  background-color : #B0C6CB;
  border-top : solid 1px #8fad84;
  }
  
/*
div#content .toolbar, div#content .toolbar a {  
  color:white;
}
*/
