#uccshome_alert {
  background-color: #faf5e2;
  background-color: #565A5C;
  color: white;
  text-align: middle;	
  padding: 10px;
  border-bottom: 2px solid #cccccc;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  /*height: 80px;*/
  font-weight: bold;
  overflow: hidden;
}
#uccshome_alert_message {
  width: 800px;	
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
}
#uccshome_alert a, #uccshome_feedback a.visited{
  color: black;	
}
#uccshome_alert_close {
  position: absolute;
  right: 15px;	
  margin-right: 15px;
  cursor:pointer;
}
#uccs_background #uccshome_alert { width: 1000px; position: static; padding-left: 0px; padding-right: 0px; border: none; }
#uccs_background #uccshome_alert_message { /*width: 600px;*/ width: 760px; margin-left: 230px; }
#uccs_background #uccshome_alert_close { display: none; }
#uccs_background{ /*margin-top: 62px;*/ }

#uccshome_alert.Red {
   background:url('../../../Images/template/alerts/alertred.gif') center left no-repeat #ffecec;
   color:#933;	
}
#uccshome_alert.Red a { color:#933; }
#uccshome_alert.Yellow {
  background:url('../../../Images/template/alerts/alertyellow.gif') center left no-repeat #ffe;
  color:#970;
}
#uccshome_alert.Yellow a{color:#970;}
#uccshome_alert.Blue {
  background:url('../../../Images/template/alerts/alertblue.gif') center left no-repeat #f3f6f9;
  color:#345;
}
#uccshome_alert.Blue a{color:#345;}
#uccshome_alert.Green {
  background:url('../../../Images/template/alerts/alertgreen.gif') center left no-repeat #efe;
  color:#363;
}
#uccshome_alert.Green a{color:#363;}