﻿ /*---其他样式---*/  
 .userpass{border:1px solid;border-color:#A9A98D;height:16px;padding:2px 4px 0 4px;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight:800;color:#666666;background-color:#F1f2f3}
 .userpass:hover,.userpass:focus{border-color:#A9A98D;background:#e5e9f1}
 .inputBox{border:1px solid #999;font-size:12px;padding:2px;background-color:#f1f2f3;}
 .inputBox:hover,.inputBox:focus{border-color:#9E9234;background:#FFFFEE}
 .userbutton{border:0;height:23px;width:70px;color:#fff;background:url(button.png) 0px 0px;padding-top:2px;font-weight:bold;text-align:center;margin:0 3px;}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}

 /*登录框样式*/
 #Side_User form p{line-height:30px;height:30px;}
 /*日历样式*/
  #Calendar_Body{background:url(SideBackC.png) 54px 36px no-repeat;height:164px;width:168px;}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{text-align:center;}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{width:20px;height:14px;background:url(cal.gif) 0 -14px no-repeat;float:left;cursor:pointer;margin-top:3px;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{width:20px;height:14px;background:url(cal.gif) 0 0px no-repeat;float:right;cursor:pointer;margin-top:3px;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center;height:20px;width:168px;}
  ul.Week_UL{display:inline;width:100%;}
  ul.Week_UL li{display:inline;float:left;color:#666;width:24px;text-align:center;margin:0;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;padding:0;width:168px;}
  .Calendar_Day ul.Day_UL{display:inline;width:100%;}
  .Calendar_Day ul.Day_UL li{display:inline;float:left;width:24px;}

 /*日历样式-日期-超链接样式*/
  .DayA a{display:block;text-align:center;width:24px;cursor:pointer;}
 /*日期选中*/
  .DayA a.click:link,.DayA a.click:visited,.DayA a.click:hover{color:#000080;}
 /*今天*/
   .DayA a.today{background:url(cal.gif) -19px -1px no-repeat;color:#fff;}
 /*非本月日期*/
   .DayA a.otherday:link,.DayA a.otherday:visited{color:#cccccc;text-decoration:none;/*visibility:hidden*/}
 /*本日存在日记*/
   .DayA a.haveD:link,.DayA a.haveD:visited,.DayA a.haveD:hover,.DayA a.haveD:active{text-decoration:underline;}
 /*今天存在日记*/
   .DayA a.DayD:link,.DayA a.DayD:visited,.DayA a.DayD:hover,.DayA a.DayD:active{background:url(cal.gif) -19px -1px no-repeat;color:#fff;text-decoration:underline;}
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:16px;height:16px;background:url(../../images/BttnCllps.gif) no-repeat;margin-top:0px;cursor:pointer}
   .BttnE{float:right;width:16px;height:16px;background:url(../../images/BttnExpnd.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: 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;*/
}
