 /*---其他樣式---*http://www.maxup.net*/ 
 .userpass{border:solid 1px #154ba0;font-size:12px;font-family: Verdana, georgia, Helvetica, sans-serif;}
 .userpass:hover,.userpass:focus{border-color:#154ba0;background:#ffffee;}
 .inputBox{ border-color:#0b729e #fff #fff #0b729e; font-size:12px; border-style: solid; border-width: 1px; }
 .inputBox:hover,.inputBox:focus{border-color:#049FF1;background:#FFFFEE}
 .userbutton{border: 1px solid #154ba0;border-left: 4px solid #154ba0;font-size:12px;height:20px;background:#fff ;}
 .LinkTable{margin:5px 10px 5px 0px;}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 .CateIcon{/*padding-right: 4px;*/display:none;}

 /*日曆樣式*/
  #Calendar_Body{margin:5px 10px 5px -5px;font-family:arial;line-height:120%;}
 /*日曆樣式-頂部*/
  #Calendar_Body #Calendar_Top{padding:0px 2px 0px 2px;height:18px;text-align:center;font-weight:bold;}
 /*日曆樣式-頂部按鈕-左*/
  #Calendar_Body #Calendar_Top #LeftB{background:url('images/blog_bttnleft.gif') no-repeat;width:9px;height:16px;margin-left:3px;float:left;cursor:pointer;overflow:hidden;}
 /*日曆樣式-頂部按鈕-右*/
  #Calendar_Body #Calendar_Top #RightB{background:url('images/blog_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:0 0 0 2%;vertical-align: bottom;}
  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:18px;padding:0px 0px 0px 2%;color:#0B729E}
  .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:#154ba0;}
  .DayA a:link,.DayA a:visited{color:#154ba0;}
  .DayA a:hover{color:#28b72b;}
 /*日期選中*/
  .DayA a.click{ cursor:default; font-weight:bold; background: #426776; }
  .DayA a.click:link,.DayA a.click:visited{cursor:pointer;font-weight:bold;text-decoration:none;color:#0B729E;}
  .DayA a.click:hover{text-decoration:none;color:#28b72b;}
 /*今天*/
   .DayA a.today{cursor:default;background:#FFFFFF;color:#000;background:url(images/blog_today.gif) no-repeat 2px -1px;}
 /*非本月日期*/
   .DayA a.otherday{cursor:default;color:#343B41;text-decoration:none;/*visibility:hidden*/}
   .DayA a.otherday:link,.DayA a.otherday:visited{cursor:default;color:#343B41;}
   .DayA a.otherday:hover{cursor:default;color:#3A4147;}

 /*本日存在日記*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{color:#0B729E;font-weight:bold;}
   .DayA a.haveD:hover{color:#0B729E;}
 /*今天存在日記*/
   .DayA a.DayD{cursor:pointer;}
   .DayA a.DayD:link,.DayA a.DayD:visited{ color:#000; font-weight:bold; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 3px -1px; text-decoration:none; }
   .DayA a.DayD:hover{color:#ccc;background:#426776;text-decoration:underline;}
/*顯示和隱藏置頂日誌按鈕*/
   .BttnC{float:right;width:15px;height:16px;background:url(images/bttncllps.gif) no-repeat;margin-top:0px;margin-right:5px;cursor:pointer}
   .BttnE{float:right;width:15px;height:16px;background:url(images/bttnexpnd.gif) no-repeat;margin-top:0px;margin-right:5px;cursor:pointer}
/*提示框CSS*/
   div.nicetitle {
    position: absolute;
    padding: 4px !important;
	padding: 6px 4px 4px 4px;
    top: 0;
    left: 0;
    font-family:Tahoma, Verdana;
    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;*/
}
