/* $Id: drawmgt.css,v 1.30.6.2.2.5.2.4.2.6 2012/07/23 13:18:40 tibor Exp $ */

/*
 * Main DrawMGT Style Sheet
 */

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

  BODY {
    background: #FFFFFF;
    font-size: small;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    border: 0px;
    border-color: white;
    border-style: none;
    border-spacing: 0px;
    padding: 0 5px 0 5px;

    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; */
  }

  html.busy, html.busy * {  
    cursor: wait !important;  
  }  

  .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; */

    /* Required by IE8 */
    overflow:visible;
    padding:1px 6px;
  }

  input[type="button"]:disabled, input[type="button"]:disabled:hover {
    background-color: gainsboro;
    color: gray;
  }

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

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

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

  textarea {		/* TEXT feld input */
    font-family: Helvetica,Arial,sans-serif;
    /* font-family: Courier,monospace; */
    white-space: pre;
  }

  .pre {		/* TEXT feld output */
    font-family: Helvetica,Arial,sans-serif;
    /* font-family: Courier,monospace; */
    white-space: pre;
  }

  .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;
  }

  .hide {
    display: none;
  }

  .highlight {
    background: #ffe0ff;
  }

  .correct {
    background: #FFD700;
  }

  .vertical {
    layout-flow:vertical-ideographic;
  }

  /* Porgress bar */

  .ui-progressbar-value {
    background: url(images/pbar-ani.gif);
  }

  /* HOVER POPUP LINKS */

  .popup_right_middle a, .popup_right_middle a:visited, .popup_left_bottom a, .popup_left_bottom a:visited {
    position: relative;
    text-align: left;
    margin: 0;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
  }

  .popup_right_middle a span, .popup_left_bottom a span {
	  display: none;
  }

  /* the IE correction rule */
  .popup_right_middle a:hover span, .popup_left_bottom a:hover span {
    display: block;
    position: absolute;
    z-index: 100;
    margin: 0px;
    padding: 5px;
    color: #335500;
    background: #e5e5e5;
    border: 1px solid #666;
  }

  .popup_right_middle a:hover span {
    top: -250px;
    left: 50px;
  }

  .popup_left_bottom a:hover span {
    bottom: 0px;
    right: 50px;
  }

  /* end of hover popup links */
-->
