/* ------------------------- FULL CALENDAR ------------------------ */
/* ---------------------------------------------------------------- */


.GLOW_STYLE {
	border: none!important;
	width: 100%!important;
}
table.GLOW_STYLE {
	background: transparent!important;
	border: none!important;
}
table.GLOW_STYLE > tbody > tr > td:first-child {
  background: #fff!important;
  border: none!important;
}
table.GLOW_STYLE > tbody > tr > td:last-child {
  background: #fff!important;
  border: none!important;
}
.GLOW_TITLE {
	background: #08669C;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
  	margin-bottom:0;
}
.GLOW_NEXTPREV a {
	color: #fff!important;
	text-decoration: none;
	font-size: 15px;
}
.GLOW_STYLE th {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	border: none!important;
	color: #fff;
	line-height: 20px;
	background: #22AEE9;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.GLOW_TITLE td {
	padding: 15px!important;
}
table.GLOW_STYLE > tbody > tr > td.GLOW_OTHER_MONTH, table.GLOW_STYLE > tbody > tr > td.GLOW_NORMAL, table.GLOW_STYLE > tbody > tr > td.GLOW_WEEKEND, table.GLOW_STYLE > tbody > tr > td.GLOW_TODAY {
	font-size: 16px;
	font-weight: normal;
	border: none!important;
	border-top: 1px solid #ccc!important;
	border-left: 1px solid #ccc!important;
	color: #08669C;
	padding: 5px!important;
	text-align: left!important;
	background-color: #E5E1D0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(60%, #f4f4f4), color-stop(100%, #f4f4f4));
	background-image: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 60%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #f4f4f4 60%, #f4f4f4 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #f4f4f4 60%, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #f4f4f4 60%, #f4f4f4 100%);
	background-image: linear-gradient(top, #fff 0%, #f4f4f4 60%, #f4f4f4 100%);
	-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
	-ms-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
	-o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
table.GLOW_STYLE > tbody > tr > td.GLOW_OTHER_MONTH a, table.GLOW_STYLE > tbody > tr > td.GLOW_NORMAL a, table.GLOW_STYLE > tbody > tr > td.GLOW_WEEKEND a, table.GLOW_STYLE > tbody > tr > td.GLOW_TODAY a {
	clear: both;
	display: block;
	position: relative;
    color: #383838!important;
  font-size: 12px;
  text-decoration: none;
}
.GLOW_OTHER_MONTH td, .GLOW_TODAY td, .GLOW_WEEKEND td, .GLOW_SELECTED td, .GLOW_NORMAL td {
	text-align: left;
	font-size: 14px;
}
table.GLOW_STYLE > tbody > tr > td.GLOW_OTHER_MONTH {
	background: #ffffff!important;
	color: #999;
}
table.GLOW_STYLE > tbody > tr > td.GLOW_TODAY {
	color:#08669C;
  background: #AEE1F7;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  -ms-box-shadow: none; 
  -o-box-shadow: none; 
  box-shadow: none; 
}
.GLOW_TODAY a {
	color: white!important;
}
table.GLOW_STYLE > tbody > tr > td.GLOW_WEEKEND {
	color: #999999;
	font-weight: normal;
}
A:visited.GLOW_LINK {
	text-decoration: none;
}
A:link.GLOW_LINK {
	text-decoration: none;
}

/* ------------------------- CALENDAR DROPDOWN ------------------------ */
/* -------------------------------------------------------------------- */
#mobile_cal {
	display: none;
}
#cal_button {
	position: relative;
	display: block;
	width: 281px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #6f6c6c;
	background: #f3f3f3;
	text-decoration: none;
	z-index: 13;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.4);
}
#cal_button:hover {
	background: #616CB8;
	color: #fff;
}
ul#actions {
	display: none;
	position: absolute;
	width: 281px;
	height: auto;
	margin: 0;
	padding: 0;
	top: 32px;
	z-index: 12;
}
.actions {
	margin-top: 25px;
}
.actions:hover ul#actions:after {
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}
.actions:hover ul#actions {
	display: block;
	background: #fff;
	color: #000;
	-webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.4);
}
.actions:hover > #cal_button {
	background: #616CB8;
	color: #fff;
}