/* menu styles */
.nomargin
{
  margin: 0;
  padding: 0;
}
#floatalpha
{
  margin: 0;
  padding: 0;
}
#floatalpha li
{
  float: left;
  list-style: none;
  font: 11px Tahoma, Arial;
  margin: 0px 1px 0px 1px;
  padding: 6px 2px 0px 12px;
}
.floatmargin
{
  margin-top: 30px;
}
.floatscroller
{
  overflow: auto;
  margin: 0px 10px 0px 10px;
}
.floatmargintb
{
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.tableheadertb
{
  margin: 0px;
  padding: 0px;
}
.tablesortertb
{
  font-family:arial;
  background-color: #CDCDCD;
  margin:0px;
  font-size: 9pt;
  width: 100%;
  text-align: left;
  background-color: #e6EEEE;
  padding: 0px;
}
.floatheaderfw
{
  width: 50%;
  height: 26px;
  background: #eef;
  border-bottom: 1px dotted blue;
  display: block;
  position: fixed;
  right: -100px;
  top: 0px;
}
.floatheader
{	
  margin: 0;
  padding: 0;
}
.floatheader li
{	
  float: left;
  list-style: none;
  font: 12px Tahoma, Arial;
}
.floatheader li a
{	
  padding: 6px 20px 6px 20px ;
  display: block;
  background: #eef;
  text-decoration: none;
  border-right: 1px dotted #55f;
  width: auto;
  color: #000;
  white-space: nowrap;
}
.floatheader li a:hover
{	
  background: #ccf;
}
.floatheader li ul
{	
	z-index:9998;
  margin: 0px 1px 0px 0px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  border-left: 1px dotted blue;
  border-right: 1px dotted blue;
  border-bottom: 1px dotted blue;
  width: auto;
  background: #ddf;
}
.floatheader li ul li
{	
	z-index:9998;
  float: none;
  display: inline;
  width: auto;
}
.floatheader li ul li a
{	
	z-index:9998;
  width: auto;
  background: #ddf;
  color: #000;
}
.floatheader li ul li a:hover
{	
  background: #aae;
}
#floatdatelist
{
  background-color: #ddf;
}
#floatdates a
{
  padding: 0px;
  margin: 4px;
  display: inline;
  border: 0px;
}
.floatfind
{
  margin: 0px;
  padding: 1px 5px 1px 5px;
}
.floatfind input
{
  margin: 0px;
  padding: 2px;
}

