@charset "utf-8";
/* CSS Document */
#calendar_div {
/*color:#697F96;*/
font-family:"Arial Unicode MS", simhei, 黑体,sans-serif;
font-size:.85em;
width:12em;
margin:0 auto;
text-align: center;
background-color:#FFEEDA;
}

td {
 border-right: 1px solid #FFD3A9;
 border-bottom: 1px solid #FFD3A9;
}
td a:link, td a:visited {
 text-decoration:none;
 color: #F1906C;
}
td a:hover, td a:active {
 color: #82A0B3;
 /*background: #FEB17B;*/
}

.calendar{
COLOR: #BE7650;
FONT-STYLE: normal;
TEXT-DECORATION: none
}
.caltexthighlight{
FONT-WEIGHT: bold;
font-size:1em;
COLOR: #BE7650;
FONT-STYLE: normal;
TEXT-DECORATION: none;
PADDING-BOTTOM: 5px;
 }
.caltext{
COLOR: #666666;
FONT-STYLE: normal;
TEXT-DECORATION: none;
PADDING-BOTTOM: 5px;
  }
.calendarheader{
font-size:1em;
FONT-WEIGHT: bold;
COLOR: #82A0B3;
FONT-STYLE: normal;
TEXT-DECORATION: none
  }

A.calendar{
FONT-WEIGHT: normal;
COLOR: #666666;
FONT-STYLE: normal;
TEXT-DECORATION: underline;
  }
.calendartoday a:link, .calendartoday a:visited {
color:#82A0B3 !important;
FONT-WEIGHT: bolder;
FONT-STYLE: normal;
}
.calendartoday a:hover, .calendartoday a:active {
color:#E8BAAD !important;
FONT-WEIGHT: bolder;
FONT-STYLE: normal;
}
td .future {
color:#CBAC8D;
font-size:.82em;
}