﻿/* HTML标记 ******************** ******************************** */
* { color: black; font-size: 14px; font-family: 宋体, Verdana, Arial; }
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
body { background-color: #71828A; text-align: center; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; }
button { font-size: 14px; }
div { width: 100%; text-align: left; table-layout: fixed; word-wrap: break-word; }
hr { color: #A4AFB5; border: dotted 1px #A4AFB5; size: expression(this.size =       "1" ); }
img { border: none; vertical-align: middle; }
table { border-collapse: collapse; width: 100%; table-layout: fixed; word-wrap: break-word; }
td { word-wrap: break-word; padding: 2px 2px 2px 2px; }
textarea { border: none; }
select { background-color: #F6F6F6; }
/* ******************** ******************** ******************************** */
#Page { width: 760px; border: solid 1px #A4AFB5; background-color: #F0F0F0; }
.Footer { border: solid 1px #A4AFB5; background-color: #D2D8D8; text-align: center; height: 50px; }
/* ******************** ******************** ******************************** */
.CurrentPage { font-family: Arial Black; color: Red; text-align: center; cursor: default; }
.NormalPage { font-family: Arial Black; cursor: pointer; text-align: center; }
.PageSize { text-align: center; }
.Keyword { color: Navy; }
/* 音乐表格头部 ******************** ******************************** */
.MusicHeader { height: 30px; background-color: #D2D8D8; cursor: default; }
/* ******************** ******************** ******************************** */
.Album { width: 100px; text-align: center; cursor: pointer; }
.Singer { width: 60px; text-align: center; cursor: pointer; }
.Song { width: 140px; text-align: center; cursor: pointer; }
.Play { width: 40px; text-align: center; cursor: pointer; }
.Format { width: 40px; text-align: center; }
.Download { width: 40px; text-align: center; cursor: default; }
.Lyric { width: 40px; text-align: center; cursor: pointer; }
/* ******************** ******************** ******************************** */
.MusicItem { }
.MusicAlternatingItem { background-color: #E7E9E9; }
/* 歌词相关 ******************** ******************************** */
.SearchLyric {font-family: 宋体 Verdana; width: 100%; text-align: center; }
.SearchLyric .SongName {cursor:pointer;font-size: 20px;font-weight: bold;  }
.SearchLyric .Album {font-size: 20px; color: Maroon; }
.SearchLyric .Singer {font-size: 20px; color: Green; }
.SearchLyric .LyricContent {cursor:default; font-size: 20px; color: Black; }
.SearchLyric .LyricUrl { font-size: 20px; color: green; }
/* ******************** ******************** ******************************** */

.TabTitle { text-align: center; background-color: #99CC99; cursor:pointer; border-left: 1px solid #A4AFB5; border-top: 1px solid #A4AFB5; border-right: 1px solid #A4AFB5; border-bottom: 1px solid #F0F0F0; }
.SelectedTabTitle { text-align: center; cursor:pointer; font-weight: bold; border-left: 1px solid #A4AFB5; border-top: 1px solid #A4AFB5; border-right: 1px solid #A4AFB5; }
.TabPage { display: none; }
.SelectedTabPage { display: block; }
