/* 
    Document   : iwm.css
    Created on : Mar 20, 2012, 1:32:07 PM
    Author     : dstrickler
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

/* Informational pop-ups */
.flash_data_warning_window {
    color: white;
    background-color: red; /* Pink #ff9999 */
    font-size: 12px; 
    padding-left: 10px;
    border:1px solid #111111; /* Was #CCCCCC originaly */
    width: 976px;
    margin-left: 5px; /* Aligns margin with the menu */
}

.flash_data_info_window {
    background-color: #ffffcc; 
    font-size: 12px; 
    padding-left: 0px;
    border:1px solid #CCCCCC; 
    width: 100%;
    color: #111111;
    margin-left: 0px; /* Aligns margin with the menu */
}
