body{
    background-color: transparent;
    background-image: url("/2015/imgs/bg.png");
    background-repeat: repeat;
}

h1{
    color: #FFFFFF;
    font-size: 30px;
}

h3{
    color: #FFFFFF;
    font-size:34px;
}

li{
    background-color: #CCCCCC;
}

li:hover{
    background-color: #A0A0A0;
}

table{
    table-layout: fixed;
}

td{
    width:25%;
}

td > a,
td > a:hover,
td > a:focus{
    color: black;
    text-decoration: none;
    
}

.arrow{
    float:right;
    margin-top:-20px;
}

.dropdown:hover .first-level {
    display: block;
}

.dropdown-menu{
    background-color: #CCCCCC;
    width: 100%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
    background-color: #A0A0A0;
}

.menu-dropdown{
    margin-top: -1px;
}

.menu-bar{
    background-color: #CCCCCC;
}

.menu-item-hover{
    background-color: #A0A0A0;
}

.movie-container{
    outline-style: solid;
    outline-color: #CCCCCC;
    outline-width: 2px;
    padding-top: 10px;
    padding-bottom:10px;
    background-color: #000000;
}

.footer{
    outline-style: solid;
    outline-color: #CCCCCC;
    outline-width: 2px;
    padding-top: 10px;
    padding-bottom:10px;
    background-color: #000000;
}

.movie-description{
    font-size: 15px;
    color:#FFFFFF;
}

.movie-director{
    font-size: 20px;
    color: #AAAAAA;
}

.movie-location{
    margin-top: 5px;
    font-size: 20px;
    color: #1C6EA8;
}

.movie-time{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #1C6EA8;
}

.sub-header{
    outline-style: solid;
    outline-color: #CCCCCC;
    outline-width: 2px;
    padding-top: 10px;
    padding-bottom:10px;
    background-color: #000000;
    margin-top: -15px;
}

section > h1.info{
    margin: -10px 0px 0px 0px;
}

.space{
    margin-top: 15px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.first-level{
    margin-top: -1px;
}

.footer-text{
    color: #FFFFFF
}

.dropdown-menu > li > a {
    white-space: normal;
}

.movie-image{
    max-height:350px;
}

.actual-image{
    max-height:350px;
}

.footer-info,
.footer-info:hover{
    background: #000000;
}

.award-text{
    font-size: 20px;
    color: #AAAAAA
}

.award-name{
    color:#1c6ea8;
}

.award-winner{
    color: #FFFFFF;
    font-size: 25px;
}

.award-reason{
    font-size:20px;
    color: #AAAAAA;
}

.award-nominee{
    color:#FFFFFF;
}

.award-winner > em{
    text-decoration:underline;
}

.award-info{
    font-size: 12px;
    color: #AAAAAA;
}

.laural{
    color: #FFFFFF;
    font-size: 20px;
}

.ticket-warning{
    color: #FF0000;
    font-size: 20px;
}

.direction-info,
.direction-info:hover{
    color: #FFFFFF;
    background-color: #000000;
}

.bottom-info{
    font-size: 12px;
}