﻿/*======================================================
样式基类.
Create Date:2008/4/29
Author:H.Q.L 小何在线
请保留此申明，谢谢!
======================================================*/
/* 全局CSS定义 */
body { text-align: center; margin:0; padding:0; font-size:12px; color:#000; font-family:宋体;line-height:18px; background-image:url('../../images/dd.jpg');} /*dd.jpg guoqing-bg.png*/
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
ul li{list-style-type:none;}
/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline; }
a:active {color: #000;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;	}
/* 归纳到的一些消除行 */
.clear{ clear: both; font-size:1px; width:1px; visibility: hidden; }
.blank6{ width:100%; height:6px; margin:0 auto; font-size:1px; clear:both;}
.blank9{ width:100%; height:9px; margin:0 auto; font-size:1px; clear:both;}
.blank10{ width:100%; height:10px; margin:0 auto; font-size:1px; clear:both;}
.blank12{ width:100%; height:12px; margin:0 auto; font-size:1px; clear:both;}
.blank15{ width:100%; height:15px; margin:0 auto; font-size:1px; clear:both;}
.blank9color{ width:100%; height:9px; margin:0 auto; font-size:1px; clear:both; background-color:Red;}

/* QQ在线,离线 */
A.qqa:link {COLOR: red; text-decoration: none}
A.qqa:visited {COLOR: red; text-decoration: none}
A.qqa:active {COLOR: red; text-decoration: none}
A.qqa:hover {COLOR: blue; text-decoration: none}

A.qqb:link {COLOR: black; text-decoration: none}
A.qqb:visited {COLOR: black; text-decoration: none}
A.qqb:active {COLOR: black; text-decoration: none}
A.qqb:hover {COLOR: blue; text-decoration: none}

A.qqc:link {COLOR: #FFFFFF; text-decoration: none}
A.qqc:visited {COLOR: #FFFFFF; text-decoration: none}
A.qqc:active {COLOR: #FFFFFF; text-decoration: none}
A.qqc:hover {COLOR: #FFFFFF; text-decoration: none}

/* head登陆注册按钮样式 */
a:link.about {
	border-right:2px solid #ffffff; border-bottom:2px solid #ffffff; 
}
a:visited.about {
	border-right:2px solid #ffffff; border-bottom:2px solid #ffffff; 
}
a:hover.about {
	border-left:2px solid #ffffff; border-top:2px solid #ffffff;
}