.cssFile_6_common_calendar-yui {}
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.12
*/

.yui-calcontainer {
	position: absolute;
	padding:5px;
	background-color:#EDEDED;
	border:1px solid;
	float:left;
	z-index: 100;
	width:183px;
} 

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
	width:390px;
	height:150px;
	background-color:#e6002c;
}

.yui-calcontainer.multi {
	padding:0;
	display:none;
	width:390px;
}

.yui-calcontainer.multi .groupcal {
	padding:5px;
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
}

.yui-calcontainer .title {
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:25px;
	position:absolute;
	top:3px;left:5px;
	z-index:1;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:3px;
	top:3px;
	border:none;
	z-index:1;
}

/* Calendar element styles */

.yui-calendar {
	font:100% sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
	z-index:1;
}

.yui-calendar .calnavright {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;  
	right:2px;
	z-index:1;
}

.yui-calendar td.calcell {
	padding:0px 7px!important;
	line-height:120%!important;
	text-align:center;
	color:#000000;
	cursor:default;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
.yui-calendar td.calcell a{
	color:#000000;
	text-decoration:none;
}

.yui-calendar td.today a {
	color:#CF142B;
	font-weight:700;
}
.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
}


.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#000;
	background-color:#EDEDED;
}

.yui-calendar td.calcell.calcellhover a {
	color:#CF142B;
	font-weight:bold;	
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#999;
}

.yui-calendar td.calcell.highlight1 { background-color:#FF6666; }
.yui-calendar td.calcell.highlight2 { background-color:#EDEDED; }
.yui-calendar td.calcell.highlight3 { background-color:#EDEDED; }
.yui-calendar td.calcell.highlight4 { background-color:#EDEDED; }


.yui-calendar td.calcell.selected {
	color:#FFFFFF;
	background-color:#FF8F33;
	border:1px solid #FF9900;
	font-weight:bold;
}

.yui-calendar .calhead {
	border:1px solid #E0E0E0;
	vertical-align:middle;
	background-color:#EDEDED;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
	font-weight:700;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	background:#EDEDED none repeat scroll 0% 50%;
	color:#CF142B;
	font-weight:bold;
	padding:5px 3px;
	text-align:center;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/*Specific changes for calendar running under fonts/reset */
.yui-calendar a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}

/* BOTON CERRAR */
.yui-calcontainer .calclose {
    background: url('/images_new/cerrar_popup.gif') no-repeat;
    width:11px;
    height:11px;
    cursor:pointer; 
}
