 /*---其他样式---*/  
 .userpass{	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; }
 .userpass:hover,.userpass:focus{}
 .inputBox{	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; }
 .inputBox:hover,.inputBox:focus{}
 .userbutton{	height: 20px;
	padding: 1px 3px;
	width: 60px;}
 .commentTable{}
 .high1{color:#f00;background:#ff0}
 .CateIcon{display:none}
 code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2 !important; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px !important; 
}
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea, textarea.editTextarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
 /*日历样式*/
  #Calendar_Body{margin:5px 10px 5px 5px;font-family:Tahoma;line-height:120%}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{padding:0 2px;height:18px;text-align:center;}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{background:url('plus.png') no-repeat;width:9px;height:16px;margin-left:8px !important;margin-left:3px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('plus.png') no-repeat;width:9px;height:16px;margin-right:8px !important;margin-right:2px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center;height:20px;padding:0 0 0 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:0px;float:left;color:#003;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day { text-align:center; height:20px; padding:0 0 0 2%; color:#6b6b52; font-size: 12px; }
  .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 0 3px;display:block;border:solid 0 #fff;font-size:12px;height:13px;}
  .DayA a:link,.DayA a:visited{color:#3E3E2F;}
  .DayA a:hover{color:#3E3E2F;}
 /*日期选中*/
  .DayA a.click{ font-size: 12px; cursor:default; background:#e0e0d7; }
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:normal;text-decoration:none;color:#3e3e2f}
  .DayA a.click:hover{text-decoration:none;color:#3e3e2f;}
 /*今天*/
   .DayA a.today{ background: #EEE no-repeat; cursor:default; color:#006600; font-size: 12px; }
 /*非本月日期*/
   .DayA a.otherday{ cursor:default; color:#ccc; font-size: 12px; text-decoration:none;/*visibility:hidden*/}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#ccc;}
   .DayA a.otherday:hover{cursor:default;color:#999;}

 /*本日存在日记*/
   .DayA a.haveD{ font-size: 12px; cursor:pointer; }
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#3E3E2F;font-weight:bold;background:url(frame.gif) no-repeat 50% 50%;}
   .DayA a.haveD:hover{color:#6b6b52;}
 /*今天存在日记*/
   .DayA a.DayD{ font-size: 12px; cursor:pointer; }
   .DayA a.DayD:link,.DayA a.DayD:visited{background:#FFFFFF;color:#000;border:1px solid #70990f;font-weight:bold;text-decoration:none;}
   .DayA a.DayD:hover{color:#003;text-decoration:none;}
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:15px;height:16px;background:url(arrow-down.gif) no-repeat;margin-top:-2px !important;margin-top:-2px;margin-right:30px;cursor:pointer}
   .BttnE{float:right;width:15px;height:16px;background:url(arrow-down.gif) no-repeat;margin-top:-2px !important;margin-top:-2px;margin-right:30px;cursor:pointer}
/*提示框CSS*/
div.nicetitle {
    position: absolute;
    padding: 10px;
    top: 0;
    left:0;
    color: white;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 100px;
    background: #555 ;
    border:1px solid #aaa;
    
    /* Mozilla proprietary */
    -moz-border-radius: 10px;
	-moz-opacity: 0.9;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}
/*特别样式*/
#Side_Calendar .Pcontent{}
