﻿html, body
{
    height: 100%;
}
body
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #939598;
    text-align: center;
    padding: 0px;
}
.ValidationSummary
{
    color: #cc0000;
    font-size: 12px;
    font-weight: normal;
}
.copyright
{
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}
.currentuser a:link
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:visited
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:active
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:hover
{
    color: #cc0000;
    text-decoration: underline;
}
.commonleftmenu
{
    font-size: 16px;
    color: #939598;
    text-decoration: none;
}
.commonleftmenu a:link
{
    font-size: 16px;
    color: #939598;
    text-decoration: none;
}
.commonleftmenu a:visited
{
    font-size: 16px;
    color: #939598;
    text-decoration: none;
}
.commonleftmenu a:active
{
    font-size: 16px;
    color: #939598;
    text-decoration: none;
}
.commonleftmenu a:hover
{
    font-size: 16px;
    color: #c57715;
    text-decoration: none;
}
.facebooklink a:link
{
    font-size: 14px;
    color: #939598;
    text-decoration: none;
}
.facebooklink a:visited
{
    font-size: 14px;
    color: #939598;
    text-decoration: none;
}
.facebooklink a:active
{
    font-size: 14px;
    color: #939598;
    text-decoration: none;
}
.facebooklink a:hover
{
    font-size: 14px;
    color: #c57715;
    text-decoration: none;
}
#container
{
    display: table;
    width: 720px;
    margin: 0 auto;
}
#row
{
    display: table-row;
}
#left, #right, #middle
{
    display: table-cell;
    vertical-align: top;
}
#left
{
    padding-left: 10px;
    padding-right: 10px;
}
#MasterContainer
{
    display: table;
    width: 1000px;
    margin: 0 auto;
    border-top: solid 0px #c8c6be;
    border-left: solid 0px #c8c6be;
    border-bottom: solid 0px #c8c6be;
    border-right: solid 0px #c8c6be;
    padding-right: 19px;
    background-image: url("/_images/page.background.png");
    background-repeat: repeat-y;
    background-position: center;
}
#MasterRow, #MasterRow2
{
    display: table-row;
}
#MasterLeft, #MasterRight, #MasterMiddle, #MasterLeft2, #MasterRight2, #MasterMiddle2
{
    display: table-cell;
    vertical-align: top;
}
#MasterLeft, #MasterLeft2
{
    padding-left: 0px;
    padding-right: 0px;
}
#MasterLeft2
{
    vertical-align: bottom;
}
#MasterRight2
{
    vertical-align: bottom;
}
#footrow
{
    display: table-row;
}
#footerleft
{
    display: table-cell;
    height: 19px;
}
#footermiddle
{
    display: table-cell;
    height: 19px;
}
#footerright
{
    display: table-cell;
    height: 19px;
}

/* styling of the container. */a.myPlayer
{
    display: block;
    width: 320px;
    height: 264px;
    text-align: center;
    margin: 0 5px 5px 0;
    float: left;
    border: 1px solid #999;
}
/* play button */a.myPlayer img
{
    margin-top: 70px;
    border: 0px;
}
/* when container is hovered we alter the border color */a.myPlayer:hover
{
    border: 1px solid #000;
}
.myPlayer a:link
{
    text-decoration: none;
}
.myPlayer a:visited
{
    text-decoration: none;
}
.myPlayer a:active
{
    text-decoration: none;
}
.myPlayer a:hover
{
    text-decoration: none;
}
