body {
    font-family: Arial, Helvetica, sans-seif;
    background-image: url(../images/bkgSolid_bottom.png);
}

.top-grad {
    position: absolute;
    z-index: -100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 462px;
    background-image: url(../images/bkgGradient_top.png);
    background-repeat: repeat-x;
}

.logo {
    height: 72px;
    width: 205px;
    background-image: url(../images/micahDahlAnderson.png);
    background-repeat: no-repeat;
}

.info {
    margin-top: 20px;
    color: #AAA;
    width: 218px;
    font-size: 8pt;
    line-height: 150%;
    font-family: Georgia, serif;
}

.contact-icons {
    margin-top: 15px;
}

.contact-icon {
    float: left;
    margin-right: 25px;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.blogger {
    background-image: url(../images/blogger_reg.png);
}

.blogger:hover {
    background-image: url(../images/blogger_rollover.png);
}

.facebook {
    background-image: url(../images/facebook_reg.png);
}

.facebook:hover {
    background-image: url(../images/facebook_rollover.png);
}

.twitter {
    background-image: url(../images/twitter_reg.png);
}

.twitter:hover {
    background-image: url(../images/twitter_rollover.png);
}

.email {
    background-image: url(../images/mail_reg.png);
}

.email:hover {
    background-image: url(../images/mail_rollover.png);
}

.copy {
    margin-top: 15px;
    height: 9px;
    width: 106px;
    background-image: url(../images/copyright.png);
    background-repeat: no-repeat;
}

.sidebar {
    position: absolute;
    top: 63px;
    left: 63px;
}

#videoClip .header,
#trackList thead,
#trackList .footer {
    background-image: url(../images/tableHeaderGradient.png);
    background-repeat: repeat-x;
    height: 20px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 5pt;
    font-family: Georgia, serif;
    cursor: pointer;
}

#player {
    position: absolute;
    top: 63px;
    left: 357px;
    width: 797px;
}

#videoClip {
    background-color: #000;
    height: 209px;
    color: #FFF;
}

#videoPlayerWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 334px;
}

#trackList {
    width: 798px;
    margin-top: 1px;
    margin-bottom: 20px;
    background-color: #FFF;
    font-size: 8pt;
    font-family: Airal, Helvetica, sans-seif;
}

#trackList tr {
    height: 20px;
}

#trackList tbody tr {
    background-color: #373737;
}

#trackList tbody tr.odd {
    background-color: #2C2C2C;
}

#trackList tbody tr.hilite {
    background-color: #FFF;
}

#trackList tbody tr.hilite td {
    color: #000;
}

#trackList td,
#trackList th {
    border-right: 1px solid #181819;
    border-bottom: 1px solid #181819;
    color: #FFF;
    height: 20px;
}

.play {
    width: 20px;
}

.song-title {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 400px;
    cursor: pointer;
}

.genre {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 80px;
}

.tempo {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 80px;
}

th.like {
    padding-left: 10px;
    padding-right: 10px;
}

.like {
    width: 20px;
}

.buy {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 120px;
}

.play-button {
    background-image: url(../images/play_btn_reg.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 14px;
    display: block;
    position: relative;
    left: 3px;
}

.play-button-click {
    background-image: url(../images/play_btn_click.png);
}

.star-button {
    background-image: url(../images/star_btn_reg.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 14px;
    display: block;
    position: relative;
    left: 12px;
}

.star-button-like {
    background-image: url(../images/star_btn_click.png);
}

.purchase-button {
    background-image: url(../images/purchase_btn.png);
    background-repeat: no-repeat;
    width: 109px;
    height: 12px;
    display: block;
    float: right;
    cursor: pointer;
}

.purchase-button-click {
    background-image: url(../images/purchase_bt_onClick.png);
}

th.headerSortUp { 
    background-image: url(../images/sortArrow_up_withPad.png);
    background-repeat: no-repeat;
    background-position: right;
}

th.headerSortDown { 
    background-image: url(../images/sortArrow_down_withPad.png);
    background-repeat: no-repeat;
    background-position: right;
}
