﻿body 
{
    background: #000000;
}

.SiteText
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

.SiteTextSmall
{
    font-family: Courier New;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

.SiteTextBold
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.SiteTextUnderline
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
    margin-right: 30px;
    margin-left: 30px;
}

.Error
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
}

.MenuLink
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
    margin-right: 30px;
    margin-left: 30px;
}

.MenuLink:hover
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    margin-right: 30px;
    margin-left: 30px;
}

.Link
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}

.Link:hover
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.RedLink
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
}

.RedLink:hover
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}

.TitleText
{
    font-family: Courier New;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.MainContainer
{
    width: 1000px;
}

.LogoCell
{
    width: 150px;
}

.TextBox
{
    border: solid 1px #FFFFFF;
    background: #000000;
    font-family: Courier New;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

.TextArea
{
    border: solid 1px #FFFFFF;
    background: #000000;
    font-family: Courier New;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px;
}

.Button
{
    border: solid 1px #FFFFFF;
    background: #000000;
    font-family: Courier New;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
}

/* ------ Artists ------ */

.ArtistsTable
{
    width: 700px;
    margin-left: 100px;
}

.ArtistsCell
{
    width: 300px;
}

.ArtistsThumb
{
    width: 200px;
    height: 200px;
}

.ArtistsLink
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #CCCCCC;
}

.ArtistsLink:hover
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.ArtistsRowSep
{
    height: 50px;
}

.BioFrame
{
    width: 800px;
    height: 500px;
}

.PicsLabel
{
    width: 700px;
}

.DeletePic
{
    height: 150px;
    border: solid 4px #999999;
    margin: 20px;
}

.DeletePic:hover
{
    height: 150px;
    border: solid 4px #FFFFFF;
    margin: 20px;
}

.ArtistImage
{
    width: 500px;
}

/* ------ Admin ------ */

.AdminTable
{
    border: solid 1px #FFFFFF;
}

.AdminTable td
{
    border: solid 1px #FFFFFF;
}

.EditArtistThumb
{
    width: 75px;
    height: 75px;
}

/* ------ News ------ */

.NewsDate
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    color: #FFFFFF;
}

/* ------ Live Dates ------ */

.LiveDatesSep
{
    border: dashed 2px #FFFFFF;
}

.LiveDate
{
    font-family: Courier New;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
    color: #FFFFFF;
}