#calContainer {
	background-color: #f0edda;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 650px;
}


.month, .nav{
	color: #555336;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	height: 22px;
}

.nav{
	cursor: pointer;
}

.hidden {
	display: none;
}

td.empty {
/*	
	border-right: solid 1px #ddd;
*/
}
.calnav {
	top: 0px;
	height: 20px;
	padding: 0;
	margin: 0;
}

.nav {
	float: left;
}


.eventitem {
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}

th.month {
	height: 12px;
}

div.monthbar {
	height: 15px;
	background-color: #f0edda;
	margin: 0px 0px 0px 58px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div.monthshift {
	float: left;
}

div.monthshift a {
color: #555336;	
}

th.month a {
	float: left;
	color: #555336;
	padding-left: 5px;
}

#monthtitle {
	float: left;
	padding: 0px 5px 0px 5px;
	color: #555336;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
}

.dayHeader{
	height: 22px;
	color: #555336;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	width: 22px;
}

.empty{
/*
			border-right: 1px #acb6bc solid;
			border-bottom: 1px #acb6bc solid;
*/
}


table {
	width: 244px;

}

.days{

		border-right: 1px #f0edda solid;
		border-bottom: 1px #f0edda solid;
		background-color: #dfdab5;
		text-align: center;
		padding-right: 3px;
		height: 34px;
		line-height: 14px;
}

td.days:hover {
background-color: #bfb78f;
color: white;
}
.date{
/*	
	border: 1px #acb6bc solid;
*/
	cursor: pointer;
}

#calthisMonth {
	background-color: #f0edda;
	width: 244px;
	height: 202px;
}

TD.conference {
	background-image: url(../images/confback.gif);
	background-repeat: repeat-x;
}

TD.webinar {
	background-image: url(../images/webinarback.gif);
	background-repeat: repeat-x;
}

td.firstrow {
	border-spacing: 0px;
}

.datedisplay {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #555336;

}

