<!--
  p, ul, li, td, th, div, body, form, input, label, select, button, blockquote {font-family:arial; font-size:10px;}
  a {color:#fff; text-decoration:none;}
  a:hover {color:#ff9; text-decoration:underline;}
  li {
    padding-bottom:5px;
  }
  body {
    background-color:#99a;
    color:#fff;
  }
  #clinic-switch {
  }
  #logout {
      width:50px;
      background-color:#ccc;
  }
  #mainhead {
    float:left;
    font-size:18px;
    font-weight:bold;
	  FILTER: progid:DXImageTransform.Microsoft.Glow(color=#000000,strength=2);
/*FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=000000,offX=3,offY=2,positive=true);*/
  }
  .bodywrap {
    width:720px;
  }
  .button {
  	background-color:#ccc;
  }
  #toggle-button-strip {
    background-color:#000;
    margin-bottom:20px;
  }
  .toggle-button-on  {
    width:100px;
    text-align:center;
    border:0px;
    background-color:#000;
    color:#fff;
  }
  .toggle-button-off {
    width:100px;
    text-align:center;
    border:0px;
    background-color:#666;
    color:#fff;
  }
  .status_msg {
    clear:both;
    background-color:#ffc;
    color:#000;
    font-weight:bold;
    font-size:12px;
    text-align:center;
  }
  .error_msg {
    clear:both;
    background-color:#f66;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    font-style:italic;
    letter-spacing:2px;
  }
-->