
.leftArrow{
	background-image: url('/portal/system/modules/edu.uoc.web.presentations/resources/images/structure/smallArrow.gif');
	padding-left: 10px;
}
div#calendar-container div.calendar,
div#calendar-container div.calendar table{
	width: 95.5%;
}
/* The main calendar widget.  DIV containing a table. */
.calendar {
  position: relative;
  display: none;
  font-size: 12px;
  color: #000;
  font-family: tahoma,verdana,sans-serif;
}
.calendar table {
  font-family: tahoma,verdana,sans-serif;
  background-color: #f6f6f6;

border-collapse: separate;
line-height: 1.2;
}
.calendar table th, .calendar table td {
border: none;
padding: 0;
}
#search_list_agenda div#calendar-container div.calendar table.tableHead{
	width: 50%;
	float: right;
	margin: 0px 0px 10px 0px;
	visibility: visible;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	padding: 1px;
	cursor:pointer;
}
.calendar thead .title { /* This holds the current "month, year" */
	padding: 1px 0px;
	color: #000;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	width: 100px;
	cursor:pointer;
}
.calendar .prevmonth {
	width: 6px;
	padding: 0px;
	margin:0px;
	background-image: url('/portal/system/modules/edu.uoc.web.presentations/resources/calendar/arrow_left.gif');  
}
.calendar .nextmonth {
	width: 6px;
	padding: 0px;
	margin:0px;
	background-image: url('/portal/system/modules/edu.uoc.web.presentations/resources/calendar/arrow_right.gif');  
}
.calendar thead .daynames { /* Row <TR> containing the day names */
	font-weight: bold;
}
.calendar thead .name { /* Cells <TD> containing the day names */
	padding: 2px 2px 6px;
	text-align: right;
}
.calendar thead .weekend { /* How a weekend day name shows in header */
	color: #333;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
	width: 17px;
	text-align: right;
	padding: 2px 4px 4px 0px;
	color: #333;
  	border-left: 16px solid #f6f6f6;  
  	cursor:pointer;
}
.calendar tbody td.hilite { /* Hovered cells <TD> */
	background-color: #f09126;
}
.calendar table.tableHead tbody td.hilite{ 
	background-color: transparent;
}
.calendar tbody td.selected { /* Cell showing selected date */
	font-weight: normal;
	background-color: #f09126;
	color: #333;
}
.calendar tbody td.today { /* Cell showing today date */
	color: #333;
}
.calendar tbody td.disabled { color: GrayText; }
.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}
.calendar tbody .emptyrow, .calendar tbody .lastrowemptycell{ /* última celda de una fila */
	display:none;
}
.calendar .combo{display:none;}