/*
 * $Id:$
 * 
 * A CSS file for laying out the page in general
 */

#page {
    position: relative;
    margin: 10px auto 30px auto;
    width: 1000px;
    background-color: white;
    color: #111111;
}

.corner {
    width: 5px;
    height: 6px;
    background-repeat: no-repeat;
    position: absolute;
}


#top-left-corner { 
    top: 0px;
    left: 0px;
    background-image: url(../images/layout/corners/tl.png);
}
#top-right-corner {
}
#bottom-left-corner { 
    bottom: 0px;
    left: 0px;
    background-image: url(../images/layout/corners/bl.png);
}
#bottom-right-corner {
    bottom: 0px;
    right: 0px;
    background-image: url(../images/layout/corners/br.png);
}

#content {
    padding: 6px 10px 6px 10px;
    min-height: 440px;
    height:auto !important;
    height: 440px;
    position: relative;
}


#content .pretty li {
    background-image: url(../images/layout/pages/bullet.png);
    background-repeat: no-repeat;
    padding: 0px 0px 15px 12px;
    background-position: 0px 7px;
}

.spinner-container {
    position: relative;
}

.spinner {
    background-image: url(../../../../../shared/images/loading/mozilla_blu.gif);
    background-repeat: none;
    background-color: white;
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 200;
}

.movie-container {
    background-color: black;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.movie-container .the-container {
    position: absolute; 
    top: 4px; 
    left: 4px; 
    color: white; 
    font-size: 80%;
}

.movie-container .corner {
    position: absolute;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
}

.movie-container .top-left {
    left: 0px; 
    top: 0px;
    background-image: url(../images/layout/corners/black_tl.png);
}

.movie-container .top-right {
    right: 0px; 
    top: 0px;
    background-image: url(../images/layout/corners/black_tr.png);
}

.movie-container .bottom-left {
    left: 0px; 
    bottom: 0px;
    background-image: url(../images/layout/corners/black_bl.png);
}

.movie-container .bottom-right {
    right: 0px; 
    bottom: 0px;
    background-image: url(../images/layout/corners/black_br.png);
}

.pager {
    clear: both;
}

.float-left {
    float: left;
}

.video-message {
    position: absolute;
    width: auto;
    font-size: 9px;
    background-color: #FFF77F;
    color: #0A002E;
    border: 1px solid black;
    padding: 2px;
}

.new {
    font-size: 8px;
    background-color: #FEFE1A;
    text-transform: uppercase;
}

