/*==========================================================================*/
/* axiscam.css                                                              */
/*                                                                          */
/* A style sheet containing styles that modifies standard HTML elements     */
/*                                                                          */
/* (c) Axis Communications                                                  */
/*==========================================================================*/


/*--------*/
/* <body> */
/*--------*/

  body  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    background-color: #FFF;
    color: #000;
    margin: 0;
    padding: 0;
  }


/*------*/
/* <td> */
/*------*/

  td  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #000
  }

  td p   {
    //margin: 0 10px 10px 10px;
  }

/*--------*/
/* <form> */
/*--------*/

  form  {
    margin: 0;
    padding: 0;
  }



/*-------------------------------*/
/* <select>, <input>, <textarea> */
/*-------------------------------*/

  select,
  input,
  textarea  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #000
  }



/*-----*/
/* <a> */
/*-----*/

  a,
  a:link,
  a:hover,
  a:active,
  a:visited  {
    color: #36C;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: underline;
  }

  a:active  {
    color: #666;
  }



/*-----------------------------------------------------------*/
/* <h1>, <h2>, <h3>                                          */
/* These are made identical to .title (h1), .halftitle (h2)  */
/* and .subtitle (h3) to avoid problems with non-experienced */
/* users using headers instead of classes.                   */
/*-----------------------------------------------------------*/

  h1  {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
  }

  h2  {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
  }

  h3  {
    color: #666;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
  }

  h4  {
    color: #36C;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: unset;
  }


/*------*/
/* <hr> */
/*------*/

  hr  {
    color: #CCC;
  }


/*--------------------------------*/
/* <ul>, <li> (for li used in ul) */
/*--------------------------------*/

  ul  {
    margin: 0;
    list-style-type: none;
  }


  ul li  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;

    background: url("../graphics/dots/dot_gray.gif") no-repeat 0px 0px;
    margin-bottom: 8px;
    padding: 0 0 0 9px;
  }







    div.box {
      border: 1px solid #CCC;
      border-radius: 7px;
      overflow:hidden;
    }
    div.mainframe {
      width: 748px;
      margin: 10px auto 0 auto;
    }
    div.serial{
      width: 50%;
      margin: 10px auto 0 auto;
    }
    div.login{
      width: 90%;
      margin: 0;
    }
    div.note{
      width: 70%;
      margin: 10px auto 0 auto;
    }
    div.error{
      width: 80%;
      margin: 10px auto 0 auto;
    }

    div.serial_title {
      background-color: #EEE;
      text-align: center;
      color: #36C;
      padding: 5px 0 5px 0;
    }
    div.login_title,
    div.note_title {
      background-color: #EEE;
      font-weight: bold;
      padding: 5px;
    }
    div.error_title {
      background-color: #EEE;
      text-align: center;
      font-weight: bold;
      padding: 5px 0 5px 0;
    }
    div.note_text {
      text-align: center;
      padding: 10px;
    }
    div.error_text {
      padding: 0 0 10px 10px;
    }

    div.copy{
      color: #999;
      width: 300px;
      text-align: center;
      margin: 0 auto 10px auto;
    }

    img.logo {
      display: inline;
      height: 38px;
      width: 97px;
      margin: 4px 0 7px 10px;
    }
    img.lang_title {
      display: inline;
      float:right;
      height: 10px;
      width: 61px;
      margin: 17px 3px 22px 0;
    }
    img.flag {
      display: inline;
      float:right;
      height: 10px;
      width: 14px;
      margin: 17px 4px 22px 0;
    }
    img.blue_top {
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      height: 76px;
      width: 748px;
    }
    img.title {
      display: block;
      height: 60px;
      width: 500px;
      margin: 10px auto 10px auto;
    }

    table.navigation {
      width: 100%;
      background-color: #EFEFEF;
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
    }
    table.navigation td {
      padding: 3px 5px 3px 5px;
      text-align: center;
    }

    p.largetext {
      font-size: 12px;
      line-height: 19px;
    }
