﻿body
{   
    margin: 0;
    padding: 0;
    font: normal 11px Arial, Verdana, Sans-Serif;
    color: #000;
    background: #f2f8f9;
}
img
{
    border: 0;
}
h1
{
    color: #64afbe;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 0px 15px 0px;
    margin: 0px;
}
h2
{
    color: #64afbe;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 0px 16px 0px;
    margin: 0px;
}
h3
{
    color: #64afbe;
    font-size: 16px;
    margin: 0;
    padding: 0px 0px 10px 0px;    
}
.content a:link, .content a:visited, .content a:active
{
    color: #64afbe;
    text-decoration: underline;
      
}
a:hover
{    
    text-decoration: none !important;
} 
.main ul, .welcome ul
{
    margin: 0;
    padding: 0px 0px 0px 10px;
}
.welcome ul
{
    padding-top: 8px;
}
.main ul li, .welcome ul li
{
    list-style-type: none;
    background: url(/Images/System/Backgrounds/bullet-blue.gif) no-repeat left 1px;
    padding: 0px 0px 0px 12px;    
}

/**********************
        BASE
**********************/
.container
{
    width: 100%;
    border-bottom: solid 1px #e6f0f3;    
    float: left;
}
.headerLine
{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 11px;
    border-bottom: solid 1px #dcebef;
}
.middle
{
    width: 900px;
    margin: 0px auto;
}
.main
{
    width: 840px;
    padding: 25px 30px;    
    background: #fff url(/Images/System/Backgrounds/bg-body.jpg) no-repeat center bottom;
    float: left;
    line-height: 16px;
    min-height: 200px;
    height: auto !important;
    height: 200px; 
}
.pointer
{
    cursor: pointer;
}

/**********************
        WELCOME
**********************/
.welcome
{
    width: 790px;
    background: #d0e7eb;
    padding: 15px 25px;
    border-style: solid;
    border-width: 0px 30px 0px 30px;        
    border-color: #fff;
    line-height: 16px;    
}

/**********************
        HEADER
**********************/
.header
{
    width: 900px;
    height: 192px;
    border-bottom: solid 10px #0055a0;
}
a.logo:link, a.logo:visited, a.logo:hover, a.logo:active
{
    display: block;
    width: 220px;
    height: 70px;
    float: right;
    margin-top: 26px;
    margin-right: 12px;
}
.headerLine
{
    position: absolute;
    top: 0px;
    height: 10px;
    border-bottom: solid 1px #dcebef;
}

/**********************
        CONTENT
**********************/
.content
{
    width: 610px;
    float: left;
    line-height: 16px;
}
div#movie
{
    width: 362px;
    height: 202px;
    padding: 10px;
    border: solid 1px #04b2bd;
}

/**********************
        FOOTER
**********************/
.footerWrapper
{
    width: 900px;
    height: 20px;    
    margin: 0px auto;
    padding-bottom: 20px;        
    text-align: center;    
}
.footer
{
    width: 900px;
    height: 20px;
    padding: 5px 0px 0px 0px;    
    margin: 0px;
    background: #fff;
    float: left;
}
.footer li
{
    display: inline;
    list-style-type: none;
    color: #64afbe;
    background: none;
    padding: 0;
    margin: 0;
}
.footer .split
{
    padding: 0px 8px;
}
.footer a:link, .footer a:visited, .footer a:active
{
    color: #64afbe;   
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
}
.credits
{
    float: right;
    padding: 10px;
    color: #cecece;
}
.credits a:link, .credits a:visited, .credits a:active
{
    text-decoration: none;   
    color: #cecece;
}
.credits a:hover
{
    text-decoration: underline;
}

/**********************
        NEWS
**********************/
.newsItemReturnToIndex
{
    padding: 0px 0px 10px 0px;    
}
.newsItemImg
{
    width: 98px;
    height: 98px;
    margin: 0px 10px 0px 0px;
    border: solid 1px #64afbe;
    float: left;
}
.newsListDateItem
{
        width: 70px;
}


/**********************
     CONTACT
**********************/
.contactTable td
{
    vertical-align: top;
    padding: 0px 10px 4px 0px;
}
.submit
{
    background: #64afbe;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 4px;
    border: 0;
    cursor: pointer;    
}
.submit:hover
{
    color: #0055a0;
}
.valSum ul
{
    padding: 0px 0px 20px 0px !important;
}
.valSum li
{
    background: none !important;
    color: #ff0000 !important;
    list-style-type: disc !important;
    margin-left: 20px;
    padding-left: 0px !important;
    
}

/**********************
        MISC
**********************/
.left
{
    float: left;
}
.right
{
    float: right;
}
.header
{
    font-weight: 700;
    font-size: 12px;
    color: #000;
}
a.readMore:link, a.readMore:visited, a.readMore:active
{
    color: #64afbe;
    text-decoration: none;
}
a.readMore:hover
{
    text-decoration: underline;
}
.contentTable td
{
    padding: 0px 10px 0px 0px;
}
