﻿.sample
{
    border: medium groove #FFFF00;
    text-align: center;
    font-weight: bold;
    color: #FFFF00;
    font-size: 12pt;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    background-color: #FF0000;
    z-index: 99;
}

*
{
    margin: 0px 0px 0px 6px;
    padding: 0px;
    font-family: 'Microsoft Sans Serif';
    font-size: medium;
    color: #FFCC00;
    vertical-align: middle;
    text-align: center;
}
Body
{
    background-color: #232333;
}

.EntryTextBox
{
    text-align: left;
    font-weight: bold;
    color: #000000;
    font-size: 12pt;
    height: 20px;
}
.StandardButton
{
    border: 4px outset #2F5CF9;
    background-color: #00A6A6;
    width: 95px;
    text-align: center;
    font-weight: bold;
    color: #0000FF;
    font-size: small;
}
.MasterMainContent
{
    position: relative;
    top: 103px;
    left: 286px;
    width: 816px;
}
.CenterText
{
    text-align: center;
}

.GenerationLogo
{
    position: fixed;
    width: 178px;
    height: 100px;
    top: 0px;
    left: 100px;
    z-index: 99;
}
.HeaderBanner
{
    border: thick solid #FF0000;
    position: fixed;
    top: 0px;
    left: 296px;
    width: 790px;
    height: 80px;
    z-index: 90;
}
.CurrentTicketsPanel
{
    z-index: 99;
    position: fixed;
    top: 9px;
    left:810px;
    width: 175px;
    height: 60px;
}
.LeftSideMenu
{
    border: thick solid #FF0000;
	background-color: #232330;
    position: fixed;
    height: 550px;
    width: 169px;
    top: 100px;
    left: 100px;
    z-index: 99;
}
.NameBanner
{
    position: fixed;
    height: 651px;
    width: 118px;
    top: 10px;
    left: -20px;
    z-index: 99;
}
.LineDivider
{
    position: absolute;
    width: 600px;
    height: 2px;
    left: 35px;
    background-color: #FFFF00;
}
.CenteredBoldText
{
    font-size: xx-large;
    font-weight: bold;
    width: 500px;
}

.MainMenuButton
{
    border: 4px outset #2F5CF9;
    background-color: #999999;
    width: 148px;
    height: 50px;
    text-align: center;
    font-weight: bolder;
    color: #0000FF;
    font-size: medium;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 10px; 
}
.BioPhotoPanel
{
    position: absolute;
    top: 98px;
    left: 5px;
    height: 330px;
    width: 245px;
}
.BioTextPanel
{
    position: absolute;
    top: 106px;
    left: 280px;
    height: 532px;
    width: 500px;
}
.peopleBioName
{
    border: 5px groove #CC0000;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 65px;
    width: 674px;
}
.PeopleThumbnail
{
    width: 90px;
    height: 110px;
    border: 5px outset #6699FF;
}
        .GetInvolvedPanel
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 2px;
    left: 600px;
    height: 74px;
    width: 171px;
    border: 7px groove #CC0000;
}


