#news_date_selector {	float: right;	z-index: 98;}

#news_date_selector span {	border-bottom: 1px dashed #006AB7;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 12px;
	color: #006AB7;}

#news_date_pattern {	width: 100%;
	height: 100%;
	display: none;
	z-index: 97;
	position: absolute;
	top: 0; left: 0;}

.news_date_list {	background-color: #FFFFFF;	width: 120px;
	border: 1px solid gray;
	border-bottom: none;
	display: none;
	position: absolute;
	z-index: 99;}

.news_date_list div {	background-color: #FFFFFF;	border-bottom: 1px solid gray;
	text-align: center;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 12px;
	color: #006AB7;
	text-decoration: none;
	cursor: pointer;}
