body{
  min-width:100%;
  height:100%;
  vertical-align:center;
  margin:0 auto;
  padding:0;
  background-color:#999999;
  font-family:Tahoma;
  }

#page{
  width: 90%;
  min-height: 750px;
  margin:0 auto;
  background-color: white;
}

#head{
  background-image: url('/images/bg.jpg');

  height: 70px;
  color:#000066;
  font-family:Times New Roman, Times, serif;
  font-size: 30px;
  font-weight: bold;
  padding-top: 5px;
}

#logoup{
  position:relative;
  padding:0;
  top: 0px;
  left: 10px;
  float:left;
}

#logodown{
 position: relative;
 top:50px;
 left:40px;
}

#uimage{
  display: block;
}


#htext{
  align:center;
  float:left;
  padding-top: 15px;
  padding-left:20px;
  clear:right;
}

.hmenu{
  height: 30px;
  background-color: #333399;
  color: white;
  padding-left: 20px;
}

.hmenu a{
  color: white;
  text-decoration: none;
}

.vmenuholder{
  height: 650px;
  width: 200px;
  background-color: #333399;
  vertical-align: top;
}

.vchild{
 height:400px;
 overflow:visible;
}

#content{
  vertical-align: top;
  font-size: small;
}
#left{
  width: 560px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
#leftclearR{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  clear: right;
}


#menug{
  background: url('/webimages/myimage.png');
  background-repeat: repeat-x;
  width:100px;
  height:30px;

}

#vmenu {
  text-align: left;
  list-style: none;
  margin:15px;
  padding:0;
}

#vmenu li a {
  display: block;
  background: url('/webimages/gray001.png') 0 -22px;
  background-repeat: repeat-x;
  padding:3px;
  margin: 2px;
  font-size: small;
  font-weight: bold;
  color:navy;
  text-decoration: none;
}


#vmenu li a:hover {
  background: url('/webimages/gray001.png') 0 0;
  background-repeat: repeat-x;
  color:red;
}

#vmenu li a.active{
  margin-bottom:3px;
}

#vmenu li ul {
    list-style: none;
    display: none; // used to hide sub-menus
}

#vmenu li ul li a {
    display: block;
    font-size: small;
    font-weight: bold;
    color: navy;
    text-decoration: none;
}

.f20{
  font-size:small;
}

.tog {
	background: #e9e7e7 url('/webimages/arrow.gif') no-repeat right -51px;
	padding: 3px 7px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}

.tog.active{
  background-position: right 5px;
}

.h5{
  line-height: 0%;
  margin-top: 0px;
    margin-bottom: 10px;
}

.button_blue{
  background-color: #0000FF;
  color: white;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  border: 3px outset #999999;
}

#mdl{
  vertical-align: top;
  background-color: white;
}

#content{
padding:0px 5px;
}


.submenu{
  margin-top: 5px;
  margin-left: 10px;
  border: 0px;
}

.button_blue:hover{
  background-color: red;
}

.button_blue:active{
  background-color: yellow;
}

.bdr{
 border: 1px solid black;
 border-collapse: collapse;
}

.bdr td{
font-family: Times New Roman;
   font-size: 12px;
   padding: 1px;
   text-align: center;
   vertical-align: middle;
   padding: 0 5px;
}

table.content{
    min-width: 50%;
   }

   table.content, .content td, .content th {
    border: 1px solid black;
    border-collapse: collapse;
   }
  .content th, .content td {
   font-family: Times New Roman;
   font-size: 12px;
   padding: 1px;
   text-align: center;
   vertical-align: middle;
   padding: 0 5px;
}

.nobdr{
  border: hidden;
  border-collapse: collapse;
}

.nobdr td{
  border-collapse: collapse;
  text-align: right;
}

.shrink{
  margin:0;
  padding: 0;
}
/* #print{
    //margin:0;
    //padding:0;
    //width:21cm;
    //height:29.69cm;
    //background-color:white;
    //border: 1px solid red;
  } */
  #print_content{
    margin-top:4.5cm;
    margin-left:2.5cm;
    margin-right:2cm;
    margin-bottom:1.5cm;
    text-align:left;
    font-size: 14px;
    font-family: Times New Roman;
    border: 1px dashed silver;
  }
  #print_content input[type=text]{
    border: 0;
    }

#ebar{
  background-color: #E7E7E7;
}

.success{
  color: green;
  font-weight: bold;
}

.error{
  color: red;
  font-weight: bold;
}

.btn_edit{
  background-image: url(images/edit.png);
  display: block;
  margin: 0 auto;
  width: 5px;
  height: 5px;
}

.tleft{
  text-align: left;
}

.tright{
  text-align: right;
}

.success_msg{
  min-width: 50px;
  min-height: 50px;
  background-color: #339966;
  color: white;
  font-weight: bold;
}


@media print {
  #print{
    margin:0;
    padding:0;
    width:21cm;
    height:29.69cm;
    background-color:white;
    border: none;
  }
  #print_content{
    padding-top: 0;
    margin-top:4.5cm;
    margin-left:2.5cm;
    margin-right:2cm;
    margin-bottom:1.5cm;
    text-align:left;
    font-size: 14px;
    font-family: Times New Roman;
    border: none;
  }
  input[type=text]{
    border: 0;
    }
}