﻿html, body  
{
    height: 100%; 
 }

body
{
    margin: 0px;
}

td
{
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #444444;
    line-height: 135%;
}

.break-5
{
    height: 5px;    
    display: block;
}

.break-10
{
    height: 10px;    
    display: block;
}

.break-15
{
    height: 15px;    
    display: block;
}

.break-20
{
    height: 20px;    
    display: block;
}

.header
{
    color: #c0c0c0;
}

.header a:link, .header a:visited
{
    display: inline-block;
    padding: 3px 7px 3px 7px;
    color: #ffffff;
}

.header a:hover
{
    background-color: #808080;
    text-decoration: none;
}

A:link
{
    color: #dd0000;
    text-decoration: none;
}

A:visited
{
    color: #dd0000;
    text-decoration: none;
}

A:hover
{
   color: #dd0000;
   text-decoration: underline;
}

#footer
{
    color: #999999;
}
#footer a:link, #footer a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer-navi a:link, #footer-navi a:visited
{
    padding-right: 14px;
}

.title
{
    font-family: Arial, Verdana;
    font-size: 28px;
    font-weight: bold;
    color: #c0c0c0;
    line-height: 100%;
}

.subtitle
{
    font-family: Arial, Verdana;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
}

.form-field, .watermark
{
    font-size: 13px;
    font-family: Verdana, Arial;
}

.watermark
{
    color: #999999;
}

.form-note
{
    font-size: 10px;
    color: #555555;
}

.form-error
{
    font-size: 12px;
    color: #cc0000;
    display: block;
}

.button1 {
    font-family: Verdana, Arial;
    background-color: #1E6C8A;
    border:1px solid #1E6C8A;
    font-size: 13px;
    color:#FFFFFF;
    cursor:pointer;
    width: 90px;
}

.button2 {
    font-family: Verdana, Arial;
    background-color: #1E6C8A;
    border:1px solid #1E6C8A;
    font-size: 13px;
    color:#FFFFFF;
    cursor:pointer;
    width: 130px;
}

ul
{
    list-style-type: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

ul li
{
    margin-left: 0px;
    padding-left: 12px;
    list-style-type: none;
    background-position: 0px 7px;
    background-image: url(Images/BulletGrey.gif);
    background-repeat: no-repeat;
}

/* Dropdown Menu */

.drop-down {
 	position: absolute;
 	top: 65px;
    background: #ffffff;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: none;
    z-index: 3;
}

.drop-down a:link, .drop-down a:visited {
    color: #666666;
    display: block;
    font-size: 13px;
    font-family: Verdana, Arial;
    text-align: left;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 180px;
    border-bottom: 1px solid #dddddd;
}

.drop-down a:hover {
    background: #cccccc;
    color: #ffffff;
    text-decoration:none;
}

/* Right Navi Panel */

.right-panel {
}

.right-panel-title 
{
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 7px;
    background-color: #eaeaea;
}

.right-panel-content 
{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 15px;
}

.hline {
    border-top: 1px solid #dddddd;
}

.form-line
{
    padding-top: 20px; 
    padding-bottom: 20px;
}

.film-info-expanded,
.film-info-collapsed
{
    font-family: Arial, Verdana;
    font-size: 14px;
    line-height: 100%;
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
}

.film-info-expanded
{
    background-position: 0px 1px;
    background-image: url(Images/ArrowDown.gif);
    background-repeat: no-repeat;    
}

.film-info-collapsed
{
    background-position: 0px 1px;
    background-image: url(Images/ArrowRight.gif);
    background-repeat: no-repeat;    
}

.tag-on, .tag-off
{
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: inline-block;
    padding: 6px 15px 6px 15px;
}

.tag-on, a.tag-on:link, a.tag-on:visited, a.tag-on:hover
{
    color: #444444;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.tag-off, a.tag-off:link, a.tag-off:visited, a.tag-off:hover
{
    color: #999999;
    background-color: #eaeaea;
    border-bottom: 1px solid #dddddd;
}

.tag-last
{
    border-right: 1px solid #dddddd;
}

.home-news
{
    background-color: #ffffff;
    margin: 0px 15px 15px 15px;    
    padding: 15px;
}

