﻿.cinemaMessageStrip
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 500;
    height: 18px;
    background-color: #00a1c9;
    color: #fff;
    text-align: center;
    display: block;
    clear: right;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    font-size: 15px;
    padding-top: 2px;
    border-bottom: solid 8px #FFF;
}

.cinemaMessageStrip a, .cinemaMessageStrip a:link, .cinemaMessageStrip a:visited {
    color: #000000;
    text-decoration: none;
}
.cinemaMessageStrip a:hover, .cinemaMessageStrip a:active {
    color: #000000;
    text-decoration: underline;
}

.cinemaChangedMessage
{
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: 100px;
    width: 300px;
    height: auto;
    z-index: 501;
    background-color: #FFF;
    color: #333333;
    text-align: left;
    clear:none;
    display:inline;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}

.cinemaChangedMessage h1 {
    font-size: 24px;
    color: #000;
    display: block;
    padding-bottom: 5px;
}

.cinemaChangedMessage p {
    margin: 0px;
    padding: 0 0 4px 0;
}

.cinemaChangedMessage .notch {
    position: absolute;
    top: -10px;
    left: 20px;
    margin: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.border-cinemaChangedMessage { border: 1px solid #666;}
.border-cinemaChangedMessage .border-notch { border-bottom-color: #666; top: -11px; }
