﻿ /*---其他样式---*/  
 .userpass{border-left:1px solid #AADFAB;border-top:1px solid #AADFAB;border-bottom:1px solid #DFF6DF;border-right:1px solid #DFF6DF;background: #F4F9F5; color:#71A573;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
 .userpass:hover,.userpass:focus{color:#038acb;border:1px #038acb solid;}
 .inputBox{background:;border-bottom:1px solid #3B9540;
border-right:1px solid #3B9540;border-top:1px solid #7BC37E;
border-left:1px solid #7BC37E;color: #188000;
font-family:Verdana, Arial, Helvetica, sans-serif;}
 .inputBox:hover,.inputBox:focus{color:#038acb;border:1px #038acb solid;}
 .userbutton{height:18px;background:#65AC67;border-bottom:1px solid #3B9540;border-right:1px solid #3B9540;border-top:1px solid #7BC37E;border-left:1px solid #7BC37E;color:#E8F9E8;font-size:11.5px;
font-family:Verdana, Arial, Helvetica, sans-serif;}
 .LinkTable{margin:5px 5px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 
 /*日历样式*/
  #Calendar_Body{margin:10px 0px 5px -4px;font-family:arial;line-height:120%;}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{padding:0px 2px 5px 2px;height:18px;text-align:center; font-size:12px;font-weight:bold;}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{background:url('BttnLeft.gif') no-repeat;width:9px;height:16px;margin-left:3px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('BttnRight.gif') no-repeat;width:9px;height:16px;margin-right:2px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center;height:20px;padding:0px 0px 0px 2%;font-weight:bold;vertical-align: bottom;color:#fff;}
  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;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {text-align:center;height:18px;padding:0px 0px 0px 2%;color:;}
  .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 #fff;font-size:11px;height:13px;color:;}
  .DayA a:link,.DayA a:visited{color:#fff;}
  .DayA a:hover{color:#76797C;}
 /*日期选中*/
  .DayA a.click{cursor:default;color:#fff;background:url('day.gif') no-repeat 3px -1px;background:#426776;font-weight:bold;}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;color:#76797C;}
  .DayA a.click:hover{text-decoration:underline;color:#3E3E2F;}
 /*今天*/
   .DayA a.today{cursor:default;color:#fff;background:url('day.gif') no-repeat 3px -1px;}
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#111;text-decoration:none;visibility:hidden}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#111;}
   .DayA a.otherday:hover{cursor:default;color:#3A4147;}

 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#fff;font-weight:bold;}
   .DayA a.haveD:hover{color:#000;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{background:#426776;color:#000;background:url('day.gif') no-repeat 3px -1px;font-weight:bold;text-decoration:none;}
   .DayA a.DayD:hover{color:#ccc;background:#426776;text-decoration:underline;}
   .Week_UL font{color:#509555;}

   
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:13px;height:13px;background:url(dot.gif) no-repeat 0 -13px;margin-top:0px;cursor:pointer}
   .BttnE{float:right;width:13px;height:13px;background:url(dot.gif) no-repeat 0 2px;margin-top:0px;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: 12px;
    width: 15em;
    background: #FFFBD1 url(../../images/nicetitlebg.jpg);
    color: #3D2C05;
    border: 1px solid #715208;
    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: #715208;
	/*display:none;*/
}
div#qTip {
	padding:5px 5px 2px 5px;
	display: none;
	position: absolute;
	z-index: 1000;
	line-height:14px;
	font-size:12px;
	background-color:#fff;
	border:1px solid #3B9540;
color: #5C62C4;
filter:Alpha(opacity=70);
-moz-opacity:0.7;
}
