/* CSS Document */
html{
  height:100%;
}
body, body.frameBody{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  height:100%;
}
table{
  clear:both;
  /*width:100%;*/
  border-collapse:collapse;
}
th{
  text-align:left;
}
td{
  vertical-align:top;
}
/* behavior on 32 bit transparency */
img, div, input { 
    behavior: url(iepngfix.htc);
}
img, a img { 
    border:none;
}
form{
  margin:0;
  padding:0;
  
}
p{
  padding:0;
  margin:0;
}
pre, textarea{
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.clear{
  clear:both;
}

.add_button{
  background-image: url(../images/datatable/add_remove.png);
  background-position: 0px 0px;
  width:18px;
  height:18px;
  display:block;
  cursor:pointer;
}
.remove_button{
  background-image: url(../images/datatable/add_remove.png);
  background-position: 0px -18px;
  width:18px;
  height:18px;
  display:block;
  cursor:pointer;
}
.error{
  color:#FF0000;
  font-weight:bold
}