.boxBorder {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6AB9F2;
	border-right-color: #1185DB;
	border-bottom-color: #1185DB;
	border-left-color: #6AB9F2;
	background-color: #CDE2FC;
	
}

.boxBorderOver {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6AB9F2;
	border-right-color: #1185DB;
	border-bottom-color: #1185DB;
	border-left-color: #6AB9F2;
	background-color: #97C2F9;
	cursor: pointer;
}


.calendarDayON {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #1C94EC;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	-moz-user-select: none;
	
}
.calendarDayONSelected{
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #1C94EC;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	-moz-user-select: none;
}
.calendarClass {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #1C94EC;
	cursor: pointer;
	-moz-user-select: none;
	}
.calendarClassSelected {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1C94EC;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	-moz-user-select: none;
	}

.calendarDayOFF {
	font-size: 14px;
	font-weight:bold;
	background-color: #E0E0E0;
	border: 1px solid #999999;
	text-align: center;
	color: #666666;
	cursor: default;
}
.calendarHeader {
	font-size: 12px;
	font-weight: bold;
}
