  div {font-family:'Titillium Web', sans-serif; }
  /**************************************************************************************************
    * 기본 Link 스타일 정의
  **************************************************************************************************/
  a:link {
    font-size: 12px;
    text-decoration: none;
  }
  a:visited {
    font-size: 12px;
    text-decoration: none;
  }
  a:active {
    font-size: 12px;
    text-decoration: none;
  }
  a:hover {
    font-size: 12px;
    text-decoration: none;
  }

  .tooltip {
    position: absolute;
    display: none;
    z-index: 9900000;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 3px 8px;
    border-radius: 0;
  }
  .tooltip-content {
    font-size: 11px;
    font-family:'Titillium Web', sans-serif;
  }

  .tooltip {
    padding:7px 10px;
    background-color: #fff;
    border-color: #666;
    color: #000;
  }
  .l-btn {
    border-radius:0;
  }

  .switchbutton {
    border-radius:0;
  }
  .switchbutton-on,
  .switchbutton-off,
  .switchbutton-handle {
    border-radius:0;
  }

  .textbox {
    border-radius: 0;
  }

  .datagrid-header {
    text-align:center;
  }
