/* 
    Document   : worksheet_message
    Created on : Aug 3, 2012, 11:18:46 AM
    Author     : Shannon Matthews
    Description:
        Used when display the worksheet message text (which
        is formatted as HTML. 
*/


/* Spacing */

.WorkSheetDetails .Message * {
    font-size: 15px;
    line-height: 15px;
}

.WorkSheetDetails .Message h1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.WorkSheetDetails .Message h2 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.WorkSheetDetails .Message ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

.WorkSheetDetails .Message .ListTitle {
    padding-top: 0.5em;
    margin-bottom: 0.5em;
}

.WorkSheetDetails .Message .ListTitle + ul {
    margin-top: 0.5em;
}


/* Other Details */

.WorkSheetDetails .Message ul {    
    list-style: disc outside none;
    margin-left: 1.5em;
}





