.datePicker {
	width:		165px;
	height:186px;
	padding:	10px 0 0 0;
	cursor:		default;
	-moz-user-focus: normal;
	position:absolute;
	z-index:999;
}





.datePicker td {
	/*font:			smallcaption;
	font:			small-caption;*/
	font:11px Arial, Helvetica, sans serif;
	text-align:		center;
	color:			WindowText;
	cursor:			default;
	font-weight:	normal !important;
	-moz-user-select:	none;
	padding:		0;
}

.datePicker td.red {
	color:			red;
}

.datePicker .header {
	background: none;
	padding:		3px;
	border:	none;
	width:128px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
}

.datePicker .headerTable {
	width:			128px;
}

.datePicker .footer {
	padding: 3px;
}

.datePicker .footerTable {
	width:		128px;
	position:absolute;
	z-index:4;
	top:134px;
  left:10px;	
}

.datePicker .grid {
	padding:	3px;
}
.datePicker .gridTable {
	width:	128px;
	top:35px;
	left:10px;
	position:absolute;
	z-index:3;
}

.datePicker .gridTable td {
	width:	14.3%;
	color:#A28452;
	cursor:pointer;
}

.datePicker .gridTable .daysRow{
  background:#AA8F5F;
}

.datePicker .gridTable .daysRow td {
	font-weight:	normal;
	color:#fff;
	border-bottom:	none;
	cursor:default !important;
}

.datePicker .grid .gridTable .upperLine {
	width:		100%;
	height:		2px;
	overflow:	hidden;
	background:	transparent;
}

.datePicker td.today {
	font-weight:	bold !important;
}

.datePicker td.selected {
	background:		#A28452;
	color:			#fff !important;
}

.datePicker td.labelContainer {
	width:	100%;
}

.datePicker td .topLabel {
	color:#A28452;
	display:		block;
	font-weight:	bold !important;
	width:			100%;
	text-decoration:	none;

}

.datePicker td.filler {
	width:			100%;
}

.datePicker button {
	border-width:	1px;
	font:			Caption;
	font-weight:	normal !important;
	display:		block;
}

.datePicker .previousButton {
  border:none;
	background:	url("../images/arrow_left.gif") no-repeat center center;
	cursor:pointer;
}

.datePicker .nextButton {
  border:none;
	background:	url("../images/arrow_right.gif") no-repeat center center;
	cursor:pointer;
}


.datePicker .previousButton,
.datePicker .nextButton {
	width:			14px;
	height:			14px;
}

.datePicker .todayButton,
.datePicker .noneButton {
	width:	50px;
	height:16px;
	text-indent:-100px;
  border:none;	
}
.datePicker .todayButton{
  /*background: url(../images/intranet/btn_hoy_cal.gif) no-repeat center center;*/
}
.datePicker .noneButton{
  /*background: url(../images/intranet/btn_cerrar_cal.gif) no-repeat center center;*/
}

.datePicker .labelPopup {
	position:	absolute;
	min-width:	130px;
	background:	Window;
	border:		1px solid WindowText;
	padding:	1px;
	z-index:200;
}

.datePicker .labelPopup a {
	width:				100%;
	display:			block;
	color:				WindowText;
	text-decoration:	none;
	white-space:		nowrap;
}

.datePicker .labelPopup a:hover {
	background:	Highlight;
	color:		HighlightText;
}

.datePicker .labelPopup a.selected {
	font-weight:	bold;
}

.fondo{
  width:165px;
  height:196px;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
}