@charset "gb2312";
/* CSS Document */
body {
        margin:0;
        padding:0;
	background:#ffffff;
	overflow:auto;
	font-size:12px;
	cursor:default;
	color: #414245;
}

h2 {
	color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */

#menu3 {
	width: 180px;
	border: 1px solid #ccc;
	margin: 10px;
        }

#menu3 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	padding: 8px 0 0 30px;
	background-image: url(images/menu3.gif);
        }

#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
        color: #283A50;
        background: url(images/menu3.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }
		

/*- Menu Tabs F--------------------------- */	
    #tabsF {
	float:left;
	width:80%;
	font-size:14px;
	line-height:normal;
	border-bottom:1px solid #666;
      }
    #tabsF ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(images/tableftF.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsF a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#666;
	background-image: url(images/tabrightF.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }

/*- layout--------------------------- */		
		
#table01 {
	font-size:12px;
	background-Color:#414245;
	color:white;
	text-align:center;
}

#playListTitle {
	background-Color:#414245;
	color:white;
	font-size:12px;
	font-weight:bold;
	width:100%;
	height:16px;
	padding:2px;
}

#playList {
	width:150px;
	height:225px;
	margin:0px;
	font-size:14px;
	background-Color:#333333;
	color:white;
}

#musicList {
	width:200px;
	border:1px solid buttonface;
	height:80px;
	position:absolute;
	right:5px;
	top:5px;
}

#musicListTitle {
	font-size:13px;
	width:100%;
	height:20px;
	background-Color:#C5FFC5;
	padding:1px;
	font-weight:bold;
}

#musicList a {
	text-decoration:none;
	width:100%;
	height:20px;
	line-height:20px;
	font-szie:20px;
	line-height:20px;
	padding-top:5px;
	padding-left:10px;
}

#musicList a:hover {
	background-Color:#E5FFE5;
}
		
