div.is_calendar 
{
	position : absolute;
	top : -10px;
	width : 240px;
	font-size : 11px;
	border : 1px solid #000;
	background-color : #E1EFFF;
	display : none;
	z-index : 100;
}

div.is_calendar.visible
{
	display : block;
}

div.is_calendar.left
{
	right : 100%;
}

div.is_calendar.right
{
	
}

div.is_calendar div.row_title
{
	position : relative;
	width : 100%;
	height : 28px;
	clear : both;
	line-height : 28px;
	color : #FFF;
	font-weight : bold;
	background-color : #3399CC;
}

div.is_calendar div.nav_box
{
	position : absolute;
	left : 0;
	top : 0;
	width : 180px;
	height : 28px;
	text-align : center;
}

div.is_calendar div.row_day_labels,div.is_calendar  div.row_dates
{
	width : 100%;
	float : left;
	clear : both;
	font-weight : bold;
	padding : 0;
	margin : 0;
}

div.is_calendar div.row_day_labels
{
	height : 18px;
	border-bottom : 1px solid #39C;
	background-color : #BFDEFF;
}

div.is_calendar div.day_label
{
	width : 32px;
	line-height : 16px;
	color : #00C;
	font-weight : bold;
	text-align : center;
	float : left;
	margin : 1px;
}

div.is_calendar div.row_dates a
{
	width : 30px;
	height : 24px;
	line-height : 24px;
	text-decoration : none;
	font-weight : bold;
	text-align : center;
	float : left;
	margin : 1px;
}

div.is_calendar div.row_dates a:hover
{
	color : #00D;
	border : 1px solid #BFDEFF;	
	background-color : #0F0;
}

div.is_calendar div.row_dates a.weekday
{
	color : #00D;
	border : 1px solid #BFDEFF;	
	background-color : #E1EFFF;
}

div.is_calendar div.row_dates a.weekend
{
	color : #55D;
	border : 1px solid #3499CC;	
	background-color : #BFDEFF;
}

div.is_calendar div.row_dates a.othermonth
{
	color : #88D;
	border : 1px solid #CCC;	
	background-color : #EFEFEF;
}

div.is_calendar div.row_dates a.today
{
	border : 1px solid #F00;	
}

div.is_calendar div.row_dates a.currentday
{
	color : #FFF;
	background-color : #00AA00;
}

div.is_calendar img.prev_year
{
	position : absolute;
	left : 5px;
	top : 10px;
	border : none;
}

div.is_calendar img.next_year
{
	position : absolute;
	right : 5px;
	top : 10px;
	border : none;
}

div.is_calendar img.prev_mth
{
	position : absolute;
	left : 20px;
	top : 10px;
	border : none;
}

div.is_calendar img.next_mth
{
	position : absolute;
	right : 20px;
	top : 10px;
	border : none;
}

div.is_calendar img.button_close
{
	position : absolute;
	right : 5px;
	top : 8px;
	border : none;
}

