/*!!
Epoch DHTML JavaScript Calendar - Version 2.0.2
Edición española
CSS Style File
(c) 2006-2007 MeanFreePath
Free for NON-COMMERCIAL use - see website for details and updates
http://www.meanfreepath.com/javascript_calendar/index.html
!!*/

table.calendar {
	position: relative;
	z-index: 0;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background: none;
	border: none;
	/*width: 215px;*/
	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;*/
}
table.calendar a {
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
	padding: 0 7px;
	cursor: pointer;
	background: none;
	border: none;
	font-size: 10px;
}
table.calendar td, table.calendar th {
	border: 0;
	text-align: center;
}
div.mainheading {
	margin: 1px;
}
.closeBtn {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;

	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}
/*all styles related to the main calendar grid*/
table.cells {
	width: 185px;
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0;
}
/*the day headings*/
table.cells th {
	color: #000;
	text-align: center;
	width: 22px;
}
table.cells th.wkhead {
	border-right: double #CCCCCC 3px;
	cursor: default;
	width: 22px;
	display: none;
}
/*The date cells*/
table.cells td {
	vertical-align: top;
	text-align: center;
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
	display: none;
}
table.cells td.noselect {
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
}
table.cells td.wkend {
	color: #f00;
	font-weight: bold;
}
table.cells td.curdate {

}
table.cells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.cells td.notmnth {
	color: #CCCCCC;
}
table.cells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.cells td.hover {
	background-color: #eee;
}
table.cells td div {
	padding: 1px;
	margin: 0;
}
