/* CSS Document */


.announcement_msgbox_overlay {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.9;  
  z-index:10;
}
.announcement_msgbox {
  position:absolute;
/*  left:50%;
  width:500px;
  
  margin-left:-250px;*/
  
  padding:2em;
  background-color:#fff;
  color:#000;
  border-radius:25px;
  
  -moz-box-shadow:5px 5px 25px #000;
  -webkit-box-shadow:5px 5px 25px #000;
  -khtml-box-shadow:5px 5px 25px #000;
  box-shadow: 5px 5px 25px #000;  
  z-index:11;  
}
.announcement_msgbox_title {
  font-size:2em;
  font-weight:bold;
}
.announcement_msgbox_message {
  margin-top:20px;
  margin-left:10px;
}
.announcement_msgbox_controls {
  text-align:right;
}




.announcement_inline_overlay {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.45;  
  z-index:10;
}
.announcement_inline {
  position:fixed;
  left:50%;
  width:500px;
  
  margin-left:-250px;
  
  padding:2em;
  background-color:#fff;
  color:#000;
  border-radius:25px;
  
  -moz-box-shadow:5px 5px 25px #000;
  -webkit-box-shadow:5px 5px 25px #000;
  -khtml-box-shadow:5px 5px 25px #000;
  box-shadow: 5px 5px 25px #000;  
  z-index:11;  
}
.announcement_inline_title {
  font-size:2em;
  font-weight:bold;
}
.announcement_inline_message {
  margin-top:20px;
  margin-left:10px;
}
.announcement_inline_controls {
  text-align:right;
}



.announcement_fixed_overlay {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.45;  
  z-index:10;
}
.announcement_fixed {
  position:relative;
  
  margin:10px;
  padding:0.8em;
  background-color:#fff;
  background:rgba(255,255,255, 0.7);
  color:#000;
/*  border:solid 5px #F00;*/
}

.announcement_fixed h1, 
.announcement_fixed h2, 
.announcement_fixed h3, 
.announcement_fixed h4, 
.announcement_fixed h5, 
.announcement_fixed h6 {
  color:#000 !important;
}

.announcement_fixed a {
  color:#000 !important;
}

.announcement_fixed_title {
  font-size:2em;
  font-weight:bold;
}
.announcement_fixed_message {
  margin-top:20px;
  margin-left:10px;
}
.announcement_fixed_controls {
  text-align:right;
}



.announcement_priority_highest {
  border:solid #F00 10px;
}

.announcement_priority_important {
  border:solid #F60 10px;
}

.announcement_priority_high {
  border:solid #F60 5px;
}

.announcement_priority_low {
 border:solid #090 2px; 
}

.announcement_priority_normal {
  border:solid #03F 2px;
}

