body {
    background-color: #efefef;
    font-family: Arial, Helvetica, sans-serif, Tahoma;
    font-size: 1em;
    margin: 0;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333333;
}

input {
    border: 1px solid #9e9e9e;
    height: 20px;
    vertical-align: middle;
}

table {
    width: 100%;
}

table td {
    line-height: 100%;
}

.btnGrey {
    background-color: #666;
    border-color: #444;
    color: #fff;
    height: 24px;
    line-height: 24px;
    width: 60%;
    vertical-align: middle;
}

.btnRed {
    background-color: #990000;
    border-color: #660000;
    color: #fff;
    height: 24px;
    line-height: 24px;
    width: 60%;
    vertical-align: middle;
}

.bigText {
    font-size: 1em;
}

.smallText {
    font-size: 85%;
}

.clblue {
    color: #00a1e4;
}

.clgrey {
    color: #990000;
}

.subinfoText {
    color: #666666;
    font-size: 85%;
}

.bgGrey {
    background-color: #e3e2e2;
}

.whiteline {
    height: 1px;
    background-color: #FFFFFF;
}

.listItemHome {
    padding: 15px 5px 15px 45px;
}

.listItemHome:hover, .listItem:hover {
    background-color: #00a1e4;
}

.listItem {
    padding: 1px 0;
}

.listItem .number {
    width: 30px;
    font-size: 120%;
    color: #666;
}

.listItem .avatar {
    padding: 0 5px;
}

.fontB {
    font-weight: bold;
}

.padL5 {
    padding-left: 5px;
}

.padL10 {
    padding-left: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padL25 {
    padding-left: 25px;
}

.padR5 {
    padding-right: 5px;
}

.padT10 {
    padding-top: 10px;
}

.padB10 {
    padding-bottom: 10px;
}

.padT5 {
    padding-top: 5px;
}

.padB5 {
    padding-bottom: 5px;
}

.mT5 {
    margin-top: 5px;
}

.mL10 {
    margin-left: 10px;
}

.borderTop {
    border-top: 1px solid #9e9e9e;
}

.alCenter {
    text-align: center;
}

.clear {
    clear: both;
}

#header {
    background-color: #0483cb;
    height: 24px;
}

#header-nav {
    float: right;
    color: white;
}

#header #header-nav a {
    font-size: 70%;
    color: white;
    line-height: 20px;
}

#header #vinaphone-logo {
    float: left;
}

#header #theme {
    background: url(images/theme-bg.png) repeat-x scroll 0 0 transparent;
    height: 52px;
    width: 100%;
}

#header #theme #chachalogo {
    background: url(images/left-logo.png) no-repeat;
    width: 100%;
    height: 52px;
}

.tabs {
    font-weight: bold;
    text-align: center;
    float: left;
    height: 32px;
    line-height: 32px;
    width: 50%;
}

.tabSelected {
    background: url(images/button-active-bg.jpg) repeat-x;
    color: white;
}

.tabNormal {
    background: url(images/button-inactive-bg.jpg) repeat-x;
    color: #464646;
}

.search .input {
    width: 78%;
}

.search .submit {
    width: 15%;
}

.events {
    background: url(images/events-icon.png) no-repeat 0 0;
}

.headline {
    font-weight: bold;
    padding: 5px 0 5px 5px;
    background-color: #e3e2e2;
}

.hotSongs {
    background: url(images/hot-songs-32.png) no-repeat 5px center;
}

.hotAlbums {
    background: url(images/hot-albums-32.png) no-repeat 5px center;
    background-color: #e3e2e2;
}

.hotClips {
    background: url(images/hot-clips-32.png) no-repeat 5px center;
}

.hotArtists {
    background: url(images/hot-artists-32.png) no-repeat 5px center;
    background-color: #e3e2e2;
}

.hotNews {
    background: url(images/hot-news-32.png) no-repeat 5px center;
    
}

.topSongs {
    background: url(images/top-songs-32.png) no-repeat 5px center;
}

.topAlbums {
    background: url(images/top-albums-32.png) no-repeat 5px center;
    background-color: #e3e2e2;
}

.topClips {
    background: url(images/top-clips-32.png) no-repeat 5px center;
}

#footer .nav {
    background: url(images/bottom-link-bg.png) repeat-x;
    line-height: 29px;
    color: white;
    font-weight: bold;
    padding-left: 10px;
}

.action:hover {
    color: #990000;
}

.play {
    background: url(images/play-icon.png) no-repeat 0px 12px;
}

.download {
    background: url(images/download-icon.png) no-repeat 0px 12px;
}

.sendgift {
    background: url(images/sendgift-icon.png) no-repeat 0px 12px;
}

.choice {
    width: 50%;
    padding: 5px 0;
    float: left;
    display: block;
}

#paging {
    height: 40px;
    line-height: 40px;
    color: #00A1E4;
}

#paging a {
    color: #00A1E4;
}
