html, body{
    font-size:13px;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    margin:0px;
    margin-top:-10px;
    background: white;
}

input, td{
    font-size:13px;
}

a{text-decoration:none;}
a:link {color:#003399;}
a:visited {color:#003399;}
a:hover {color:#003399;}
a:active {color:#FF9000;}

td.head{
    background: #D0E5F4;
    padding:5px;
    font-weight:bold;
}

td.body{
    background: #E7F2F9;
    padding:5px;
}

td.body:hover{
    background: #FFFAD9;
}

div.main{
    width:1100px;
    background: white;
    box-shadow: 10px 10px 50px black;
}

div.inner-side{
    padding:4px;
    padding-right:2px;
}

div.inner-body{
    padding:4px;
    padding-left:2px;
}

div.inner-footer{
    padding:7px;
}

div.header{
    width:1100px;
    text-align:left;
}

div.side{
    float:left;
    width:300px;
}

div.body{
    float:left;
    width:800px
}

div.footer{
    clear:left;
    width:1100px;
    background:#0072C6;
    text-align:center;
    color:white;
}

div.box-head{
    font-weight: bold;
    background:#0072C6;
    color:white;
    padding:5px;
    text-align: left;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border:0px solid #777777;
    border-bottom-width:0px;
    font-size:15px;
}

div.box-body{
    background: #FFFFFF;
    padding:5px;
    margin-bottom: 5px;
    text-align: left;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border:0px solid #0072C6;
}

div.box-body-menu{
    background: #F6F7F9;
    margin-bottom: 5px;
    text-align: left;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border:0px solid #0072C6;
    border-top-width:0px;
}

div.menubar{
    background:#F3F3F3;
    width:1100px;
}

div.menu_top{
    width:150px;
    padding:12px;
    float:left;
    background:#F3F3F3;
    border-right: 1px solid #D4D4D4;
    font-weight:bold;
    text-align: center;
    color:#666666;
}

div.menu_top:hover{
    background:#D4D4D4;
}

div.menu_side{
    padding:7.5px;
    border-bottom:1px solid white;
    background: #F3F3F3;
    color:#666666;
}

div.menu_side:hover{
    background:#D4D4D4;
}

button, input.submit{
    padding:5px;
    background: #D9D9D9;
    border:1px solid black;
    border-radius: 5px;
    font-weight: bold;
}

button:hover, input.submit:hover{
    background: #FFEC6A;
    cursor: pointer;
}

div.page{
    background:#EBEBEB;
    border:1px solid #D2D2D2;
    margin:2px;
    padding:5px;
    float:left;
    border-radius: 4px;
}

img.header{
    width:1100px;
    height:300px;
    border-width:0px;
}

div.underhead{
    background:#D0E5F4;
    border:1px solid #0072C6;
    margin:5px;
    padding:5px;
    text-align:center;
}

div.movie-list{
    float:left;
    padding:9px;
    background: #D0E5F4;
    text-align: center;
    font-size:10px;
    margin-bottom:10px;
    width:137px;
    height:155px;
}

div.movie-list:hover{
    background: #E5F1F9;
}

img.movie-list{
    width:138px;
    height:100px;
    border-width: 0px;
}