/* calendar style */
table.calendar{
	float:left;
	margin-left:5px;
	border:0px solid #416ba5;
}
td.blogsCalDateTitle{
	color:#416ba5;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
td.logsCalLeftArrow{

}
a.aLeftArrow:link,a.aLeftArrow:visited{
	display:block;
	width:24px;
	height:24px;
	color:#000;
	background-image:url(../img/leftArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.aLeftArrow:hover{
	display:block;
	width:24px;
	height:24px;
	color:#000;
	background-image:url(../img/leftDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.aRightArrow:link,a.aRightArrow:visited{
	display:block;
	width:24px;
	height:24px;
	color:#000;
	background-image:url(../img/rightArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.aRightArrow:hover{
	display:block;
	color:#666;
	width:24px;
	height:24px;
	color:#000;
	background-image:url(../img/rightDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;
}
td.blogsCalRightArrow{
	color:#fff;
}
td.blogsCalRightArrow a:hover{
	color:#fff;
}

td.blogsCal a:link,a:visited{
	color:#a00;
	/*background-color:#fff;*/
}
td.blogsCal a:hover{
	/*background-color:#fff;*/
	color:#a00;
}
td.blogsCal{
	width:22px;
	height:15px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border:1px solid #416ba5;
	color:#416ba5;
}
td.OnMonth{
	width:22px;
	height:15px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border:1px solid #416ba5;
	color:#416ba5;
	background-color:#fff;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
td.OffMonth{
	width:22px;
	height:15px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border:1px solid #416ba5;
	color:#fff;
	background-color:#416ba5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
td.today{
	width:22px;
	height:15px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border:1px solid #416ba5;
	color:#fff;
	background-color:#416ba5;
	text-decoration:blink;
}
td.blogCal a.calDateOn:link, td.blogCal a.calDateOn:visited{
	color:#416ba5;
	border:1px solid #416ba5;
	opacity: 0.8;
	filter:alpha(opacity=80);
	cursor:pointer;
}
td.blogCal a.calDateOn:hover{
	color:#416ba5;
	border:1px solid #416ba5;
	opacity: 0.9;
	filter:alpha(opacity=90);
	cursor:pointer;
}
td.day{
	border:0px;
	border-bottom:2px solid #416ba5;
	color:#416ba5;
	font-weight:bold;
}
