body{
    margin: 0;
    padding:0;
    /*background-image: url(../../imgs/bg_main.jpg);
    background-repeat: repeat; */
    background-color: #EAEAEA;
}

img {
  border:0;
}
.btn {cursor:pointer;}

#content {
  margin:10px auto;
  width:800px;
  font-size:12px;
  font-family:Arial;
  color: #808080;
}

a{
  text-decoration: none;
  color: #006699;
}

.titleBannerPanel{
  font-size:12px;font-family:Arial;color:#ffffff;font-weight:bold;
}
#tablecustomerlist tr:hover td { background: #CAEFFD; color: #0768B3; cursor: pointer; }

#moldura {
  float:left;
  width:800px;
  /*
  border-right:2px outset #ccc;
  border-left:0.5px solid #ccc;
  border-bottom:2px outset #ccc;
  */
  margin-top:-3px;
  margin-bottom:30px;

}

#wrape{
  float:left;
  width:800px;
}

#arearight {
  float:left;
  width:436px;
  height:375px;
/*  background-image: url(../../imgs/bg_page.gif);*/
  background-color: #EBE2CB;


}

#topo {
  float:left;
  width:721px;
  height:172px;
  background-image: url(../../imgs/topo.jpg); background-repeat: no-repeat;

}
#middle{
 float:left;
 width:721px;
 background-image: url(../../imgs/middle.jpg); background-repeat:  repeat-y;
 z-index: 100;
}
#bottom{
 float:left;
 width:721px;
 height:36px;
 background-image:  url(../../imgs/bottom.jpg); background-repeat:  no-repeat;
}

#rodape{
  float:left;
  width:800px;
  height: 70px;
  z-index: 2;
  text-align: center;
  border-top:1px solid #ccc;
  padding-top:10px;
  background-color: #E5E5E5;
}

.clspanel{
position:absolute;
left:0px;
top:0px;
visibility:hidden;
height:0px;
width:0px;
background-color:#ffffff;
border: 1px outset #000000;
padding-left:10px;
z-index:2;
}
.classinput { font-size:10px; font-family:Arial, Helvetica, sans-serif; line-height:15px; color:#808080}
.closepanel{ color:#f80000; text-decoration:none}

/*-----------------
//PopUp Alert
//-----------------*/
.clsalert{
position:absolute;
left:0px;
top:0px;
visibility:hidden;
height:0px;
width:0px;
background-color:#ffffff; /*#efefef;*/
border: 1px outset #cccccc;
padding-left:10px;
z-index:20;
}

.bgalert{
  background-image: url(../../imgs/alert.gif);
  background-repeat: no-repeat;
}
.ftitle002 {
color:#666666;
font-family:Arial;
font-size:12px;
font-weight:bold;
}
.clsclose{
 font-family:Arial;
  font-size:11px;
  font-weight: bold;
  color:  #143E78;
}

#contentResult{
  float:left;
  width:280px;
  background-color: #ffffff;
  margin-right:10px;
  padding:5px;
  font-family:Arial;
  font-size:12px;
  text-align: left;
  line-height:14px;
}
