#calander
{
	color: #333;
}

#calander .fl
{
	float: left;
}

#calander .fr
{
	float: right;
}

#calander a
{
	text-decoration: none !important;
}

#calander #overlay
{
	position: absolute;
	background: #FFF;
}

#calander .rel
{
	position: relative;
}

#data
{
	position: absolute;
	display: none;
}

#load
{
	position: absolute;
	background: URL(images/calander_loader.gif) center center no-repeat;
}

.calander_day_names
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
}

.calander_day_name
{
	width: 14%;
	text-align: center;
	font-weight: bold;
}

.calander_title
{
	padding-top: 7px;
	text-align: center;
	clear: both;
}

.calander_title .ui-datepicker-prev, .calander_title .ui-datepicker-next
{
	position: relative;
	top: -2px;
}

.calander_title .ui-datepicker-prev
{
	left: 5px;
}

.calander_title .ui-datepicker-next
{
	right: 5px;
}

.calander_day
{
	border: 1px solid #77d5f7;
	background: #d6edf5;
	color: #000;
	font-size: 10px;
	position: relative;
}

.calander_day_hide
{
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #000;
	font-size: 10px;
}

.calander_day:hover
{
	background: #73b9d7;
	color: #FFF;
}

.calander_day.active
{
	border: 1px solid #77d5f7;
	background: #2e90bd;
	color: #FFF;
}


.calander_day.active:hover
{
	background: #73b9d7;
	color: #FFF;
}

.calandar_day_content
{
	padding: 5px;
}

#pointer_div
{
	position: absolute;
	display: none;
	top: 0; 
	left: 0;
}

.speach_bubble_wrapper
{
	background: URL(images/drop_shadow.png);
	padding-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
	margin-left: 3px;
}

.speach_bubble
{
	background: URL(images/speach_bubble_bg.png);
	padding: 5px;
	font-size: 10px;
	color: #FFF;
	position: relative;
	top: -3px;
	left: -3px;
}


.calander_day a
{
	color: #FFF;
}

.calandar_day_full_content
{
	border: 1px solid #77d5f7;
	background: #dedede;
	color: #000;
	overflow: hidden;
	padding: 5px;
}

.list_event_bg_even
{
	background: #d6e6fc;
}

.list_event_bg_odd
{
	background: #fff7d8;
}