 /*---其他样式---*/  
 .userpass{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: #CCCCCC;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #CCCCCC;
}
 .userpass:hover,.userpass:focus{border-color:#9E9234;background:#FFFFEE}
 .inputBox{border:1px solid;border-color:#9E9234 #fff #fff #9E9234;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
 .inputBox:hover,.inputBox:focus{border-color:#9E9234;background:#FFFFEE}
 .userbutton{
	height:22px;
	padding:0px 5px 2px 5px !important;
	padding:3px 2px 0px 2px;
	background-color: #FFFFFF;
	background-position: 0px -30px;
	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: #fff;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #fff;
}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 .CateIcon{display:none}
 
 /*日历样式*/
  #Calendar_Body{
	line-height:120%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{padding:0px 2px 0px 2px;height:18px;text-align:center;font-size:11px;}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{background:url('s2.gif');width:11px;height:11px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('s1.gif');width:11px;height:11px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{
	text-align:center;
	height:18px;
	padding:0px 0px 0px 2%;
	font-size:11px;
	color: #666666;
}
  ul.Week_UL{display:inline;list-style:none;margin:0px;padding:0px;}
  ul.Week_UL li{
	display:inline;
	float:left;
	color:#666666;
	width:14%;
	margin-top: 0px !important;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;padding:0px 0px 0px 2%;color:#666;font-size:10px;}
  .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;
	background-image: url(cal_2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
  .DayA a:link,.DayA a:visited{color:#333333;font-weight:bold;}
  .DayA a:hover{color:#999999;}
 /*日期选中*/
  .DayA a.click{
	cursor:default;
	font-weight:bold;
	background-repeat: no-repeat;
	background-image: url(cal_3.gif);
	background-position: center center;
}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;color:#c6144a;}
  .DayA a.click:hover{text-decoration:underline;color:#109ebd;}
 /*今天*/
   .DayA a.today{
	cursor:default;
	font-weight:bold;
	background-image: url(cal_3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
 /*非本月日期*/
   .DayA a.otherday{
	cursor:default;
	color:#313031;
	text-decoration:none;/*visibility:hidden*/
	visibility: hidden;
}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#109ebd;}
   .DayA a.otherday:hover{cursor:default;color:#c6144a;}

 /*本日存在日记*/
   .DayA a.haveD{
	cursor:pointer;
	background-image: url(cal_3.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FF0000;
}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#000000;}
   .DayA a.haveD:hover{color:#999999;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{font-weight:bold;text-decoration:none;background:url(bg_today.gif) no-repeat;}
   .DayA a.DayD:hover{color:#c6114a;text-decoration:none;background:url(bg_thisday.gif) no-repeat;}
/*显示和隐藏置顶日志按钮*/
   .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 #666666;
	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: #666666;
	/*display:none;*/
}

