
  .hidden {
    display: none;
  }
    .hidden2 {
    display: none;

  }

  .user-actions {
    margin: 10px 0 0 200px;
    width: 400px;
  }

  .user-actions p {
    border: 1px solid #999999;
    padding: 10px;
  }

  .user-actions p.bug a {
    color: red;
  }

  .user-actions p.reference a {
    color: green;
  }


  .user-actions a {
    text-decoration: none;
    border-bottom: 1px dashed;
  }

  /* Pop-up message and fading background */
  #opaco {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 90); /* IE5+ */
     filter: alpha(opacity=90);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 127;
   }

  #popmenu
  {
    background-color: white;
    position: absolute;
    margin-top: -30px;
    margin-left: -5px;
    width: 308px;
    z-index: 32;
/*    padding-left: 31px;*/
  }

  #popup {
/*     background-color: #FFFFFF;*/
     position: fixed;
     left:0;
     top:0;
     width: 447px;
     /*width:300px;*/
/*     min-width: 300px;*/
     z-index: 128;
  }

  #popup h3 {
    margin-bottom: 10px;
  }

  #popup textarea {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  #popup p {
    margin: 10px;
    line-height: 1.3em;
    font-size: 1.1em;
    color: #444444;
  }

  #popup .close-btn {
    margin: 10px;
  }

  div.bug
  {
    background: #14604c;
    padding:15px;
  }

  .bugin
  {
      background: white;
      padding-bottom: 25px;
  }
  .td1
  {
      width: 120px;
      color: #303030;
      font-size: 13px;
  }
  .td2
  {
      width: 238px;
      color: #303030;
      font-size: 13px;
      height: 29px;
      border: 1px solid #bebebe;
  }
  .td3
  {
      width: 96px;
      height: 29px;
      border: 1px solid #bebebe;
  }
  .td4
  {
      width: 88px;
      height: 29px;
      margin-left: 7px;
      border: 1px solid #bebebe;
  }
  .td5
  {
      width: 238px;
      color: #303030;
      font-size: 13px;
      height: 29px;
  }
  .but5
  {
      background: url(/img/button5.png) no-repeat;
      width: 191px;
      height: 32px;
      text-align: center;
/*      margin-bottom: 25px;*/
/*      padding-top: 7px;*/
      margin-top: 46px;
      margin-left: 175px;
      border: 0 none;
      color: white;
      font-size: 13px;
      font-weight: bold; 
      cursor: pointer;
      font-family: arial;
  }
/*  .but5 a
  {
      color: white;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
  }*/
  .refresh
  {
      background: url(/img/refresh.png) no-repeat;
      width: 20px;
      height: 31px;
      border: none;
      text-decoration: none;
/*      margin-top: -14px;*/
/*      margin-left: 200px;*/
  }
  .titline
  {
      font-size: 15px;
      color:#303030;
      text-decoration: none;
      text-align: left;
      margin-left: 24px;
      padding-top: 22px;
      padding-bottom: 27px;
  }
  .titline a
  {
      color:#00745a;
      font-size: 15px;
      border-right: 1px solid #bebebe;
      padding-right: 16px;
      margin-right: 16px;
      text-decoration: none;
  }
  .titline strong
  {
      border-bottom: 1px dashed #00745a;
      font-weight: normal;
  }
  .titline b
  {
      height: 11px;
      width: 1px;
      background: #bebebe;
  }

/*  login form*/
div.login
{
    background: #14604c;
    padding:15px;
}
.login_inner
{
    background: white;
    padding-bottom: 27px;
}

.logtitline
  {
      font-size: 15px;
      color:#303030;
      text-decoration: none;
      text-align: left;
      margin-left: 24px;
      padding-top: 22px;
      padding-bottom: 27px;
  }
  .logtitline a
  {
      color:#00745a;
      font-size: 15px;
      border-left: 1px solid #bebebe;
      padding-left: 16px;
      margin-left: 16px;
      text-decoration: none;
  }
  .logtitline strong
  {
      border-bottom: 1px dashed #00745a;
      font-weight: normal;
  }
    .field10
  {
      width: 56px;
      color: #303030;
      font-size: 13px;
  }
  .field11
  {
      width: 288px;
      color: #303030;
      font-size: 13px;
  }
  .field11 input
  {
      width: 286px;
      border: 1px solid #c6c6c6;
      height: 29px;
  }
  .logremember
  {
      color: #303030;
      font-size: 13px;
      text-align: left;
      margin-left: 86px;
      margin-top: 6px;
  }
  .logremember a
  {
      color: #00745a;
      font-size: 13px;
      text-decoration: none;
      border-bottom: 1px dashed #00745a;
      margin-left: 60px;
  }

  .but6
  {
      background: url(/img/button6.png) no-repeat;
      width: 161px;
      height: 32px;
      text-align: center;
/*      padding-top: 7px;*/
      margin-top: 30px;
      margin-left: 175px;
      border: 0 none;
      font-size: 13px;
      font-weight: bold;
      cursor: pointer;
      color: #fff;
      font-family: arial;
  }
/*  .but6 a
  {
      color: white;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
  }*/

/*popmenu*/

.popm_bord .up
{
    background: url(/img/sub_up_2_n.png) no-repeat;
    width: 308px;
    height: 18px;
}
.popm_bord .mid
{
    background: url(/img/sub_mid_2_n.png) repeat-y;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 20px;
    padding-top: 20px;


}
.popm_bord .mid .tit
{
    font-weight: bold;
    font-size: 14px;
    color: #303030;
    margin-bottom: 19px;
    padding-left: 5px;
}
.popm_bord .mid .txt
{
    padding-left: 5px;
}
.popm_bord .mid .txta
{
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.popm_bord .mid .txt a
{
    font-size: 13px;
    font-style: italic;
    color: #303030;
    text-decoration: underline;
}
.popm_bord .down
{
    background: url(/img/sub_down_2_w.png) no-repeat;
    width: 308px;
    height: 19px;
}