﻿.tabOn
{
    border-left-color: White;
    border-left-style: solid;
    border-width: thin;
    padding-left: 8px;
    height: 20px;
    width: 146px;
    background-color: #296DC0;
    color: white;
}


.tabOff
{
    border-left-color: White;
    border-left-style: solid;
    border-width: thin;
    padding-left: 8px;
    height: 20px;
    width: 146px;
    background-color: #6E96D5;
    color: white;
}


a.flowplayer, a.flowplayer img
{
    display: block;
    width: 320px;
    height: 240px;
    border: 0px;
}


/* play button on top of splash screen */
div.playButton
{
    background: url(/images/play.png) no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    top: -140px;
    margin-left: 140px;
    opacity: 0.9;
    margin-bottom: -50px;
}

/* play button upon mouseover */
div.playButton:hover
{
    opacity: 1.0;
}
