﻿html, body {
    height: 100%;
}

body, form, div, table
{
    margin: 0px auto;
    color: #333333;
    font-family: Tahoma, Arial, Sans-Serif, Helvetica, Tahoma, Verdana;
    font-size: 10pt;
    text-decoration: none;
}

body
{
    background: #000000;
}

table
{
    border: 0px;
    border-collapse: collapse;
}

input, textarea, select
{
    color: #212121;
    font-family: Tahoma, Arial, Sans-Serif, Helvetica, Tahoma, Verdana;
    font-size: 10pt;
}

p
{
    margin: 0px 0px 15px 0px;
}

a img{border:0px;}

#ContentWrapper a, #ContentWrapper a:link, #ContentWrapper a:visited, #ContentWrapper a:hover, #ContentWrapper a:active
{
    color: #0f52dc;
    font-family: Tahoma, Arial, Sans-Serif, Helvetica, Tahoma, Verdana;
    font-size: 10pt;
    text-decoration: none;
}

#BodyWrapper, #HeaderWrapper, #ContentWrapper, #BottomBannerWrapper, #CopyrightWrapper
{
    position: relative;
    width: 752px;
}

#BodyWrapper
{
    background: #000000;
}


#HeaderWrapper
{
    height: 125px;
    width: 787px;
    Xbackground: url( '/images/Header2.jpg' );
    border-bottom: solid 1px #212121;
    overflow:hidden;
}

#MenuBarWrapper
{
    text-align: left;
    height: 24px;
    margin: 2px auto;
    width: 748px;
}

#CaptionBarWrapper div
{
    overflow: hidden;
    color: #FFFFFF;
    font-size: 16pt;
    height: 26px;
    width: 787px;
    font-family: Arial, Sans-Serif, Helvetica, Tahoma, Verdana;
}

#CaptionBarWrapper div span
{
    position: relative;
    top: 2px;
    left: 12px;
    width: 200px;
}

#ContentWrapper
{
    margin: 3px auto;
    margin-bottom: 4px;
    margin-top:0px;
    border: solid 1px #ffffff;
    border-width: 1px 0px 0px 0px;
    background: #ffffff url( '/images/background.jpg' ) repeat-y;
    width: 787px;
    padding-bottom: 0px;
    overflow:hidden;
}

#MainFrameWrapper
{
    width: 787px;
    background-color: #272727;
    margin-bottom: 5px;
}

#BottomBannerWrapper
{
    text-align: center;
    border-bottom: solid 1px #2c1649;
    height: 94px;
    margin-bottom: 4px;
}

#CopyrightWrapper
{
    font-size: 8pt;
    text-align: center;
    background: #000000;
    color: #666666;
    padding-bottom: 20px;
}

#CopyrightWrapper a, #CopyrightWrapper a:link, #CopyrightWrapper a:visited, #CopyrightWrapper a:hover, #CopyrightWrapper a:active
{
    color: #666666;
    font-family: Arial, Sans-Serif, Helvetica, Tahoma, Verdana;
    font-size: 8pt;
    text-decoration: none;
}

#FullPageColumn
{
    margin: 3px 0px 3px 0px;
    border: none;
    float: left;
    width: 100%;
}

#TwoPartLeftColumn
{
    margin: 3px 0px 3px 0px;
    border-right: solid 1px #dddddd;
    float: left;
    width: 470px;
    padding-right: 3px;
    height: 100%;
    overflow:hidden;
}

#TwoPartRightColumn
{
    margin: 3px 0px 3px 0px;
    float: right;
    width: 312px;
    height: 100%;
    overflow:hidden;
}

#GenericTwoPartLeftColumn
{
    margin: 3px 0px 3px 0px;
    border-right: dotted 1px #462a65;
    float: left;
    width: 442px;
    padding-right: 3px;
}

#GenericTwoPartRightColumn
{
    margin: 3px 0px 3px 0px;
    float: right;
    width: 301px;
}

#TrackListWrapper
{
    overflow: visible;
}
#TrackListWrapper table td
{
    height: 30px;
}

#AlbumListWrapper
{
    overflow: visible;
}

#AlbumListWrapper table td
{
    padding-bottom: 10px;
}

#GalleryListWrapper
{
    overflow: visible;
}

#GalleryListWrapper table td
{
    padding-bottom: 10px;
    width: 98px;
}

.ContainerWrapper
{
    border: none; /*solid 4px #ffffff;*/
    margin: 20px;
}

.ContainerHeader
{
    /*background: #FFFFFF;*/
    height: 17px;
}

.ContainerHeader span, .ContainerHeader h1 
{
    font-size:10pt;
    text-align:left;
    font-weight: bold;
    position: relative;
    left: 15px;
    line-height:17px;
    margin:0px;
}

.ContainerBody
{
    margin: 5px 20px 0px 20px;
}

.TextBox
{
    border: solid 1px #2c1649;
    background: #000000;
}

.clearDiv
{
    clear: both;
}

#SubContentWrapper
{
   float: right;
   overflow:hidden;
   width:636px;
   padding-bottom: 30px;
}



