#calendardatadetail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #606;
	width: 480px;
	height: 425px;
	position: absolute;
	left: 4px;
	overflow: auto;
	z-index: 500;
	top: 7px;
	text-align: center;
}
.DetailContainer table {
	background-color: #FFF;
	overflow: auto;
	position: absolute;
	z-index: 1000;
	width: 460px;
	left: 10px;
	top: 100px;
}
#calendardatadetail h2   {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	color: #F39;
	text-align: center;
	text-shadow: .1em .1em #606;
}
#calendarmain {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FFF;
	list-style-type: none;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 190px;
	height: 400px;
}
#calendarmain h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FFF;
}
.main #rightsidebar #calendarmain .MasterDetail #calendardata {
	height: 36px;
}
.DetailContainer h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #609;
}
.MasterContainer {
	position: absolute;
	height: 400px;
	width: 195px;
	left: 10px;
	top: 10px;
}
.MasterDetail #calendarevent {
	position: absolute;
	height: 400px;
	width: 195px;
	left: 0px;
	top: 10px;
}

