﻿.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #FFFF99;
	color: #000000;
	font-size: 12px;
}
.MyCalendar .ajax__calendar_title
{
	border-style: solid;
	border-width: thin;
	font-size: 12px;
	color: #000000;
	background-color: #99FF99;
}
.ProcessingTemplate
{
	color: #FF0000;
	font-size: 16px;
}
#layer1
 {
	position: absolute;
	visibility: hidden;
	width: 550px;
	height: 550px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close 
{
	float: right;
}
.popupdetails 
{
	font-family: Arial;
	font-size: large;
}


