﻿/*---其他样式---*/ 


 
.userpass{
	border: 1px solid #7D7D7D;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.userpass:hover,.userpass:focus{
	border-color: #7D7D7D;
	background: #4A4A49;
}

.inputBox{
	border: 1px solid #7D7D7D;
	font-size: 12px;
}

.inputBox:hover,.inputBox:focus{
	border: 1px solid #7D7D7D;
}

.userbutton{
	border: 1px solid #7D7D7D;
	height: 22px;
	padding: 0px 3px 2px 3px !important;
	padding: 3px 2px 0px 2px;
	background: #000 url("bb.gif");
	color: #fff;
}

.LinkTable{
	margin: 5px 10px 5px 0px;
}

#MsgContent .commentTable{
}

 #MsgContent.high1{
	font-weight: bold;
	color: #f00;
	background: #ff0;
}

 .CateIcon{
	display: none;
}

#Side_Search input , #MsgContent input{border: 1px solid #7D7D7D;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

 /*日历样式*/
  #Calendar_Body{
	margin: 5px 10px 5px 0px;
	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('MP.gif') 0px 2px no-repeat;
	width: 6px;
	height: 12px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

 /*日历样式-顶部按钮-右*/
  #Calendar_Body #Calendar_Top #RightB{
	background: url('MN.gif') 0px 2px no-repeat;
	width: 6px;
	height: 12px;
	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: #82F41C;
	width: 14%;
}

 /*日历样式-日期*/
  .Calendar_Day {
	text-align: center;
	height: 20px;
	padding: 0px 0px 0px 2%;
	color: #747474;
}

  .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;
	font-size: 11px;
	height: 13px;
	background: #414141
}

  .DayA a:link,.DayA a:visited{
    color: #d0eb55
}

  .DayA a:hover{
	color: #d71f77;
}

 /*日期选中*/
  .DayA a.click{
	cursor: default;
	background: #A39D0D;
	font-weight: bold;
}

  .DayA a.click:link,.DayA a.click:visited{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #585858;
	background: #202020
}

  .DayA a.click:hover{	
	color: #d0eb55;
	border: 1px solid #585858;
}

 /*今天*/
   .DayA a.today{
	cursor: default;
	color: #FFFFFF;
	border: 1px solid #585858;
	background-color: #202020;
	font-weight: bold;
}

 /*非本月日期*/
   .DayA a.otherday{
	cursor: default;
	color: #414141;
	text-decoration: none; /*visibility:hidden*/
}

   .DayA a.otherday:link,.DayA a.otherday:visited{
	cursor: default;
	color: #ccc;
	font-weight: bold;
}

   .DayA a.otherday:hover{
	cursor: default;
	color: #999;
	font-weight: bold;
}

 /*当天存在日记的样式*/
   .DayA a.haveD{
	cursor: pointer;
}

   .DayA a.haveD:link,.DayA a.haveD:visited{
	color: #EBEBEB;
	font-weight: bold;
}

   .DayA a.haveD:hover{
	color: #D0EB55;
}

  /* 今天存在日记*/
   .DayA a.DayD{
	cursor: pointer;
}

   .DayA a.DayD:link,.DayA a.DayD:visited{
	border: 1px solid #7A7A7A;
	background: #202020;
	font-weight: bold;
	text-decoration: none;
}

   .DayA a.DayD:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*显示和隐藏置顶日志按钮*/
   .BttnC{
	background-image: url(Cnext.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 30px;
	float: right;
	cursor: default;
}

   .BttnE{
	background-image: url(Cprevious.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 30px;
	float: right;
	cursor: default;
}

/*提示框CSS*/
div.nicetitle {
	position: absolute;
	padding: 4px !important;
	padding: 6px 4px 4px 4px;
	top: 0;
	left: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 15em;
	background: #FFFBD1;
	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;*/
}

#marqueeBox{
}

#marqueeBox li{
	list-style: none;
	list-style-position: outside;
	padding-left: 5px;
}

#Side_NewLogForPJBlog{
	position: absolute;
	margin-top: 0px!important;
	top: 0px;
	margin-left: -206px!important;
	margin-left: -204px;
	width: 200px;
	background: url("sidebar_img.gif");
	background-repeat: repeat-y;
}

#Side_Comment{
	position: absolute;
	top: 260px!important;
	top: 268px;
	margin-left: -206px!important;
	margin-left: -204px;
	width: 200px;
	background: url("sidebar_img.gif");
	background-repeat: repeat-y;
}

#Side_Links{
	position: absolute;
	top: 520px!important;
	top: 536px;
	margin-left: -206px!important;
	margin-left: -204px;
	width: 200px;
	background: url("sidebar_img.gif");
	background-repeat: repeat-y;
}
/*
#Side_Links .Pfoot{
	background: url("sidebar-bottomimg.gif");
	height: 10px;
	margin-top: 10px;
	margin-bottom: -1px;
	clear: both;
}
*/

#Side_GYAD{
	position: absolute;
	top: 805px!important;
	top: 821px;
	margin-left: -206px!important;
	margin-left: -204px;
	width: 200px;
	background: url("sidebar_img.gif");
	background-repeat: repeat-y;
}

/*
#Side_GuestBookForPJBlogSubItem1{
	position: absolute;
	top: 780px!important;
	top: 804px;
	margin-left: -206px!important;
	margin-left: -204px;
	width: 200px;
	background: url("sidebar_img.gif");
	background-repeat: repeat-y;
}
*/

