﻿@charset "utf-8";
/*----------------------------------------------------------------
			// Copyright (C):	www.kugou.com
            // data:	2009-08-20 
            // author:	maozhimin
			// area:	global
----------------------------------------------------------------*/

/*基础样式 start*/
* { margin: 0; padding: 0; }
html{border:0px;}
img {border: 0px;}

body { 
	margin: 0px; padding:0px; font-family: verdana, arial, helvetica, sans-serif;font-size: 12px;color: #666666;letter-spacing: 1px;
}

table,td,tr,th {
	font-size: 12px;line-height: 16px;
}
ul,dl,dd {
	margin: 0px;padding: 0px;list-style: none;
}
h1,h2,h3,h4,h5,h6,form { 
	margin: 0px; padding: 0px; 
}
input,textarea,select { 
	font-size: 12px; 
}
/*基础样式 end*/

/*链接样式 start*/
a:visited {
	color: #666666;text-decoration: none;
}
a:link {
	color: #666666;text-decoration: none;
}
a:hover {
	color: #FF9900;text-decoration: underline;
}
a.green:visited {
	color: #009900;text-decoration: none;
}
a.green:link {
	color: #009900;text-decoration: none;
}
a.green:hover {
	color: #FF9900;text-decoration: underline;
}
a.blue:visited {
	color: #3772AE;text-decoration: none;
}
a.blue:link {
	color: #3772AE;text-decoration: none;
}
a.blue:hover {
	color: #FF9900;text-decoration: underline;
}
a.white:visited {
	color: #ffffff;text-decoration: none;
}
a.white:link {
	color: #ffffff;text-decoration: none;
}
a.white:hover {
	color: #91C8EF;text-decoration: underline;
}
a.grey:visited {
	color: #444444;text-decoration: none;
}
a.grey:link {
	color: #444444;text-decoration: none;
}
a.grey:hover {
	color: #666666;text-decoration: underline;
}
a.black:visited {
	color: #000000;text-decoration:none;
}
a.black:link {
	color: #000000;text-decoration:none;
}
a.black:hover {
	color: #666666;text-decoration: underline;
}
a.cambridgeblue:visited {
	color: #00A0E8;text-decoration: none;
}
a.cambridgeblue:link {
	color: #00A0E8;text-decoration: none;
}
a.cambridgeblue:hover {
	color: #FF9900;text-decoration: underline;
}
a.darkyellow:visited {
	color: #996600;text-decoration: none;
}
a.darkyellow:link {
	color: #996600;
	text-decoration: none;
}
a.darkyellow:hover {
	color: #1AA8E6;text-decoration: underline;
}
a.yellow:visited
{
    color:Yellow;text-decoration: none;
}
a.yellow:link
{
    color:Yellow;text-decoration: none;
}
a.yellow:hover
{
    color:#ffffff;text-decoration: underline;
}
a.fawn:visited {
	color: #999900;text-decoration: none;
}
a.fawn:link {
	color: #999900;text-decoration: none;
}
a.fawn:hover {
	color: #1AA8E6;text-decoration: underline;
}
/*链接样式 end*/

/*清理浮动 float*/
.clear {
	clear: both;
}

/*字体样式 start*/
.font10 {font-size: 10px;}
.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.bold {font-weight: bold;}
.blue {color: #3772AE;}
.navyblue {color: #3772AE;}
.hoary {color: #cccccc;}
.orange {color: #FF9900;}
.yellow{color:Yellow;}
.grey {color: #666666;}
.green {color: #009900;}
.spacing0 {letter-spacing: 0px;}
.white {color: #FFFFFF;}
.Red {color: red;}
.cambridgeblue {color: #00A0E8;}
.underline{text-decoration:underline;}
.black{ color:#000000}
/*字体样式 end*/

/*mouse pointer Style*/
.pointer{
	cursor:pointer;
}

/*强制换行*/
.trip_line{
	word-wrap:break-word;word-break:break-all;table-layout:fixed;
}

/*Page start 翻页样式*/
#mypage {
	line-height: 17px;font-size: 11px;color: #3772AE;font-family: verdana, arial, helvetica, sans-serif;
}
#mypage a, #mypage span {
	float: left;display: block;margin: 0 1px;padding: 0 4px;border: 1px solid #B2E7F1;
}
#mypage .current {
	border: 1px solid #02A9EC;background: #02A9EC;font-weight: bold;color: #FFFFFF;
}
#mypage .count {
	border: none;margin-top: 1px;font-size: 12px;
}-
#mypage .direct {
	font-size: 12px;font-weight: bold;
}
#mypage a {
	text-decoration: none;color: #3772AE;
}
#mypage a:hover {
    border: 1px solid #02A9EC;
}

#mypage_white {
	line-height: 17px;font-size: 11px;color: #3772AE;font-family: verdana, arial, helvetica, sans-serif;
}
#mypage_white a, #mypage_white span {
	float: left;display: block;margin: 0 1px;color: #FFFFFF;padding: 0 4px;border: 1px solid #0072C3;
}
#mypage_white .current {
	border: 1px solid #0072C3;background: #02A9EC;font-weight: bold;color: #FFFFFF;
}
#mypage_white .count {
	border: none;margin-top: 1px;font-size: 12px;
}
#mypage_white .direct {
	font-size: 12px;font-weight: bold;
}
#mypage_white a {
	text-decoration: none;color: #3772AE;background: #ffffff;
}
#mypage_white a:hover {
    border: 1px solid #43ABF6;
}
/*Page end 翻页样式*/

/*空行 start*/
.none_2 {
	clear:both;height:2px;line-height:2px;width:100%;
}
.none_3 {
	clear:both;height:3px;line-height:3px;width:100%;
}
.none_4 {
	clear:both;height:4px;line-height:4px;width:100%;
}
.none_5 {
	clear:both;height:5px;line-height:5px;width:100%;
}
.none_10 {
	clear:both;height:10px;line-height:10px;width:100%;
}
/*空行 end*/

/*滚动样式 start*/
.scroll_style
{
	scrollbar-face-color: #D7F0FF;	/*滚动条及上下箭头面板右、下边颜色*/
	scrollbar-shadow-color: #76BDFF;	/*滚动条及上下箭头面板左、上边颜色*/
	scrollbar-highlight-color: #76BDFF;	/*滚动条及上下箭头面板左、上边阴影颜色*/
	scrollbar-3dlight-color: #ffffff;	/*滚动条及上下箭头面板右、下边阴影颜色*/
	scrollbar-darkshadow-color: #ffffff;	/*滚动条轨道颜色*/
	scrollbar-track-color: #F2FAFF;	/*滚动条上、下箭头颜色*/
	scrollbar-arrow-color: #ffffff; 
}

/*文本框样式*/
.inputtext{
		height:16px;border:1px #CFC9C9 solid;padding:1px 2px;font-size:13px; vertical-align:middle;
}

/*按钮样式*/
.btn{
	line-height:17px; height:17px;width:54px;vertical-align:middle;border:none;cursor:pointer;color:White;background:url(../images/btn.gif);
}

 /*虚线*/
.greydashedline{
	border-bottom-style:dashed;border-bottom:1px solid #E6E6E6;
}

/*半透明 */
.transparence{
	filter:alpha(opacity=20);  /* IE 透明度20% */
	-moz-opacity:0.8;  /* Moz FF 透明度20%*/
	opacity:0.8;	/* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
}