  /*---其他样式---*/  
 .userpass{
	font-size:12px;
	font-family: Verdana, georgia, Helvetica, sans-serif;
	border: 1px solid #CCC;
}
 .userpass:hover,.userpass:focus{border-color:#ccc;background:#fafafa}
 .inputBox{
	font-size:12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #CCCCCC;
}
 .inputBox:hover,.inputBox:focus{border-color:#000;background:#fafafa;}
 .userbutton{
	background-color: #FFF;
	font-size:12px;
	height:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCCCCC;
}
 .LinkTable{}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 .CateIcon{display:none}

 /*日历样式*/
  #Calendar_Body{margin:5px 8px 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('left.gif');width:7px;height:12px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('right.gif');width:7px;height:12px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{background-color:#F5F5F5;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:#666;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;padding:0px 0px 0px 2%;color:#999999}
  .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 #666;font-size:11px;height:13px;}
  .DayA a:link,.DayA a:visited{color:#666;font-weight:bold;}
  .DayA a:hover{color:#666;}
 /*日期选中*/
  .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:#666666;}
  .DayA a.click:hover{text-decoration:underline;color:#000000;}
 /*今天*/
   .DayA a.today{
	cursor:default;
	color:#000000;
	font-weight:bold;
	border: 1px dotted #999999;
}
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#F7F3F7;text-decoration:none;/*visibility:hidden*/}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#F7F3F7;font-weight:bold;}
   .DayA a.otherday:hover{cursor:default;color:#000;}

 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#666;}
   .DayA a.haveD:hover{color:#000;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{
	color:#000000;
	font-weight:bold;
	font-weight:bold;
	text-decoration:none;
	border: 1px dashed #999999;
}
   .DayA a.DayD:hover{
	color:#666666;
	text-decoration:underline;
	background-color: #F7F7F7;
}
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:17px;height:13px;background:url(Cprevious1.gif) no-repeat;margin-top:5px;margin-right:5px;cursor:pointer}
   .BttnE{float:right;width:17px;height:13px;background:url(Cnext1.gif) no-repeat;margin-top:5px;margin-right:5px;cursor:pointer}

