﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #262C3A;*/
    color: #000000;
}

a:link, a:visited, a:active
{
    color: #ffffff;
    text-decoration: none;
}

a:hover
{
    color: #262C3A;
    text-decoration: none;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.titleBand
{
    height: 260px;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.titleActiveArea
{
    height: 2605px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: #262C3A;
}

.sliderBand
{
    height: 530px;
    background-color: #00DDD8;
}

.sliderActiveArea
{
    height : 530px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;  
}

.menuBand
{
    height: 50px;
    background-repeat: repeat;
    padding: 0px;
    background-color: #639AFF;
}

.menuActiveArea
{
    height: 100%;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.menuCell
{
    text-align: center;
    width: 100px;
}

.menuFont
{
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    color: #00ff00;
    font-variant: small-caps;
    font-weight: 700;
}

.contentBand
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    overflow-y: auto;
    max-width:960px;
    padding: 0px;
}

.contentBandFix
{
    height: 640px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    overflow-y: scroll;
    max-width:960px;
    max-height:550px;
    padding: 0px;
}
.footerBand
{
    height: 70px;
    padding: 0px;
    background-repeat: repeat;
    background-color: #639AFF;
}

.footerBand2
{
    height: 70px;
    padding: 0px;
    background-image: url('img/menubk2.jpg');
    background-repeat: repeat;
}

.footerActiviveArea
{
    width: 960px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
}

.fileTable
{
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
    margin-right: auto;
    margin-left: auto;
}
.player
{
    width: 600px;
    height:30px;
    margin-right: auto;
    margin-left: auto;
}

.articleTitle
{
    color: #ff606e; 
    font-weight: 700; 
    font-size: x-large;
}


.tableProgram
{
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}