 /*---其他样式---*/  
 .userpass{border:1px dotted #999999;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
 .userpass:hover,.userpass:focus{
	border-color:#999999;
	background-color: #FFFFFF;
}
 .inputBox{border:1px dotted #999999;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
 .inputBox:hover,.inputBox:focus{
	border-color:#999999;
	background-color: #FFFFFF;
	background-image: url(top-bg.gif);
}
 .userbutton{
	height:20px;
	background-color: #CEE7FF;
	background-position: 0px -30px;
	border: 1px dotted #999999;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{
	font-weight:bold;
	color:#CC3333;
	background-color: #FFFFFF;
}
 
 /*日历样式*/
  #Calendar_Body{
	font-family:arial;
	line-height:120%;
	border: 1px dashed #DFEFFF;
	padding: 7px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: -2px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(tokei.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{
	height:18px;
	text-align:center;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: #3399FF;
}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{
	width:14px;
	height:14px;
	float:left;
	cursor:pointer;
	overflow:hidden;
	background-image: url(../../images/BttnLeft.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{
	width:14px;
	height:14px;
	float:right;
	cursor:pointer;
	overflow:hidden;
	background-image: url(../../images/BttnRight.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{
	text-align:center;
	height:20px;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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:#333333;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {
	text-align:center;
	height:20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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:default;
	padding:2px 0px 3px 0px;
	display:block;
	font-size:10px;
	height:12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
  .DayA a:link,.DayA a:visited{
	color:#1C84D0;
	font-weight: bold;
}
  .DayA a:hover{color:#999999;}
 /*日期选中*/
  .DayA a.click{
	cursor:default;
	color:#666666;
	font-weight:bold;
	background-color: #FFFFFF;
}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;}
  .DayA a.click:hover{text-decoration:none;color:#FFFFFF;}
 /*今天*/
   .DayA a.today{
	background-image: url(../../images/maru.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#999999;text-decoration:none;/*visibility:hidden*/}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:pointer;color:#999999;font-weight:bold;}
 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#3399FF;font-weight:bold;}
   .DayA a.haveD:hover{color:#CC3300;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{
	color:#FF0000;
	border:1px solid #666666;
	font-weight:bold;
	text-decoration:none;
	background-color: #FFF0F4;
}
   .DayA a.DayD:hover{color:#FFFFFF;}
/*显示和隐藏置顶日志按钮*/
   .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;
	color: #333333;
	border: 1px dotted #3399FF;
	text-align: left;
	background-color: #FFFFFF;
}
   div.nicetitle p {
    margin: 0; padding: 0 3px;
}
   div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding:3px 0px 0px 3px;
	color: #666666;
	/*display:none;*/
}

