
 .userpass{
	border: 1px solid #fff;
	font-size: 12px;
	font-family: Verdana, georgia, Helvetica, sans-serif;
	background: #d9d1ce;
	padding: 2px;
}

 .userpass:hover,.userpass:focus{

}

 .inputBox{
	border: 1px solid #A3BEC3;
	font-size: 12px;
	background: #F8F8F8;
}

 .inputBox:hover,.inputBox:focus{
	border-color: #A3BEC3;
}

 .userbutton{
	font-family: Verdana;
	font-weight: bold;
	color: #666;
	border: 1px solid #666;
	font-size: 12px;
	padding: 4px;
	background: #ebe4e0;
}

 .LinkTable{
	margin: 5px 10px 5px 0px;
}

 .commentTable{
}

 .high1{
	font-weight: bold;
	color: #f00;
	background: #F8F8F8;
}

 .CateIcon{
	display: none;
}

 
  #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;
	width: 11px;
	height: 11px;
	background: url(arrow_l.gif) no-repeat;
	margin-top: 6px;
	cursor: pointer;
}

   .BttnE{
	float: right;
	width: 11px;
	height: 11px;
	background: url(arrow_r.gif) no-repeat;
	margin-top: 6px;
	cursor: pointer;
}

#Side_Category img{
	padding-left: 10px;
	display: none;
}

#Side_Category a img {
	display: none;
}


