
.mainBackgroundTopLeftCorner {
background-image: url(../images/bg-top-left-corner.png);
background-repeat: no-repeat;
}

.mainBackgroundTopRightCorner {
background-image: url(../images/bg-top-right-corner.png);
background-repeat: no-repeat;
}

.mainBackgroundBottomLeftCorner {
background-image: url(../images/bg-bottom-left-corner.png);
background-repeat: no-repeat;
}

.mainBackgroundBottomRightCorner {
background-image: url(../images/bg-bottom-right-corner.png);
background-repeat: no-repeat;
}

.mainBackgroundTopLine {
background-image: url(../images/bg-top-line.png);
}

.mainBackgroundBottomLine {
background-image: url(../images/bg-bottom-line.png);
}

.mainBackgroundRightLine {
background-image: url(../images/bg-right-line.png);
}

.mainBackgroundLeftLine {
background-image: url(../images/bg-left-line.png);
}

.mainBackgroundCopyright {
background-image: url(../images/bg-copyright.png);
}

.mainBackgroundMain {
background-image: url(../images/bg-main-1x1.png);
}

.mainBackgroundLeftMenu {
background-image: url(../images/bg-left-menu.png);
}

.mainBackgroundTopMenu {
background-image: url(../images/bg-top-menu.png);
}

.mainBackgroundBanner {
background-image: url(../images/bg-banner.png);
}

.calendarPastDay {
background-image: url(../graphics/calendar/bg-gray.png);
}

.calendarFutureDay {
background-image: url(../graphics/calendar/bg-white.png);
}

.calendarToday {
background-image: url(../graphics/calendar/bg-star.png);
}

.calendarXTable {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

.calendarFilter {
	border-width: 2px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: white;
	border-collapse: separate;
}

.calendarEvents {
	border-width: 2px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: white;
	border-collapse: separate;
}

.calendarEvents {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
.calendarEvents th {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.calendarEvents td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

