#calendar
{
	width:250px;
	height:215px;
	padding:15px 20px 20px 20px;
	background:url("../img/back_bottom.png") repeat scroll 0 0 transparent;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

#calendar .turn
{
	height:200px;
	width:250px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#calendar .turn .left-button,#calendar .turn .right-button
{
	height:38px;
	width:15px;
	display:block;
	position:absolute;
	top:90px;
	right:244px;
	background:url(../img/sprite-buttons.png) no-repeat transparent ;
}
#calendar .turn .right-button
{
	left:244px;
	background-position:-17px -0px ;
}
#calendar .turn .left-button:hover
{
	background-position:-33px -0px ;
}
#calendar .turn .left-button:active
{
	background-position:-65px -0px ;
}
#calendar .turn .right-button:hover
{
	background-position:-49px -0px ;
}
#calendar .turn .right-button:active
{
	background-position:-81px -0px ;
}
#calendar .turn .moving
{
	height:200px;
	width:250px;
	text-align:center;
	overflow:hidden;
}
#calendar .turn .monthes .month span
{
	font-size:15px;
	line-height:26px;
}

#calendar .turn .monthes
{
	width:750px;
	height:200px;
	margin-left:-250px;
}
#calendar .turn .monthes .month
{
	height:200px;
	width:250px;
	float:left;
	overflow:hidden;
}

#calendar .turn .monthes .month .days
{
	height:150px;
	width:229px;
	padding:11px 10px 11px 11px;
	background:url("../img/	calback.png") scroll 0 0 transparent;
}
#calendar .turn .monthes .month .noborder
{
	height:150px;
	width:229px;/* 33*7 -2 */
	overflow:hidden;

}
#calendar .turn .monthes .month ul
{
	display:block;
	margin-left:-1px;
	height:150px;
	width:231px;/* 33*7 */
}
#calendar .turn .monthes .month ul li
{
	display:block;
	height:20px;
	padding-top:5px;
	width:31px;
	border-left:1px solid #292929;
	border-right:1px solid #323232;
	float:left;
	font-size:12px;
	color:#bcbcbc;
}
#calendar .turn .monthes .month ul li.active
{
	cursor:pointer;
	color:#469be5;
}
#calendar .turn .monthes .month ul li.curent
{
	color:#666;
}

#calendar .turn .monthes .month ul li.active:hover
{
	color:#666;
}

	
