/* CSS Document */

.note_red {
	font-family: arial, "宋体";
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	color: #cc0000;
}
.note_red:link {
	text-decoration: none;
}
.note_red:visited {
	text-decoration: none;
}
.note_red:hover {
	color: #222222;
	text-decoration: underline;
}
.note_red:active {
	text-decoration: underline;
}

.note_gray {
	font-family: arial, "宋体";
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	color: #222222;
}
.note_gray:link {
	text-decoration: none;
}
.note_gray:visited {
	text-decoration: none;
}
.note_gray:hover {
	color: #cc0000;
	text-decoration: underline;
}
.note_gray:active {
	text-decoration: underline;
}

.note_light_gray {
	font-family: arial, "宋体";
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	color: #BBBBBB;
}
.note_light_gray:link {
	text-decoration: none;
}
.note_light_gray:visited {
	text-decoration: none;
}
.note_light_gray:hover {	
	color: #FFCC00;
	text-decoration: underline;
}
.note_light_gray:active {
	text-decoration: underline;
}

.note_blue {
	font-family: arial, "宋体";
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	color: #006699;
}
.note_blue:link {
	text-decoration: none;
}
.note_blue:visited {
	text-decoration: none;
}
.note_blue:hover {
	color: #006699;
	text-decoration: underline;
}
.note_blue:active {
	text-decoration: underline;
}

.note_white {
	font-family: arial, "宋体";
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	color: #FFFFFF;
}
.note_white:link {
	text-decoration: none;
}
.note_white:visited {
	text-decoration: none;
}
.note_white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.note_white:active {
	text-decoration: underline;
}

.note_orange {
	font-family: arial, "宋体";
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	color: #ff9900;
}
.note_orange:link {
	text-decoration: none;
}
.note_orange:visited {
	text-decoration: none;
}
.note_orange:hover {
	color: #ff9900;
	text-decoration: underline;
}
.note_orange:active {
	text-decoration: underline;
}

.note_green {
	font-family: arial, "宋体";
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	color: #B4DA00;
}
.note_green:link {
	text-decoration: none;
}
.note_orange:visited {
	text-decoration: none;
}
.note_green:hover {	
	text-decoration: underline;
}
.note_green:active {
	text-decoration: underline;
}

.lm_bg {	
	padding-top: 3px;
	background-image: url(images/lm_bg.gif);	
}

.lm_bg_f {	
	padding-top: 3px;
	background-image: url(images/lm_bg_f.gif);		
}

#border {
	border-bottom:1px #BBBBBB solid;
	padding-left:5px;
}

#td_line {
	border-bottom:1px #BBBBBB dashed;
}

.box_black {
	font-family: verdana, "宋体";
	background-color: #494949;
	border: 1pt solid #000000;
	font-size: 12px;
	line-height: 15px;
	padding-top: 2px;
	padding-left: 3px;
	color: #BBBBBB;
	height: 20px;
}

.box_white {
	font-family: verdana, "宋体";
	background-color: #FFFFFF;
	border: 1pt solid #999999;
	font-size: 12px;
	line-height: 15px;
	padding-top: 2px;
	padding-left: 3px;
	color: #BBBBBB;
	height: 20px;
}

#friend_show {
	background-image: url(images/right_friends_show.gif)
}

#friend_hidd {
	background-image: url(images/right_friends_hidd.gif)
}