/* General styling */
.clCursorPointer {
  cursor:pointer;
}

.clPadding5px {
  padding:5px;
}

.clVCenter {
  margin-top:45px;
}

.clRedGlow {
    text-shadow:0px 0px 8px #cc0000;
    color:red;
}

.clGreenGlow {
    text-shadow:0px 0px 8px #00cc00;
    color:green;
}

.clColorRed {
  color:red;
}

.clNoUnderline {
  text-decoration: none;
}

/* Select list styling */
#idSelectTable td a {
  text-decoration: none; /* Remove default text underline */
}
