/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
.yui-calcontainer {
	position:relative;
	padding:5px;
	background-color:#F7F9FB;
	/*border:1px solid #7B9EBD;*/
	float:left;
	/*_overflow:hidden; /* IE6 only, to clip iframe shim */
	width:100%;	
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	z-index:0;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}

/* IE6 only */
.yui-calcontainer iframe.fixedsize {
	width:50em;
	height:50em;
	top:-1px;
	left:-1px;
}

.yui-calcontainer.multi {
	padding:0;
}

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

.yui-calcontainer .calclose {
	background: url(imatges/common/calx.gif) no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;	
}

/* Calendar element styles */

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

#calendari2 {font-size:1.2em;}

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

.yui-calendar .calnavleft {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
	z-index:1;
	background: url(imatges/common/callt.gif) no-repeat;
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	right:2px;
	z-index:1;
	background: url(imatges/common/calrt.gif) no-repeat;
}

.yui-calendar td.calcell {
	padding:.1em .2em;
	border:1px solid #fff;
	text-align:center;
}

#calendari2 td.calcell {padding:1em;}

.yui-calendar td.calcell a {
	color:#000; background-color:#fff; /*003DB8*/
	text-decoration:none;
}

.yui-calendar td.calcell.today {
	border:1px solid #008BCC;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#eee;
	border:1px solid #eee;
}

.yui-calendar td.calcell.selected {
	color:#fff;
	background-color:#008BCC;
	border:1px solid #008BCC;
}

.yui-calendar td.calcell.selected a {
	color:#fff;
	background-color:#008BCC;
	}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#008BCC;
	border:1px solid #008BCC;
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFF; background-color:#008BCC;
}

.yui-calendar td.calcell.restricted {
	/*text-decoration:line-through;*/
	 color:#000; background-color:#fff; /*background-color:#FFCCCC;*/
	 cursor:default;
}

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

/* Disponible */
.yui-calendar td.calcell.highlight1 { color:#fff; background-color:#008BCC; border:1px solid #008BCC; cursor:default; }

/* No disponible */
.yui-calendar td.calcell.highlight2 { color:#fff; background:#C6E2FA; border:1px solid #C6E2FA; cursor:default; }
.yui-calendar td.calcell.highlight2 a {color:#fff; background:#C6E2FA; cursor:default;}
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }

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

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
	color:#fff; background-color:#008BCC;
	text-transform:uppercase; padding:2px 0px;
}

#calendari2 .calheader { margin-bottom:10px;}

.yui-calendar .calheader img {
	border:none;
	background-color:#fff;
}

.yui-calendar .calweekdaycell {
	color:#666;
	font-weight:normal;
	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 .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}
