
/* Button's style - css decoration  */
.button{
  cursor:hand;
  width:86px;
  color:#ffffff;
  font-size:12pt;
  font-weight:800;
  padding:3px;
  margin:0px;
  height:32px;
}
input.button.type1{
  background-color:#3f77ff;
  border:2px outset #4499ff;
}
input.button.type1hover{
  background-color:#00ccff;
  border:2px outset #99ddff;
}
input.button.type2{
  background-color:#ff883f;
  border:2px outset #ff9944;
}
input.button.type2hover{
  background-color:#ffcc00;
  border:2px outset #ffdd99;
}
input.button.type3{
  background-color:#3fee77;
  border:2px outset #44ff99;
}
input.button.type3hover{
  background-color:#00ffcc;
  border:2px outset #99ffdd;
}
input.button.type4{
  background-color:#ee3f77;
  border:2px outset #ff4499;
}
input.button.type4hover{
  background-color:#ff00cc;
  border:2px outset #ff99dd;
}
input.button.disabled{
  cursor: default;
  background-color:#aaaaaa;
  border:2px outset #cccccc;
}
input.button.csv{
  cursor:hand;
  width:120px;
  color:#ffffff;
  font-size:10pt;
  font-weight:800;
  padding:3px;
  margin-top:4px;
  margin-right:15px;
  height:24px;
  background-color:#3f77ff;
  border:2px outset #4499ff;
}
.dialogButton{
  font:8pt;
  font-weight:800;
}
/*
div.buttonBlock{
  background:url("../../../resources/image/spl/bg_body_light.gif") repeat #eeeeee;
  padding:7px;
  width:100%;
  border-width:3px 0px;
  border-style:inset;
  border-color:#c6c6c6;
}
*/
div.buttonBlock{
  background:url($PATH.image("spl/bg_body_light.gif")) repeat #eeeeee;
  padding:7px;
  width:100%;
  border-width:3px 0px;
  border-style:inset;
  border-color:#c6c6c6;
}
.imgbuttonforback {
  border: 0;
  height: 56px;
  width:48px;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor:hand;
  font-size:10pt;
}
.imgbuttonforback img {
  visibility: hidden;
}
.imgbutton {
  border: 0;
  height: 30px;
  font-size: 30px;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align:top;
}
.imgbuttonForA {
  border: 0;
  height: 30px;
  font-size: 30px;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align:top;
}
.imgbutton img {
  visibility: hidden;
}
.imgbuttonbylist {
  border: 0;
  height: 27px;
  font-size: 27px;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align:top;
}
.imgbuttonbylistDisable {
  border: 0;
  height: 27px;
  font-size: 27px;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align:top;
}
.imgbuttonbylist img {
  visibility: hidden;
}
a.detailBtnton{
  display:block;
  float:left;
  text-decoration: none;
  width:56px;
  height:27px;
  margin:0px;
}
