#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: normal !important;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/images/loading.gif') no-repeat center;
}

#calendar {
	/*background: #97d6ed;*/
	width: 100%;
	height: 100%;
}

.cal {
	width: 175px;
	border: 0px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #51585e;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 12px;
}

.cal a:hover {
	color: #000000;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #212580;
	font-size: 14px;  
	background: #ffffff; repeat center left;
	padding: 1px;
	height: 16px;
	overflow:hidden
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
	margin:0; padding:0;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 0px; /* Alto de los días de la semana, al darle 0 ajuste depende del texto */
	background: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

.dayhead td {
	text-align: center;
	color: #b50c1f;
}

.dayrow {
	background: #ffffff;
	height: 14px;
}

.dayrow td {
	height: 13px; /* Alto entre días (los 30 del mes) */
	width: 14%;
	font-size: 7px;
	color: #656551;
	padding: 3px;
	border: 0px solid #54acde; /* Sin borde entre días */
}

.day {
	text-align: center;
	float: middle;
	font-size: 9pt;	
	color: #b50c1f;	
	height: 9px !important;
}

.dayover {
	background: #eae9ee;
}

.dayout {
	background: #ffffff;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #94d4ed;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}
