td {
}

#calback {
	/*margin: 0 auto;
	width: 350px;*/
	font-style:italic;
	font-family:"georgia";
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	width: 100%;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background:#333;
}

.dayhead td {
	text-align: center;
	color: #FFF;
	font-weight:bold;
}

.dayrow {
	height: 91px;
	font-weight:bold;
}

.dayrow td {
	width: 80px;
	color: #fff;
	font-size: 15px;
	padding:3px;
	text-align:right !important;
}

.day {
	float: right;
	clear:left;
}

.dayover {
	/*background:transparent;*/
	background:#333;
}

.dayout {
	background:#333;
}
.event ul, ul.event
{
	font-family:"arial";
	font-size:11px;
	font-style:normal;
	width:80px;
	overflow:hidden;
}

.event li
{
	padding:0;
	list-style-position:inside;
	list-style-type:disc;
}
.event li
{
	padding:0;
	list-style-position:inside;
	list-style-type:disc;
}
.event
{
	clear:right;
}
.expand .time 
{
	font-style:italic;
}
.expand
{
	background-attachment:scroll;
	background-color:#CCCCCC;
	border:1px solid #333;
	color:#333333;
	min-height:200px;
	position:absolute;
	width:200px;
	z-index:10;
	overflow:auto;
	padding:10px;
}
.expand ul
{
	width:200px;
	font-size:12px;
}
.expand li
{
	font-family:"Arial Black";
}
.expand .detail
{
	font-family:"georgia";
	margin-bottom:5px;
}
