#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 940px;
}
.eventsCalendarCells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #EFEFEF;
	height: 100px;
	overflow: visible;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.eventsCalendarCells2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ebebeb;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.eventsCalendarCells h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #3366CC;
	border: none;
}
.eventsCalendarCellsSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #EFEFEF;
	height: 400px;
	overflow: visible;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-image: url(../../jpg/template/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.eventsCalendarCellsSelected h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #003366;
	padding: 0px;
}
.eventsCalendarCellsSelected p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.eventsCalendarCells ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	color: #CC0000;
}
.eventsCalendarCells a {
	color: #3366CC;
	text-decoration: none;
}
.eventsCalendarCells a:hover {
	color: #3366CC;
	text-decoration: underline;
}
.eventsCalendarCellsSelected a {
	color: #3366CC;
	text-decoration: none;
}
.eventsCalendarCellsSelected a:hover {
	color: #3366CC;
	text-decoration: underline;
}
.eventsCalendarCellsCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	height: 100px;
	overflow: visible;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.eventsCalendarCellsCurrent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #3366CC;
	border: none;
}
.eventsCalendarCellsCurrent ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	color: #CC0000;
}
.eventsCalendarCellsCurrent a {
	color: #3366CC;
	text-decoration: none;
}
.eventsCalendarCellsCurrent a:hover {
	color: #3366CC;
	text-decoration: underline;
}
#calendar {
	background-color: #DCDDE8;
	border: 2px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#calendar td{
	margin: 0px;
}
#calendarHeader {
	background-color: #F2F2F4;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFD9D9;
	border-right-color: #FFD9D9;
	border-bottom-color: #FFD9D9;
	border-left-color: #FFD9D9;
}
#calendarHeader h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-left: 5px;
}
#calendarNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#calendarNavigation a {
	color: #003366;
	text-decoration: none;
}
#calendarNavigation a:link {
	color: #003366;
	text-decoration: underline;
}
body {
	margin: 0px;
}
#closeButton {
	position: absolute;
	top: 3px;
	right: 5px;
}
