/* all styles are prefixed with "pc" */
#pcIDcalendar {
	padding: 0;
	border: 1px solid #A0A0A0;
	background-color: white;	
	z-index: +999;
	position: absolute;	
	visibility: hidden;	
	width: 190px;
	box-shadow:2px 2px 10px #666;
	-webkit-box-shadow: 2px 2px 10px #666;
	-moz-box-shadow:2px 2px 10px #666;
}

/* IE6-hack jorge */
* + html #pcIDcalendar {width: auto;}

#pcIDselectMonth, #pcIDselectYear {z-index:+999;position:absolute;visibility:hidden;}

#pcIDcaption {
	padding: 2px 3px 4px 2px;
	background-color:#346DB0 ;
	/*background: url(../../images/calendario/bgcaption.png) repeat;*/
	color: white;
	font: bold 11px Arial, Helvetica, sans-serif;
  -moz-user-select: none;
}

#pcIDcaption div {clear :none;}

#pcIDcontent table {
	border: 0;
	margin: 1px 0 0 0;
	white-space: nowrap;
	color: Black;
	font: 10px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
    /*width: 100px;*/
   -moz-user-select: none;
}

/* IE6-hack */
* + html #pcIDcontent table {width: 200px;}
/* IE7-hack */
* + html #pcIDcontent table {width: 200px;}

/* hover sobre la semana que estas sobrevolando*/
#pcIDcontent table tr:hover {background: #f7f7f7;}

/* cabecera Lunes / martes etc...*/
#pcIDcontent th {
	padding-right: 3px;
	border-bottom: 1px solid #ACA899;
	font-weight: normal;
	text-align: right;
	/*background: url(../../images/calendario/semana.jpg) repeat-x;*/
	background-color:#D3DEEF; /*#ebebeb;*/
	border-right: 1px solid #d9d9d9;
}

#pcIDcontent td{
	text-align: right;
	cursor: default;
	padding: 0;
	border: 0;
}

#pcIDcalendar input {
  font-size: small;
  -moz-user-select: text !important;
}

#pcIDcalendar td a, #pcIDcalendar td a:visited {
  /*border: 1px solid transparent;*/
  border: 0px none;
	color: black;
  display:block;
  padding:3px;
	font-weight: normal;
	text-decoration: none
}

#pcIDcalendar td a:hover {
	border: 1px solid transparent;
  background-color: #FBE694;
	font-weight: normal;
	text-decoration: none
}

#pcIDcalendar td.pcDayPast      a { color: #909090 }
#pcIDcalendar td.pcToday        a { border: 1px solid #CA1539 }
#pcIDcalendar td.pcDaySelected  a { background-color: #FFCC33 } /*hoy*/
#pcIDcalendar td.pcDayHoliday   a { background-color: #87CEFA }
#pcIDcalendar td.pcWeekend a,
#pcIDcalendar td.pcWeekend a:visited,
#pcIDcalendar td.pcWeekend a:link { color: #54A6E2 }
#pcIDcalendar td.pcWeekendPast  a { color: #909090 }

/*columna nš semana del aņo*/
#pcIDcalendar td.pcWeekNumber{
	border-right: 1px solid #ACA899;
	padding: 0 1px 0 1px;
	color: black;
	background:#f7f7f7;/* #D9EAFB;*/
	font-size: 8px;
	text-align: right
}

#pcIDfooter {
	padding: 1px 4px 1px 4px;
	color: black;
	background: #D3DEEF;/* #f9f9f9;*/
	font: normal 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	border-top:1px solid #ACA899;
	/*border-top-color:#1266AB;*/
	/*width:185px;*/
}

#pcIDfooter a, #pcIDfooter a:hover { border: none; color: #006; font-weight: normal }


#pcIDselectYear, #pcIDselectMonth {
	border: 1px solid #a0a0a0;
	padding: 0;
	width: 4em;
	background-color: #f0f0f0;
	text-align: center;
	-moz-user-select: none;
	box-shadow:2px 2px 10px #666;
	-webkit-box-shadow:2px 2px 10px #666;
	-moz-box-shadow:2px 2px 10px #666;
}
#pcIDselectMonth {width:7em; text-align:left}

#pcIDselectYear ul, #pcIDselectMonth ul {margin:0;padding:0;border:none;}
#pcIDselectYear li, #pcIDselectMonth li {list-style:none;margin:0;padding:0;}
#pcIDselectYear li a, #pcIDselectMonth li a {
	display: block;
	color: Black;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	width: 100%;
	cursor:pointer;
	border: none;
	list-style-image: none;
	list-style-type: none;
	font: normal 11px Arial, Helvetica, sans-serif
}
#pcIDselectYear li a:hover, #pcIDselectMonth li a:hover {background-color: #909090;}

html>body #pcIDselectYear li a, html>body #pcIDselectMonth li a {width: auto;}

#pcIDcaption div {
	cursor:pointer;
	float: left;
	color: white;
	margin-right: 3px;
	width: 2em;
	-moz-user-select: none;
	font: bold 11px Arial, Helvetica, sans-serif
}

#pcIDleft, #pcIDright {width: 2em !important;}

#pcIDcaption div a {
	border:1px solid #88AAFF; /*bordes de los botones de izq. y derecha*/
	display: block;
	text-decoration: none;
	width: 100%;
	color: white;
	font: bold 11px Arial, Helvetica, sans-serif
}

#pcIDcaption div a:hover {
	border:1px solid #8af;
	display: block;
	text-decoration: none;
}

#pcIDleft a {background: url(../../images/calendario/izq.gif) no-repeat center;}
#pcIDright a {background: url(../../images/calendario/der.gif) no-repeat center;}
#pcIDleft a:hover  {background: url(../../images/calendario/izq2.gif) no-repeat center;}
#pcIDright a:hover {background: url(../../images/calendario/der2.gif) no-repeat center;}
#pcIDMonth a, #pcIDYear a {background: url(../../images/calendario/abj.gif) no-repeat right;padding: 0 14px 0 10px;}
#pcIDMonth a:hover, #pcIDYear a:hover {background: url(../../images/calendario/abj2.gif) no-repeat right;padding: 0 14px 0 10px;}

.pcBtn {cursor:pointer;}

html>body #pcIDcaption div, html>body #pcIDcaption a {width: auto;}

