/**
 * calendar calendar table styles
 */
/*
.calendar-calendar tr.odd, .calendar-calendar tr.even {
  background-color: #fff;
}

.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%; /* Setting at 100% causes problem in Internet Explorer. */
}

.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
*/
/**
 * IE needs a little help to get the side by side tables to the right size
 */
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}

.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}
/*
.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}
.calendar-calendar th {
  text-align: center;
  margin: 0;
}
.calendar-calendar th a {
  font-weight: bold;
}
.calendar-calendar td {
  width: 14%;
  border: 1px solid #ccc;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
*/
/**
 * simplify the mini calendar by removing borders
 */
/*
.calendar-calendar .mini {
  border: none;
}
*/
.mini .Conference{
    background: #ffccdd !important;
}

.mini .Golf{
    background: #aabbff !important;
}

.mini .Meeting{
    background: #aaeeaa !important;
}

.mini .Trainee{
    background: #bb88dd !important;
}

.mini .calendar_tooltips {
  background: #333!important;
  float: left;
  height: 160px;
  position: absolute;
  z-index: 1000; 
}

.mini .calendar_tooltips ul {
  color: #EAEAEA;
  float: left;
  line-height: 14px;
  padding: 10px;
  position: relative;
  text-align: left;
}

table.mini{
    color: #666;
    font-size: 12px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    width:100%;
}

table.mini mini-day-off{
    color: #467b89 !important;
}

table.mini thead th {
    font-size: 9px;
    padding: 5px 0;
    color: #666;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border-bottom: 1px solid #d6d6d6;
    background: #f5f7f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f7f9), to(#dfe6eb));
    background: -moz-linear-gradient(top,  #f5f7f9,  #dfe6eb);
    text-align:center;
}

table.mini tbody td {
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    padding: 8px;
    text-align: center;
    font-weight: bold;
    border: 1px solid !important;
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #f0f4f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f4f7), to(#e3e9ed));
    background: -moz-linear-gradient(top,  #f0f4f7,  #e3e9ed);
    width:14%;
}

table.mini tbody td.empty {
    background: #f0f4f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f4f7), to(#f0f4f7));
    background: -moz-linear-gradient(top,  #f0f4f7,  #f0f4f7);
}

div.view-calendar div.view-header {
    background: #308cbf; /* url(../images/cal-caption.png) no-repeat;*/
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: inset 0 1px 0 #308CBF, 0 -1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 #308CBF, 0 -1px 5px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 0 #308CBF, 0 -1px 5px rgba(0,0,0,0.3);
    border: 1px solid #308CBF;
    z-index: -99;
    font-weight: bold;
}

div.view-calendar div.view-header a{
    padding:0 10px;
    color:#fff!important;
    text-decoration:none;
}

table.mini .today{
    color: #fff;
    border: 1px solid #397396;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    background: #4593c3;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #5da4cd, #2B7FB3);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#4593c3), to(#2B7FB3));
}
    


table.mini .today > a{
    padding:8px;
    color:#fff!important;
    text-decoration:none;
}

table.mini td.has-event {
    color: #308cbf;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #f0f4f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#DAE9F4), to(#BDD4E4));
    background: -moz-linear-gradient(top,  #DAE9F4, #BDD4E4);
    padding:0;
}


table.mini td.has-event > a {
    padding:8px;
    color:#308cbf!important;
    text-decoration:none;
}

table.mini td.has-event:active {
    color: #fff;
    border: 1px solid #397396;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    background: #4593c3;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #5da4cd, #2B7FB3);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#4593c3), to(#2B7FB3));
    padding:0;
}


table.mini td.has-event > a:active {
    padding:8px;
    color:#fff!important;
    text-decoration:none;
}



/*click here bubble*/
#beautytips-popup-changes {
  float: right;
  height: 160px;
  width: 321px;
  margin-right: 702px;
}
#beautytips-popup-changes #beauty-click-text {
  color: #EAEAEA;
  font-style: italic;
  line-height: 14px;
  padding-left: 48px;
  padding-top: 37px;
  width: 140px;
  font-size: .8em;
}

.beautytips-fixed-beautytips {
  position: fixed;
}

.fieldset-wrapper {
  position: relative;
}

/**
 * format for the week number in the first cell
 */
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
 }
.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}

/**
 * IE6 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack
 */
.calendar-calendar .inner {
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}
/**
 * Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color doesn't come through.
 */
.calendar-calendar .inner p {
  padding: 0 0 .8em 0;
  margin: 0;
}
.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
.calendar-calendar td a:hover {
  text-decoration: underline;
}
.calendar-calendar td.year,
.calendar-calendar td.month {
  text-align: center;
}

/**
 * format days of the week header cells
 */
/*
.calendar-calendar th.days {
  color: #ccc;
  background-color: #224;
  text-align: center;
  padding: 1px;
  margin: 0;
 }
*/
/**
 * floating day number div
 */
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  clear: both;
  width: 1.5em;
}

/**
 * individual node container
 */
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: left;
  margin: 0 .25em .25em 0;
  width: 96%;
  float: right; /* needed to keep IE from hiding the floating day number */
  clear: both;
}
/**
 * No floating of day view content because there is no floating day number
 */
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}

.calendar-calendar div.title {
  font-size:.8em;
  text-align: center;
}

.calendar-calendar div.title a {
  color: #000;
}
.calendar-calendar div.title a:hover {
  color: #c00;
}
.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}
.calendar div.form-item {
  white-space: normal;
}

/*
table td.mini,
table th.mini,
table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
  }
table td.mini a {
  font-weight: normal;
}
.calendar-calendar .mini-day-off {
  padding: 0px;
}
.calendar-calendar .mini-day-on {
  padding: 0px;
}
table .mini-day-on a {
  text-decoration: underline;
}
.calendar-calendar .mini .title {
  font-size: .8em;
}
.mini .calendar-calendar .week {
  font-size: .7em;
}
.mini-row {
  width: 100%;
  border: none;
}
.mini{
  width: 32%;
  vertical-align: top;
}
*/
/**
 * formatting for the legend stripe and block
 */
.calendar-calendar .stripe {
  height: 5px;
  width: auto;
  font-size:1px !important;
  line-height:1px !important;
}
.calendar-calendar .day-view .stripe {
  width: 100%;
}
table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}
table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}
.calendar-legend td {
  text-align: left;
  padding-left: 5px;
}

.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}

/**
 * formatting for the full day view
 */
.calendar-calendar td.calendar-agenda-hour {
  text-align: right;
  border: none;
  border-top: 1px solid #CCCCCC;
  padding-top: .25em;
  width: 1%;
}
.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
.calendar-calendar td.calendar-agenda-items {
  border: 1px solid #CCCCCC;
  text-align: left;
}
.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: .25em;
  margin: 0;
}
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}

/**
 * the popup date selector for jumping to a new date
 */
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}
.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}
.calendar-date-select .description {
  float: right;
}
.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}

.calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #777;
  padding: 0.2em;
  width: auto;
  border: 1px solid #ccc;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #777;
  text-decoration: none;
}
.calendar-calendar th.days {
  background-color: #eee;
  color: #777;
  font-weight: bold;
  border: 1px solid #ccc;
}
.calendar-calendar td.empty {
  background: #ccc;
  border-color: #ccc;
  color: #cc9;
}
/*
.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}
*/
.calendar-calendar td div.day {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
/*  background: #eee;*/
}

/**
 * Set small font size for all items in calendar div, themes can override this.
 * Use x-small instead of em to avoid multiplying effect in nested items.
 */
.calendar-calendar div.calendar {
  border: none;
  font-size: x-small;
}
.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  border: none;
  /*background: #ffc;*/
  padding: 0;
}
.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}
.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: bold;
}
.calendar-calendar td .inner div.day a {
  color: #4b85ac;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #C3D6E4;
}
.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
}

/**
 * The following are not used by default but are available for themes
 */
.calendar-calendar td.past {}
.calendar-calendar td.future {}
.calendar-calendar td.has-events {position:relative;}
.calendar-calendar td.has-no-events {}

/**
 * Multi day styles
 */
.calendar-calendar tbody {
  border-top: none;
}

.calendar-calendar .month-view .full .inner,
.calendar-calendar .week-view .full .multi-day .inner {
  height: auto;
  min-height: auto;
}
.calendar-calendar .week-view .full .calendar-agenda-hour
.calendar-calendar .month-view .full .single-day .inner .view-item {
  float: left;
  width: 100%;
}

.calendar-calendar .week-view .full .calendar-agenda-hour,
.calendar-calendar .day-view .full .calendar-agenda-hour {
  padding-right: 2px;
}

.calendar-calendar .week-view .full .calendar-agenda-hour {
  width: 6%;
  min-width: 0px;
}

.calendar-calendar .week-view .full .days {
  width: 13%;
}

.calendar-calendar .month-view .full div.calendar,
.calendar-calendar .week-view .full div.calendar,
.calendar-calendar .day-view div.calendar {
  width: auto;
}

.calendar-calendar .month-view .full tr.date-box,
.calendar-calendar .month-view .full tr.date-box td,
.calendar-calendar .month-view .full tr.multi-day,
.calendar-calendar .month-view .full tr.multi-day td {
  height: 19px;
  max-height: 19px;
}

.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 44px !important;
  line-height: 44px;
}

.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
  height: 22px !important;
  line-height: 22px;
}

.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view  td {
  vertical-align: top;
  padding: 1px 2px 0 2px
}

.calendar-calendar .month-view .full td.date-box {
  height: 1%;
  border-bottom: 0px;
  padding-bottom: 2px;
}

.calendar-calendar .month-view .full .week {
  font-size: inherit;
}

.calendar-calendar .month-view .full .week a,
.calendar-calendar .week-view .full .week a {
  color: #4b85ac;
}

.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
  border: none;
  background: none;
  margin-bottom: 0px;
}

.calendar-calendar .month-view .full td.date-box .inner,
.calendar-calendar .week-view .full td.date-box .inner {
  min-height: inherit;
}

.calendar-calendar .month-view .full td.multi-day,
.calendar-calendar .week-view .full td.multi-day {
  border-top: 0px;
  border-bottom: 0px;
}

.calendar-calendar .week-view .full .first td.multi-day {
  border-top: 1px solid #CCCCCC;
}

.calendar-calendar .month-view .full td.single-day {
  border-top: 0px;
}

.calendar-calendar .month-view .full td.multi-day .inner,
.calendar-calendar .week-view .full td.multi-day .inner,
.calendar-calendar .day-view .full td.multi-day .inner {
  min-height: inherit;
  width: auto;
  position: relative;
}

.calendar-calendar .month-view .full td.multi-day.no-entry {
  min-height: 0px;
}

.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background: #F4F4F4;
}

.calendar-calendar .month-view .full td.single-day .inner div,
.calendar-calendar .month-view .full td.single-day .inner div a ,
.calendar-calendar .month-view .full td.multi-day .inner div,
.calendar-calendar .month-view .full td.multi-day .inner div a ,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
.calendar-calendar .week-view .full td.single-day .inner div,
.calendar-calendar .week-view .full td.single-day .inner div a ,
.calendar-calendar .week-view .full td.multi-day .inner div,
.calendar-calendar .week-view .full td.multi-day .inner div a ,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,
.calendar-calendar .day-view .full td .inner div.view-item,
.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  /*background: none;*/
}

.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  margin: 0px 3px;
}

.calendar-calendar .day-view .full td .inner div.calendar div.stripe {
  margin: 0px;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  background: none;
  border-left: 2px solid #7C7F12;
  border-right: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #7C7F12;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.single-day {
  border-top: 0px;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.date-box {
  border-bottom: 0px;
}

.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  float: none;
  display: block;
  margin: .25em auto;
  position: relative;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  /*ckground: #ffc;*/
  width: auto;
  padding: 0px 3px;
  overflow: hidden;
}

.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {
  background: none;
}

.calendar-calendar .day-view td div.dayview {
  padding: 0px;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  /*background: #74a5d7;*/
  height: 1.9em;
  overflow: hidden;
  margin: 0px auto;
  color: #ffffff;
  position: relative;
}

.calendar-calendar .week-view .full td.multi-day div.weekview {
  height: 3.5em;
}

.calendar-calendar .month-view .full td.multi-day .inner .view-field,
.calendar-calendar .month-view .full td.multi-day .inner .view-field a,
.calendar-calendar .week-view .full td.multi-day .inner .view-field,
.calendar-calendar .week-view .full td.multi-day .inner .view-field a,
.calendar-calendar .day-view .full td.multi-day .inner .view-field,
.calendar-calendar .day-view .full td.multi-day .inner .view-field a {
  color: #ffffff;
}

.calendar-calendar .full td.multi-day .calendar .view-field,
.calendar-calendar .full td.single-day .calendar .view-field {
}

.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
  margin-bottom: 2px;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {
  white-space: nowrap;
  float: left;
  margin-right: 3px;
}

.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {
  white-space: nowrap;
  display: inline;
  margin-right: 3px;
}

.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
  display: block;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  position: absolute;
  width: 3000px;
  left: 5px;
}

.calendar-calendar .day-view td .stripe,
.calendar-calendar .month-view .full td .stripe,
.calendar-calendar .week-view .full td .stripe {
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  z-index: 2;
}

.calendar-calendar .full td.single-day .continuation,
.calendar-calendar .full td.single-day .continues,
.calendar-calendar .full td.single-day .cutoff {
  display: none;
}

.calendar-calendar .month-view .full td.multi-day  .inner .monthview .continuation,
.calendar-calendar .week-view .full td.multi-day  .inner .weekview .continuation {
  float:left;
  margin-right: 3px;
  height: 1.9em;
}

.calendar-calendar .week-view .full td.multi-day  .inner .weekview .continuation {
  height: 2.75em;
  padding-top: 0.75em;
  margin-right: 8px;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  position: absolute;
  right: 0px !important;
  right: -1px;
  width: 10px;
  text-align: left;
  /*background: #74a5d7;*/
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  height: 1.9em;
  padding-left: 6px;
  z-index: 1;
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  height: 2.75em;
  padding-top: 0.75em;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  width: 8px;
  padding-left: 0px;
}

.calendar-calendar .week-view .full td.multi-day {
  padding: 2px;
}

.calendar-calendar .week-view td.single-day div.calendar {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.calendar-calendar .week-view .full tr.last td.multi-day {
  border-bottom:1px solid #CCCCCC;
}

/**
 * Restyle Header
 */
.view .date-nav-wrapper .clear-block {
  margin-bottom: 10px;
}

.view .date-nav-wrapper  {
  position: relative;
  margin-top: 5px;
  width: 100%;
}

.view .date-nav-wrapper .date-nav {
  background-color: transparent;
  border: 0px;
  height: 30px;
  height: auto;
  min-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}

.view .date-nav-wrapper.date-nav a:hover {
  text-decoration: underline;
}

.view .date-nav-wrapper .date-prev {
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: none;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 60px;
  left: auto;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.block-views .view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}

.view .date-nav-wrapper .date-prev a {
  margin-left: 10px;
  font-weight: bold;
  font-size:16px;
}

.view .date-nav-wrapper .date-heading {
  position: relative;
  width: 100%;
  top: 0px;
  text-align: center;
  z-index: 0;
}

.view .date-nav-wrapper .date-heading h3 {
  line-height: 30px;
  font-size: 1.7em;
}

.view .date-nav-wrapper .date-next {
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  background: none;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.view .date-nav-wrapper .date-next a {
  margin-right: 10px;
  font-weight: bold;
  font-size:16px;
}

.attachment .calendar-calendar {
  margin-top: 20px;
  clear: both;
}

.calendar-calendar th a,
.attachment .calendar-calendar th {
  background-color: transparent;
  border: 0px;
}

.attachment .calendar-calendar th.calendar-agenda-hour {
  color: #777777;
  font-weight: bold;
  text-align: right;
}

.view-calendar .feed-icon {
  margin-top: 5px;
}

.view table.mini .date-prev,
.view table.mini .date-next {
  background: none;
}

.date-nav div.date-prev,
.date-nav div.date-next,
.date-nav {
  width:auto;
}

ul.calendar-links,
.region-content ul.calendar-links {
  text-decoration: none;
  margin:0;
  padding:0;
}

.year-view div.month-view div.date-nav {
  background-color: #DFDFDF;
  min-height: 20px;
}



table.mini .Cork-Branch-Meeting, table.mini .Donegal-Branch-Meeting, table.mini .Dublin-Branch-Meeting, table.mini .Galway-Branch-Meeting, table.mini .Kerry-Branch-Meeting, table.mini .Mayo-Branch-Meeting, table.mini .Midlands-Branch-Meeting, table.mini .Mourne-Boyne-Lakes-Branch-Meeting, table.mini .Shannon-Branch-Meeting, table.mini .Sligo-Leitrim-North-Roscommon-Branch-Meeting, table.mini .South-East-Branch-Meeting, table.mini .Wicklow-Branch-Meeting {
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #00b7ea;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b7ea), to(#009ec3));
    background: -moz-linear-gradient(top,  #00b7ea, #009ec3);
    padding:0;
}

table.mini .Cork-Branch-Meeting:active, table.mini .Donegal-Branch-Meeting:active, table.mini .Dublin-Branch-Meeting:active, table.mini .Galway-Branch-Meeting:active, table.mini .Kerry-Branch-Meeting:active, table.mini .Mayo-Branch-Meeting:active, table.mini .Midlands-Branch-Meeting:active, table.mini .Mourne-Boyne-Lakes-Branch-Meeting:active, table.mini .Shannon-Branch-Meeting:active, table.mini .Sligo-Leitrim-North-Roscommon-Branch-Meeting:active, table.mini .South-East-Branch-Meeting:active, table.mini .Wicklow-Branch-Meeting:active {
    color: #fff;
    border: 1px solid #397396;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    background: #4593c3;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #0093bc, #007f9c);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#0093bc), to(#007f9c));
    padding:0;
}


table.mini .Cork-Branch-Meeting a, table.mini .Donegal-Branch-Meeting a, table.mini .Dublin-Branch-Meeting a, table.mini .Galway-Branch-Meeting a, table.mini .Kerry-Branch-Meeting a, table.mini .Mayo-Branch-Meeting a, table.mini .Midlands-Branch-Meeting a, table.mini .Mourne-Boyne-Lakes-Branch-Meeting a, table.mini .Shannon-Branch-Meeting a, table.mini .Sligo-Leitrim-North-Roscommon-Branch-Meeting a, table.mini .South-East-Branch-Meeting a, table.mini .Wicklow-Branch-Meeting a {
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  color:#fff;
  text-decoration:none;
}



 

table.mini .IHF-Council-Meeting {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #e73827;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16f5c), to(#e73827));
    background: -moz-linear-gradient(top,  #f16f5c, #e73827);
    padding:0;
}

table.mini .IHF-Council-Meeting:active {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #b92215;
    background: -webkit-gradient(linear, left top, left bottom, from(#b92215), to(#b92215));
    background: -moz-linear-gradient(top,  #b92215, #b92215);
    padding:0;
}
 

 

table.mini .Conference-Committee-Meeting, calendar-calendar .Employment-Committee-Meeting, table.mini .Environment-Committee-Meeting, table.mini .Guesthouse-Committee-Meeting, table.mini .Food-Benevolent-Fund-Committee-Meeting, table.mini .IHF-Review-Committee-Meeting, table.mini .Marketing-Committee-Meeting, table.mini .Rates-Committee-Meeting {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #ff7f04;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb76b), to(#ff7f04));
    background: -moz-linear-gradient(top,  #ffb76b, #ff7f04);
    padding:0;
}

table.mini .Conference-Committee-Meeting:active, calendar-calendar .Employment-Committee-Meeting:active, table.mini .Environment-Committee-Meeting:active, table.mini .Guesthouse-Committee-Meeting:active, table.mini .Food-Benevolent-Fund-Committee-Meeting:active, table.mini .IHF-Review-Committee-Meeting:active, table.mini .Marketing-Committee-Meeting:active, table.mini .Rates-Committee-Meeting:active {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #ac5300;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee7b00), to(#ac5300));
    background: -moz-linear-gradient(top,  #ee7b00, #ac5300);
    padding:0;
}


 

table.mini .IHF-Event {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #e570e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#e570e7), to(#a849a3));
    background: -moz-linear-gradient(top,  #e570e7, #a849a3);
    padding:0;
}

table.mini .IHF-Event:active {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #783475;
    background: -webkit-gradient(linear, left top, left bottom, from(#e570e7), to(#783475));
    background: -moz-linear-gradient(top,  #e570e7, #783475);
    padding:0;
}

table.mini .IHF-Management-Committee-Meeting a, table.mini .Tourism-Industry-Event a, table.mini .IHF-Council-Meeting a, table.mini .IHF-Event a, table.mini .Conference-Committee-Meeting a, table.mini .Employment-Committee-Meeting a, table.mini .Environment-Committee-Meeting a, table.mini .Guesthouse-Committee-Meeting a, table.mini .Food-Benevolent-Fund-Committee-Meeting a, table.mini .IHF-Review-Committee-Meeting a, table.mini .Marketing-Committee-Meeting a, table.mini .Rates-Committee-Meeting a {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  color:#fff;
  text-decoration:none;
}



table.mini div.calendar_tooltips ul li {
	background: #333!important;
}

table.mini .IHF-Management-Committee-Meeting {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #feb645;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
    background: -moz-linear-gradient(top,  #f1e767, #feb645);
    padding:0;
}

table.mini .IHF-Management-Committee-Meeting:active {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #e99001;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3d515), to(#e99001));
    background: -moz-linear-gradient(top,  #e3d515, #feb645);
    padding:0;
}




table.mini .Tourism-Industry-Event {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #80c217;
    background: -webkit-gradient(linear, left top, left bottom, from(#a1d54f), to(#80c217));
    background: -moz-linear-gradient(top,  #a1d54f, #80c217);
    padding:0;
}

table.mini .Tourism-Industry-Event:active {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #5b8a10;
    background: -webkit-gradient(linear, left top, left bottom, from(#a1d54f), to(#5b8a10));
    background: -moz-linear-gradient(top,  #a1d54f, #5b8a10);
    padding:0;
}






table.mini td.has-event {
    color: #308cbf;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    border-color: #fff #d6d6d6 #d6d6d6 #fff !important;
    background: #f0f4f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#DAE9F4), to(#BDD4E4));
    background: -moz-linear-gradient(top,  #DAE9F4, #BDD4E4);
    padding:0;
}


table.mini td.has-event > a {
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  color:#fff;
  text-decoration:none;
}



div.calendar-legend {
	margin-top:15px;
	font-size:12px;
}

div.calendar-legend li {
	padding:3px 0;
}

div.calendar-legend li div {
/*  background: -moz-linear-gradient(center top , #00B7EA, #009EC3) repeat scroll 0 0 transparent;*/
  display: inline-block;
  height: 12px;
  margin-right: 4px;
  margin-top: 3px;
  position: relative;
  top: 2px;
  width: 12px;
}

div.calendar-legend li div.legend-Branch-Meeting {
	background: #4593c3;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #0093bc, #007f9c);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#0093bc), to(#007f9c));
}

div.calendar-legend li div.legend-Council-Meeting {
	background: #e73827;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16f5c), to(#e73827));
    background: -moz-linear-gradient(top,  #f16f5c, #e73827);
}

div.calendar-legend li div.legend-Committee-Meeting {
	background: #ff7f04;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb76b), to(#ff7f04));
    background: -moz-linear-gradient(top,  #ffb76b, #ff7f04);
}

div.calendar-legend li div.legend-IHF-Event {
	background: #e570e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#e570e7), to(#a849a3));
    background: -moz-linear-gradient(top,  #e570e7, #a849a3);
}

div.calendar-legend li div.legend-Management-Committee-Meeting {
	background: #feb645;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
    background: -moz-linear-gradient(top,  #f1e767, #feb645);
}

div.calendar-legend li div.legend-Tourism-Event {
	background: #80c217;
    background: -webkit-gradient(linear, left top, left bottom, from(#a1d54f), to(#80c217));
    background: -moz-linear-gradient(top,  #a1d54f, #80c217);
}

