/* $Id: drawmgt.css,v 1.30.6.2 2010/05/18 16:39:54 tibor Exp $ */

/*
 * Main DrawMGT Style Sheet
 */

<!--
  HTML {
    font-family: Helvetica,Arial,sans-serif;
    background: white;
  }

  BODY {
    font-size: small;
    font-family: Helvetica,Arial,sans-serif;

    margin: 0;
    border: 0px;
    border-color: white;
    border-style: none;
    border-spacing: 0px;

    height: 100%;  /* IE when the HTML & BODY colours differ */
  }
  @media print {
    BODY {
      margin: 10pt;
      padding: 0 5px 0 5px;
      font-size: small;
    }
  }

  /* Standard Table etc for CSS Main Frame */
  TABLE, TR, TH, TD {
    empty-cells: show;

    margin: 0px;

    border: 1px;
    border-color: navy;
    border-style: solid;
    border-spacing: 0px;
    border-collapse: collapse;

    padding: 2px 4px 2px 4px;

  }
  TABLE {
    background: white;
  }
  TH {
    background: #cddeee;
    /* border-style: solid; */
  }

  .noborder {
    border: 0px;
    border-style: none;
  }
  .visibleLeft {
    border-right: none;
    text-align: left;
  }
  .visibleRight {
    border-left: none;
    text-align: right;
    font-weight: normal;
  }
  .hiddenLeft {
    /* width:70%; */
    border-right: none;
    text-align: left;
    font-style: italic;
  }
  .hiddenRight {
    border-left: none;
    text-align: right;
    font-weight: normal;
  }

  TABLE {
    width: 100%;
    /* border: 1px solid; */
  }

  .clear{
    border: 0px;
    border-color: white;
    border-style: none;
    border-spacing: 0px;
    padding: 8px;
  }

  .container {
    padding: 0;
    margin: 0;
    border: 0;
  }

  /* CSS Header frame style with image box and item for the 4 td items across the page: */

  .trailer,
  .header, .item {
    border: 0px;
    border-color: white;
    border-style: none;
    border-spacing: 0px;
    border-collapse: collapse;

    padding: 0px;

    background: #cddeee;
  }
  .box {
    border: 1px;
    border-color: white;
    border-style: solid;

    padding: 5px;
    text-align: center;
  }

  TD.item {
    padding: 10px;

    white-space: nowrap;
    background-color: #cddeee;
    color: white;
  }

  .trailer {
    color: #303030;
    white-space: nowrap;
    font-size: small;
    padding: 2px 3px 2px 3px;
  }

  /* CSS Tab Bar & Tab Item: */
  .tabitem, .tabbar,
  .keyitem, .keybar {
    border: 0px;
    border-style: none;

    padding: 0px;

    background: #cddeee;
  }

  TABLE.tabbar, TR.tabbar, TD.tabbar,
  TABLE.keybar, TR.keybar, TD.keybar {
    border: 1px;
    border-style: solid;
    border-color: white;

    padding: 2px 8px 2px 8px;
  }
  TABLE.tabbar,
  TABLE.keybar {
    margin: 5px;
  }
  TD.tabbox,
  TD.keybox {
    border: 0px;
    border-style: none;

    padding: 0px 3px 0px 3px;

    background: #cddeee;
  }

  .menu {
    border-style: none;
    border: 0px;
  }

  .validation {
    background: #ffa0ff;
  }

  /* Public/private documents/tasks background */
  .public {
  }

  .private {
    background: #ff7070;
  }

  /* Links */
  A, A:link, A:visited, .blue {
    color: blue;
    text-decoration: none;
  }

  A:hover, .blue:hover {
    text-decoration: underline;
  }

  /* Buttons */
  input[type="button"], input[type="submit"], input[type="reset"] {
    font-size: small;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    font-family: Helvetica,Arial,sans-serif;
    color: blue;

    /* Clean */
    color: blue;
    background-color: silver;

    /* none dotted dashed solid double groove ridge inset outset */
    border-style: groove;

    /* Required by Opera */ /* but conflicts with IE7 */
    /* border-color: #F0F0F0; */
  }

  input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: aqua;
    color: black;
  }

  *[type="password"], *[type="text"], text, textarea {
    font-family: Helvetica,Arial,sans-serif;
  }

  *[type="text"]:disabled {
    font-weight: normal;
    color: black;
  }

  .nowrap {
    white-space: nowrap;
  }

  .small {
    font-size: small;
  }

  .vsmall {
    font-size: x-small;
  }

  /* Monospace style for 'required' tag */
  .monospace {
    font-weight: normal;
    font-family: monospace;
  }
-->

