@charset "utf-8";
#ca{width:302px;height:185px;border:1px solid #5ca71f;background:#e3f2d7;font-size:12px;position:absolute;z-index:10; }
#ca #title{width:100%;height:25px;background:#5ca71f;}
#ca #title span{color:#FFFFFF;display:block;padding:5px;width:140px;float:left;}
#ca #month{width:292px;height:20px;margin:2px 5px 0;}
#ca #month span{color:#666666;display:block;padding:1px;width:144px;float:left;font-weight:bold;}
#ca #month span a{color:#000000;text-decoration:none;}
#ca #month span a:hover{color: #000066;text-decoration:none;border-bottom:1px dotted #000066;}
#ca #month span table {margin-top:3px;}
#ca #month span table tr td {text-align:center;font-weight:normal;height:18px;color:#999999;vertical-align:middle;}
#ca #month span table tr td.week {font-weight:bold;background:#e1e1e1;color:#000000;}
#ca #month span table tr td a{color:#000000;text-decoration:underline;}
#ca #month span table tr td a:hover{color:#666666;border-bottom:dotted 1px #666666;text-decoration:none;}
#ca #month span table tr td a.today{color:#ff0000;text-decoration:underline;font-weight:bold;}
#ca #month span table tr td a:hover.today{color: #CC0000;text-decoration:none;font-weight:bold;border-bottom:1px dotted #CC0000;}
.startday{color:#b15314;font-weight:bold;}
.curdaynoselect{color:#ff0000;font-weight:bold;}

#ca iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:300px;/*must have for any big value*/
	height:300px/*must have for any big value*/;
}
