.errorMessage {
    color: #FF0000;
}
.flash-success {
    background-color: #CFFDD5;
    border: 1px solid #007F00;
    border-radius: 5px 5px 5px 5px;
    color: #007F00;
    font-size: 13px;
    margin: 10px 0;
    padding: 5px 10px;
}
.flash-error {
    background-color: #FFC3C3;
    border: 1px solid #D66767;
    border-radius: 5px 5px 5px 5px;
    color: #C50505;
    font-size: 13px;
    margin: 10px 0;
    padding: 5px 10px;
}
.lg_list{
    text-align: left;
}





#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  _background: #acc8dd;
}

#keywords thead tr th.headerSortUp span {
  background-image: url('../../images/admin/up-arrow.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  height: 16px;
}
#keywords thead tr th.headerSortDown span {
  background-image: url('../../images/admin/down-arrow.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  height: 16px;
}



.desc {
  background-image: url('../../images/admin/up-arrow.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  height: 16px;
}
.asc {
  background-image: url('../../images/admin/down-arrow.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  height: 16px;
}



