/* CSS Document */
      body{
      font-family: Tahoma,Arial,Helvetica;
      font-size: 12px;
      background: #fff url('images/bgbar.jpg');  
      background-repeat: repeat-x;
      }
      
      #admin_content{
      width:960px;
      margin: 0px auto;
      /*border: 1px solid #0F6FAB;*/
      }
      
      .admin_header{
        height: 70px;
        background-color: #0F6FAB;
        border-bottom: 2px solid #105AA5;
        background-image:url('images/logo.png');
        background-repeat: no-repeat;
        background-position: left;
      }
      
      .admin_body{
        padding: 5px;
        background-color: #fff;
      }
      
      .left_box{
        width: 220px;
        background-color: #fff;
        padding-bottom: 10px;
        float:left;
        background-color: #5295E4;
        padding-left:5px;
        padding-right:5px;
      }
      
      .box_head{
        background-color: #3070C7;
        padding:3px;
        text-align: right;
        color: #fff;
      }
      
      .left_box ul{
        list-style-type: none;
        padding:0px;
        margin:0px;
      }
      
      .left_box ul li{
      padding: 3px;
      border-bottom: 1px dashed #fff;
      }
      
      .left_box ul .sub_li{
        text-align: right;
      }
      
      .admin_footer{
        height: 34px;
        background: #103359 url('images/logo.png');
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
      }
      
      .div_form{
        width: 650px;
        margin-left: 10px;
        float:left;
        /*background-color: #EFEFDE;*/
        padding: 3px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
      }
      
      .form_menus{
        border-bottom: 1px solid #000;
        color: #737574;
        height: 32px;
      }
      
      .form_menus .form_title{
        width: 70px;
        border-right: 1px solid #000;
        float: left;
        height: 32px;
        vertical-align: middle;
        line-height: 30px;
      }
      
      .form_title strong{
        font-family: Tahoma, Helvitica, Arial;
        font-size: 15px;
      }
      
      .form_buttons{
        width: 300px;
        float: left;
        height: 32px;
        padding-left: 10px;
        line-height: 30px;
      }
      
      .form_buttons a{
        color: #AD0000;
        text-decoration: none;
      }
      
      .form_buttons a:hover{
        color: #737574;
        text-decoration: none;
      }
      
      .label{
        width: 150px;
        float: left;
        text-align: right;
        padding-right: 5px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        color: #737574;
      }
      
    .input{
        width:250px;
        float: left;
        padding-right: 5px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
      }
      
      .label2{
        width: 150px;
        float: left;
        text-align: right;
        padding-right: 5px;
        height: 23px;
        font-weight: bold;
        line-height: 23px;
        color: #737574;
      }
      
    .input2{
        width:500px;
        float: left;
        padding-right: 5px;
        height: 23px;
        line-height: 23px;
      }
      
      .input .obj{
        width: 200px;
        border: 1px solid #CCC;
        /*background-color: #FFFFCC;
        background-color: #EFEFDE;*/
      }
      
      #loader{
        width: 200px;
        float: right;
        padding-right: 10px;
        text-align: center;
        display: none;
      }
      
      .table table a{
        color: #AD0000;
        text-decoration: none;
      }
      
      .table table a:hover{
        color: #737574;
        text-decoration: none;
      }
      
      h1{
        color:#000066;
        font-family:Arial,Helvetica,sans-serif;
        font-size:24px;
        font-size-adjust:none;
        font-stretch:normal;
        font-style:normal;
        font-variant:normal;
        font-weight:normal;
        line-height:normal;
        margin:8px;
      }
      
      .box_notify{
        padding-left: 20px;
        text-align: left;
        background-color: #FFFFDD;
        border: 1px solid #FFD700;
        margin-bottom: 2px;
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
      }
      
      .box_error{
        padding-left: 20px;
        text-align: left;
        background-color: #F1D5D5;
        border: 1px solid #FD0404;
        margin-bottom: 2px;
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
      }
      
      .head_menus{
        width: 400px;
        float: right;
        padding-right: 25px;
        text-align: right;
        margin-top: 50px;
        line-height: 20px;
        height: 21px;
      }
      
      .head_menus a{
        font-family: Tahoma,Arial,Sans-serif;
        color: #FFFFFF;
        font-size: 11px;
        text-decoration: none;
      }
      
      .head_menus a:hover{
        font-family: Tahoma,Arial,Sans-serif;
        color: #CCC;
        font-size: 11px;
        text-decoration: none;
      }
      
      .log_in_form{
      width: 450px;
      height: 280px;
      border: 1px solid #103359;
      margin: 0px auto;
      margin-top: 200px;
      padding: 1px;
      background-color: #F4F5F7;
      }
      
      .log_in_form .log_in_header{
        height: 23px;
        background-color: #103359;
      }
      
      .admin_text{
        font-family: Tahoma, Arial;
        color: #103359;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 25px;
      }
      
      .log_label{
      width:180px;
      text-align: right;
      padding-right: 5px;
      float: left;
      }
      
      .log_input{
      width: 150px;
      float: left;
      }
      
      .log_input .log_obj{
        border: 1px solid #103359;
        background-color: #EEEEEE;
      }