.tableborder a:link {
	color:#464646;
	text-decoration:none;
}

.tableborder a:visited {
	color:#464646;
	text-decoration:none;
}

.tableborder a:hover{
	color:#ed145b;
	text-decoration:underline;
}

.tableborder a:active{
	color:#ed145b;
	text-decoration:underline;
}

td{font-size:12px}

/*想要改输入日历控件的样子就改下面的CSS样式就可以了*/
/*Date*/
.header {
	font: 12px Arial, Tahoma !important;
	font-weight: bold !important;
	font: 11px Arial, Tahoma;
	font-weight: bold;
	color: #154BA0;
	background:#E4D7C2;/*改变头部颜色E4D7C2*/
	height: 25px;
	padding-left: 10px;
}

.header td {padding-left: 10px;}

.header input {
	background:none;
	vertical-align: middle;
	height: 16px;
}

.category {
	font: 12px Arial, Tahoma !important;
	font: 11px Arial, Tahoma;
	color: #333;
	height:20px;
	background-color: #f8f4f3;/*改变子头部颜色*/
}

.category td {border-bottom: 1px solid #DEDEB8;}

.expire, .expire a:link, .expire a:visited {color: #999999;}

.default, .default a:link, .default a:visited {color: #000000;}

.checked, .checked a:link, .checked a:visited {color: #FF0000;}

.today, .today a:link, .today a:visited {color: #00BB00;}

#calendar_year {
	display: none;
	line-height: 130%;
	background: #FFFFFF;
	position: absolute;
	z-index: 10;
}

#calendar_year .col {
	float: left;
	background: #FFFFFF;
	margin-left: 1px;
	border: 1px solid #86B9D6;
	padding: 4px;
}

#calendar_month {
	display: none;
	background: #FFFFFF;
	line-height: 130%;
	border: 1px solid #86B9D6;
	padding: 4px;
	position: absolute;
	z-index: 11;
}

.tableborder {
	background: white;
	border: 1px solid #8D593A;
}

.showTime {
	color:#464646;
	text-decoration:none;
	font-size:12px;
}
		
.time_ico {
	background:url(../img/time.gif) no-repeat;
	border:none;
	color:#FFFFFF;
	margin-left:-3px;
	_margin-left:-3px;
	padding:0px 10px 0px 5px;
	_padding:0px 10px 0px 5px;
}
#year,#month{
	padding-right:10px;
	/*background:url(attachments/month_0701/8200714125245.gif) no-repeat center right;*/
}/*图片路径可以改成自己的*/
/*Date*/