/* here we change container with for calednar to be 800 wide*/
#container {
	width: 1100px;
}


/* MIDDLE COLUMN*/
#container #middle {
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
}

{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#calendar {
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
#calendar form {
	margin: 0px;
	padding: 0px;
}

#calendar p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	line-height: 13px;
}
#calendar .download {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 13px;
	color:#000000;
	padding-top:10px;
}
#calendar .borderR{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D194F1;
}
#calendar #monthYear{
	width: 350px;
	float: left;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 17px;
	color: #337C71;
}
#calendar #calView{
	width: 250px;
	float: left;
	text-align: right;
}

#calendar #listDate{
	width:100px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 14px;
	color:#337C71;
	padding-top:10px;
	padding-bottom:10px;
	white-space: nowrap;
}

#calendar #listEvents{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
}

#calendar #listEvents p {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
	margin: 0px;
	padding: 0px;
}
#container #middle #content #calendar #listEvents p {
	margin: 0px;
	padding: 0px 0px 10px;
}
#container #middle #content #calendar #listEvents p.cost {
	margin: 0px;
	padding: 0px 0px 10px;
}
#container #middle #content #calendar #listEvents p.time {
	margin: 0px;
	padding: 0px;
}

#calendar #calView p{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 12px;
	color: #337C71;
}
#calendar .dayB{
	float:left;
	width:83px;
	height: 100px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D194F1;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D194F1;
}
#calendar .day{
	float:left;
	width:83px;
	height: 100px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D194F1;
}
#calendar #dayName{
	float:left;
	width:89px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D194F1;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D194F1;
}
#calendar .dayNum{
	float:left;
	width:50%;
	padding-top: 3px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 13px;
	color:#000000;
}

/* POPUP WINDOW */
#myEvent {
	width: 130px;
	position: absolute;
  	visibility: visible; 
	top: -30px;
	left: -10px; 
  	border: solid 1px #999; 
  	background-color: #fff;
	font-family: "Trebuchet MS", Verdana;
  	font-size: 12px;
  	font-size:11px;
  	z-index:2;
  	padding: 2px;
}

#myEvent #close {
	padding-right: 0px;
	text-align:right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#myEvent a {
  padding: 1px;
  text-decoration: underline;
}

#myEvent p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.alert {
	color:#FF0000;
}
