﻿body 
{
    background: black url('images/background.jpg') no-repeat;
    background-position:center top;
    margin: 0 0 0 0;
    font-family: Verdana;
    font-size: 11px;
    
    
}

a 
{
    text-decoration: none;
    color:black;
    
}

h2
{
    border-bottom: solid 1px Gray;
    background-color: Black;
    color:white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:center;
}

#main
{
    margin: 0px;
    width: 901px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background: white url('images/inner_background.gif');
    background-position:center top;
    
    
    
}
#bottom
{
    background-position: center top;
    background-repeat: no-repeat;
    width: 901px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    background-color: Black;
    /*background: white url('images/bottom_background.jpg');
    background-position:center top;
    background-repeat: no-repeat;*/
}

#content
{
    width: 861px;
    /*margin-top: -50px;*/
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 220;
    
}

#innerright
{
    width: 250px;
    float: right;
    padding-top: 50px;
    border-left: solid 1px Gray;
    margin-left: 10px;
    margin-bottom: 10px; 
    z-index: 2;
    /*position: relative;
    
    */
}

#innerright div
{
    border-bottom: solid 1px Gray;
    padding-left: 10px;
}

.news 
{
    padding-top: 20px;
    padding-right: 10px;
}

.news .headline 
{
    /*clear: both;*/
    margin-bottom: 5px;
  
}

.news .headline .text
{
    text-transform:uppercase;
    font-size: 14px;
    font-weight: bold;
    display:inline !important;
    
}

.news .headline .date
{
    font-style: italic;
}

.news .text 
{
   
}

.showEntry
{
    border-bottom: none !important;
    padding-bottom: 10px;
}

.showEntry .head
{
    display:block;
    font-weight: bold;
}
.showEntry .text
{
    
}

.TourDates 
{
    width: 100%;
    
}

.qty 
{
    border: solid 1px Gray;
    width: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
}

input 
{
    border: solid 1px Gray;
    
    vertical-align: middle;
    font-size: 10px;

}

select 
{
    border: solid 1px Gray;
    vertical-align: middle;
    font-size: 10px;

}


.merchTable img
{
    border: solid 2px black;
}

.HeaderInHeader 
{
    font-size: 14px;
    background-color: Black;
    color: White;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.tourDate
{
    text-align:left;
    border-bottom: dotted 1px gray;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Tahoma;
    text-transform: uppercase;
    letter-spacing: 0px;
    
}

.tourDate span
{
    text-align:right;
    float:right;
    font-weight:normal;
    font-family: Verdana;
    font-size: 10px;
    text-transform:none;
}
