.clickable{
  cursor: pointer;
  color: #009999;
  text-decoration: underline;
}
.clickableHover{
  cursor: pointer;
  color: #009999;
  text-decoration: underline;
}
.headListTable{
  background-color: gray;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 10pt;
}
.errorAjax{
  color: #FF0000;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}
.imgButton{
  cursor: pointer;
}
.table_row{
  cursor: pointer;
  background-color: white;
}
.table_row_alt{
  cursor: pointer;
  background-color: #CCCCCC;
}
.table_row_over{
  cursor: pointer;
  background-color: yellow;
}
.ajaxLink{
  cursor: pointer;
  text-decoration: underline;
}
.paginacao{
  font-size: x-small;
  color: #666666;
}
.pageDown{
  background-color: #009999;
  cursor: auto;
  color: #FFFFFF;
  font-weight: bold;
}
.pageOver{
  background-color: #00BBBB;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
}
.pageOut{
  background-color: #FFFFFF;
  cursor: pointer;
}