/** {font-family: Arial, Helvetica, sans-serif}
h1 {font-family:Arial, Helvetica, sans-serif;  font-size:150%; color:#FD843B; margin: 0;}
a {
	color: #000000;
}*/
.calendar {
	/*color: #FD843B;*/
}
.day {
	/*clear: left;*/
	color: #3366cc;
	font-weight: bold;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366cc;
	padding-bottom: 6px;
	padding-top: 5px;
	margin-bottom: 3px
}
.eventtitle {
	font-weight: bold;
	font-size: 90%;
	/*color: #000000;*/
	/*float: left;*/
	padding-bottom: 2px;
	/*clear: left;*/
}

.time {
	color: #3366cc;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	/*clear: right;*/
	/*float: right;*/
	/*width: 200;*/
}
.owner {
	/*color: #000000;*/
	/*float: left;*/
	/*clear: left;*/
}
.icon {text-align: right;
}
.event { 
	/*clear: left; *//*both; */
  	padding-bottom: 6px;
	font-size: 10pt;
	}
  
.popuptitle {
	/*color: #FD843B;*/
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 3px}
.popupdescription {
	/*color: #000000;*/
	padding-bottom: 6px;
		font-size: .9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #B2B2B2;*/
	margin-bottom: 6px
}
.popupdate {
	font-size: .9em;
	font-weight: bold;
	/*color: #000000;*/
	float: left;
	padding-bottom: 10px;
}
.popupcontent {
font-size: .9em;
padding-bottom: 10px;
}

#miniCalHolder {
	/*float: right; */
	padding: 0px 6px 6px;
	/*font-size: 3pt;*/
}
#eventsHolder {
padding-bottom: 15px;
}
/* * html #eventsHolder {} */
#eventwrap {
	/*float: left; */
}
.eventtitle {
}
.minidaycell {
font-size: 8pt;
}
.eventtitle a {
	text-decoration: none;
}
th {
color: #3366cc;
}
.miniCals {
	/*clear: both;*/
	font-size: 8pt;
	margin-bottom: 20px;
}
.miniCals td, .miniCals th {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;
}
.miniCals th {
	font-weight: bold;
}
.miniCals th.monthName {
	text-align: center;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}
.prevnext a {
	font-size:smaller;
	text-decoration: none;
}