select {
	background-color: #2C2C2C;
	color: #999999;
	border: 1px solid #414141;
	height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.upload {
	height: 25px;
	background-color: #2C2C2C;
	border: 1px solid #414141;
	color: #999999;
	font-size: 14px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
}

 /*---其他样式---*/  
 .userpass{
	font-size:14px;
	background-color: #2C2C2C;
	height: 18px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 18px;
	border: 1px solid #414141;
	color: #999999;
}
 .userpass:hover,.userpass:focus{
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}
 .inputBox{
	border:1px solid #414141;
	font-size:14px;
	line-height: 18px;
	height: 18px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #2C2C2C;
	color: #999999;
}
 .inputBox:hover,.inputBox:focus{
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}
.userbutton{
	background-color: #414141;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4C4C4C;
	border-right-color: #2C2C2C;
	border-bottom-color: #2C2C2C;
	border-left-color: #4C4C4C;
	height: 24px;
	line-height: 22px;
	color: #F60;
	cursor: pointer;
}
.userbutton:hover {
	color: #6C3;
	cursor: pointer;
}

 .LinkTable{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
 .commentTable{}
 .high1{font-weight:bold;color:#f00;background:#ff0}
 
 /*日历样式*/
  #Calendar_Body{
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS", cursive;
	width: 210px;
}
 /*日历样式-顶部*/
  #Calendar_Body #Calendar_Top{
	height:22px;
	text-align:center;
	font-weight:bold;
	line-height: 22px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}
 /*日历样式-顶部按钮-左*/
  #Calendar_Body #Calendar_Top #LeftB{
	width:30px;
	height:22px;
	float:left;
	cursor:pointer;
	overflow:hidden;
	background-image: url(images/MP.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{
	width:30px;
	height:22px;
	float:right;
	cursor:pointer;
	overflow:hidden;
	background-image: url(images/MN.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
 /*日历样式-星期*/
  #Calendar_Body #Calendar_week{
	text-align:center;
	height:20px;
}
  ul.Week_UL{display:inline;list-style:none;margin:0px;padding:0px;}
  ul.Week_UL li{
	display:block;
	padding:0px;
	float:left;
	color:#669933;
	height: 22px;
	width: 30px;
}
 /*日历样式-日期*/
  .Calendar_Day {
	text-align:center;
	height:22px;
	clear: both;
}
  .Calendar_Day ul.Day_UL{display:inline;list-style:none;}
  .Calendar_Day ul.Day_UL li{
	display:block;
	float:left;
	width:30px;
	height: 22px;
}

 /*日历样式-日期-超链接样式*/
  .DayA a{
	cursor:default;
	display:block;
	font-size:12px;
	height: 22px;
	width: 30px;
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
  .DayA a:link,.DayA a:visited{
	color:#999999;
	text-decoration: none;
}
  .DayA a:hover{
	color: #999;
	text-decoration: none;
}
 /*日期选中*/
  .DayA a.click{
	cursor:default;
	color:#F60;
	font-weight:bold;
}
  .DayA a.click:link,.DayA a.click:visited{
	cursor:pointer;
	font-weight:bold;
	color: #F60;
}
  .DayA a.click:hover{
	color:#CF0;
}
 /*今天*/
   .DayA a.today{
	cursor:default;
	color:#999;
	background-image: url(images/day_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: center center;
}
 /*非本月日期*/
   .DayA a.otherday{
	cursor:default;
	color:#333;
}
   .DayA a.otherday:link,.DayA a.otherday:visited{
	color:#333;
	display: none;
}
 /*本日存在日记*/
   .DayA a.haveD{cursor:pointer;}
   .DayA a.haveD:link,.DayA a.haveD:visited{
	color:#693;
	font-weight:bold;
}
   .DayA a.haveD:hover{
	color:#CF0;
}
 /*今天存在日记*/
   .DayA a.DayD{
	cursor:pointer;
	background-image: url(images/day_bg.gif);
	background-repeat: no-repeat;
}
   .DayA a.DayD:link,.DayA a.DayD:visited{
	color:#693;
	font-weight:bold;
}
   .DayA a.DayD:hover{
	color:#CF0;
}
/*显示和隐藏置顶日志按钮*/
   .BttnC{
	float:right;
	width:15px;
	height:15px;
	margin-top:0px;
	cursor:pointer;
	background-image: url(../../images/BttnCllps.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.BttnC:hover {
	background-position: left bottom;
}

   .BttnE{
	float:right;
	width:15px;
	height:15px;
	margin-top:0px;
	cursor:pointer;
	background-image: url(../../images/BttnExpnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.BttnE:hover {
	background-position: left bottom;
}

/*提示框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;*/
}
