@charset "utf-8";

#calendarWidget {
	width: 202px;
	padding: 11px;
	border: 1px solid #a8a8a8;
	background: #ffffff;
}

#calendarTitle {
	font: bold 12px Arial;
	color: #753146;
	text-align: left;
}

#monthTitle {
	font: italic 12px Arial;
	color: #303030;
	text-align: left;
}

#monthTitle a:visited {
	color: #303030;
	text-decoration: none;
}

#monthTitle a:link {
	color: #303030;
	text-decoration: none;
}

#monthTitle a:hover {
	color: #888888;
	text-decoration: underline;
}

#weekTitle {
	width: 202px;
	margin-top: 11px;
	border-top: 1px solid #e7e7e7;
	height: 22px;
	font: normal 0px Arial;
}

.day-title {
	font: normal 12px/22px Arial;
	color: #cfcfcf;
	height: 22px;
	text-align: center;
	width: 28px;
	margin-right: 1px;
	float: left;
}

.cal-week {
	width: 202px;
	margin: 0px auto 1px auto;
	height: 28px;
}

.cal-week a {
	text-decoration: none;
}

.last-week {
	margin-bottom: 0px;
}

.cal-day {
	width: 26px;
	height: 26px;
	border: 1px solid #cfcfcf;
	text-align: center;
	margin-right: 1px;
	float: left;
	font: normal 12px/26px Arial;
	color: #7a7a7a;
	background: #ffffff;
}

.day-hover {
	border: 1px solid #a2546e;
	background: #d997b2;
	color: #a2546e;
}

.event-day {
	font: bold 12px/26px Arial;
	color: #753146;
}

.cur-day {
	border: 1px solid #753146;
	background: #a2546e;
	color: #ffffff;
}

.filler-day {
	width: 28px;
	height: 28px;
	margin-right: 1px;
	float: left;
	background: #f1f1f1;
}

.last-day {
	margin-right: 0px;
}

#eventTypes {
	width: 202px;
	padding: 11px;
	margin-top: 10px;
	border: 1px solid #a8a8a8;
	background: #ffffff;
}

#etHeader {
	border-bottom: 1px solid #e7e7e7;
	font: bold 12px Arial;
	color: #28200e;
	padding-bottom: 11px;
}

#etTitle {
	float: left;
}

#etTotal {
	float: right;
}

.et-type {
	width: 191px;
	height: 13px;
	margin-top: 11px;
	padding-left: 11px;
	border-left: 1px solid #28200e;
	font: normal 12px Arial;
}

.et-title {
	color: #753146;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
}

.et-title:hover {
	text-decoration: underline;
}

.et-title-cur {
	font-weight: bold;
	color: #753146;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
}

.et-total {
	color: #28200e;
	float: right;
}

.cal-event {
	padding: 31px 10px;
	width: 629px;
	border-bottom: 1px dashed #e1e1e1;
}

.cal-event a {
	color: #000000;
	text-decoration: none;
}

.cal-event a:hover {
	color: #888888;
	text-decoration: underline;
}

.cal-admin {
	border-bottom: 0px;
	border-top: 1px dashed #e1e1e1;
}

.event-date {
	width: 68px;
	height: 79px;
	margin-right: 20px;
	text-align: center;
	float: left;
	border: 1px solid #a7a7a7;
}

.ed-title {
	font: bold 11px/25px Arial;
	text-transform: uppercase;
	text-align: center;
	width: 68px;
	height: 25px;
	background: #a7a7a7;
	color: #ffffff;
}

.ed-number {
	font: bold 36px/54px Arial;
	width: 68px;
	height: 54px;
	background: #ffffff;
	color: #a7a7a7;
}

.event-info {
	width: 537px;
	float: left;
}

.event-info input {
	border: 1px solid #e1e1e1;
}

.ei-header {
	font: bold 14px Arial;
	color: #753146;
}

.ei-header select {
	color: #000000;
	font: normal 12px Arial;
	border: 1px solid #e1e1e1;
	float: right;
	margin-right: 38px;
}

.ei-header option {
	padding: 0px 4px;
}

.ei-header input {
	margin-bottom: 4px;
	color: #753146;
	font: bold 14px Arial;
}

.ei-info {
	font: bold 11px Arial;
	color: #000000;
	margin-bottom: 7px;
}

.ei-info input {
	color: #000000;
	font: bold 11px Arial;
}

.ei-info select {
	border: 1px solid #e1e1e1;
	color: #000000;
	font: bold 11px Arial;
}

.ei-content {
	font: normal 12px Arial;
	color: #000000;
}

.ei-content textarea {
	border: 1px solid #e1e1e1;
	color: #000000;
	font: normal 12px Arial;
	width: 497px;
}

.last-event {
	border: 0;
}

#leftBar {
	width: 226px;
	margin-right: 10px;
	float: left;
}

#mainContent {
	width: 649px;
	padding: 10px;
	border: 1px solid #a7a7a7;
	float: left;
}