/* ------------------------- FULL CALENDAR ------------------------ */
/* ---------------------------------------------------------------- */
#desktop_cal{
 	display:block; 
}
#mobile_cal{
  	display:none;
}
.GLOW_STYLE{
	background-color:#FFF;
	font-size:10px;
	color:#000;
	border:0px;
	cursor:default;
}
.GLOW_TITLE{
	background-color:#00703C!important;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	height:42px;
  	line-height:42px;
}

.GLOW_OTHER_MONTH{
	background-color:#F0F0F0;
	color:#999;
}

.GLOW_TODAY{
	background-color:#EBDF1B;
	color:#000;
}
.GLOW_TODAY table a {
background-color: #405E74;
display: block;
padding: 3px!important;
text-decoration: none;
  color:#fff;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   	font-size:14px;
}
.GLOW_TODAY > table {
background-color: #EBDF1B!important;
}

.GLOW_TODAY table a:hover {
background-color: #00703C;
  	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.GLOW_WEEKEND{
}
.GLOW_WEEKEND table a {
background-color: #405E74;
display: block;
padding: 3px!important;
text-decoration: none;
  color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   	font-size:14px;
}
.GLOW_WEEKEND table a:hover {
background-color: #00703C;
  	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;

}
.GLOW_SELECTED{
	background-color:#E8F4FD;
	color:#000;
}

.GLOW_NORMAL{
	color:#000;
}
.GLOW_NORMAL table a {
background-color: #405E74;
display: block;
padding: 3px;
text-decoration: none;
  color:#fff!important;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  	font-size:14px;

}
.GLOW_NORMAL table a:hover {
background-color: #00703C;
  	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.GLOW_NEXTPREV a{
	background-color:#00703C!important;
	text-decoration:none;
font-size:22px;
	font-weight:bold;
	color:#fff!important;
	height:42px;
  	line-height:42px;
  	padding:0 10px;
}

A:visited.GLOW_LINK{
	text-decoration:none;
}

A:link.GLOW_LINK{
	text-decoration:none;
}
#ctl20_C > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td,
#main_content > div.text_change > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td{
	background-color:#00703C!important;
}
/* ------------------------- MINI CALENDAR ------------------------ */
/* ---------------------------------------------------------------- */


.RadPanelbar_Default {
	white-space: normal!important;
}
.panelbar .group {
	overflow-x: visible!important;
}
.panelbar {
	width: 215px!important;
}
.SMALLCAL_STYLE {
	width: 215px!important;
	border: none!important;
	margin: 0 auto!important;
	background: transparent!important;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
table.SMALLCAL_STYLE > tbody > tr > td:first-child {
	background: transparent;
	border: none!important;
}
.SMALLCAL_TITLE {
		background-color:#00703C!important;
	font-weight: bold;
	color: white;
	font-size: 13px;
}
.SMALLCAL_TITLE td {
	padding: 5px;
}
.SMALLCAL_TITLE .SMALLCAL_NEXTPREV {
	padding: 0 5px!important;
	margin: 0;
	vertical-align: middle;
}
.SMALLCAL_TITLE .SMALLCAL_NEXTPREV a {
	color: #ffffff!important;
	text-decoration:none;
}
.SMALLCAL_STYLE th {
	border: none!important;
	font-size: 9px;
	text-transform: uppercase;
	color: #000;
	line-height: 20px;
	background: #fff;
	border-left: 1px solid #F0EDE3;
	width: 32px;
	text-align: center;
}
.SMALLCAL_STYLE th:first-child, .SMALLCAL_STYLE td:first-child {
	border-left: 0;
}
table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_OTHER_MONTH, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_NORMAL, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_WEEKEND, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_TODAY {
	font-size: 12px;
	font-weight: bold;
	border: none!important;
	border-top: 1px solid #C5BF99!important;
	border-left: 1px solid #C5BF99!important;
	color: #000;
	line-height: 28px;
	width: 30px;
		background-color:#fff;
	color:#000;
}
table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_OTHER_MONTH a, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_NORMAL a, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_WEEKEND a, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_TODAY a {
	clear: both;
	display: block;
	position: relative;
  	color:#405E74;
}
table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_OTHER_MONTH a:hover, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_NORMAL a:hover, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_WEEKEND a:hover, table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_TODAY a:hover {
  	color:#00703C;
  	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_OTHER_MONTH {
	background: #F0EDE3!important;
}
table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_TODAY {
	margin: -1px;
	color: #f3f3f3;
	border: 1px solid #598b94;

}
table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_TODAY > a {
	color: white!important;
}
.SMALLCAL_SELECTED{
  font-size: 12px;
	font-weight: bold;
  	line-height: 27px;
}
#mobile_cal .panelbar .rootGroup {
min-width: 300px!important;
}

/* -------------------------- EVENT LIST -------------------------- */
/* ---------------------------------------------------------------- */
#meetings {
	height: 266px;
	background: #fff;
	position: relative;
	width: 100%;
	padding-bottom: 16px;
	z-index: 6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.6);
}
h2#meetings_header {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
 height: 27px;
	line-height: 27px;
	background: #00703C;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: solid 3px #EBDF1B;
	width: 100%;
	margin-top: 10px;
}
.eventlist {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	height: 100%;
	padding-top: 5px;
}
.eventlist li {
	padding: 4px 7px;
	display: block;
	padding-left: 35px;
	background: url("/data/layout/images/cal_icon.png") top left no-repeat;
	background-position: 12px 8px;
	margin-bottom: 5px;
}
.eventlist li:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background: #FDFAF4 url("/data/layout/images/cal_icon.png") top left no-repeat;
	background-position: 12px 8px;
}
.eventdate {
	font-weight: bold;
	font-size: 12px;
	color: #405e74;
}
.eventname a {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.eventlist li:hover > .eventname a {
	color: #00703C;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
@media (max-width: 771px) {
h2#meetings_header span {
	display: none;
}
}
@media (max-width: 738px) {
#desktop_cal{
 	display:none; 
}
#mobile_cal{
  	display:block;
}
}
@media (max-width: 640px) {
h2#meetings_header span {
	display: inline;
}
}