/*
 *    (c) 2000-2003 by Nesterovsky bros
 */
@media screen, print 
{
  table
  {
    font-size: x-small;
  }

  th 
  {
      border: 1 outset;
  }

  label
  {
      white-space: nowrap;
  }

  .buttons
  {
      text-align: right;
      vertical-align: bottom;
  }

  .button
  {
      width: 6em; 
      margin-left: 5px;
  }

  .display
  {
      border: 2 inset; 
      height: 100%; 
      width: 100%
  }
}

@media screen
{
  html
  {
      background: buttonface;
      font-family: Verdana, Tahoma;
      font-size: x-small;
  }

  body
  {
      border: none;
      margin: 0; 
      background-color: buttonface;
  }

  .table-list
  {
      background-color: window;
      color: windowtext;
  }

  .gradient
  {
	  border: 1 inset;
	  width: 100%;
	  font-weight: bold;
	  color: white;
	  padding-left: 5px;
	  background-image: url(../images/bar.jpg);
  }
  
  .div_frame
  {
    border: 2 groove; 
    margin-top: 3px; 
    margin-bottom: 2px;
    padding: 5px;
  }

  .leader-tab, .final-tab, .unselected-tab
  {
      padding: 0.25em 0px;
      cursor: default;
      color: highlighttext;
      border-top: 1px inset;
      border-bottom: 1px inset;
      background: buttonshadow;
  }

  .selected-tab
  {
      padding: 0.25em 0px;
      border-width: 1px 1px 0px 1px;
      border-style: outset;
      background: buttonface;
      font-weight: bold;
      cursor: default;
  }

  .final-tab
  {
      width: 100%;
  }

  .unselected-link, .selected-link, .before-selected-link
  {
      font: menu;
      padding: 0px 0.5em;
      text-align: center;
      white-space: nowrap;
      cursor: default;
  }

  .selected-link
  {
    font-weight: bold;
  }

  .unselected-link
  {
      border-right: 1 solid buttonface;
  }

  .tabSheets
  {
      width: 100%;
  }

  .panel
  {
      width: 100%;
      height: 100%;
      padding: 1px;
  }

  .group_caption
  {
      font-weight: bold;
  }

  .group
  {
      border: 2px groove; 
      vertical-align: top; 
      padding: 0.25em;
  }
}

@media print
{
  body
  {
      font-family: Verdana, Tahoma;
      font-size: x-small;
      border: none;
      margin: 0; 
  }

  .cv_photo
  {
    display: none;
  }

  .gradient
  {
	  font-weight: bold;
	  text-decoration: underline;
	  padding-bottom: 2px;
  }

  .panel
  {
      width: 100%;
      height: 100%;
      padding: 1px;
  }

  .group_caption
  {
      font-weight: bold;
  }

  .group
  {
      vertical-align: top; 
      padding: 0.25em;
  }
}
