﻿body
{
   font-family: Arial; 
   font-size: 14px;
}
p
{
   font-family: Arial; 
   font-size: 14px;
   margin-bottom: 16px;
   /* margin-bottom has to match the height of .lt & .rt css class ... this also messes up the text size and layout for the text curve */
}
div.tile
{
    width: 1024px;
    text-align: center;
}
.title
{
    font-family: Arial Black;
    font-size: 36px;
    height: 60px;
    width: 100%;
}
.main
{
    border-style: solid none solid none;
    border-width: thin;
    border-color: #C0C0C0;
    height: 768px;
    position: absolute;
    left: 50%;
    margin-left: -512px;
    z-index: 1;
    background-position: left top;
    background-repeat: no-repeat;
}
.videoplayer
{
    height: 280px;
    width: 450px;
    position: absolute;
    left: 50%;
    margin-left: -225px;
    top: 210px;
    border: thin solid #808080;
    background-color: Black;
    visibility: hidden;
    z-index: 3;
    
}
.videomask
{
    border-style: solid none solid none;
    border-width: thin;
    border-color: #C0C0C0;
    height: 193px;
    width: 1024px;
    position: absolute;
    left: 50%;
    margin-left: -512px;
    top: 560px;
    z-index: 0;
}
.videoscrbtns
{
    height: 193px;
    width: 1024px;
    position: absolute;
    left: 50%;
    margin-left: -512px;
    top: 560px;
    z-index: 2;
}
.videoframe
{
    height: 113px;
    width: 150px;
    position: absolute;
    top: 40px;
}
.videolink
{
    height: 113px;
    width: 150px;
}
.vidbtns
{
    position: absolute;
    top: 142px;
    left: 50%;
    border: 0;
}
.header
{
    height: 90px;
}
.content
{
    height: 450px;
}
.video
{
    height: 193px;
}
.footer
{
    height: 25px;
}
#logo
{
    height: 75px;
}
#loginpanel
{
    width: 50%;
    text-align: right;
}
.ctable
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
width: 70%;
}
#username
{
 width: 100px;
}
#password
{
    width: 100px;
}
#leftcontent
{
    height: 400px;
    width: 512px;
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -512px;
    text-align: justify;
}
#right_content
{
    height: 400px;
    width: 512px;
    position: absolute;
    left: 50%;
    top: 150px;
    text-align: justify;
}
.lt
{
    height: 16px;
    float: left;
    clear: left;
    padding-right: 10px;
}
.rt
{
    height: 16px;
    float: right;
    clear: right;
    padding-left: 10px;
}
#closebtn
{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    left: 450px;
}
.videoimage
{
    position: absolute;
    top: 18px;
    left: 4px;
}
.scrollmaskleft
{
    background-color: White;
    position: absolute;
    height: 100%;
    width: 200px;
    top: 0px;
    left: 0%;
    margin-left: -200px;
    z-index: 4;
}
.scrollmaskright
{
    background-color: White;
    position: absolute;
    height: 100%;
    width: 400px;
    top: 0px;
    left: 100%;
    z-index: 5;
}