﻿/*---其他样式---*/
	.userpass
{
	color:#A6D05C;
	border: 1px solid #A3BEC3;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	font-size:12px;
	font-family: Verdana, georgia, Helvetica, sans-serif;
	background:#2E4A5C;
}
.userpass:hover,.userpass:focus
{
	border-color:#A3BEC3;
	background:#2E4A5C;
}
.inputBox
{
	color:#A6D05C;
	border:1px solid #2E4A5C;
	font-size:12px;
	background:#2E4A5C;
}
.inputBox:hover,.inputBox:focus
{
	border-color:#A3BEC3;
	background:#2E4A5C;
}
.userbutton
{
	font-family: Verdana;
	font-weight:bold;
	color:#8CCDE6;
	border: 1px solid #2E4A5C;
	border-top: 1px solid #2E4A5C;
	border-left: 1px solid #2E4A5C;
	border-right: 1px solid #2E4A5C;
	font-size:12px;
	padding:4px 0px 0px 4px;
	background:#2E4A5C;
}
.LinkTable
{
	margin:5px 10px 5px 0px;
}
.commentTable
{
	}
.high1
{
	font-weight:bold;
	color:#f00;
	background:#2E4A5C
}
.CateIcon
{
	display:none
}
.CateIconSP
{
	float:left;
	width:60px;
	height:50px;
	margin-right:70px;
}
.DateYM
{
	text-align:center;
	font-size:18px;
	color:#45616E;
	font-family:"Georgia", Courier;
	font-weight:bold;
}
.DateDay
{
	text-align:center;
	font-size:30px;
	color:#45616E;
	line-height:30px;
	font-family:Georgia;
	font-weight:bold;
}
/*日历样式*/
	#Calendar_Body
{
	margin:5px 10px 5px 0px;
	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('arrow_l.gif');
	width:5px;
	height:8px;
	float:left;
	cursor:pointer;
	overflow:hidden;
}
/*日历样式-顶部按钮-右*/
	#Calendar_Body #Calendar_Top #RightB
{
	background:url('arrow_r.gif');
	width:5px;
	height:8px;
	float:right;
	cursor:pointer;
	overflow:hidden;
}
/*日历样式-星期*/
	#Calendar_Body #Calendar_week
{
	text-align:center;
	height:20px;
	padding:0px 0px 0px 2%;
	font-weight:bold;
	background-color: #f5f5f5;
}
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:#666;
	width:14%;
}
/*日历样式-日期*/
	.Calendar_Day
{
	text-align:center;
	height:20px;
	padding:0px 0px 0px 2%;
	color:#666;
}
.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 #333;
	font-size:9px;
	height:15px;
}
.DayA a:link,.DayA a:visited
{
	color:#26A7F1;
	font-weight:bold;
}
.DayA a:hover
{
	color:#26A7F1;
}
/*日期选中*/
	.DayA a.click
{
	cursor:default;
	font-weight:bold;
}
.DayA a.click:link,.DayA a.click:visited
{
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#26A7F1;
}
.DayA a.click:hover
{
	text-decoration:underline;
	color:#26A7F1;
}
/*今天*/
	.DayA a.today
{
	cursor:default;
	color:#26A7F1;
	font-weight:bold;
}
/*非本月日期*/
	.DayA a.otherday
{
	cursor:default;
	color:#F5F5F5;
	text-decoration:none;
	visibility:hidden
}
.DayA a.otherday:link,.DayA a.otherday:visited
{
	cursor:default;
	color:#F5F5F5;
}
.DayA a.otherday:hover
{
	cursor:default;
	color:#F5F5F5;
}
/*本日存在日记*/
	.DayA a.haveD
{
	cursor:pointer;
	background-color: #f7f7f7;
}
.DayA a.haveD:link,.DayA a.haveD:visited
{
	color:#666;
}
.DayA a.haveD:hover
{
	color:#fff;
}
/*今天存在日记*/
	.DayA a.DayD
{
	cursor:pointer;
}
.DayA a.DayD:link,.DayA a.DayD:visited
{
	color:#26A7F1;
	font-weight:bold;
	text-decoration:none;
}
.DayA a.DayD:hover
{
	color:#000;
	text-decoration:underline;
}
/*显示和隐藏置顶日志按钮*/
	.BttnC
{
	float:right;
	padding-right:38px;
	width:87px;
	height:54px;
	background:url(hot2.jpg) no-repeat;
	cursor:pointer;
}
.BttnE
{
	float:right;
	padding-right:38px;
	width:87px;
	height:54px;
	background:url(hot.jpg) no-repeat;
	cursor:pointer;
}
#Side_Category img
{
	padding-left:10px;
	display:none
}
#Side_Category a img
{
	display:none;
}
/*---样式结束---*/
