.Caption {
	color: #a00; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
}
.InputBox {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px
}
.FormatReminder {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; color: green
}
.Error {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: red
}

/* Tools Table */
.ToolsTable {
	border: 1px solid #989490; font-family: Arial,sans-serif; font-size: 12px; text-align: center; border-collapse: collapse
}
.ToolCell {
	border: 1px solid #989490; padding: 1px 16px; cursor: pointer; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: center;
}

/* Main Calendar CSS */
.Title {
	font-family: Arial,sans-serif; font-size: 30px;
}
.CalendarCell {
	width:14.28%; height: 120px; font-family: Arial,sans-serif; font-size: 10px; border: 1px solid black; vertical-align: top; background-color: white
}
.LabelCell {
	width:14.28%; font-family: Arial,sans-serif; font-size: 11px; text-align: center; background-color: #c0c0ff; border: 1px solid black
}
.BeforeBreakfastCell {
	background-color: orange; border: 1px solid yellow; margin: 3px; text-align: center; color: black; height: 70px; cursor: pointer
}
.AMCell {
	background-color: #cccc00; border: 1px solid orange; margin: 3px; text-align: center; color: black; height: 70px; cursor: pointer
}
.PMCell {
	background-color: #00cc00; border: 1px solid green; margin: 3px; text-align: center; color: black; height: 70px; cursor: pointer
}
.EmptyBeforeBreakfastCell {
	border: 1px solid #BBBBBB; margin: 3px; text-align: center; color: #BBBBBB; height: 70px; cursor: pointer
}
.EmptyAMCell {
	border: 1px solid #BBBBBB; margin: 3px; text-align: center; color: #BBBBBB; height: 70px; cursor: pointer
}
.EmptyPMCell {
	border: 1px solid #BBBBBB; margin: 3px; text-align: center; color: #BBBBBB; height: 70px; cursor: pointer
}
.DayMarker {
	background-color: #C0DBC1; padding-top: 1px; padding-left: 4px; vertical-align: top; font-weight: bold; font-size: 15px
}
.AMPMMarker {
	font-weight: bold; color: white; text-align: center
}
td.RemoveImageCell {
	text-align:right; cursor: pointer
}

/* Prompt CSS */
.PromptPanel {
	z-index: 200; display: none; border: 1px solid black; background: white; font-family: Arial, sans-serif; font-size: 12px; width: 250px; position: fixed
}
.PromptHeader {
	background-color: #C0DBC1; color: black; font-weight: bold; text-align: center; height: 25px; padding-top: 5px
}
.PromptActList {
	margin: 3px; height: 125px
}
.PromptActDesc {
	margin-top: 5px 8px; font-style: italic; text-align: center; height: 40px
}
.PromptButtons {
	text-align: right; margin: 0px 5px 7px 0px;
}
.CoverUp {
	z-index: 100; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: Gray; opacity: 0.7; filter: alpha(opacity = 70); display: none
}