 /*---其他样式---*/  
 .userpass{border:1px solid;border-color:#666666;font-size:11px;font-family: Tahoma, 微软雅黑, Verdana, Arial;BACKGROUND-COLOR: #FFFFFF}
 .userpass:hover,.userpass:focus{border-color:#D3D3D3;background:#DFE4E8}
 .inputBox{border:1px solid;border-color:#666666;font-size:11px;}
 .inputBox:hover,.inputBox:focus{border-color:#ff0000;background:#DFE4E8}
 .userbutton{font-size:10px;BORDER: #666666 1px solid;COLOR: #555;HEIGHT: 17px; BACKGROUND-COLOR: #fFFFFF}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#333333;background:#ff0}
 .CateIcon{display:none}
/*日历样式*/
#Calendar_Body{font-size:10px;text-align: center; height: 185px;}

/*日历样式-顶部*/
#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: #999999;}
.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('img/Cprevious.gif') no-repeat;margin-top:0px;cursor:pointer}
   .BttnE{float:right;width:16px;height:16px;background:url('img/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;*/
}

/*特别样式*/
#Side_Calendar .Pcontent{background:url(img/sidebar_bg.jpg) right repeat;}

/*自定义侧栏*/

/*分类侧栏*/
#Side_Category{
position:absolute;
top:308px;
left:772px!important;left:779px;
width:190px;
}
/*搜索*/
#Side_Search{
position:absolute;
top:600px;
left:772px!important;left:779px;
width:190px;
}
/*统计侧栏*/
#Side_BlogInfo{
position:absolute;
top:550px;
left:772px!important;left:779px;
width:180px;
}
/*广告侧栏*/
#Side_guanggao{
position:absolute;
top:760px;
left:772px!important;left:779px;
width:190px;
background-color:#929DA6;
}