/* 最外层日历样式 */
.php_calendar 
{
	color: #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	height: 100px;
	font-size:	12px ;
	border: 1px solid #0099CC; 
}

/* 年费选择样式 */
.php_calendar_year
{
	background-color: #3399CC;
	color: #FFFFFF;
	text-align: center;
	height: 22px;
	padding:1px 1px 1px 1px;
	font-weight: bold;
}

.php_calendar_year a
{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}


/* 星期样式 */
.php_calendar_week
{
	background-color: #3399CC;
	color: #FFFFFF;
	text-align: center;
	width: 140px;
	height: 22px;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
}

/* 普通日期样式 */
.php_calendar_day,.php_calendar_nowdate,.php_calendar_linkday
{
	background-color: #efefef;
	color: #666666;
	text-align: center;
	height: 22px;
}

/* 有链接的日期样式 */
.php_calendar_linkday a:hover
{
	color: #CCCCCC;
}

.php_calendar_linkday a:link
{
	color: #333333;
	background-color: #efefef;
}

.php_calendar_linkday a:visited
{
	color: #333333;
}

/* 今天的样式 */
.php_calendar_nowdate
{
	background-color: #E0E0E0;
	color: #666666;
}
