﻿ /*---其他样式---*/  
 .userpass{
	background:none;
	border:1px solid #a3a3a3;
	border-bottom:1px solid #787878;
	font-family: Verdana;
	font-size: 13px;
}
 .userpass:hover,.userpass:focus{}
 .inputBox{font-weight:bold;font:13px Verdana;background:none;border:1px solid #a3a3a3;border-bottom:1px solid #787878}
 .inputBox:hover,.inputBox:focus{}
 .userbutton{
	color:#7BA901;
	border:1px solid #7BA901;
}
 .LinkTable{margin:5px 10px 5px 0px}
 .commentTable{}
 .high1{font-weight:bold;color:#fff;background:#ff0}
 .CateIcon{display:none}
  /*日历样式*/
  #Calendar_Body{margin-right:10px;line-height:120%;font-family:Verdana, Arial, Helvetica, sans-serif;}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{padding:0px 2px;height:18px;text-align:center;font-weight:bold}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{cursor:pointer;background:url('../../images/BttnLeft.gif');width:9px;height:16px;float:left;overflow:hidden}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{cursor:pointer;background:url('../../images/BttnRight.gif');width:9px;height:16px;float:right;overflow:hidden}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center;height:20px;padding:0px 0px 0px 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:1px 0px;float:left;width:14%}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;padding:0px 0px 0px 2%}
  .Calendar_Day ul.Day_UL{display:inline;list-style:none}
  .Calendar_Day ul.Day_UL li{color:#787878;display:inline;float:left;width:14%}

 /*日历样式-日期-超链接样式*/
  .DayA a{
	cursor:default;
	margin:1px;
	display:block;
	height:16px;
	background-color: #7B9724;
	color: #FFFFFF;
	padding-top: 3px;
}
  .DayA a:link,.DayA a:visited{}
  .DayA a:hover{}
 /*日期选中*/
  .DayA a.click{
	font-weight:bold;
	font-size:11px;
	background-color: #F5F5E9;
	color: #7B9724;
}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;color:#FF9900}
  .DayA a.click:hover{
	text-decoration:none;
	color:#557401;
}
 /*今天*/
   .DayA a.today{
	cursor:default;
	color:#557401;
	font-weight:bold;
	background-color: #FFFFFF;
	border: 1px dashed #557401;
}
 /*非本月日期*/
   .DayA a.otherday{visibility:hidden}
   .DayA a.otherday:link,.DayA a.otherday:visited{}
   .DayA a.otherday:hover{}

 /*本日存在日记*/
   .DayA a.haveD{}
   .DayA a.haveD:link,.DayA a.haveD:visited{cursor:pointer;color:#fff;font-weight:bold;font-size:13px}
   .DayA a.haveD:hover{color:#fff}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;border:1px dotted #696969;border-left:1px solid #696969;border-right:1px solid #696969}
   .DayA a.DayD:link,.DayA a.DayD:visited{color:#fff;font-weight:bold;font-size:13px}
   .DayA a.DayD:hover{color:#ccc;text-decoration:none}
/*显示和隐藏置顶日志按钮*/
   .BttnC{
	float:right;
	width:32px;
	height:17px;
	margin-top:4px;
	background-image: url(TOP.gif);
	background-repeat: no-repeat;
}
   .BttnE{
	float:right;
	width:32px;
	height:17px;
	margin-top:4px;
	background-image: url(TOP.gif);
	background-repeat: no-repeat;
}
/*提示框CSS*/
   div.nicetitle {
	position:absolute;
	padding:4px !important;
	padding:6px 4px 4px 4px;
	top:0;
	left:0;
	width:15em;
	color: #3D2C05;
	border: 1px solid #BB0126;
	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}
  