/* CSS Document */

body {
	background-color: #CCCCFF;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #87322D;
}
a:hover {
	text-decoration: underline;
	color: #87322D;
}
.main_table_border {
	border: 4px solid #A8A8FF;
}
.header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8FF;
	background-color: #8280C1;
}
.sub_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8FF;
	background-color: #87322D;
}

.sub_header a:link,
.sub_header a:active,
.sub_header a:visited {
	border: none;
	background: none;
	color: #FFFFFF;
	text-decoration: none;
}

.sub_header a:hover {
	border: none;
	background: none;
	color: #FFFFFF;
	text-decoration: underline;
}

.cal_noday {
	background-color: #CCCCFF;
}
.cal_col_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #87322D;
}

.cal_day {
	background-color: #CCCCFF;
	color: #000000;
}

.cal_today {
	background-color: #CCCCFF;
	color: #000000;
	border: 1px solid #87322D;
}
.cal_border {
	border: 1px solid #A8A8FF;
}
.cal_day_event {
	font-weight: bold;
	background-color: #A8A8FF;
	color: #FFFFFF;
}
.sidebar {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A8A8FF;
	background-color: #E2DDFF;
}
.content_area {
	padding: 15px;
}
