TABLE.SelectionArguments
{
  background : white;	
  font-size: 8pt;
  width: 800px;
  cursor: default;
}

TABLE.SelectionArguments TR.HeaderLine TD
{
  height: 18pt;  
  font-size: 10pt;
  font-family: Helvetica, 'MS Sans Serif', Arial;
  background : #DDDDDD;
  font-weight : bold;
}

TABLE.SelectionArguments TR.HeaderLine TD.LeftBorderedCell
{
  border-left:#666666 thin solid;
  border-top:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

TABLE.SelectionArguments TR.HeaderLine TD.MiddleBorderedCell
{
  border-top:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

TABLE.SelectionArguments TR.HeaderLine TD.RightBorderedCell
{
  border-right:#666666 thin solid;
  border-top:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

TABLE.SelectionArguments TR.TableLine TD
{
  height: 18pt;  
  font-size: 10pt;
  font-family: Helvetica, 'MS Sans Serif', Arial;
  background : #FFFFFF;
}

TABLE.SelectionArguments TR.TableLine TD.LeftBorderedCell
{
  border-left:#666666 thin solid;
}

TABLE.SelectionArguments TR.TableLine TD.RightBorderedCell
{
  border-right:#666666 thin solid;
}

TABLE.SelectionArguments TR.FooterLine TD
{
  height: 18pt;  
  font-size: 10pt;
  font-family: Arial;
  background : #FFFFFF;
}

TABLE.SelectionArguments TR.FooterLine TD.LeftBorderedCell
{
  border-left:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

TABLE.SelectionArguments TR.FooterLine TD.MiddleBorderedCell
{
  border-bottom:#666666 thin solid;
}

TABLE.SelectionArguments TR.FooterLine TD.RightBorderedCell
{
  border-right:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

SELECT.SelectionArguments
{
  font-size: 10pt;   
}

INPUT.Text
{
  font-size: 10pt;
  width: 130px;    
}

INPUT.Button
{
  BACKGROUND-COLOR: #FFB428;
  COLOR: #000000;
  FONT-FAMILY: Helvetica, 'MS Sans Serif', Arial;
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  height : 20px;
  width : 100px;
}


TABLE.SelectionResults
{
  background : white;	
  font-size: 8pt;
  width: 800px;
  cursor: default;
}

TABLE.SelectionResults TR.HeaderLine TD
{
  height: 18pt;  
  font-size: 10pt;
  font-family: Helvetica, 'MS Sans Serif', Arial;
  background : #DDDDDD;
  font-weight : bold;
  cursor: hand;
}

TABLE.SelectionResults TR.HeaderLine TD.SortTableOverCell
{
  background : #BBBBBB;
  border-top:#666666 thin solid;
  border-bottom:#666666 thin solid;
  cursor: hand;
}

TABLE.SelectionResults TR.HeaderLine TD.SortTableOutCell
{
  background : #DDDDDD;
  border-top:#666666 thin solid;
  border-bottom:#666666 thin solid;
  cursor: hand;
}

TABLE.SelectionResults TR.HeaderLine TD.LeftBorderedCell
{
  border-left:#666666 thin solid;
  border-top:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

TABLE.SelectionResults TR.HeaderLine TD.MiddleBorderedCell
{
  border-top:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

TABLE.SelectionResults TR.HeaderLine TD.RightBorderedCell
{
  border-right:#666666 thin solid;
  border-top:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

TABLE.SelectionResults TR.TableLine TD
{
  height: 18pt;  
  font-size: 10pt;
  font-family: Helvetica, 'MS Sans Serif', Arial;
  background : #FFFFFF;
}

TABLE.SelectionResults TR.TableLine TD.LeftBorderedCell
{
  border-left:#666666 thin solid;
}

TABLE.SelectionResults TR.TableLine TD.RightBorderedCell
{
  border-right:#666666 thin solid;
}

TABLE.SelectionResults TR.DeadLink TD
{
  height: 18pt;  
  font-size: 10pt;
  font-family: Helvetica, 'MS Sans Serif', Arial;
  background : #FFFFFF;
  color: red;
}

TABLE.SelectionResults TR.DeadLink TD.LeftBorderedCell
{
  border-left:#666666 thin solid;
}

TABLE.SelectionResults TR.DeadLink TD.RightBorderedCell
{
  border-right:#666666 thin solid;
}

TABLE.SelectionResults TR.TableLine TD.DeadLink
{
  color: red;
}

TABLE.SelectionResults TR.ConceptLink TD
{
  height: 18pt;  
  font-size: 10pt;
  font-family: Helvetica, 'MS Sans Serif', Arial;
  background : #FFFFFF;
  color: #006400;
}

TABLE.SelectionResults TR.ConceptLink TD.LeftBorderedCell
{
  border-left:#666666 thin solid;
}

TABLE.SelectionResults TR.ConceptLink TD.RightBorderedCell
{
  border-right:#666666 thin solid;
}

TABLE.SelectionResults TR.TableLine TD.ConceptLink
{
  color: #006400;
}

TABLE.SelectionResults TR.FooterLine TD
{
  height: 18pt;  
  font-size: 10pt;
  font-family: Arial;
  background : #FFFFFF;
}

TABLE.SelectionResults TR.FooterLine TD.LeftBorderedCell
{
  border-left:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

TABLE.SelectionResults TR.FooterLine TD.MiddleBorderedCell
{
  border-bottom:#666666 thin solid;
}

TABLE.SelectionResults TR.FooterLine TD.RightBorderedCell
{
  border-right:#666666 thin solid;
  border-bottom:#666666 thin solid;
}

SELECT.SelectionResults
{
  font-size: 10pt;   
}

SELECT.DeadLink
{
  color: red;
  font-size: 10pt;  
}

SELECT.ConceptLink
{
  color: #006400;
  font-size: 10pt;  
}

A.DeadLink
{
  color: red;
  font-size: 10pt;  
}

A.ConceptLink
{
  color: #006400;
  font-size: 10pt;  
}

A.OnlineLink
{
  color: Black;
  font-size: 10pt;  
}

TD.AnchorType
{
    cursor : hand;
    text-decoration : underline;
}

DIV.SelectionResults
{
  WIDTH: 100%;  
  HEIGHT: 215; 
  overflow: auto;
  background : #FFFFFF;
}
