/*!!
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 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	height:200px;
	text-align: center;
	z-index: 1500;
	/*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 {
}

/* MES Y AÑO SELECT */
table.calendar input, table.calendar select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666 ;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #F0EAD8;
}

table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
	margin:0px;
}

.left{
	float:left;
	padding-left:12px;
}

.left_2{
	float:left;
	padding-left:12px;
}
/*
div.mainheading {
	margin: 2px;
}
*/

/* donde se ven los combos de mes y año */
.mainheading {
	background-color:#2F2C2A ;
	height:25px;
}
/*
.heading {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}
*/

.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 {
/*	border-collapse: collapse;*/
	border: #ECE9D6 2px inset;
	border: 0px outset;
	cursor: pointer;
	margin: 5px 11px 5px 11px;
	
}

/*the day headings*/
table.cells th {
	text-align: center;
	color: #FFFFFF;
	font-weight:normal;
	height:20px;
	width: 30px;
	background-color:#B5B3A6;
}

table.cells th.wkhead {
	cursor: default;
	height:25px;
	width: 30px;
}

/*The date cells*/
table.cells td {
/*	border: solid #CCCCCC 1px;*/
	vertical-align: bottom;
	text-align: right;
	color: #666666;
	/*font-weight: normal;*/
	height:25px; /*IE doesn't like ems*/
	width:30px;
	padding-right:2px;
	/*padding-right:8px;*/
}
table.cells td.wkhead {
	background-color: #FFFFFF;
	text-align: center;
	/*border-right: double #CCCCCC 3px;*/
	color: #3F70A3;
	height:25px;
	
}
table.cells td.noselect {
	background-color: #FFFFFF;
	color: #BBBBBB;
	cursor: pointer;
}
/* no se pa que sirve */
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
	background-color:#F0EAD8;
}
table.cells td.wkend {
	background-color: #F0EAD8;
}
table.cells td.curdate {
	font-weight:bold;
	color:#000000;
}
table.cells td.cell_selected {	
	color:#FFFFFF;
	background-color:#FFA12D;
}

table.cells td.cell_selected a:link {
	color:#FFFFFF;
	text-decoration: none;
	background-color:#FFA12D;
}
table.cells td.cell_selected a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#FFA12D;
}
table.cells td.cell_selected a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#FFA12D;
}
table.cells td.cell_selected a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#FFA12D;
}


table.cells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.cells td.notallowed {
	background-color: #FFFFFF;
	color: #EEEEEE;
}
table.cells td.hover {
	background-color: #3F70A3;
	color:#FFFFFF;
}
table.cells td div {
	/*padding: 1px;*/
	margin: 0;
}

