/* 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_div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	border-collapse: collapse;
	width: 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;
	background-color: #141414;
	border:1px solid #333333;
	z-index:999999999;
    /*-khtml-user-select: none;*/
}
table.calendar_div a {
}
table.calendar_div a:hover {
}

/* MES Y AÑO SELECT */
table.calendar_div input, table.calendar_div 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 #333333;
	background-color:#FFFFFF;
	padding:1px;
}

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

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

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

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

.closeBtn_div {
	/*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_div {
	border-collapse: collapse;
	border: solid #333333 1px;
	cursor: pointer;
	margin: 6px 6px 6px 6px;
}

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

table.cells_div th.wkhead_div {
	cursor: default;
	height:25px;
	width: 25px;
}

/*The date cells*/
table.cells_div td {
/*	border: solid #CCCCCC 1px;*/
	vertical-align: middle;
	text-align: center;
	color:#989A99; /* numeros del mes */
	height:20px; /*IE doesn't like ems*/
	width:28px;
	/*padding-right:8px;*/
}
table.cells_div td.wkhead_div {
	background-color: #FFFFFF;
	text-align: center;
	/*border-right: double #CCCCCC 3px;*/
	color: #3F70A3;
	height:25px;
	/*height:22px;*/
}
table.cells_div td.noselect_div {
	background-color: #FFFFFF;
	color: #BBBBBB;
	cursor: pointer;
}
table.cells_div td.hlday_div {
	background-color: #99FF99;
}
table.cells_div td.wkday_div {
	background-color: #141414;
}
table.cells_div td.wkend_div {
	background-color: #141414;
}
table.cells_div td.curdate_div {

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

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

/* numeros que no son de este mes */
table.cells_div td.notmnth_div {
	background-color: #141414;
	color:#646464;
}
table.cells_div td.notallowed_div {
	background-color: #FFFFFF;
	color: #EEEEEE;
}
table.cells_div td.hover_div {
	background-color: #3F70A3;
	color:#FFFFFF;
}
table.cells_div td div {
	padding: 1px;
	margin: 0px;
}

