table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	border: solid #999999 0px;
	background-image: url(../imagenes/calendario_fondo.jpg);
	background-repeat: no-repeat;
	width: 173px;
	height: 197px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
	/*-khtml-user-select: none;*/
}

div.mainheading {
	width: 165px;
	margin-top: 26px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 4px;
}

table.calendar input {
	font-size: 9px;
	width: 20px;
	height: 20px;
	background-color: #002252;
	color: #F6DA24;
}

table.calendar select {
	background-color: #002252;
	color: #F6DA24;
	font-size: 9px;
	width: 50px;
}

table.calendar a {
	color: White;
	text-decoration: none;
}

table.calendar td {
	border: 0;
	font-size: 9px;
	text-align: center;
}

table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
	/*background-color: Yellow;*/
}

table.caldayheading td {
	border: solid #CCCCCC 0px;
	text-align: center;
	color: #F6DA24;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}

table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}

table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	text-align: center;
	margin: 0 6px 0 6px;
}

table.calcells td {
	border: solid #CCCCCC 0px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}

/*table.calcells td a      {color: #1289AF;}
table.calcells td a:link {color: #1289AF}
table.calcells td a:visited {color: #1289AF}
table.calcells td a:hover {color: #1289AF}*/
table.calcells td a {
	color: White;
}

table.calcells td a:link {
	color: White
}

table.calcells td a:visited {
	color: White
}

table.calcells td a:hover {
	color: White
}

table.calcells td div {
	padding: 1px;
	margin: 0;
}

table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}

table.calcells td.wkday { /*background-color: #002252;*/
	
}

table.calcells td.wkend { /*background-color: #002252;*/
	
}

table.calcells td.curdate {
	
}

table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}

table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}

table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}

table.calcells td.hover {
	background-color: #999999;
}