 /*---其他样式---*/  
 .userpass{border:1px solid #e3e3e3; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
 .userpass:hover,.userpass:focus{border-color:#95c703; background: #C7FF23;}
 .inputBox{border:1px solid #e3e3e3; font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
 .inputBox:hover,.inputBox:focus{border-color:#95c703; background: #C7FF23;}
 .userbutton{border:1px solid #95c703; height:22px; color:#fff; padding:0px 5px 2px 5px !important; padding:3px 2px 0px 2px; background:#000000;}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold; color:#ff0000; background:#ffff00;}

 
/*日历样式*/
  #Calendar_Body{margin:5px 0px 5px -10px; font-family:Verdana, Tahoma; line-height:120%}

/*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{padding:0px 2px 0px 2px; color:#d0d0d0; font-family:Verdana, Tahoma; height:18px; text-align:center; font-weight:bold;}

/*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{background:url('CldPre.gif') no-repeat; margin-left:8px; width:16px; height:16px; float:left; cursor:pointer; overflow:hidden;}
/*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('CldNext.gif') no-repeat; margin-right:9px; width:16px; height:16px; float:right; cursor:pointer; overflow:hidden;}

/*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center; height:20px; padding:0px 0px 0px 2%;  font-family:Tahoma, Verdana; font-weight:bold;}
  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:#e3e3e3; width:14%;}

/*日历样式-日期*/
  .Calendar_Day {text-align:center; font-family:Verdana,Georgia; 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:pointer; padding:2px 0px 3px 0px; display:block; font-size:12px; height:13px;}
  .DayA a:link,.DayA a:visited{color:#f00;}
  .DayA a:hover{color:#fff; background: #333;}

/*日期选中*/
  .DayA a.click{cursor:default; color:#f00; font-weight:bold;}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer; font-weight:bold; text-decoration:none;}
  .DayA a.click:hover{color:#f00;}

/*今天*/
   .DayA a.today{cursor:default; color:#fff; background:#f00; font-weight:bold; }

/*非本月日期*/
   .DayA a.otherday{cursor:default; color:#DDD; text-decoration:none; visibility:hidden;}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:pointer; color:#fff; font-weight:bold;}

/*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{ color:#f00; font-weight:bold; }
   .DayA a.haveD:hover{color:#fff; background: #333;}

/*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{ color:#f60; font-weight:bold; text-decoration:underline;}
   .DayA a.DayD:hover{color:#06f; text-decoration:none;}

/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right; padding-right:5px; width:16px; height:16px; background:url(CntHide.gif) no-repeat; margin-top:3px !important; margin-top:2px; cursor:pointer}
   .BttnE{float:right; padding-right:5px; width:16px; height:16px; background:url(CntShow.gif) no-repeat; margin-top:3px !important; margin-top:2px; 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;*/
}

