/* 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 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	border-collapse: collapse;
	width: 180px;
	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: #F9F9F9;
    /*-khtml-user-select: none;*/
}
table.calendar a {
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight:500;
	font-variant: normal;
	color: #486176 ;
	text-decoration: none;
	margin-top: 3px;
	height:20px;
	border: 1px solid #E3E4E6;
	padding:1px;
}

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

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

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

.mainheading {
	background-color:#F9F9F9;
	height:30px;
}
/*
.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: solid #699BC5 1px;*/
	border: solid #F3F3F3 1px;
	cursor: pointer;
	margin: 15px 6px 15px 6px;
}

/*the day headings*/
table.cells th {
	text-align: center;
	color: #F9F9F9; 
	background-color:#54728A;  
	font-weight:bold;
	height:25px;
	width: 28px;
	padding-top:2px;
	padding-bottom:2px;
/*	padding-right:8px;*/
}

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

/*The date cells*/
table.cells td {
/*	border: solid #CCCCCC 1px;*/
	vertical-align: middle;
	text-align: center;
	color: #666666;
	/*font-weight: normal;*/
	height:20px; /*IE doesn't like ems*/
	width:28px;
	/*padding-right:8px;*/
}
table.cells td.wkhead {
	background-color: #FFFFFF;
	text-align: center;
	/*border-right: double #CCCCCC 3px;*/
	color: #3F70A3;
	height:25px;
	/*height:22px;*/
}
table.cells td.noselect {
	background-color: #FFFFFF;
	color: #BBBBBB;
	cursor: pointer;
}
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
	background-color: #FFFFFF;
}
table.cells td.wkend {
	background-color: #FFFFFF;
}
table.cells td.curdate {

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

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


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;
}

