/* CSS Document */

/* ******************** errors *************************** */
  div.error_box         { border:3px outset #cc0000;
                          background-color:#EEEEEE;
                          padding:6px;
                          padding-bottom:0px;
                          width:800px;
                        }

   div.error            { margin-bottom:8px;
                        }
   div.error_string     { color:red;
                        }
   div.error_location   { font-style:italic;
                          padding-left:40px;
                        }
  .nonTranslated        { font-weight:bold;
                          color:red;
                        }

/* ****************************************************** */
div.xcms_access_error  {
   border:3px outset #cc0000;
   background-color:#EEEEEE;
   padding:6px;
   width:800px;
   color:#cc0033;
}

