﻿html
{
    height:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
body 
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    height:100%;
    width:100%;
    background-color:Black;
    font-family:Arial, Tahoma, Verdana;
}
img
{
    border:none;
}
a,a:visited,a:active
{
    color:#8A786E;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
    color:#8cf100;
}

.MainTable
{
    width:784px; 
    height:100%;
    background-color:#55212d;
    border:solid 2px #8A786E;
}

.MainRelativeToDiv
{
    position:relative; 
    display:block;
    width:784px; 
    height:100%;
}

.MainMenuContainer
{
    background-color:#0e1c25;
    height:20px;
}

.MainMenu
{
    width:780px;
    height:20px;
}

.MainMenuItem
{
    height:20px;
    width:78px;

    text-align:center;
    vertical-align:middle;
    color:White;
    font-size:13px;
    font-weight:bold;
    cursor:pointer;
}
.MainMenuItem:hover
{
    height:20px;
    width:78px;

    text-align:center;
    vertical-align:middle;
    background-color:#7cb100;
    color:White;
    font-size:13px;
    font-weight:bold;
    cursor:pointer;
}
.MainMenuItemSelected
{
    width:78px;
    height:20px;

    text-align:center;
    vertical-align:middle;
    background-color:#7cb100;
    color:White;
    font-size:13px;
    font-weight:bold;
    cursor:pointer;
}

.BackgroundLine
{
    background-color:#8cf100;
}

.TopImageRow
{
    height:150px;
}
.TopNoaTd
{
    background-image:url(images/mainNoa.jpg);
    background-position:right top;
    background-attachment:scroll;
    background-repeat:no-repeat;
}
.BottomImageRow
{
    height:200px;
}
.BottomNoaTd
{
    background-image:url(images/mainNoaBottom.jpg);
    background-position:left bottom;
    background-attachment:scroll;
    background-repeat:no-repeat;
}


.MainContent
{
    background-color:#0E1C25;
    border-top:solid 2px #8A786E;
    border-bottom:solid 2px #8A786E;
    height:300px;
    color:White;
    padding:10px;
}

/* ------------------------------------ Text ------------------------------------ */
.Header
{
    font-size:3em;
    font-weight:bold;
    font-family:Tahoma;
    color:#55212D;
}

.HeaderSmall
{
    font-size:1.4em;
}

.Content
{
    font-size:0.8em;
    padding-left:20px;
}

.ContentItem
{
    
    padding-left:20px;
}

/* ------------------------------------ HOME PAGE ------------------------------------ */
.HomePageTopRow
{
    height:280px;
}
.HomePageMiddleRow
{
    height:40px;
}
.HomePageBottomRow
{
    height:100px;
}

.News
{
}

.News:hover
{
    cursor:pointer;
}

/* ------------------------------------ DISCOGRAPHY ------------------------------------ */
.Disc
{
    margin-bottom: 20px;
    width:100%;
}
.NoDiscCell
{
    background-color:Black;
    text-align:center;
    vertical-align:middle;
    font-size:10px;
    width:150px;
    height:150px;
    background-image:url(images/noDiscImage.jpg);
}
.DiscDetailsCell
{
    padding:5px;
    text-align: left;
    vertical-align:top;
    width:100%;
}
.DiscTitle
{
    font-size:1.4em;
}
.DiscDate
{
    font-size:0.9em;
}
.DiscCompany
{
    color:White;
}
.DiscText
{

}
a.DiscLink
{
}

/* ------------------------------------ MEDIA ------------------------------------ */
.Media
{
    margin-bottom: 30px;
    width:100%;
}
.MediaCell
{
    padding-top:5px;
}
.MediaDetailsCell
{
    padding:0px 5px 5px 5px;
    text-align: left;
    vertical-align:top;
    width:100%;
}
.MediaTitle
{
    font-size:1.4em;
}
.MediaText
{
 
}
/* ------------------------------------ LINKS ------------------------------------ */
.LinksMain
{
    margin-bottom:20px;
}
.LinksContainer
{
    padding:5px 10px 0px 10px;
}
/* ------------------------------------ DOWNLOADS ------------------------------------ */
.Download
{
    margin-bottom:40px;
}
a.DownloadLink
{

}
.DownloadText
{

}

