/* added for styling ssi embedded service alerts coming from Drupal view */

.node-inner ul {
 padding: 0 0;
 margin: 0 0;

}

.node-inner ul li {
  list-style-image: none;
  list-style: none;
}

.view-field {
  font-weight: normal;

}

.node-inner li {
  margin-bottom: 1em;


}

/* Color coding severity levels */



/* level 0 */
 .view-data-severity-levels-260 a {
  color: #669999;
  font-weight: bold;

}

/* level 1 */

 .view-data-severity-levels-199 a {

  /* color: #99CC66; this is the color for the icon but too light for hyperlink */
  color: #78A050;
  font-weight: bold;
}

/* level 2 */

 .view-data-severity-levels-200 a {

  color: #FF9933;
  font-weight: bold;
}

/* level 3 */

 .view-data-severity-levels-201 a {

  color: #cc3333;
  font-weight: bold;
}


#cuitalert-title {
  font-size: 1em;
  color: #666;
  margin: .5em 0;

}

.more-link {
  width: 100%;
  text-align: right;
  font-weight: normal;

}
.more-link a:link,
more-link a:active,
more-link a:visited,
more-link a:hover

{
  color: #999999;
   font-size:11px;
   font-weight:normal;
   text-decoration:underline;
  
}


/* Special Note */

#special_note {
text-align: center;
font-size: 90%;
font-weight: bold;
margin: 1em 0;
}
#special_note img {
border: 1px solid #CCC;
}
#special_note p {
margin: 0.5em 0;
}
