/* CSS Document */

/*!!
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_input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	border-collapse: collapse;
	width: 304px;
	text-align: center;
	z-index: 1500;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
	background-color: #FFFFFF;
	border:1px solid #D4CBCB;
	border-top:0px;
	z-index:999999999;
    /*-khtml-user-select: none;*/
}
table.calendar_input a {
}
table.calendar_input a:hover {
}

/* MES Y AÑO SELECT */
table.calendar_input input, table.calendar_input select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #646464 ; 
	text-decoration: none;
	margin-top: 6px;
	height:20px;
	border:1px solid #D4CBCB;
	background-color:#FFFFFF;
	padding:1px;
	/*width:100px;*/
}

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

.left_input{
	float:left;
	padding-left:8px;
}

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

.mainheading_input {
	background-color:#FFFFFF;
}
/*
.heading {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	
}*/

.closeBtn_input {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;

	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}


/* MAIN CALENDAR GRID */
table.cells_input {
	border-collapse: collapse;
	cursor: pointer;
	width:300px;
	margin: 6px 0px 10px 0px;
	text-align: center;
}

.caldayheading_input{
	border-top:1px solid #D4CBCB;
	border-bottom:1px solid #D4CBCB;
}

/*the day headings*/
table.cells_input th {
	text-align: center;
	color:#646464;
	background-color:#F7F7F7;
	font-weight:bold;
	height:25px;
	width: 28px;
	
}

table.cells_input th.wkhead_input {
	cursor: default;
	height:25px;
	width: 25px;
}

/*The date cells*/
table.cells_input td {
	/*border: solid #CCCCCC 1px;*/
	vertical-align: middle;
	text-align:center;
	color:#646464; /* numeros del mes */
	width:28px;
	/*padding-right:8px;*/
}
table.cells_input td.wkhead_input {
	background-color: #FFFFFF;
	text-align: center;
	/*border-right: double #CCCCCC 3px;*/
	color: #3F70A3;
	height:25px;
	/*height:22px;*/
}
table.cells_input td.noselect_input {
	background-color: #FFFFFF;
	color: #BBBBBB;
	text-align: center;
	/*cursor: pointer;*/
}
table.cells_input td.hlday_input {
	background-color: #99FF99;
}
table.cells_input td.wkday_input {
	background-color: #FFFFFF;
	text-align:center;
}
table.cells_input td.wkend_input {
	background-color: #FFFFFF;
}
table.cells_input td.curdate_input {

}
table.cells_input td.cell_selected_input {
	background: transparent url(../_img/universidad/calendario/fondoCalendario.gif) no-repeat 2pt 0;
	color:#FFFFFF;
}

table.cells_input td.cell_selected_input a:link {
	color:#FFFFFF;
	text-decoration: none;
}
table.cells_input td.cell_selected_input a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
table.cells_input td.cell_selected_input a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
table.cells_input td.cell_selected_input a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* numeros que no son de este mes */
table.cells_input td.notmnth_input {
	background-color: #FFFFFF;
	color:#CCCCCC;
}
table.cells_input td.notallowed_input {
	background-color: #FFFFFF;
	color: #EEEEEE;
}
table.cells_input td.hover_input {
	background-color: #3F70A3;
	color:#FFFFFF;
}
table.cells_input td div {
	padding: 1px;
	margin: 0px;
}


.height3_input{
	height:5px;
}

.height20_input_input{
	height:20px; /*IE doesn't like ems*/
	
}
