@charset "utf-8";
/* CSS Document */

#calendar_tcc{ width:244px; height:203px; background:url(../images/tsg_rl.png) no-repeat; padding:10px 15px 0 15px;
position: absolute;
	
	display: none;
	z-index: 9999;
}
ul{ list-style:none; padding:0; margin:0;}
.lf111{ float:left}.rg111{ float:right; padding:1px 5px 0 0;}
#calendar_tcc .tt{ width:220px; font-size:22px; font-weight:bold; line-height:35px; color:#FFFFFF; padding-left:10px; height:35px; background-color:#999;}
#calendar_tcc .tt a{
	background: url(../images/gb.png);
	display: block;
	height: 20px;
	width: 20px;
}
#calendar_tcc .lb{ width:230px; padding-top:5px; overflow-y:auto; overflow-x:hidden; height:140px; }
#calendar_tcc .lb li{ width:230px; line-height:23px; font-size:13px;font-family:"宋体"; text-align: left;}
#calendar_tcc a{ color:#333; text-decoration:none}
#calendar_tcc a:hover{ color:#cc0000; text-decoration:none}

/* 日程表格样式 */
#calTable {
	border-collapse: collapse;

	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}


/* 每日单元格样式 */
td.calBox {
	height: 22px;
	vertical-align: top;
	width: 30px;
}

/* 每日单元格内日期样式 */
td.calBox div.date {
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	height: 22px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 22px;
}





.workday{
	background-color: #DDF3FE;
	color: #2A91CA;
}

.whenday{
	background-color: #2A91CA;
	color: #FFF;
}

.red{
	background-color: #FFCC33;
	color: #FFF;
}




.drp-month-picker {
	position: relative;
	background-color: #efefef;
	height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 32px;
}
.drp-month-picker .drp-month-title {
  font-size: 14px;
  text-align: center;
}
.drp-month-picker .drp-arrow {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  left: 0;
  top: 0;
  color: #afafaf;
}
.drp-month-picker .drp-arrow-right {
  left: auto;
  right: 0px;
}

