
/* MESSAGES */
.error_message { 
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
   margin-top: 10px;
   border: 1px solid #CD0000;
   background-color: #FFDEDE;
   padding: 0px;
   padding-bottom: 10px;
   color: #CD0000;
}

/*
.error_message {
  color: #CD0000;
  border-color: #CD0000;
  box-shadow: #aaa 0 0 10px;
  -webkit-box-shadow: #aaa 0 0 10px;
  -moz-box-shadow: #aaa 0 0 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
*/

.error_message_title { 
   display: block;
   background-color: #CD0000;
   margin-bottom: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-indent: 10px;
}

.message_text { 
   padding: 0px 10px 0px 10px;
   margin: 0px;
}

.error_message A:link { 
   text-decoration: underline;
   color: #AA0000;
}

.error_message A:visited { 
   text-decoration: underline;
   color: #AA0000;
}

.error_message A:hover { 
   text-decoration: underline;
   color: #AA0000;
}

.warning_message {
   width: 80%;
   margin-left: auto;
   margin-right: auto; 
   margin-top: 10px;
   margin-bottom: 10px; 
   border: 1px solid #CC8844;
   background-color: #FFEEAA;
   padding-bottom: 10px;
   color: #997733;
}

.warning_message_title { 
   display: block;
   background-color: #CC8844;
   margin-bottom: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-indent: 10px;
}

.warning_message A:link { 
   text-decoration: underline;
   color: #775500;
}

.warning_message A:visited { 
   text-decoration: underline;
   color: #775500;
}

.warning_message A:hover { 
   text-decoration: underline;
   color: #775500;
}

.info_message {
   width: 80%;
   margin-left: auto;
   margin-right: auto; 
   margin-top: 10px;
   margin-bottom: 10px;
   border: 1px solid #008200;
   background-color: #ccffcc;
   padding-bottom: 10px;
   color: #007600;
}

.info_message_title { 
   display: block;
   background-color: #008200;
   margin-bottom: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-indent: 10px;
}

.info_message A:link { 
   text-decoration: underline;
   color: #005500;
}

.info_message A:visited { 
   text-decoration: underline;
   color: #005500;
}

.info_message A:hover { 
   text-decoration: underline;
   color: #005500;
}


