﻿/* 全局CSS定义 */
body { margin:0; background-color: #FFF; font-size:12px; color:#040404;}
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;
	
}

/* 链接颜色 */
a:link {	color: #0100CC;}
a:visited {	color: #0100CC;}
a:hover {	color: #FF0000;}
a:active {	color: #FF0000;}

.rs_Digg{width:57px;height:64px; background:url(/Images/digg_bg.gif)}
#shownum{line-height:40px;height:40px;font-size:20px; font-family:"宋体"; font-weight:bold; 
text-align:center;}
.digg_action{line-height:23px;height:23px;text-align:center}
#loading{background:url(/Images/loading.gif) center center no-repeat; 
display:none;width:57px;height:40px;margin-top:-40px}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed		,a.cRed:link	,a.cRed:visited	{ color:Red; }
.cDRed	,a.cDRed:link	,a.cDRed:visited	{ color:#d80000;}
.cGray	,a.cGray:link	,a.cGray:visited	{ color: #4F544D;}
.cWhite	,a.cWhite:link	,a.cWhite:visited	{ color: White;}
.cBlack	,a.cBlack:link ,a.cBlack:visited	{ color: Black;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {	font-weight: bold;}
.fI {	font-style: italic;}

/* 字体大小*/
.f12px { font-size:12px;}
.f14px { font-size:16px;}

/* 其他属性 */
.left { float: left;}
.right { float: right;}
.clear { clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden {display: none;}
.unLine 	,.unLine a	{text-decoration: none;}
.noBorder {border:none;	}
.h1-title {color: #1F1ED1; font-size:20px; margin:12px auto 6px auto; font-weight: bold}
.h2-title {color: #6a6a9a; font-size:14px; margin:12px auto 6px auto; font-weight: bold}
.td1 {  line-height: 150%}

