/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
.yui-calcontainer 
{
	position:relative;
	_left:-7px;
	padding:5px;
	padding-top:0;
	float:left;
	overflow:hidden;
}

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

.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(/wakfu/devblog/img/calx.gif) no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;	
}

/* Calendar element styles */

.yui-calendar
 {
	font:100% sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
}
.yui-calendar a   
{
	cursor:default;
}
.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(/wakfu/devblog/img/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(/wakfu/devblog/img/calrt.gif) no-repeat;
}

.yui-calendar td.calcell 
{
  height: 20px;
  background: #ececec;
	border:1px solid #FFF;
	text-align:center;
}

.yui-calendar td.calcell a 
{
	color:#696969;
	text-decoration:none;
}

.yui-calendar td.calcell.today 
{
	background:#64bab5
	
}

.yui-calendar td.calcell.oom
 {
	background:transparent none repeat scroll 0 0 !important;
	background:#FFFFFF none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	cursor:default;
	overflow:hidden;
	text-indent:-2pc;
}

.yui-calendar td.calcell.selected
 {
	background-color:#7fc7c3;
}

.yui-calendar td.highlight1.calcell.calcellhover
 {
	cursor:pointer;
	border:1px solid #69a9b6;
}

.yui-calendar td.calcell.calcellhover a 
{
	
}

.yui-calendar td.calcell.restricted 
{
	color:#999;
	background:#dfd6d2;
	text-decoration:line-through;
}

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

.yui-calendar td.calcell.highlight1
 { 
	border:1px solid #6dbfba;
 }
 
 .highlight1 a
 {
	cursor:pointer;
 }
 
.yui-calendar td.calcell.highlight2 
{
  background-color:#99CCFF;
}

.yui-calendar td.calcell.highlight3 
{
  background-color:#FFCCCC;
}

.yui-calendar td.calcell.highlight4 
{
  background-color:#CCFF99;
 }

.yui-calendar .calhead 
{
	vertical-align:middle;
	background-color:#FFF;
}

.yui-calendar .calheader 
{
  color: #8f8782;
	position:relative;
	width:100%;
  height: 20px;
	text-align:center;
}

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

.yui-calendar .calweekdaycell 
{
	color:#5ca49d;
  background: #f6f6f6;
	font-weight:normal;
	text-align:center;
	width: 20px;
  height: 20px;
}

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


.yui-calendar .calnavleft {
  position:absolute;
  overflow:hidden;
  text-indent:-10000em;
  cursor:pointer;
  top:2px;
  bottom:0;
  width:159px;
  height:12px;
  left:2px;
  z-index:1;
  background: url(../img/callt.gif) no-repeat;
}

.yui-calendar .calnavright {
  position:absolute;
  overflow:hidden;
  text-indent:-10000em;
  cursor:pointer;
  top:2px;
  bottom:0;
  width:15px;
  height:12px;
  right:2px;
  z-index:1;
  background: url(../img/calrt.gif) no-repeat;
}