﻿ /*---其他样式---*/  
 .userpass{border:1px solid #99CC99;font-size:12px;font-family: Arial, Helvetica, sans-serif;}
 .userpass:hover,.userpass:focus{
	background:#FFFFEE;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
 .inputBox{border:1px solid;border-color:#2F4668 #fff #fff #9E9234;font-size:12px;}
 .inputBox:hover,.inputBox:focus{border-color:#2F4668;background:#FFFFEE}
 .userbutton{border:1px solid;border-color:#2F4A43;height:22px;padding:0px 3px 2px 3px !important;padding:3px 2px 0px 2px;background:#fff;}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 .CateIcon{display:none}
 .CateIconSP {background:url('date-bg.gif');float:left; width:43px; height:45px; margin-right:80px;}
 .DateYM {text-align:center;font-size:11px;color:#fff; font-family:"Courier New", Courier;}
 .DateDay {text-align:center;font-size:16px;color:#999;line-height:30px;font-family:Verdana; font-weight:bold;}
 
 /*日历样式*/
  #Calendar_Body{
	margin:0px;
	font-family:arial;
	line-height:120%;
	width: 185px;
}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{padding:0px 2px 0px 2px;height:18px;text-align:center;font-weight:bold;}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{background:url(mp.gif);width:6px;height:10px;float:left;cursor:pointer;overflow:hidden;}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url(mn.gif);width:6px;height:10px;float:right;cursor:pointer;overflow:hidden;}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{text-align:center;height:20px;padding:0px 0px 0px 2%;font-weight:bold;}
  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:#000;width:14%;}
 /*日历样式-日期*/
  .Calendar_Day {
	text-align:center;
	height:20px;
	padding:0px 0px 0px 0px;
}
  .Calendar_Day ul.Day_UL{display:inline;list-style:none;}
  .Calendar_Day ul.Day_UL li{display:inline;float:left;width:14%;background:url('c1.gif') 2px 2px no-repeat}

 /*日历样式-日期-超链接样式*/
  .DayA a{
	color:#333333;
	cursor:default;
	padding:3px 0px 3px 0px;
	display:block;
	font-size:11px;
	height:14px;
}
  .DayA a:link,.DayA a:visited{color:#333333;text-decoration:none;}
  .DayA a:hover{
	color:#FF6600;
	text-decoration:none;
}
 /*日期选中*/
  .DayA a.click{cursor:default;background:url('c1.gif') 1px -63px no-repeat;color:#fff;font-weight:bold;}
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;}
  .DayA a.click:hover{text-decoration:none;color:#fff;}
 /*今天*/
   .DayA a.today{cursor:default;background:url('c1.gif') 1px -41px no-repeat;color:#fff;}
 /*非本月日期*/
   .DayA a.otherday{
	cursor:default;
	color:#D8D5D0;
	text-decoration:none;
	color:#6666FF;/*visibility:hidden*/
}
   .DayA a.otherday:link,.DayA a.otherday:visited{
	cursor:pointer;
	color:#66CCFF;
	font-weight:bold;
	text-decoration:none;
}
 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#fff;background:url('c1.gif') 1px -63px no-repeat;font-weight:bold;text-decoration:none;}
   .DayA a.haveD:hover{color:#fff;text-decoration:none;}
 /*今天存在日记*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{background:url('c1.gif') 1px -41px no-repeat;color:#fff;font-weight:bold;text-decoration:none;}
/*显示和隐藏置顶日志按钮*/
   .BttnC{float:right;width:34px;height:11px;background:url(more2.gif) no-repeat;margin-right:12px !important;margin-right:6px;margin-top:3px;cursor:pointer}
   .BttnE{float:right;width:34px;height:11px;background:url(more1.gif) no-repeat;margin-right:12px !important;margin-right:6px;margin-top:3px;cursor:pointer}
/*提示框CSS*/
   div.nicetitle {
    position: absolute;
    padding: 4px !important;
	padding: 6px 4px 4px 4px;
    top: 0;
    left: 0;
    font-family: Arial, Arial, 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;*/
}
