/*日历字体*/
.cal_div {font-size:12px;font-family:Verdana,Arial,"宋体"; width:200px;} 


/*link字体*/
.cal_div  a:link,#calendar_cal_year .col a:link {color:#464646;text-decoration:none;}   
.cal_div a:visited,#calendar_cal_year .col a:visited{color:#464646;text-decoration:none;}   
.cal_div a:hover,#calendar_cal_year .col a:hover{color:#ed145b;text-decoration:underline;}   
.cal_div a:active,#calendar_cal_year .col a:active{color:#ed145b;text-decoration:underline;} 
 
 /*文本框风格*/
.webdate 
{
	border:#999 1px solid;	height:19px;
}
 /*时间输入框风格*/
#calendar .HourseTime
{
	border:#999 1px solid;	height:15px;
}
 /*时间行的td风格*/
#calendar .datetiemstyle
{
	 height:25px;  vertical-align:text-top;
}
 /**/
.cal_div td{font-size:12px}   

  /*顶部2020-10的风格*/
#calendar .cal_header {font: 12px Arial, Tahoma !important;font-weight: bold !important;font: 11px Arial, Tahoma;font-weight: bold;color: #154BA0;background:#C2DEED;height: 25px; 
}   
#calendar .cal_header_left{ width:15%; text-align:right;}
#calendar .cal_header_middle{ text-align:center; width:70%;}
#calendar .cal_header_right{width:15%; text-align:left;}
#calendar .cal_header td { background:#C2DEED;} /* padding-left: 10px;  */
#calendar .cal_header a {color: #154BA0;}   
#calendar .cal_header input {background:none;vertical-align: middle;height: 16px;}  
 /*星期行*/ 
#calendar .category {font: 12px Arial, Tahoma !important;font: 11px Arial, Tahoma;color: #92A05A;height:20px;background-color: #FFFFD9;}   
#calendar .category td {border-bottom: 1px solid #DEDEB8; } 

/*日历的行
.altbg2 
{
}
*/

 /*日历的日期文字风格*/ 
#calendar .expire, #calendar .expire a:link, #calendar .expire a:visited {color: #999999;} 
#calendar .expire a:hover { color:#ff0000;} 
#calendar .default,#calendar .default a:link,#calendar .default a:visited {color: #000000; }   
#calendar .default a:hover { color:#ff0000;}
#calendar .checked,#calendar .checked a:link,#calendar .checked a:visited { background-color:#a9e4e9;}   
#calendar .today,#calendar .today a:link,#calendar .today a:visited {color: #00BB00;} 
  
/*年div风格*/
#calendar_cal_year {display: none;line-height: 130%;background: #FFFFFF;position: absolute;z-index: 10;}   
#calendar_cal_year .col {float: left;background: #FFFFFF;margin-left: 1px;border: 1px solid #86B9D6;padding:4px; font-size:12px;font-family:Verdana,Arial,"宋体";}  
#calendar_cal_year .checked,#calendar_cal_year .checked a:link,#calendar_cal_year .checked a:visited { background-color:#a9e4e9;}
#calendar_cal_year .today,#calendar_cal_year .today a:link,#calendar_cal_year .today a:visited {color: #00BB00;} 

 /*月div风格*/
#calendar_cal_month {display: none;background: #FFFFFF;line-height: 130%;border: 1px solid #86B9D6;padding: 4px;position: absolute;z-index: 11;} 
#calendar_cal_month .checked,#calendar_cal_month .checked a:link,#calendar_cal_month .checked a:visited { background-color:#a9e4e9;}
#calendar_cal_month .today,#calendar_cal_month .today a:link,#calendar_cal_month .today a:visited {color: #00BB00;}   
 /*整个内部表格*/
#calendar .tableborder {background: white;border: 1px solid #86B9D6;}   
/*#cal_year,#cal_month{padding-right:10px;background:url(attachments/month_0701/8200714125245.gif) no-repeat center right;}/*图片路径可以改成自己的*/  
/*Date*/ 