td {
	font-family:Arial, Veranda, sans-serif;
	padding: 0px;
}

#calback {
	background: #FFF url('../images/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

#leftarrow{
	background-image:url('../images/ui-icons_d8e7f3_256x240.png');
	background-position:-80px -192px;
	background-repeat:no-repeat;
	display:block;
	height:16px;
	width:16px;
}

#leftarrow:hover{	opacity: .5;
	filter: alpha(opacity=50);}

#rightarrow{
	background-image:url('../images/ui-icons_d8e7f3_256x240.png');
	background-position:-48px -192px;
	background-repeat:no-repeat;
	display:block;
	height:16px;
	width:16px;

}

#rightarrow:hover{	opacity: .5;
	filter: alpha(opacity=50);}

#calendar {
	padding:3px;
	overflow:hidden;
}

.cal {
	width: 100%;
	padding:0px;
	margin:0px;
	border:none;
	border-collapse:collapse;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	background:#5C9CCC url('../images/calheadbg.png') repeat-x scroll 50% 50%;
	border:1px solid #4297D7;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
	padding:3px;     
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #ffffff;
	font-size:11px;
	font-weight:bold;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 25px;
}

.dayrow td {
	width: 20px;
	color: #000;
	font-size: 9px;
}

.day {
	text-align:center;
	background:#DFEFFC url('../images/ui-bg_glass_85_dfeffc_1x400.png') repeat-x scroll 50% 50%;
	height:19px;
	width:17px;
	_width:15.2px;
	margin:1px;
	display:block;
	border:1px #C5DBEC solid;
	font-weight:bold;
	color:#2E6E9E;
	font-size:11px;
	float:left;
}

.dayover {
	background: #ffffff;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor:pointer;

}

.dayout {
	background: #FFF;
}

.day-name-holder{ width:100%;}