 /*---其他样式---*/  
 .userpass{border:1px solid;border-color:#A9A98D;font-size:12px;font-family: Tahoma, 宋体, Verdana, Arial;BACKGROUND-COLOR: #fafaf0}
 .userpass:hover,.userpass:focus{border-color:#A9A98D;background:#FFFFEE}
 .inputBox{border:1px solid;border-color:#A9A98D;font-size:12px;}
 .inputBox:hover,.inputBox:focus{border-color:#A9A98D;background:#FFFFEE}
 .userbutton{font-size:10px;BORDER: #A9A98D 1px solid;COLOR: #555;HEIGHT: 17px; BACKGROUND-COLOR: #fafaf0}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 .CateIcon{display:none}
/*日历样式*/
#Calendar_Body{font-size:10px;text-align: center; height: 165px;}
#Side_Category {
	display: none;
}
#Side_Search {
	display: none;
}
#Side_BlogInfo {
	display: none;
}
#Side_Links .Pcontent {
	height: 180px;
	overflow: scroll;
	overflow-x: hidden;
}
#Side_Archive {
	display: none;
}
#Side_Support {
	display: none;
}
#Side_Other {
	display: inline;
}
#Side_COPYRIGHT {
	display: none;
}
#Side_Other {
	display: none;
}



/*日历样式-顶部*/
#Calendar_Body #Calendar_Top { height:20px;}

/*日历样式-顶部按钮-左*/
#Calendar_Body #Calendar_Top #LeftB{float: left; cursor: pointer; background:url('../../images/BttnLeft.gif'); height: 16px; width: 9px; margin-left: 1em;}

/*日历样式-顶部按钮-右*/
#Calendar_Body #Calendar_Top #RightB{float: right; cursor: pointer; background:url('../../images/BttnRight.gif'); height: 16px; width: 9px; margin-right: 1em;}

/*日历样式-星期*/
#Calendar_Body #Calendar_week {text-align: center;height:20px;}
ul.Week_UL {list-style: none; display: inline;}
ul.Week_UL li {float: left; width: 14%;}

/*日历样式-日期*/
/*.Calendar_Day {text-align:center;height:14px;padding:0px 0px 0px 2%;}
.Calendar_Day ul.Day_UL {list-style: none;}
.Calendar_Day ul.Day_UL li {float: left; width: 14%; display: inline;}*/
  .Calendar_Day {text-align:center;height:14px;padding:0px 0px 0px 2%;}
  .Calendar_Day ul.Day_UL{display:inline;list-style:none;}
  .Calendar_Day ul.Day_UL li{display:inline;float:left;width:14%;}

/*日历样式-日期-超链接样式*/
.DayA a {display: block;padding:2px 0; height:14px; color: #666;}
.DayA a:link,.DayA a:visited {}
.DayA a:hover {color: #934B8F;}

/*日期选中*/
.DayA a.click {font-weight: bold;}
.DayA a.click:link,.DayA a.click:visited {text-decoration: none; border: dashed 1px #AFC46B; color: #51A13F;}
.DayA a.click:hover {color: #934B8F;}
  
/*今天*/
.DayA a.today {font-weight: bold; color: #F2F1D3; background: #4E6F38;}

/*非本月日期*/
.DayA a.otherday {color: #fff;}
.DayA a.otherday:link,.DayA a.otherday:visited {font-weight: bold; text-decoration: underline;}
.DayA a.otherday:hover {border: solid 1px #51A13F; color: #8ab459; text-decoration: none;}

/*本日存在日记*/
.DayA a.haveD {font-weight: bold;}
.DayA a.haveD:link,.DayA a.haveD:visited {text-decoration:none;}
.DayA a.haveD:hover {border: solid 1px #8ab459; color: #8ab459; text-decoration: none;}


/*今天存在日记*/
.DayA a.DayD {font-weight: bold;}
.DayA a.DayD:link,.DayA a.DayD:visited {border: solid 1px #8ab459; color: #8ab459;}
.DayA a.DayD:hover {border: solid 1px #934B8F; color: #934B8F; text-decoration: none;}

/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:16px;height:16px;background:url('Cprevious.gif') no-repeat;margin-top:0px;cursor:pointer}
   .BttnE{float:right;width:16px;height:16px;background:url('Cnext.gif') no-repeat;margin-top:0px;cursor:pointer}
/*提示框CSS*/
   div.nicetitle {
    position: absolute;
    padding: 4px !important;
	padding: 6px 4px 4px 4px;
    top: 0;
    left: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    width: 15em;
    background: #F1F1F1 url(../../images/nicetitlebg.jpg);
    color: #666;
    border: 1px solid #666;
    text-align: left;
}
   div.nicetitle p {
    margin: 0; padding: 0 3px;
}
   div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding:3px 0px 0px 3px;
	color: #F1F1F1;
	/*display:none;*/
}

/*特别样式*/

.menubar {
	display:block;
	float: left;
	height: 150px;
	width: 16px;
	position: absolute;
	left: 15px;
	top: 45px;
}
.menubar img {
	margin-bottom: 5px;
}

