.emptyclasss{font-family:Verdana}

div, p, td, body, text, a
     {
     font-size:11px;
     font-family:Tahoma, Verdana, Arial, Helvetica;
     line-height:14px;
     color:#000000;
     text-align:justify;
     }

h1, h1 a   {
     font-size:17px;
     line-height:20px;
     font-family:Arial,Helvetica;
     font-weight:bold;
     padding-top:17px;
     padding-bottom:3px;
     margin-bottom:0px;
     margin-top:0px;
     color:#2362A6;
     }

h2   {
     display:block;
     font-size:12px;
     line-height:14px;
     font-family:Arial,Helvetica;
     font-weight:bold;
     padding-top:5px;
     padding-bottom:3px;
     margin-bottom:5px;
     margin-top:0px;
     border-bottom-width:1px;
     border-bottom-style:solid;
     border-bottom-color:#2362A6;
     color:#2362A6;
     }

h3   {
     display:block;
     font-size:12px;
     line-height:14px;
     font-family:Arial,Helvetica;
     font-weight:bold;
     padding-top:5px;
     padding-bottom:3px;
     margin-bottom:5px;
     margin-top:0px;
     border-bottom-width:1px;
     border-bottom-style:solid;
     border-bottom-color:#A62362;
     border-top-width:1px;
     border-top-style:solid;
     border-top-color:#A62362;
     color:#A62362;
     }

.menu
     {
     display:block;
     float:left;
     font-weight:normal;
     font-size:11px;
     text-decoration:none;
     text-align:center;
     color:#000000;
     width:8em;
     line-height:15px;
     background-color:#f0f0f0;
     padding:3px;
     border-left:solid 1px #606060;
     border-top:solid 3px #ffffff;
     }


.menu:hover
     {
     background-color:#F4F4a0;
     color:#000000;
     }

.menusel
     {
     display:block;
     float:left;
     font-weight:normal;
     font-size:11px;
     text-decoration:none;
     text-align:center;
     background-color:#ffffff;
     color:#000000;
     width:8em;
     line-height:15px;
     padding:3px;
     border-top:solid 3px #404040;
     }

.menusel:hover
     {
     background-color:#ffffff;
     color:#000000;
     }

input, textarea, select, button 
     {
     margin-top:5px;
     font-size:10px;
     border-width:1px;
     border-style:solid;
     border-color:#606060;
     padding-left:2px;
     }

input[readonly] {
  background-color: #D0D0D0;
}

.data0 { background-color: #F2FFF2; }
.data1 { background-color: #FFF2F2; }

TD.inet {
  background-color: #E0E0FF;
}
TD.local {
  background-color: #F0F0E0;
}
TD.empty {
  background-color: #E9E9E9;
}
.head1 {
  font-family:Verdana;
  font-size: 16;
  text-align: center;
  font-weight: bold;
}
.head2 {
  font-family:Verdana;
  font-size: 14;
  text-align: center;
  font-weight: bold;
}
.head3 {
  font-family:Verdana;
  font-size: 12;
}
textarea {
  resize: none;
}
.kill {
  width: 18px;
  height: 13px;
  padding: 13px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(img/kill.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.div_center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.request_table {
    text-align: center;
    border-sapcing: 1;
    background:#D0D0D0;
}

.request_table thead {
    background: #F0F0F0;
}

.request_table thead td{
    text-align: center; 
    font-weight: bold;
}

.request_table tbody {
    background: #FFFFFF;
}

.request_table td {
    padding: 4;
    text-align: center;
}

.request_table tr {
    text-align: center;
}


.rotateSpan {
    vertical-align: top;
    text-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}
