@charset "UTF-8";

/* $Id: day_flash_msg.css 1266 2010-02-10 15:26:22Z mariusvw $ */

/* Narrow */
#flashMsgNarrow {
    position: absolute;
    z-index: 900;
    overflow: auto;
}
#flashMsgNarrowTop {
    width: 371px;
    height: 37px;
    background: url(../img/lightframe/top_narrow_day.png);
}
#flashMsgNarrowTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    width: 297px;
    height: 26px;
    padding-top: 11px;
    padding-left: 37px;
    float: left;
}
#flashMsgNarrowClose {
    width: 37px;
    height: 25px;
    float: left;
    padding-top: 12px;
}
#flashMsgNarrowContent {
    width: 341px;
    background: url(../img/lightframe/middle_narrow_day.png);
    padding: 5px 15px 0px 15px;
    font-size: 80%;
}
#flashMsgNarrowBottom {
    width: 371px;
    height: 21px;
    background: url(../img/lightframe/bottom_narrow_day.png);
}
#flashMsgNarrow li {
    margin-left: 20px;
}

/* Wide */
#flashMsgWide {
    position: absolute;
    z-index: 900;
    overflow: auto;
}
#flashMsgWideTop {
    width: 553px;
    height: 37px;
    background: url(../img/lightframe/top_wide_day.png);
}
#flashMsgWideTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    width: 479px;
    height: 26px;
    padding-top: 11px;
    padding-left: 37px;
    float: left;
}
#flashMsgWideClose {
    width: 37px;
    height: 25px;
    float: left;
    padding-top: 12px;
}
#flashMsgWideContent {
    width: 523px;
    background: url(../img/lightframe/middle_wide_day.png);
    padding: 5px 15px 0px 15px;
    font-size: 80%;
}
#flashMsgWideBottom {
    width: 553px;
    height: 21px;
    background: url(../img/lightframe/bottom_wide_day.png);
}
#flashMsgWide li {
    margin-left: 20px;
}

div.light_avatar {
    width: 40px;
    min-height: 26px;
    float: left;
    margin-bottom: 20px;
}
div.light_text {
    width: 460px;
    min-height: 26px;
    float: left;
    margin-bottom: 20px;
}
div.light_textblok {
    height: 480px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

