﻿.ajanda
{
	float:left;
	width:310px;
	height:300px;
	background-color:#f2f2f2;
}
.clntitle
{
	background-image:url(../images/calender/cln_month_bg.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:290px;
	padding:5px 10px 0px 10px;
	
}
.clntitle .month 
{
	float:left;
	width:230px;
}
.clntitle .prev 
{
	float:left;
	width:26px;
	cursor:pointer;
}
.clntitle .next 
{
	float:left;
	width:26px;
	cursor:pointer;
}
.calender
{
	border-bottom:solid 1px #e5e5e5;
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	height:265px
}
.calender .week
{
	clear:both;
	width:300px;
	height:30px;
	padding-left:7px;
}
.calender #week
{
	height:20px;
}
.calender .week .weekday
{
	float:left;
	margin-left:7px;
	width:34px;
	height:15px;
	font-size:10px;
	color:#666666;
	text-align:left;
	padding-top:4px;
}
.calender .week .day
{
	float:left;
	margin-left:7px;
	width:34px;
	height:26px;
	padding-top:4px;
	text-align:center;
	background-image:url(../images/calender/day.jpg);
	background-repeat:no-repeat;
}
.calender .week .lastday
{
	float:left;
	padding-top:4px;
	margin-left:7px;
	text-align:center;
	width:34px;
	height:26px;
	background-image:url(../images/calender/lastday.jpg);
	background-repeat:no-repeat;
}
.calender .week .selected
{
	float:left;
	padding-top:4px;
	margin-left:7px;
	text-align:center;
	width:34px;
	height:26px;
	cursor:pointer;
	color:#ffffff;
	background-image:url(../images/calender/selected.jpg);
	background-repeat:no-repeat;
}
.calender .week .today
{
	float:left;
	padding-top:4px;
	margin-left:7px;
	text-align:center;
	width:34px;
	height:26px;
	color:#ffffff;
	background-image:url(../images/calender/today.jpg);
	background-repeat:no-repeat;
}
.ajanda .calender .info 
{
	padding-left:25px;
	font-size:10px;
	background-image:url(../images/ok3.gif);
	background-position:15px 3px;
	background-repeat:no-repeat;
}
.ajanda .calender .info .date
{
	padding-left:10px;
}
.ajanda .calender .info .desc
{
	padding-left:10px;
	color:#ff6600;
	font-size:12px;
}
