td {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
div {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #00366C;
	text-decoration: underline;
}
a {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #00366C;
	text-decoration: none;
}
body {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	scrollbar-highlight-color: buttonface;
	scrollbar-shadow-color: buttonface;
	scrollbar-3dlight-color: buttonhighlight;
	scrollbar-track-color: #f7fbff;
	scrollbar-darkshadow-color: buttonshadow;
	scrollbar-face-color: #A4D1FF;
}
img {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

input {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	border-top-width: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left-width: 1px;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	padding-bottom: 1px;
	border-top-color: #000000;
	padding-top: 1px;
	border-right-width: 1px;
	border-right-color: #000000
}

textarea, select {
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	font-style: bold;
}

.password { font-family: "Verdana", "Arial", "Helvetica", "sans-serif";}

a.head {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.head:hover {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.navi {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #00458A;
	text-decoration: none;
}

a.navi:hover {
	font-family: "宋体","Verdana", "Arial";
	font-size: 12px;
	color: #00458A;
	text-decoration: underline;
}

.menuwindow {
	text-align: left; 
	padding: 7px; 
	overflow: hidden;
	border: 1px solid #CAD9EA;
	background: #F7FBFF;
}

.getinfo_sub {
	text-decoration: underline;
	cursor: pointer;
}

.tabTalbe {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.tabNonBottomTd {
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
}

.rateField {
	border: 1px solid #CAD9EA;
	padding: 10px;
	width:600px;
	line-height: 140%;
	font-size:12px;
}

.diggfield {
	width: 420px;
	height: 51px;
	margin: 8px;
	clear: both;
	overflow: hidden;
	padding-left: 90px;
}
.diggbox {
	width: 195px;
	height: 51px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	cursor: pointer;
}
.digg_good {
	background:url('../../images/default/newdigg-bg.gif') left top no-repeat;
}
.digg_bad {
	background:url('../../images/default/newdigg-bg.gif') right top no-repeat;
}
.digg_act {
	font-size: 14px;
	float: left;
	line-height: 31px;
	text-indent: 32px;
	height: 29px;
	overflow: hidden;
	font-weight: bold;
}
.digg_act_good {
	color: #C63;
}
.digg_act_bad {
	color: #36C;
}
.digg_num {
	font-size: 14px;
	float: left;
	line-height: 30px;
	text-indent: 4px;
	font-weight: bold;
}
.digg_percent {
	width: 180px;
	clear: both;
	padding-left: 10px;
	overflow: hidden;
}
.digg_percent .digg_percent_bar {
	width: 100px;
	height: 7px;
	background: #E8E8E8;
	border-right: 0px solid #CCC;
	float: left;
	overflow: hidden;
	margin-top: 3px;
}
.digg_percent .digg_percent_bar span{
	display: block;
	height: 5px;
	overflow: hidden;
	background: #000;
}
.digg_percent .digg_percent_num {
	font-size: 12px;
	float: left;
	padding-left: 10px;
}
.digg_good .digg_percent .digg_percent_bar span{
	border: 0px solid #E37F24;
	background: #FFC535;
}
.digg_bad .digg_percent .digg_percent_bar span{
	border: 1px solid #689ACC;
	background: #94C0E4;
}