﻿  /*---其他样式---*/  
 .userpass{border-bottom: 1px solid #999; border-top: 0px solid; border-left: 0px solid; border-right: 0px solid;font-size: 11px;color: #222;font-family: Verdana, georgia, Helvetica, sans-serif;}
 .userpass:hover,.userpass:focus{border-color:#666;}
 .inputBox{border:1px solid;border-color:#2F4668 #fff #fff #9E9234;font-size:12px;}
 .inputBox:hover,.inputBox:focus{border-color:#000;}
 .userbutton{border: 1px solid #999;border-top: 1px solid #CCC;border-left: 4px solid #CCC;background-color: #FFF;font-size:12px;height:20px;}
 .searchbutton{ width:33px; height:33px; line-height:33px; font-size:12px; color:#1b6f01;/* color:#FFFFFF;*/ background:url(search.png) no-repeat center bottom; border:none; cursor: hand;}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#FFF}
 .CateIcon{display:none}


 /*日历样式*/
  #Calendar_Body{margin:5px 10px 5px 0px;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/arrow_left1.gif');width:7px;height:12px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('../../images/arrow_right1.gif');width:7px;height:12px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{height:20px;background:url('data.gif');font-size:0px;text-align:center;}
  ul.Week_UL{display:inline;list-style:none;margin:0px;padding:0px;}
  ul.Week_UL li{display:inline;margin:0px 0px 2px 0px;padding:0px;float:left;color:#F7F7F7;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;padding:0px 0px 0px 2%;color:#999;}
  .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 #333;font-size:9px;height:15px;}
  .DayA a:link,.DayA a:visited{color:#06c;font-weight:bold;text-decoration:none;}
  .DayA a:hover{color:#069;}
 /*日期选中*/
  .DayA a.click{cursor:default;font-weight:bold;}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;color:#00f;}
  .DayA a.click:hover{text-decoration:underline;color:#f60;}
 /*今天*/
   .DayA a.today{cursor:default;color:#06f;font-weight:bold;}
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#fff;text-decoration:none;visibility:hidden;}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#fff;}
   .DayA a.otherday:hover{cursor:default;color:#FFF;}


 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;background-color: #F7F7F7;}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#666;}
   .DayA a.haveD:hover{color:#fff;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{color:#FF6600;font-weight:bold;text-decoration:none;}
   .DayA a.DayD:hover{color:#000;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: #666 url(../../images/nicetitlebg.jpg);
    color: #000;
    border: 4px solid #c0c0c0;
    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;*/
}
/*shoutbox*/
  .shoutbox { text-align: center; position: absolute; top: 15%; left: 0; width: 100%; height: 100%; }
  .shoutbox iframe { width: 80%; }