/* ==========================================================================
   Announcements css Colourful
   ========================================================================== */
/*
#announcements {width: 100%; padding:10px 0; background: #ffffff; background: -moz-linear-gradient(to right, #ff8000, #ffffff, #008000);
background: -webkit-linear-gradient(to right, #ff8000, #ffffff, #008000); background: linear-gradient(to right, #ff8000, #ffffff, #008000);}
 #announcements span {font-size: 13px; color: #000080; display: inline-block;}
 #announcements p {margin: 0px; padding: 0px; position: relative;}
#announcements span strong { font-weight: 700; text-decoration: underline;}
#announcements i {font-style: normal; color: #000080; cursor: pointer; width: 21px;
   height: 21px; border-radius: 50%;  background: #ffffff;  padding: 5px; text-align: center; line-height: 8px; position: absolute;
   top: 0px; right: 2px; font-size: 15px; font-weight: 700; border:solid 1px #ffffff;}
*/
/* ==========================================================================
   Announcements css
   ========================================================================== */
/*
#announcements {width: 100%; padding:10px 0; background: #606c88; background: -moz-linear-gradient(-45deg, #606c88 0%, #3f4c6b 100%);
  background: -webkit-linear-gradient(-45deg, #606c88 0%,#3f4c6b 100%); background: linear-gradient(135deg, #606c88 0%,#3f4c6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=1 ); }
#announcements span {font-size: 13px; color: #fff; display: inline-block;}
#announcements p {margin: 0px; padding: 0px; position: relative;}
#announcements span strong { font-weight: 700; text-decoration: underline;color:#fff;}
#announcements i {font-style: normal; color: #fff; cursor: pointer; width: 21px;
  height: 21px; border-radius: 50%;  background: #ee3d24;  padding: 5px; text-align: center; line-height: 8px; position: absolute;
  top: 0px; right: 2px; font-size: 15px; font-weight: 700; border:solid 1px #ee3d24;}
*/
#announcements {width: 100%; padding:10px 0; background:#ee3d24;/*#134576;/*#0d2a95;*/ /* Orange #ff9933; *//* red background: #ee3d24; */ }
#announcements span {font-size: 16px; color: #fff; display: inline-block;}
#announcements p {margin: 0px; padding: 0px; position: relative;}
#announcements span strong { font-weight: 700; text-decoration: underline;color:#fff;}
#announcements i {font-style: normal; color: #fff; cursor: pointer; width: 21px;
  height: 21px; border-radius: 50%;  background: #ee3d24;  padding: 5px; text-align: center; line-height: 8px; position: absolute;
  top: 0px; right: 2px; font-size: 15px; font-weight: 700; border:solid 1px #ee3d24;}
