﻿  /*---其他样式---*/ 
 .editTextarea{background:#141414;} 
 .editorContent{border:1px dotted;border-color:#858585;background:#141414}
 .keep{background:#141414;color:#141414}
 .userpass{border:1px dotted;border-color:#858585;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;background:#141414}
 .userpass:hover,.userpass:focus{border-color:#858585;background:#413d3c}
 .inputBox{border:1px solid;border-color:#858585;font-size:12px;background:#141414}
 .inputBox:hover,.inputBox:focus{border-color:#858585;background:#413d3c}
 .userbutton{border:1px dotted #858585;height:18px;padding:0px 0px 0px 0px !important;padding:3px 2px 0px 2px;color:#333;background:#141414;}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 .CateIcon{display:none}
 /*日历样式*/
  #Calendar_Body{margin:5px 6px 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;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('../../images/BttnRight.gif');width:9px;height:16px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{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:3px 0px 2px 0px;padding:0px;float:left;color:#333333;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;padding:0px 0px 0px 2%;color:#595959}
  .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:11px;height:13px;}
  .DayA a:link,.DayA a:visited{color:#595959;}
  .DayA a:hover{color:#595959;}
 /*日期选中*/
  .DayA a.click{cursor:default;background:;background:url('day.gif') no-repeat 2px 1px;font-weight:bold;}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;color:#595959}
  .DayA a.click:hover{text-decoration:none;color:#595959;}
 /*今天*/
   .DayA a.today{cursor:default;background:#574847;background:url('day.gif') no-repeat 2px 1px;color:#000;border:0px solid #513F24;}
     
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#4D4F51;text-decoration:none;/*visibility:hidden*/}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#595959;font-weight:bold;}
   .DayA a.otherday:hover{cursor:default;color:#3A4147;font-weight:bold;}

 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#534B4B;font-weight:bold;}
   .DayA a.haveD:hover{color:#000;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{background:#574E4D;color:#000;border:0px solid #513F24;font-weight:bold;text-decoration:none;}
   .DayA a.DayD:hover{color:#003;text-decoration:none;}
/*显示和隐藏置顶日志按钮*/
   .BttnC{
	float:right;
	width:30px;
	height:16px;
	margin-top:0px;
	cursor:pointer;
	background-image: url(TOP2.gif);
	background-repeat: no-repeat;
}
   .BttnE{
	float:right;
	width:30px;
	height:16px;
	margin-top:0px;
	cursor:pointer;
	background-image: url(TOP1.gif);
	background-repeat: no-repeat;
}
/*提示框CSS*/
   div.nicetitle {
	position: absolute;
	padding: 4px !important;
	padding: 6px 4px 4px 4px;
	top: 0;
	left: 0;
	font-family: Arial;
	font-size: 11px;
	width: 15em;
	color: #3D2C05;
	border: 1px solid #353131;
	text-align: left;
	font-weight: lighter;
	background-color: #F2F2F2;
}
   div.nicetitle p {
    margin: 0; padding: 0 3px;
}
   div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding:3px 0px 0px 3px;
	color: #353131;
	/*display:none;*/
}
