﻿body 
{
    background-color:#000000;
    color:#FFFFFF;
    font-family:Arial;

}

img
{
    border:none 
    }
.menuTopTable
{
    display: inline-block;
    width:919px;
    margin-bottom:5px;
        }
    
.outerDIV
{
    text-align:center;
    width:100%;
    height:100%;
    }
    
.innerDIV
{
   text-align: center;
    width:960px;
    height:100%;
    display: inline-block;
    }
.iconTD

{
    padding:0px 0px 0px 0px;
    width:182px;
    text-align:center;
    }    
td

{
    
    vertical-align: top;
    text-align: left;
    padding-right:30px;
        }
    
.headerText
{
    font-size:37px;
    text-transform: uppercase;
    }
    
.neutralLink
{
   Color:#FFFFFF;
   text-decoration: none;
   border: none
    }
    
    
hr
{
    border: none;
    background-color: #FFFFFF;
    height: 1px;   
    text-align: left; 
    }

p
{
    color: #FFFFFF;
    font-size: 13px;
    margin-top:0px;
    
    
    }

.contactBackground
{
    background-image: url('images/contact_big.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    }

.musicBackground
{
    background-image: url('images/music_big.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    }

.communityBackground
{
        background-image: url('images/community_image.png');
    background-repeat: no-repeat;
    background-position: 500px 180px;
    background-attachment: fixed;
    background-clip: content-box;
    
    }
    
    
    
div
{
    text-align: left;
    vertical-align: top;
    }

.playList
{
  width: 540px;
  border-top: 1px solid #FFFFFF
  
    }
    
.guestBookDiv
{
  width: 540px;
  padding-top: 12px;
  
    }
    

.playListTable
{
      width: 540px;
      
    }

.playListTableCellLeft
{
    width: 252px;
    padding-right:7px;
    padding-top:7px
    }

.playListTableCellRight
{
    text-align: left;
    width: 288px;
    padding-right:0px;
    padding-top:7px

        }
        
input, textarea
{
background-color:#000000;
color:#FFFFFF;
border:none;
width: 200px;
    }
    
fieldset
{
    width: 210px;
    border-width:1px;
    padding:3px;
    margin: 0px;
    }
    
legend
{
    font-size: 12px;
    color:#FFFFFF;
    }
    

input[type="submit"], input[type="button"]
{
    color: #FFFFFF;
    background-color:#000000;
    border:1px solid #FFFFFF;
    width: 80px;
    height: 30px;
    font-weight: bold;    
    }
    
    
.gbName
{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
        }

.gbDate
{
    padding-left: 10px;
    font-style: italic;
    font-size: 11px;
        }
    
.gbComment
{
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 5px;
     
    }

a {
    color:white;
    text-decoration: none;
}
