/* CSS Document */

html {
      background: none;
     }

#doc {
      background: #FFFFFF none repeat scroll 0%;
      float: left;
      overflow: hidden;
      width: 866px;
     }
     
h3 {
    font-weight: bold;
   }     
   
#bd {
     clear: left;
     height: 1%;
     padding: 15px 10px 0pt;
    }

.yui-u .first {
      border:1px solid blue;
}

.critical_alert{
    background: #FBE3E4 none repeat scroll 0 0;
    border: 2px solid #FBC2C4;
    border-left: none;
    border-right: none;
    padding: 5px 10px;
    margin: 0px 0px 20px 0px;
    font-size: 1.2em;
    font-weight: normal;
    color: #8A1F11;
}
     
