
/* TD contents are styled like everything else */
td {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.resmall {
  font-size: 9px;
}

/* Right-side-of-page cell needs left padding */
td.subRightCopy {
  padding-left: 20px;
}

/* Make fieldset boxes opaque */
fieldset {
  background: #000000;
}

/* Fieldset legend */
legend {
  color: #41586F;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

/* form elements */
input {
  background: #222;
  color: #ddd;
  border: 1px solid #666;
}

select {
  color: #8E9295;
  background: #222;
  border: 1px solid #666;
  z-index: 8000;
}

/* YUI autocomplete widgets */

/* Popdown Header */
div.yui-ac-hd {
  font-weight: bold;
  color: #000000;
  background: #8E9295;
  padding: 8px 2px 2px 4px;
}

/* Popdown Body */
div.yui-ac-bd {
  color: #8E9295;
  background: #000000;
}

/* Popdown Highlighted Item */
li.yui-ac-highlight {
  color: #FFFFFF !important;
  background: #6F6F6F !important;
}

/* Left column in Popdown for Ticker */
span.ac-ticker {
  width: 96px;
  display: block;
  float: left;
}

/* alphabet search */
p.alphalinks {
  text-align: center;
}

p.alphalinks a {
  margin: 2px;
  border: 0;
  padding: 1px;
  display: inline;
  font-weight: bold;
  text-align: center;
}

p.alphalinks a:hover {
  background: #DFDFDF;
  color: #000000;
  border: 0;
}



#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 25px;
	width: 930px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 5px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
