<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body__DoubleTreeDining body {
    font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
    font-size: 0.8em;
    margin: 0;
}
/*DM 6-15-14 Remove below rule; does not fit template styling for links*/ 
/*.body__DoubleTreeDining a {
    color: #FF0000;
    text-decoration: underline;
}*/
.body__DoubleTreeDining #mainContainer {
    margin: 10px auto 0;
    padding: 5px;
    width: 500px;
}
.body__DoubleTreeDining .modalDialog_contentDiv_error {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 2px;
    position: absolute;
    z-index: 100;
}
.body__DoubleTreeDining .modalDialog_contentDiv_error a {
    color: #FFFFFF;
}
.body__DoubleTreeDining h1 {
/*DM 6-15-14 Add margin-top for Dining header*/
    /*margin-top: 0;*/
	margin-top: 40px;
}
.body__DoubleTreeDining .modalDialog_transparentDivs {
    background-color: #000000;
    opacity: 0.4;
    position: absolute;
    z-index: 1;
}
.body__DoubleTreeDining .modalDialog_contentDiv {
    background-color: #FFFFFF;
    padding: 0;
    position: absolute;
    z-index: 100;
}
.body__DoubleTreeDining .modalDialog_contentDiv_shadow_temp_not_used {
    background-color: #FFFFFF;
    opacity: 0.3;
    position: absolute;
    z-index: 90;
}
.body__DoubleTreeDining .close {
    color: #888687;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 2px;
}
</pre></body></html>