#calControls
{
	width: 100%;
}

#calHeading
{
	width: 100%;
	height: 15px;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

.calWeek
{
	width: 100%;
	height: 100px;
	font-size: 10px;
}

.calDay
{
	width: 14%;
	height: 100%;
	float: left;
	margin-right: -1px;
	border: 1px solid;
}

.calDayDate
{
	width: 20px;
	height: 15px;
	/*border: 0px;
	border: solid;
	border-right: 1px;
	border-bottom: 1px;
	*/
	text-align: center;
	float: none;
}

.calDayBlank
{
	border: 1px solid #fff;
}

.calEvent
{
	width: 95%;
	margin-left: 2px;
	height: 12px;
	overflow: hidden;
}



/* --------------------- [BEGIN] calendar_event.aspx styles -----------------------------*/

#eventDetail
{
	float: left;
	/*width: 95%;
	margin-left: 1%;
	margin-right: 1%;
	*/
	width: 390px;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid;
	background-color: #fff;
	height: 100%;
}
.eventRow
{
	width: 100%;
	margin-bottom: 5px;
	float: left;
}
.eventLabel
{
	width: 100px;
	text-align: right;
	float: left;
	color:#646464;
	
}
.eventData
{
	width: 275px;
	text-align: left;
	float: left;
	margin-left: 5px;
	color: #000;
}


/* ---- */
.eventContainer
{
	position: absolute;
}
.eventDetail2
{
	background-color: #fff;
	border:1px solid #000;
	color:#000000;
	color:#E2EAED;
	float:left;
	height:100%;
	padding-bottom:3px;
	width:390px;
}
.eventDetailTitle
{
	
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 103px;
	background-color:#E2EAED;
	color: #000;
}
.eventUIControlButton
{
	cursor: pointer;
	width: 16px;
	height: 100%;
	background-color: #fff;
	font-size: .75em;
	color: #000;
	text-align: center;
	float: left;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
/* --------------------- [/END] calendar_event.aspx styles ------------------------------*/