﻿ /*---其他样式---*/  
 .userpass{
 border:1px solid #FAF9F8;
 font-size:11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;}
 .userpass:hover,.userpass:focus{
 border-color:#FAF9F8;
 background:#E2E2E2;
 }
 .inputBox{
 border:1px solid #FAF9F8;
 font-size:11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background: #FAF9F8;
 color:#666666;
 }
 .inputBox:hover,.inputBox:focus{
 background:#fff;
 }
 .userbutton{
 cursor: pointer;
 color: #A8A8A8;
 border: none;
 height:18px;
 padding:2px 5px 2px 5px !important;
 padding:2px 2px 2px 2px;
 background: #FAF9F8;
 }
 .LinkTable{margin:2px 5px 2px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 
 /*日历样式*/
 #Calendar_Body{margin:10px 6px 0px 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/Bullet_Left.gif');width:7px;height:5px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('./images/Bullet_Right.gif');width:7px;height:5px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center;height:20px;padding:0px 0px 0px 2%;}
  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:#76797C;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;padding:0px 0px 0px 2%;color:#76797c}
  .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;border:0px solid #fff;font-size:11px;height:13px;}
  .DayA a:link,.DayA a:visited{color:#ACCB53;}
  .DayA a:hover{color:#777;}
 /*日期选中*/
  .DayA a.click{cursor:default;background:;background:url('none') no-repeat 2px 1px;font-weight:bold;}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;color:#ACCB53}
  .DayA a.click:hover{text-decoration:underline;color:#ACCB53;}
 /*今天*/
   .DayA a.today{cursor:default;background:#FAF9F8;color:#000;font-weight:bold;border:0px solid #513F24;}
     
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#FAF9F8;text-decoration:none;/*visibility:hidden*/}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#FAF9F8;font-weight:bold;}
   .DayA a.otherday:hover{cursor:default;color:#FAF9F8;font-weight:bold;}

 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#ACCB53;font-weight:bold;}
   .DayA a.haveD:hover{color:#ACCB53;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{background:#ACCB53;color:#ACCB53;;border:0px solid #513F24;font-weight:bold;text-decoration:none;}
   .DayA a.DayD:hover{color:#003;text-decoration:none;}
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:15px;height:16px;background:url(C.gif) no-repeat;margin-right:6px;cursor:pointer}
   .BttnE{float:right;width:15px;height:16px;background:url(C.gif) no-repeat;margin-right:6px;cursor:pointer}
/*提示框CSS*/
   div.nicetitle {
    position: absolute;
    padding: 4px !important;
	padding: 380px 4px 4px 4px;
    top:380;
    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: 80 3px;
}
   div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding:380px 0px 0px 3px;
	color: #715208;
	/*display:none;*/
}


