a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */

body{
	margin:0px;
	background-color: #EBEEFF;
	overflow-y:hidden;
}
td {
	font-size: 12px;
	line-height: 18px;
	color: #151515;
}
.input_login {
	border: #364E72 1px solid;
	background-color:#FFFFFF;
	height: 20px;
}
.blue_bg {
	background-image: url("../images/blue_bg.gif");
	background-repeat: no-repeat;
	height: 25px;
	width: 70px;
	font-weight:bold;
	cursor:hand;
}
.blue_bg2 {
	background-image: url("../images/blue_bg3.gif");
	background-repeat: no-repeat;
	height: 25px;
	width: 70px;
	cursor:hand;
}

.no_top_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #76A8FD;
	border-right-color: #76A8FD;
	border-bottom-color: #76A8FD;
	border-left-color: #76A8FD;
	background:#fff;
}
.timer_now {
	background-image: url(../images/time_now.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 15px;
	padding-left:10px;
}
/*是节日的样式*/
.timer_happyday {
	background-image: url(../images/time_onover.gif);
	background-repeat: no-repeat;
	color:#ffffff;
	height: 17px;
	width: 15px;
	padding-left:10px;
}
/*是节日的样式提示*/
.tips_happyday {
	background-image: url(../images/tips_happyday.gif);
	background-repeat: no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	border:1px solid #000000;
	position:absolute;
	z-index:10;
	height:20px;
	width:200px;
	font-size:12px;
	line-height:20px;
    margin-top:260px;
	margin-left:200px;
	overflow:hidden;
	padding-left:10px;
}
.div_fav{
    height:100%;
	overflow-y:auto;
}
.div_main{
    height:100%;
	overflow-y:hidden;
}

.border_black {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79A9FE;
	border-right-color: #79A9FE;
	border-bottom-color: #79A9FE;
	border-left-color: #79A9FE;
	background-color: #FFFFFF;
}
.border_black2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #79A9FE;
	border-right-color: #79A9FE;
	border-bottom-color: #79A9FE;
	border-left-color: #79A9FE;

}

<!-- 2007-04-16 zhaosf -->
.blue_bg_left {
	background-image: url("../images/blue_bg_left.gif");
	background-repeat: no-repeat;
	height: 25px;
	width: 10px;
	font-weight:bold;
	cursor:hand;
}
.blue_bg_middle {
	background-image: url("../images/blue_bg_middle.gif");
	background-repeat: repeat-x;
	height: 25px;
	font-weight:bold;
	cursor:hand;
}
.blue_bg_right {
	background-image: url("../images/blue_bg_right.gif");
	background-repeat: no-repeat;
	height: 25px;
	width: 10px;
	font-weight:bold;
	cursor:hand;
}

.blue_bg2_left {
	background-image: url("../images/blue_bg3_left.gif");
	background-repeat: no-repeat;
	height: 25px;
	width: 10px;
	cursor:hand;
}
.blue_bg2_middle {
	background-image: url("../images/blue_bg3_middle.gif");
	background-repeat: repeat-x;
	height: 25px;
	cursor:hand;
}
.blue_bg2_right {
	background-image: url("../images/blue_bg3_right.gif");
	background-repeat: no-repeat;
	height: 25px;
	width: 10px;
	cursor:hand;
}

