﻿ /*---其他样式---*/  
 .userpass{}
 .userpass:hover,.userpass:focus{}
 .inputBox{}
 .inputBox:hover,.inputBox:focus{}
 .userbutton{}
 .LinkTable{}
 .commentTable{}
 .high1{}
 .CateIcon{}
/*日历样式*/
  #Calendar_Body{color:#59600E;margin:5px 0px 5px 0px;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');width:9px;height:16px;float:left;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('../../images/Bttnright.gif');width:9px;height:16px;float:right;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{color:#c84a26;text-align:center;height:20px;padding:0px 0px 0px 2%;font-weight:bold;}
  ul.Week_UL{display:inline;list-style:none;margin:0px;padding:0px;}
  ul.Week_UL li{display:inline;margin:0px;padding:2px 0px 2px 0px;float:left;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;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{cursor:default;padding:2px 0px 3px 0px;display:block;font-size:11px;height:13px;color:#59600E;margin:0px;}
  .DayA a:link,.DayA a:visited{}
  .DayA a:hover{}
 /*日期选中*/
  .DayA a.click{cursor:default;font-weight:bold;}
  .DayA a.click:link,.DayA a.click:visited{font-size:15px;}
  .DayA a.click:hover{font-size:15px;}
 /*今天*/
   .DayA a.today{cursor:default;font-weight:bold;font-size:15px;}
 /*非本月日期*/
   .DayA a.otherday{display:none;}
   .DayA a.otherday:link,.DayA a.otherday:visited,.DayA a.otherday:hover{}
 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;color:#59600E;font-weight:bold;border: dotted 1px #c84a26;margin:1px;}
   .DayA a.haveD:link,.DayA a.haveD:visited{text-decoration:none;}
   .DayA a.haveD:hover{}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;font-weight:bold;font-size:14px;}
   .DayA a.DayD:link,.DayA a.DayD:visited{text-decoration:none;}
   .DayA a.DayD:hover{text-decoration:none;}
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:16px;height:16px;background:url('../../images/Cprevious1.gif') no-repeat;margin-top:12px;cursor:pointer}
   .BttnE{float:right;width:16px;height:16px;background:url('../../images/Cnext1.gif') no-repeat;margin-top:12px;cursor:pointer}
/*提示框CSS*/
   div.nicetitle {
    position: absolute;
    padding: 4px !important;
	padding: 6px 4px 4px 4px;
    top: 0;
    left: 0;
    font-family: Arial, Arial, Arial, sans-serif;
    font-size: 12px;
    width: 15em;
    background: #FFFBD1 url(../../images/nicetitlebg.jpg);
    color: #3D2C05;
    border: 1px solid #715208;
    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: #715208;
	/*display:none;*/
}

