/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2

colors design.nl calendar
-------------------------
border: #cccccc;
day oom: #ececec;
text oom: #999999;
day current: #ececec;
text current: #000000;
day selected: #ffffff;
selected text: #ee1c28
day hover: #ee1c28;
text hover: #ffffff;
*/

.yui-calcontainer {
	position:relative;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	float:left;
	overflow:visible;
	width: 190px;
	height: 180px;
	border-bottom: 1px solid #cccccc;
}

.calContainer h4 {
	padding-top : 10px;
	border : 1px solid #F00;
}

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

.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-family: Georgia, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	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("calx.gif") no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;	
}

/* Calendar element styles */

.yui-calendar {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
}

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

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

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

.yui-calendar td.calcell {
	height: 17px;
	width: 26px;
	padding:.1em .2em;
	border: 1px solid #cccccc;
	background-color: #ececec;
	text-align:center;
}

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

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

.yui-calendar td.calcell.oom {
	cursor:default;
	color: #999999;
	background-color: #ececec;
	border: 1px solid #cccccc;
	height : 17px;
}

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

.yui-calendar td.calcell.selected a {
	color: #ee1c28;
}

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

.yui-calendar td.calcell.calcellhover a {
	color: #ffffff;
}

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

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

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.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 {
	border: none;
	vertical-align:middle;
	background-color: #ffffff;
	padding-top : 0;
}

.yui-calendar .calheader {
	position:relative;
	height: 27px;
	width:100%;
	#width: 190px;
	font-family: Arial;
	font-weight : normal;
	font-size: 18px;
	color: #000000;
	text-align:center;
	padding-top: 13px;
	/*background:#FFFFFF url("/images/common/gr-border.jpg") top center no-repeat;*/
	background: #fff;
	border-top: 3px solid #009de0;
}

.yui-calendar .calheader img {
	border:none;
}
.calContainer {
	margin-top : -1px;
	height: 190px;
	border : 1px solid #FFF;
}
.yui-calendar .calweekdaycell {
	font-family: Georgia;
	color: #ffffff;
	font-style: italic;
	font-weight : normal;
	text-align:center;
	height: 17px;
	width: 26px;
}

.yui-calendar .calweekdayrow {
	height: 20px;
	border: 0px none;
	/*background: url(/images/calendar/background-calendar.jpg) top repeat-y;*/
	background-color : #009de0;
}

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