/*  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:1px solid #000000;
  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: white;
}
.calendar-calendar th {
  color: #fff;
  text-align: center;
  margin:0;
  border: 0px;
}
.calendar-calendar td {
  width: 13%; /* 14% is about 1/7 of total table width */
  min-width: 13%;
  border: 1px solid #999;
  color: #777;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding:0;
}
/* simplify the mini calendar by removing borders */
.calendar-calendar .mini {
  border:none;
 }

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

/* IE6 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack */
.calendar-calendar .inner {
  min-height:5em;
  height:auto !important;
  height:5em;
  padding:0;
  margin:0;
}
.calendar-calendar .inner div {
  padding:0;
  margin:0;
}

.calendar-calendar .calendar-nav {
  width:100%;
  position:relative;
}
.calendar-calendar .calendar-nav div.prev {
  text-align: left;
  width:24%;
  float:left;
}
.calendar-calendar .calendar-nav div.next {
  text-align: right;
  width:24%;
  float:right;
}
.calendar-calendar .calendar-nav div.heading {
  text-align:center;
  width:50%;
  float:left;
}
.calendar-calendar th a {
  font-weight: bold;
  color: #fff;
}
.calendar-calendar td a {
  color: #222244;
  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;
  font-weight: bold;
}

/* format days of the week header cells */
.calendar-calendar th.days {
  color: #000000;
  text-align: center;
  padding:1px;
  margin:0;
  font-weight:bold;
 }

/*  floating day number div  */
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  border: 0px solid gray;
  border-width: 0 0 1px 1px;
  clear:both;
}

/*  individual node container  */
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: left;
  padding: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 .stripe {
  height: 5px;
  width: 100%;
  font-size:1px;
  line-height:1px;
}
.calendar .legend .stripe {
  height:14px;
  font-size:12px;
  line-height:12px;
}
.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;
  background-color:#bf362c;
}

.calendar-calendar .mini-day-on2 {
  border: 1px solid #bbbeef;
}

table .mini-day-on a {
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}

table .mini-day-on2 a {
  /*background-color: #bbbeef;
  padding:2px 2px 2px 2px;*/
  font-weight:bold;
  text-decoration:none;
}

.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 block */
 .legend table {
  width:100%;
  margin:0;
  padding:0;
  }
table th.legend {
}

.legend td {
  text-align:left;
  }

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

/* the popup date selector for jumping to a new date */
.calendar-date-select {
  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;
}

.calendar-label {
  font-weight:bold;
  display:block;
  clear:both;
}

/* background colors for the calendar cells */
.calendar-calendar td.sun {
  background: #e5d9b1;
}
.calendar-calendar td.past, .calendar-calendar td.today .mini-day-on {
}
.calendar-calendar td.future, .calendar-calendar td.today .mini-day-on {
}
.calendar-calendar td.today, .calendar-calendar td.today .mini-day-on {
  border-bottom: 1px solid #000000;/*background: #ffcccc;*/
  background: #cccccc;
  font-weight:bold;
}

div.date-heading span a{
	text-indent: -10001px;	
	display:block;
	height:18px;
	width:90px;
}

div.date-heading span#Xaneiro a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Enero.gif) no-repeat top center;
}
div.date-heading span#Febreiro a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Febreiro.gif) no-repeat top center;
}
div.date-heading span#Marzo a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Marzo.gif) no-repeat top center;
}
div.date-heading span#Abril a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Abril.gif) no-repeat top center;
}
div.date-heading span#Maio a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Mayo.gif) no-repeat top center;
}
div.date-heading span#Xuño a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Junio.gif) no-repeat top center;
}
div.date-heading span#Xullo a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Julio.gif) no-repeat top center;
}
div.date-heading span#Agosto a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Agosto.gif) no-repeat top center;
}
div.date-heading span#Setembro a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Septiembre.gif) no-repeat top center;
}
div.date-heading span#Outubro a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Octubre.gif) no-repeat top center;
}
div.date-heading span#Novembro a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Noviembre.gif) no-repeat top center;
}
div.date-heading span#Decembro a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/gl/Diciembre.gif) no-repeat top center;
}
div.date-heading span#Enero a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Enero.gif) no-repeat top center;
}
div.date-heading span#Febrero a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Febrero.gif) no-repeat top center;
}
div.date-heading span#Mayo a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Mayo.gif) no-repeat top center;
}
div.date-heading span#Junio a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Junio.gif) no-repeat top center;
}
div.date-heading span#Julio a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Julio.gif) no-repeat top center;
}
div.date-heading span#Septiembre a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Septiembre.gif) no-repeat top center;
}
div.date-heading span#Octubre a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Octubre.gif) no-repeat top center;
}
div.date-heading span#Noviembre a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Noviembre.gif) no-repeat top center;
}
div.date-heading span#Diciembre a{
	background: url(http://lacata.net/agora/themes/garland/images/icons/meses/Diciembre.gif) no-repeat top center;
}
