﻿ /*---其他样式---*/  
 .userpass{border:1px solid;border-color:#A9A98D;padding:3px;margin-top:3px;width: 200px;}
 .userpass:hover,.userpass:focus{border-color:#A9A98D;background:#F9F9F9;}
 .inputBox{border:1px solid;border-color:#A9A98D;padding:3px;margin-top:3px;width: 200px;}
 .inputBox:hover,.inputBox:focus{border-color:#A9A98D;background:#F9F9F9;}
 .userbutton{line-height:28px;
	width: 144px;
	height: 28px;
	margin-bottom: 10px;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #8e8e8e url(btn_submit.gif) no-repeat;
	border: none;
 }
.userbuttonmin{line-height:18px;height:20px;padding:0px 3px;border:1px solid #8e8e8e;background:#fff;}

 .LinkTable{margin:5px auto;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 .CateIcon{display:none}
 .Pcontent dt {line-height:10px;}
 /*日历样式*/
  #Calendar_Body{margin:5px auto;font-family:arial;line-height:120%;width:220px;}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{padding:0px 2px 0px 2px;height:18px;text-align:center;font-weight:bold;border-bottom:1px dotted #ccc;}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{margin-left:5px;background:url(MP_ico.gif) 0px 2px no-repeat;width:6px;height:11px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{margin-right:5px;background:url(MP_ico.gif) -6px 2px no-repeat;width:6px;height:12px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center;height:20px;padding:0px 0px 0px 2%;font-weight:bold;background:#F9F9F9;font-size:11px;}
  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:#8e8e8e;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:20px;padding:0px 0px 0px 2%;color:#8e8e8e;}
  .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:1px 0px 2px 0px;display:block;font-size:11px;height:11px;margin:2px;}
  .DayA a:link,.DayA a:visited{color:#8e8e8e;}
  .DayA a:hover{color:#ffe;text-decoration:none}
 /*日期选中*/
  .DayA a.click{cursor:default;font-weight:bold;font-size:11px;}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;;color:#CA1717;}
  .DayA a.click:hover{}
 /*今天*/
   .DayA a.today{cursor:default;color:#B71414;border:1px #ccc solid;text-decoration:none}
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#ccc;text-decoration:none;/*visibility:hidden*/}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#DE8D8D;}
   .DayA a.otherday:hover{cursor:default;color:#B71414;font-weight:bold;}

 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{font-weight:bold;}
   .DayA a.haveD:hover{font-size:12px;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{font-weight:bold;color:#B71414;border:1px #ccc solid;}
   .DayA a.DayD:hover{font-size:12px;}
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:16px;height:16px;background:url(Cprevious.gif) no-repeat;margin-top:0px !important;margin-top:2px;cursor:pointer}
   .BttnE{float:right;width:16px;height:16px;background:url(Cnext.gif) no-repeat;margin-top:0px !important;margin-top:2px;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: 11px;
    width: 11em;
    background: #8e8e8e url(images/nicetitlebg.jpg);
    color: #8e8e8e;
    border: 1px solid #8e8e8e;
    text-align: left;
}
   div.nicetitle p {
    margin: 0; padding: 0 3px;
}
   div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding:3px 0px 0px 3px;
	color: #8e8e8e;
	/*display:none;*/
}

/*特别样式*/
#Side_Calendar .Pcontent{background:#fff;}



