/*tffcal basic styles*/
.tffcal{width:285px;top:300px;left:300px;background-color:#FFFFFF;font-size:14px;font-family: Arial,"\5FAE\8F6F\96C5\9ED1","\5b8b\4f53",sans-serif;}
.tffcal-head{height:42px;background:#3CB6F5;color:#FFF;font-size:18px;line-height:42px;position:relative;text-align:center;z-index:9;}
.tffcal-prev{display:block;width:22px;height:23px;position:absolute;top:9px;left:13px;background:url(//d3ne5s9fv9p81l.cloudfront.net/image/tffcal_icon.gif) no-repeat left top;}
.tffcal .tffcal-prev-hover{background:url(//d3ne5s9fv9p81l.cloudfront.net/image/tffcal_icon.gif) no-repeat 0px 0px;}
.tffcal-next{display:block;width:23px; height:23px;position:absolute;top:9px;right:12px;background:url(//d3ne5s9fv9p81l.cloudfront.net/image/tffcal_icon.gif) no-repeat -23px 0;}
.tffcal .tffcal-next-hover{background:url(//d3ne5s9fv9p81l.cloudfront.net/image/tffcal_icon.gif) no-repeat -23px 0;}
.tffcal-head .tffcal-disabled{display:none;}
.tffcal-year,.tffcal-month{cursor:pointer;position:absolute;top:0;padding-right:12px;background:url(//d3ne5s9fv9p81l.cloudfront.net/image/tffcal_icon.gif) no-repeat right -33px;font-weight:bold;}
.tffcal-title{display:block;width:110px;height:42px;line-height:42px;margin:0 auto;position:relative;}
.tffcal-year{left:0;}
.tffcal-month{right:0;}

.tffcal-body{width:285px;padding-bottom: 5px; position:relative;overflow:hidden;z-index:8; background-color:#E0F2FE;}
.tffcal-weeks{height:34px;color:#67666b;overflow:hidden; text-transform: uppercase;}
.tffcal-weeks span{float:left;width:40px;text-align:center;line-height:34px;}
.tffcal-days{width:285px;overflow:hidden;font-family:Arial,sans-serif;}
.tffcal-days span{float:left;width:40px;height:26px;line-height:26px;text-align:center;}
.tffcal-days span.tffcal-normal{font-weight:bold;cursor:pointer;color:#000;}

.tffcal-days span.tffcal-today{}

.tffcal-days span.tffcal-soldout{text-decoration:line-through;color:#F00;cursor:text;}
.tffcal-days span.tffcal-specific{color:#ff8042;}
.tffcal-days span.tffcal-selected{color:#006699;}
.tffcal-days span.tffcal-hover{color:#006699;}
.tffcal-days span.tffcal-disabled{cursor:text;color:#CCC;font-weight:normal;background:none;}
.tffcal-days span.tffcal-disabled:hover{color:#CCC;}
/*year and month select*/
.tffcal-years{font-weight:bold; padding:0 5px;width:40px;overflow:auto;position:absolute;top:-150px;left:173px;z-index:9;background-color:#3CB6F5;display:none;}
.tffcal-months{width:198px;padding:0 5px;position:absolute;overflow:auto;position:absolute;top:-150px;left:50px;z-index:9;background-color:#3CB6F5;display:none;}
.tffcal-years a{height:20px;float:left;margin-top:4px;color:#FFF;_display:inline;text-decoration:none;padding:2px;text-align:center;border-radius:3px;}
.tffcal-months a{font-weight: bold;float:left;width:60px;padding:2px;margin-top:2px;margin-bottom:6px;color:#FFF;_display:inline;text-decoration:none;text-align:center;border-radius:3px;}
.tffcal-years a:hover,
.ffcal-months a:hover{color:#FFF;}

.tffcal-foot{display: none; height:22px;line-height:22px;background-color:#ECF3FB;padding:0 5px;position:relative;text-align:center;}
.tffcal-today{position:absolute;top:0;left:5px;cursor:pointer;color:#333;}
.tffcal-close{position:absolute;top:0;right:5px;cursor:pointer;color:#333;}
.tffcal-tip{display:inline-block;width:130px;color:#F00;overflow:hidden;}
.tffcal-foot .tffcal-today-mouseon{color:#2c54a1;}


.tffcal .tffcal-year-hover{}
.tffcal .tffcal-month-hover{}
.tffcal .tffcal-today-hover{}
.tffcal .tffcal-close-hover{}

/*lang styles*/
.tffcal-en .tffcal-year{left:auto;right:0;}
.tffcal-en .tffcal-month{right:auto;left:0;}
.tffcal-zh .tffcal-weeks,
.tffcal-zh .tffcal-foot{font-family:Arial,"\5b8b\4f53",sans-serif;}
.tffcal-en .tffcal-months a{text-decoration:none; width:85px; text-align:left; margin-left:8px;}
.tffcal-en .tffcal-years a{text-decoration:none;}
.tffcal-en .tffcal-title{width:171px;}
.tffcal-es .tffcal-year{left:-30px;}
.tffcal-es .tffcal-years{left:55px;}
.tffcal-es .tffcal-month{right:-20px;}
