/* ================================
    eForm CSS Styles
   ================================
*/
.eFormTable 
{
}
.eFormTitle {
  font-size:15px;
  font-weight:bold
  font-family: Tahoma,Arial,Helvetica;
}
.eFormLabel {
    font-size: 11px;
    font-weight: normal;
    font-family: Tahoma,Arial,Helvetica;
}
.eFormItem {
    font-size: 11px;
    font-weight: normal;
    font-family: Tahoma,Arial,Helvetica;
}
.eFormTextBox
{
    BORDER-TOP:  1px inset; 
    BORDER-LEFT:  1px inset;
    BORDER-RIGHT:#dbdbdb 1px inset; 
    BORDER-BOTTOM:#dbdbdb  1px inset;
    FONT-SIZE: 10px; 
    COLOR:           black;
    FONT-FAMILY:     Arial,Verdana;
    BACKGROUND-IMAGE: url(textfield.gif);
    background-repeat: repeat-x;
}
.eFormTopBar {
  height:20px;
}
.eFormBottomBar {
  height:50px;
}
.eFormRequiredFieldAsterisk {
  font-size:11px;
}
.eForm-Tabs 
{
  width:100%;
  color: black;
  font-family: Verdana,Arial,Helvetica,Sans Serif
}
.eForm-TabLeftSpacer 
{
  width:10%;
  BORDER-BOTTOM: 1px solid black
}
.eForm-TabRightSpacer 
{
  width:10%;
  BORDER-BOTTOM: 1px solid black
}
.eForm-SelectedTab
{ 
  width:15%;
  BORDER-RIGHT: 1px solid black;
  BORDER-TOP: 1px solid black;
  BORDER-LEFT: 1px solid black
}
.eForm-LeftTab 
{
  cursor: hand;
  width:15%;
  BORDER-TOP: 1px solid #cccccc;
  BORDER-LEFT: 1px solid #cccccc;
  CURSOR: hand;
  BORDER-BOTTOM: 1px solid black;
  background-color: #eeeeee
}
.eForm-RightTab 
{
  cursor: hand;
  width:15%;
  BORDER-RIGHT: 1px solid #cccccc;
  BORDER-TOP: 1px solid #cccccc;
  BORDER-LEFT: medium none;
  CURSOR: hand;
  BORDER-BOTTOM: 1px solid black;
  background-color: #eeeeee
}
.eForm-TabLabel 
{
  font-size: 8pt;
  font-weight: bold;
  color: black;
  font-family: Verdana,Arial,Helvetica,Sans Serif
}
td.xpathtable-heading {
  color: black;
  font-size: 10pt;
  font-family: verdana,helvetica,arial,sans-serif;
  background-color:#eeeeee;
}

td.xpathtable-normal {
  color: #000000;
  font-size: 8pt;
  font-family: verdana,helvetica,arial,sans-serif;
  background-color:#ffffff;
}

td.xpathtable-alternating {
  color: #000000;
  font-size: 8pt;
  font-family: verdana,helvetica,arial,sans-serif;
  background-color:#FFFFCC;
}

.xpathtable-error {
  font-size: 10pt;
  font-family: verdana,helvetica,arial,sans-serif;
  color: #ff0000;
}
