.CalendarMobileWrapper {
    display: none;
}

.CalendarTable {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

.CalendarTableWrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    width: 1084px;
    display: inline-block
}

.CalendarTableHeadingTableWrapper {
	background-color: #ffd571;
	 width: 100%;
    border-radius: 12px;
    -moz-border-radius: 12px;
}

.CalendarTableHeadingTable {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
    border-collapse: collapse;
    width: 99%;
	margin: 5px 5px 5px 5px;
}


.CalendarTableDayCell {
	width: 140px;
	height: 40px;
	font-size: 20px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #16bee3;
    margin: 0px;
    padding: 2px;
    vertical-align: middle;
    text-align: center;
	height: 40px;
	border: 4px solid white;
    border-radius: 12px;
    -moz-border-radius: 12px;
    overflow:hidden;
}


.CalendarTableBlankCell
{
	width: 150px;
	height: 120px;
	text-decoration: none;
	border: 4px solid white;
    border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 5px;
    background-color: #ffffff;
}


.CalendarTableCell
{
	width: 150px;
	height: 120px;
	border: 4px solid white;
    border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 5px;
    text-align: center;
    background-color: #e1e1e1;
}

.CalendarTableCell:hover {
	background-color: #88defe;
}

 
.CalendarTableCellToday
{
	width: 150px;
	height: 120px;
	font-size: 18px;
	text-decoration: none;
	border: 4px solid white;
    border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 5px;
    text-align: center;
    background-color: #ffd571;
    position: relative;
}
.CalendarTableCellToday:hover {
	background-color: #ff7185;
	color: #ffffff;
}
.CalendarTableCellToday:hover a {
	background-color: #ff7185;
	color: #ffffff;
 }


.datecell
{
	width: 33px;
	height: 30px;
	font-size: 18px;
	display: inline-block;
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0px; */
	color: #fdce4a;
	padding: 0px 4px 6px 4px;
	background-color: #17458f;
    border-style: solid;
	border-color: #ffffff;
    border-width: 2px;
}

.SpecialDaysTB {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
	margin: 0px 0px 0px 0px;
}
.SpecialDaysTR {
	display: table-row;
}

.SpecialDaysTD {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #17458f;
	font-size: 14px !important;
	font-style: italic;
	line-height: 1;
	padding: 0px 1px 4px 1px;
}

.SpecialDaysWrapper {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #17458f;
	font-size: 14px !important;
	font-style: italic;
	line-height: 1;
	padding: 0px 1px 4px 1px;
}


.DesktopCalendarEventContainer {
	background: none;
	width: 100%;
	margin: 5px 0px 5px 0px;
}
.DesktopCalendarEventContainer:hover {
	background: white !important;
}
.DesktopCalendarEventContainer:hover a {
	color: #990066; !important;
}


.DesktopCalendarStars {
	padding: 2px 2px 2px 2px;
	color: #17458f;
	font-size: 0.8em !important;
	line-height: 1.2;
	width: 12px;
}

.DesktopCalendarEvent {
	color: #990066;
	font-size: 16px !important;
	font-style: normal;
	line-height: 1.1;
	padding: 2px 2px 2px 2px;
	background: none !important;
}

.DesktopCalendarEvent a {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #990066;
	text-decoration: none;
	background: none !important;
}

.DesktopCalendarEvent a:hover {
	color: #990066 !important;
}

.DesktopCalendarEvent a:active {
	color: #dba000 !important;
}

.DesktopCalendarEventNoLink {
	line-height: 1 !important;
	cursor: default !important
}

.EventNoLink {
	color: green;
	font-size: 0.8em !important;
	font-style: normal;
	line-height: 1.1 !important;
	padding: 2px 2px 2px 2px;
	background: none !important;
	cursor: default !important
}


.CalendarMobileHeadingTableWrapper {
	background-color: #ffd571;
	width: 86vw !important;
	display: block;
    border-radius: 12px;
    -moz-border-radius: 12px;
    margin: 0px 0px 0px -20px;
}


@media screen and (max-width: 1200px) {

	.CalendarTableWrapper {
		width: 900px;
	}

	.CalendarTableDayCell {
		width: 120px;
		height: 36px;
		font-size: 18px
	}
	.CalendarTableCell {
		width: 120px;
		height: 90px;
		font-size: 16px
	}
	.CalendarTableBlankCell {
		width: 120px;
		height: 90px;
	}
	.CalendarTableCellToday {
		width: 120px;
		height: 90px;
		font-size: 16px
	}
	.datecell {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}

@media screen and (max-width: 1100px) {

	.SpecialDaysTD {
		font-size: 13px !important;
		hyphens: none !important;
	}
	.DesktopCalendarEvent {
		font-size: 15px !important;
		hyphens: none !important;
	}
}

@media screen and (max-width: 980px) {

	.CalendarTableWrapper {
		width: 94vw;
	}

/* 
	.CalendarTableDayCell {
		width: 100px;
		height: 30px;
		font-size: 16px
	}
	.CalendarTableCell {
		width: 100px;
		height: 80px;
		font-size: 14px
	}
	.CalendarTableBlankCell {
		width: 100px;
		height: 80px;
	}
	.CalendarTableCellToday {
		width: 100px;
		height: 80px;
		font-size: 14px
	}
	.datecell {
		width: 30px;
		height: 26px;
		font-size: 16px;
	}

	.DesktopCalendarEvent {
		font-size: 13px !important;
	}
 */
}

@media screen and (max-width: 850px) {

	.CalendarTableWrapper {
		width: 94vw;
		margin-right: 6px;
		margin-left: -6px
	}

	.CalendarTableDayCell {
		width: 110px;
		height: 20px;
		font-size: 14px
	}
	.CalendarTableCell {
		width: 110px;
		height: 80px;
		font-size: 12px
	}
	.CalendarTableBlankCell {
		width: 110px;
		height: 60px;
	}
	.CalendarTableCellToday {
		width: 110px;
		height: 60px;
		font-size: 12px
	}
	.datecell {
		width: 26px;
		height: 21px;
		font-size: 12px;
	}
	.SpecialDaysTD {
		font-size: 12px !important;
		hyphens: none !important;
	}
	.DesktopCalendarEvent {
		font-size: 12px !important;
		hyphens: none !important;
	}
}


@media screen and (max-width: 720px) {
	
	.CalendarTableWrapper {
		display: none;
	}
	
	.CalendarMobileHeadingTableWrapper {
		width: 90vw !important;
		margin: 0px 0px 0px -10px;
	}
	
	.CalendarMobileWrapper {
		display: block;
		max-width: 90vw;
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
	}
	
	.CalendarMobileTable {
		display: table;
		margin: 0px 0px 20px -6px;
		border-top: 1px solid #17458f;
		border-left: 1px solid #17458f;
		border-bottom: 1px solid #17458f;
		border-right: 1px solid #17458f;
		max-width: 90vw;
	}
	.CalendarMobileTable > tr {
		display: table-row;
	}
	.CalendarMobileTable > td {
		display: table-cell;
		width: 500px;
		height: auto;
	}
	.CalendarMobileDateCell
	{
		height: auto;
		margin: 2px 1px 2px 2px;
		padding: 6px 4px 6px 4px;
		background-color: #17458f;
		border-style: solid;
		border-color: #ffffff;
		border-width: 2px 1px 2px 1px;
		display: table-cell;
	}

	.CalendarMobileDateCell > div
	{
		font-size: 20px;
		line-height: 1;
		color: #fdce4a;
		display: block;
		width: 60px;
		padding: 0px 0px 0px 4px;
	}

	.CalendarMobileWeekDayCell {
		height: auto;
		width: 500px;
		font-size: 20px;
		line-height: 1;
		color: #ffffff;
		margin: 2px 0px 2px 0px;
		padding: 6px 4px 6px 4px;
		background-color: #46cce9;
		border-style: solid;
		border-color: #ffffff;
		border-width: 2px 0px 2px 0px;
		display: table-cell;
	}

	.CalendarMobileWeekDayCellToday {
		background-color: #ffd571 !important;
		color: #990066; 
	}

	.MobileSpecialDay {
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		text-shadow: none; 
		color: #17458f;
		font-size: 0.8em;
		font-style: italic;
		line-height: 1;
	}
	.MobileSpecialDay ul {
		margin: 4px 0px 2px 0px;
		list-style-type: disc !important;
    	margin-left: 0px !important;
	}
	.MobileSpecialDay li {
		margin: 4px 0px 4px 0px;
	}
	
	.MobileCalendarEventContainer {
		margin: 4px 0px 4px 0px;
	}
	
	.MobileCalendarStars {
		padding: 0px 2px 4px 2px;
		color: #cc9900;
	}
	
	.MobileCalendarEvent a {
		padding: 2px 2px 2px 2px;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		color: #990066;
		text-decoration: none;
	}

	.MobileCalendarEvent a:hover {
		color: #0099cc !important;
	}
}

@media screen and (max-width: 400px) {
	.CalendarMobileDateCell > div, .CalendarMobileWeekDayCell {
		font-size: 16px;
	}

}



/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */

.left-pointing-pag-triangle::after {
	content: "\25c4";
	color: #ffffff;
	width: 1.1em;
}

.left-pointing-pag-triangle-double::after {
	content: "\25c4\25c4";
	color: #ffffff;
	width: 1.1em;
}

.right-pointing-pag-triangle::after {
	content: "\25ba";
	color: #ffffff;
	width: 1.1em;
}

.right-pointing-pag-triangle-double::after {
	content: "\25ba\25ba";
	color: #ffffff;
	width: 1.1em;
}


.CalendarNavButton {
	background: #17458f; /* Old browsers */
	background: -moz-linear-gradient(top,  #17458f 0%, #16bee3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #17458f 0%,#16bee3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #17458f 0%,#16bee3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17458f', endColorstr='#16bee3',GradientType=0 ); /* IE6-9 */

    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
	text-shadow: 1px 1px #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    outline: 0 none;
    padding: 6px 12px 6px 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

button.CalendarNavButton:-moz-focus-inner {
    border: 0 none;
    padding: 0; 
    
}

.CalendarNavButton:hover, .CalendarNavButton-hover {
    border: 1px solid #ffffff;
    color: #FFF !important;
    background-color: #6dbf5c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#256418), to(#99fd84));
    background-image: -moz-linear-gradient(top, #256418 0, #99fd84);
    background-image: -webkit-linear-gradient(top, #256418 0, #99fd84);
    background-image: -o-linear-gradient(top, #256418 0, #99fd84);
    background-image: -ms-linear-gradient(top, #256418 0, #99fd84);
    background-image: linear-gradient(top, #256418 0, #99fd84);
}

.CalendarNavButton:focus, .CalendarNavButton:active, .CalendarNavButton-active {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
    background-image: -moz-linear-gradient(top, #000000 0, #666666);
    background-image: -webkit-linear-gradient(top, #000000 0, #666666);
    background-image: -o-linear-gradient(top, #000000 0, #666666);
    background-image: -ms-linear-gradient(top, #000000 0, #666666);
    background-image: linear-gradient(top, #000000 0, #666666);
   	outline: 0 none;
}
