body
{
    background-color: #DCDDDF;
    margin: 0;
}
#container
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:1024px;
}
#homeBanner
{
    background-image: url(homebanner.png);
    width:1024px;
    height:200px;
}
#searchHome
{
     margin-left:170px;
     text-align:left;
}
#searchHome a
{
     font-family:Trebuchet MS;
     font-size: 12px;
}
#searchHome span
{
     cursor: pointer;
}
#artist
{
    font-family:Trebuchet MS;
    font-size: 19px;
    width: 290px;
    height: 23px;
    border: 0px;
    vertical-align: bottom;
    border: 1px solid #BDBEBF;
}
#btnSearch
{
    background-image: url(search.png);
    border: none;
    cursor: pointer;
    height: 26px;
    vertical-align: middle;
    width: 26px;
    margin-right:10px;
}
#main
{
    margin-top:30px;
    width: 1024px;
    text-align:left;
}
#searchTitle, #tweetTitle, .header
{
    border-bottom: solid 1px #585959;
    color: #585959;
    text-transform:uppercase;
    font-size: 18px;
    font-weight:bold;
    font-family: Trebuchet MS;
}
#navBar span.selectedtab
{
    color: #01B69B;
}
.highlight
{
    color:#01B69B;
}
#navBar span
{
    color:#585959;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
}
#navBar span:hover
{
    color:#01B69B;
    cursor:pointer;
}
#RockDiv
{
    font-family: Trebuchet MS;
    font-size: 13px;
}
#IndieDiv, #PopDiv, #CountryDiv, #HipDiv, #ElectronicaDiv, #SoulDiv
{
    display: none;
    font-family: Trebuchet MS;
    font-size: 13px;
}
#RockDiv a, #IndieDiv a, #PopDiv a, #CountryDiv a, #HipDiv a, #ElectronicaDiv a, #SoulDiv a
{
    text-decoration: none;
}
#tweetsDiv
{
    font-size: 12px;
    font-family: Trebuchet MS;
    width: 100%;
}
.tweetsTbl
{
    padding-left: 0px;
}
.tweetsTbl td
{
    padding: 3px;
}
#eventsDiv
{
    font-size: 12px;
    font-family: Trebuchet MS;
    width: 100%;
}
.eventsTbl
{
    padding-left: 0px;
    width: 100%;
}
.eventsTbl td a
{
    text-decoration: none;
}
#footer
{
    margin-top:50px;
    font-family: Trebuchet MS;
    font-size: 13px;
    width: 100%;
}
#footer a
{
    text-decoration:none;
}