/* ------------------------- FULL CALENDAR ------------------------ */
/* ---------------------------------------------------------------- */


.GLOW_STYLE {
	border:none!important;
	width:670px!important;
	font-size:14px;
	-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.GLOW_STYLE {
	background:transparent!important;
	border:none!important;
}
table.GLOW_STYLE > tbody > tr > td:first-child {
	background:transparent;
	border:none!important;
}
.GLOW_TITLE {
	background:#FEF0A5 url(/images/layout/yellow_bg.png) repeat-x;
	font-weight:bold;
	color:#333333;
	font-size:15px;
	font-family: Georgia, Times, serif;
}

.GLOW_NEXTPREV a {
	color:#333333!important;
	text-decoration:none;
	font-size:15px;
	font-family: Georgia, Times, serif;
}

.GLOW_STYLE th {
	font-family:'Droid Sans', Arial;
	font-weight:normal;
	text-transform:uppercase;
	font-size:13px;
	border:none!important;
    color: #7C703A;
    line-height: 20px;
    background: #FDFDBB;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.GLOW_TITLE td {
	padding:5px!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: #666;
    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;
}


.GLOW_OTHER_MONTH td, .GLOW_TODAY td, .GLOW_WEEKEND td, .GLOW_SELECTED td, .GLOW_NORMAL td {
	text-align:left;
	font-size:13px;
}

table.GLOW_STYLE > tbody > tr > td.GLOW_OTHER_MONTH {
	background:#ffffff!important;
	color:#999;
}

table.GLOW_STYLE > tbody > tr > td.GLOW_TODAY {
	color: #f3f3f3;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	background: #243966;
	border: 1px solid #243966;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

.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;
}



/* ------------------------- MINI CALENDAR ------------------------ */
/* ---------------------------------------------------------------- */


.RadPanelbar_Default {
	white-space:normal!important;
}

.panelbar .group {
	overflow-x:visible!important;
}

.panelbar {
}

.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:url(/images/layout/brown_bar.png) repeat-x;
	font-weight:bold;
	color:white;
	font-size:13px;
	font-family: Georgia, Times, serif;
}

.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;
	font-family: Georgia, Times, serif;
}

.SMALLCAL_STYLE th {
	border:none!important;
	font-size: 9px;
    text-transform: uppercase;
    color: #7C703A;
    line-height: 20px;
    background: #F0EDE3;
    border-left: 1px solid #F0EDE3;
    width: 32px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.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: #666;
    
      line-height: 28px;
      width: 30px;
      background-color: #E5E1D0;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0EFE4), color-stop(60%, #E5E1D0), color-stop(100%, #DBD7BD));
      background-image: -webkit-linear-gradient(top, #F0EFE4 0%, #E5E1D0 60%, #DBD7BD 100%);
      background-image: -moz-linear-gradient(top, #F0EFE4 0%, #E5E1D0 60%, #DBD7BD 100%);
      background-image: -ms-linear-gradient(top, #F0EFE4 0%, #E5E1D0 60%, #DBD7BD 100%);
      background-image: -o-linear-gradient(top, #F0EFE4 0%, #E5E1D0 60%, #DBD7BD 100%);
      background-image: linear-gradient(top, #F0EFE4 0%, #E5E1D0 60%, #DBD7BD 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.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;
}

table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_OTHER_MONTH {
	background: #F0EDE3!important;
}
table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_TODAY {
	margin: -1px;
	color: #f3f3f3;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	background: #A3975D;
	border: 1px solid #598b94;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

table.SMALLCAL_STYLE > tbody > tr > td.SMALLCAL_TODAY > a {
	color: white!important;
}

/** POP UP EVENT CONTAINER **/
/** ---------------------- **/


.EVENT_DETAILS_DATE {
	color: #165A8D;
	font-family: 'Novecento', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	font-size: 18px;
}

.FORM_LABEL_TEXT {
	font-family: Helvetica, Arial;
	font-weight: normal;
	color: #3B7DA1;
	font-size: 14px;
}

#listing .FORM_LABEL_TEXT {
	background: #f4f4f4;
	display: block;
	padding: 5px;
}

#listing {
	display: block;
	padding: 10px;
	font-family: Helvetica, Arial;
}

#listing td {
	color: #666666;
	padding: 5px;
	line-height: 1.5;
}