/* Four Mind Calendar Application */
/* Calendar CSS - calendar.css */
/* Designed by Four Mind :: fourmind.ca */
/* Created: Dec 12, 2006 */

.clear {
	clear: both;
	height: 1px;
	background-color: silver;
}
.bgColor {
	width: 30px;
	height: 10px;
	background-color: #5267b4;
	margin: 0px 0px 2px 5px;
}

/* @group Month View Formatting */

#monCalendar {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#monCalendar h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	border-style: none;
}
#monCalendar h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	padding: 4px 0 0 24px;
	border: none;
}

/* @group Event Formatting */

.eventContainer {
	position: relative;
}
.monEvent {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
	bottom: 0;
	left: -100%;
	background: transparent url(images/event_box.png) no-repeat center top;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	text-align: center;
}

.monEvent h3 {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding: 0 0 4px;
	border-bottom: 1px solid #bbb;
	margin: 15px 15px 4px;
}
.monEvent h3 span {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.eventStart {
	font-size: 10px;
	text-align: left;
	margin: 0 15px 10px;
	color: #aaa;
}
.eventDetail {
	font-size: 12px;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	height: 94px;
	overflow: auto;
	margin: 0 5px 0 15px;
	text-align: left;
}

.monEvent p {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-top: 0;
}

.monEvent p {
	font-size: 10px;
	text-align: right;
	padding-left: 0px;
	padding-top: 0;
}
.monEvent p span {
	margin-left: 0; margin-right: 0;
}
.monEvent p span span {
	margin-left: 4px;
}
#eventCategory {
	font-size: 12px;
	text-align: right;
	padding: 0 0 0 6px;
}
#eventCategory span {
	margin-top: 2px;
	margin-left: 10px;
}

.monEventSub {
	margin: 25px 0px 0px 0px;
	padding: 20px 6px 10px 6px;
	text-align: left;
	border-top: 1px solid silver;
	font-size: 14px;
	color: #222;
}

/* @end */

#monPrevious {
	float: left;
	margin: 20px 0 0 20px;
}
#monNext {
	float: right;
	margin: 20px 20px 0 0;
}

table.monView {
	width: 96%;
	margin: auto;
	background: transparent;
}

table.monView th {
	border-bottom: 1px solid silver;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 4px;
	padding-top: 25px;
	text-align: center;
	letter-spacing: normal;
	background-color: transparent;
}

table.monView td {
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	width: 14%;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

table.monView td.monWeekend {
	background-color: #ddd;
}

table.monView td.monRight {
	border-right: 1px solid silver;
}

table.monView td.monToday {
	background-color: #e1e9f0;
}

.monInactive, a.monInactive, a.monInactive:link, a.monInactive:visited {
	color: silver;
}

.pubMonDayNum {
	width: 96%;
	text-align: right;
}

.monDayNum a, .monDayNum a:link, .monDayNum a:visited {
	display: block;
	width: 96%;
	background: transparent url(images/bg_eventAdd.gif) no-repeat 4px 2px;
	padding: 2px;
	text-align: right;
	font-size: 12px;
}
.monDayNum a:hover, .monDayNum a:active {
	background: transparent url(images/bg_eventAdd_hov.gif) no-repeat 4px 2px;
	color: #000;
	text-decoration: none;
}

.monDayEvent a, .monDayEvent a:link, .monDayEvent a:visited {
	display: block;
	overflow: hidden;
	font-size: 10px;
	height: 14px;
	text-align: left;
	background-color: #f1f1f1;
	width: 100%;
	color: #5267b4;
	text-indent: 5px;
	padding-top: 2px;
	border-bottom: 1px solid #e7e7e7;
}
.monDayEvent a:hover, .monDayEvent a:active {
	background-color: #5267b4;
	color: #FFF;
	text-decoration: none;
}

.monDayEventSel {
	background-color: #5267b4;
	color: #FFF;
}
a.eventClose, a.eventClose:link, a.eventClose:visited {
	text-align: right;
	border: none;
	padding: 0 25px;
	width: auto;
	margin: 0 5px;
	height: 18px;
	line-height: 18px;
	border-top: 1px solid #999;
	background: #e1e1e1 url(images/event_close.png) no-repeat 170px center;
}
a.eventClose:hover, a.eventClose:active {
	background-color: #f1f1f1;
	color: #5267b4;
	text-decoration: underline;
}

/* @end */

