/* skin for grid nav layout -------------------------------------------------------------------------------- */

/* background color of page and content area */

.bgPage{
    background-color: #e3e3e3;
}

.bgCell{
    background-color: #d2d2d2;
    display: none;
}

.bgContent{
    background-color: #e3e3e3;
}

/* text in cells and content area */

.cellText{
    color: #444444;
}

.contentText{
    color: #111111;
}

.hiliteText{
    color: #e6271b;		/* #eeeeee */
}

/* text formatting in the content area */

#content_pane .title{
    display: block;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 1em;
}

#content_pane .description{
    display: block;
    font-size: small;
    margin-bottom: 1em;
}

/* cell hilite on hover */

a:hover .cell{
    border: thin solid;
    color: #111111;
}

/* links in content pane */

#content_pane a{
    text-decoration: none;
    padding: 2px;
    margin: 1px;
    background-color: #c1c1c1;
    color: #111111;
}

#content_pane a:visited{
    background-color: #c1c1c1;
    color: #111111;
}

#content_pane a:hover{
    background-color: #c1c1c1;
    color: #cc0000;
}

#content_pane a:active{
    background-color: #cccccc;
    color: #111111;
}

/* the page banner */

.banner{
    height: 16em;
    padding: 1em;
    margin-left: 1em;
    margin-right: 1em;
    width: 95%;
/*    background: url(../film_assets/images/about/banner_jvm3.jpg) no-repeat; */
    background-color: #c1c1c1;
}

.banner .title{
    font-size: 4em;
    font-weight: bold;
    text-shadow: black 0.2em 0.2em 0.4em;
    vertical-align: top;
    text-align: right;

    color: #cc0000;
}

.banner .caption{
    font-size: 2em;
    font-weight: bold;
    text-shadow: black 0.2em 0.2em 0.4em;
    vertical-align: bottom;
    text-align: right;

    color: #444444;
}

.banner .info{
    font-size: 1em;
    font-weight: normal;
    vertical-align: bottom;
    text-align: right;

    color: #444444;
}

.banner .home{
    font-size: 1em;
    font-weight: normal;
    vertical-align: bottom;
    text-align: right;

    color: #444444;
}


/*  ---------------------------------------------------------------------------- */

