/* CSS Document */
div.blocktitle {
	font-weight:bold;
	font-size:medium;
	margin: 3px;
	border: 1px black solid;
	padding: 2px;
}
span.item {
	float: left;
	clear: left;
	color: white;
	padding: 2px;
	font-size: small;
	font-weight: bolder;
	margin: 3px;
}
div.calitem {
	padding-top: 5px;
	clear: both;
	color: black;
	line-height: 140%;
	text-decoration: none;
	cursor: pointer;
}
div.dateadmin {
	font-size: 12px;
	font-weight: bolder;
	clear: both;
	cursor: pointer;
	float: left;
	clear: left;
}
div.date {
	font-size: 12px;
	font-weight: bolder;
	clear: both;
	float: left;
	clear: left;
}
div.ab {
	float: left;
	font-weight: lighter;
	color:#FF33FF;
}
div.day {
	float: right;
	font-weight: normal;
}
.not_this_month {
	color: #999;
}
div.dateab {
	width: 100%;
	margin-bottom: 2px;
}
span.notes {
	margin: 3px;
	color: white;
}
span.canceled {
	text-decoration: line-through;
}
span.holiday {
	font-weight: bolder;
	color: #FF9900;
}
#viewAction a {
	line-height: 170%;
}
#dayView {
	font-size: 1.1em;
}
#editForm {
	padding-bottom: 10px;
	position: relative;
	float: left;
}
#editTable td {
	padding-bottom: 10px;
}
#details-window {
	width: 550px;
	height: 450px;
	display: none;
}
#header-table {
	font-size: 10px;
	padding: 0px;
	width: 690px;
	border: 0px;
}
#header-table td {
	padding: 2px;
	vertical-align: top;
	border: none;
}
#header-table p {
	line-height: 120%;
	margin: 0;
}
.event-notes {
	display: none;
	margin: 10px 20px;
	padding: 10px 20px;
	width: auto;
	border: 1px solid #a9bd80;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.event-notes h4 {
	margin: 0;
}

/* JQuery UI style fix */
.ui-widget-content {
	background-color: #fff;
}
