﻿  /*---其他样式---*/  
 .userpass{border:1px solid;border-color:#CCC;font-size:12px;font-family: Verdana, georgia, Helvetica, sans-serif;}
 .userpass:hover,.userpass:focus{border-color:#999;background:#FFF}
 .inputBox{border:1px solid #CCC;font-size:12px;}
 .inputBox:hover,.inputBox:focus{border-color:#CCC;background:#FFF}
 .userbutton{border: 1px solid #999;border-top: 1px solid #CCC;border-left: 4px solid #CCC;background-color: #FFF;font-size:12px;height:20px;}
 .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{
	width:11px;
	height:11px;
	float:left;
	cursor:pointer;
	overflow:hidden;
	background-image: url(x.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{
	width:11px;
	height:11px;
	float:right;
	cursor:pointer;
	overflow:hidden;
	background-image: url(z.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{
	text-align:center;
	height:18px;
	padding:0px 0px 0px 2%;
	background-color: #F6F6F6;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}
  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: 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;
	color:#666;
	font-size:10px;
	padding-top: 3px;
	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%;
	background-image: url(calendartd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

 /*日历样式-日期-超链接样式*/
  .DayA a{
	cursor:default;
	padding:2px 0px 3px 0px;
	display:block;
	border:0px solid #333;
	font-size:9px;
	height:15px;
}
  .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(c-bj.jpg);
	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(c-bj.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
}
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#313031;text-decoration:none;/*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(c-bj2.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
}
   .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:11px;height:11px;background:url(arrow_l.gif) no-repeat;margin-top:6px;cursor:pointer}
   .BttnE{float:right;width:11px;height:11px;background:url(arrow_r.gif) no-repeat;margin-top:6px;cursor:pointer}
  
