.w-nav-link.w--current {
    color: #FFFFFF;
}
.w-dropdown-link.w--current {
    color: #FFFFFF;
}
.top_links_list li:last-child div
{
	display: none;
}


.Brd
{
	border-bottom:solid 2px #c3c3c3;
	border-right:solid 2px #c3c3c3;
}
.BrdDay
{
	border-bottom:solid 2px #c3c3c3;
	border-right:solid 2px #c3c3c3;
	padding-bottom: 20px;
}
.BrdDaySun
{
	border-bottom:solid 2px #c3c3c3;
	/*border-left:solid 2px #ffffff;*/

}
.OtherMonthDayStyle
{
	border-bottom:solid 2px #c3c3c3;
	border-right:solid 2px #c3c3c3;
	border-left:solid 2px #c3c3c3;
	background-color:transparent;
	height:0px;
}
.BrdLastDay
{
	border-bottom:solid 2px #c3c3c3;
	/*border-left:solid 1px #ffffff ; */
}
.WeekdaySt
{
	padding:2px;
}
.SaturdaySt
{padding:0px;
}
td.event-calendar-day{font-size: 19px;}
.eventCat
{
	color:#fff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding: 0 2px;
}
a.eventCat
{
	color:#fff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.eventCat:hover
{
	color:#fff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.eventTitleCalendar
{
	font-family:Arial;
	font-size:11px;
	line-height: 11px;
		color:#666 ;
}
td.eventTitleCalendar a
{
	font-family:Arial;
	font-size:11px;
	line-height: 11px;
	font-weight: normal;
	color:#666 ;
	text-decoration:none;
}
td.eventTitleCalendar a:hover
{
	font-family:Arial;
	font-size:11px;
	color:#000 ;
	text-decoration:none;
}


.contactus-captcha-img {
  height: 50px;
  margin-bottom: 7px;
}

.search-result
{
	font-size: 20px;
	color: #333333;
	font-weight:bold;
}

.search-category
{
	font-size: 18px;
	background-color: #e3e1db;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
}

A.search-link
{
	font-size: 18px;
}
A.search-link:hover
{
	font-size: 18px;
	text-decoration: underline
}
.grayScaleImg {
    /*filter: grayscale(100%);*/ /* Current draft standard */ /*-webkit-filter: grayscale(1); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);*/
    background-size: 100% 100% !important;
    background-position: center center;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.normalScaleImg {
    /*filter: grayscale(0%);*/ /* Current draft standard */ /*-webkit-filter: grayscale(0); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);*/
    background-size: 120% 120% !important;
    background-position: center center;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}