 /*其他样式*/  
 .userpass{border:1px solid;border-color:#ddd;font-size:12px;font-family: Verdana, georgia, Helvetica, sans-serif;height:20px;line-height:20px;padding:0 3px;}
 .userpass:hover,.userpass:focus{border-color:#ddd;background:#EEEEEE}
 .inputBox{border:1px solid;border-color:#590000 #fff #fff #590000;font-size:12px;}
 .inputBox:hover,.inputBox:focus{border-color:#590000;background:#FFFFEE}
 .userbutton{border: 1px solid #ddd;border-left: 4px solid #ddd;font-size:12px;height:20px;line-height:20px;background:#fff ;}
 .LinkTable{margin:5px 10px 5px 0px;}
 .iptMult{border:1px #ddd solid;font-size:12px;height:80px;padding:3px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 .CateIcon{/*padding-right: 4px;*/display:none;}

 /*日历样式*/
  #Calendar_Body{margin:5px 0px 5px -5px;font-family:arial;line-height:120%;}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{padding:0px 2px 0px 2px;height:18px;text-align:center;font-weight:bold;}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{background:url('../../images/BttnLeft.gif') no-repeat;width:9px;height:16px;margin-left:3px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('../../images/BttnRight.gif') no-repeat;width:9px;height:16px;margin-right:2px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center;height:20px;padding:0px 0px 0px 2%;font-weight:bold;vertical-align: bottom;}
  ul.Week_UL{display:inline;list-style:none;margin:0px;padding:0px;}
  ul.Week_UL li{display:inline;margin:3px 0px 2px 0px;padding:0px;float:left;color:#ddd;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:18px;padding:0px 0px 0px 2%;color:#000}
  .Calendar_Day ul.Day_UL{display:inline;list-style:none;}
  .Calendar_Day ul.Day_UL li{display:inline;float:left;width:14%;}

 /*日历样式-日期-超链接样式*/
  .DayA a{cursor:default;padding:2px 0px 3px 0px;display:block;font-size:12px;height:13px;color:#888;}
  .DayA a:link,.DayA a:visited{color:#FFF;}
  .DayA a:hover{color:#ddd;}
 /*日期选中*/
  .DayA a.click{cursor:default;background:url('day.gif') no-repeat -1px 1px;background:#426776;font-weight:bold;}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;color:#ddd;}
  .DayA a.click:hover{text-decoration:underline;color:#ddd;}
 /*今天*/
   .DayA a.today{cursor:default;font-weight:bold;color:#000;background:url('bg_today.gif') no-repeat 2px -1px;}
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#ddd;text-decoration:none;}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#343B41;}
   .DayA a.otherday:hover{cursor:default;color:#3A4147;}

 /*本日存在日记*/
   .DayA a.haveD{}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#265E15;background:url('bg_thisday.gif') no-repeat 2px -1px;}
   .DayA a.haveD:hover{cursor:pointer;color:#000;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{background:#426776;color:#000;background:url('day.gif') no-repeat 3px -1px;font-weight:bold;text-decoration:none;}
   .DayA a.DayD:hover{color:#ccc;background:#426776;text-decoration:underline;}
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:15px;height:16px;background:url(BttnCllps.gif) no-repeat;margin-top:0px;margin-right:5px;cursor:pointer}
   .BttnE{float:right;width:15px;height:16px;background:url(BttnExpnd.gif) no-repeat;margin-top:0px;margin-right:5px;cursor:pointer}
