table.Calendar{
	background-color: #ccccff;
	border: solid 0px #0000ff;
	border-collapse: separate;
	empty-cells: show;
	font-size:11px;
	margin-left: 10px;
	margin-top:	30px;
	width:180px;
}
#caltitle{
	background-color: #0099ff;
	font-size:12px;
	font-weight:700;
	color: #ffffff;
}
table.Calendar td{
	background-color: #ffffff;
}
div.Fld_Cld td{
	border: solid 0px #0000ff;
	text-align : center;
}
td.Red{
	color : #ff0000 ;
}
td.Green{
	color : #00cc00 ;
}
td.Blue{
	color : #0000ff ;
}
.calenderback{
	padding-left: 0px;
}

.calenderback th{
	background-image:url(../images/box_calendar.png);
	background-repeat: no-repeat;
	height:45px;
}
.calenderback td{
	border-left: solid 1px #999999;
}


#Fld_News a:hover {
	background-color:	#ffdddd;
}
#Fld_News a:link {
	color:			#ff0000;
}
#Fld_News a:visited {
	color:			#ff0000;
}