﻿
#InstrumentSearch
{
    height:auto
}

#InstrumentSearch TABLE
{
    MARGIN: 0px;
    BORDER-COLLAPSE: collapse
}
#InstrumentSearch TD
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    WHITE-SPACE: nowrap
}

#InstrumentSearch table.DataTable td {
	height:30px;
}

#InstrumentSearch td.TableHead {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    VERTICAL-ALIGN: bottom;
	font-weight:bold;
}

#InstrumentSearch td.TableSubHead {
	border:none;
	font-weight:bold;
	
}

#InstrumentSearch td.TableData{
	font-size:12px
}

#InstrumentSearch .ResultsPane tr.RowOut:nth-child(even) {
  background-color: #eee;
}

#InstrumentSearch .ResultsPane tr.RowOver:nth-child(even)  {
  background-color: #eee;
}