@charset "utf-8";
/*
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;
	float:left;
	_overflow:hidden;
	width:100%
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	left:-1px;
	top:-1px;
	z-index:0;
/*	width:50em;
	height:50em;*/
}
.yui-calcontainer .groupcal {
/*	padding:5px;*/
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
	width:280px
}
.yui-calcontainer .groupcal.first-of-type {
	margin-right:24px;
}
.yui-calcontainer .title {
	font:100% sans-serif;
	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 {
	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-calcontainer.withtitle {
	padding-top:1.5em;
}
.yui-calendar .calnavleft, .yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
/*	top:0;
	bottom:0;*/
	width:16px;
	height:16px;   
	z-index:1;
	text-indent:-999em
}
.yui-calendar .calnavleft {  
	left:2px;
	background:url("/images/module/mod_webinars/icon_nav_left.png") no-repeat;
}
.yui-calendar .calnavright {
	right:2px;
	background:url("/images/module/mod_webinars/icon_nav_right.png") no-repeat;
}
/*
.yui-calendar td.calcell {
	border:1px solid #fff;
	text-align:center;
	background-color:#e6edee;
}
.yui-calendar td.calcell a {
	text-decoration:none;
}
.yui-calendar td.calcell.today {
	border:1px solid #333;
	background:#333;
	font-weight:bold;
	color:#fff
}
.yui-calendar td.calcell.oom {
	cursor:default;
	color:#f5f5f5;
	background-color:#f5f5f5;
	border:1px solid #fff;
}
.yui-calendar td.calcell.selected {
	color:#fff;
	font-weight:bold;
	background-color:#c40;
	border:1px solid #c40;
}
.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#c40;
	border:1px solid #c40;
}
.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}
*/
.yui-calendar td.calcell {
	border:1px solid #fff;
	text-align:center;
	background-color:#e6edee;
}
.yui-calendar td.calcell a {
	color:#fff;
}
.yui-calendar td.calcell.today {
	background:#333 url("/images/module/mod_webinars/li_current.gif") no-repeat right top;
	font-weight:bold;
	color:#fff
}
.yui-calendar td.calcell.today a {
	
}
.yui-calendar td.calcell.oom {
	cursor:default;
	color:#f5f5f5;
	background-color:#f5f5f5;
}
.yui-calendar td.calcell.selected {
	color:#fff;
	font-weight:bold;
	background-color:#c40;
}
.yui-calendar td.calcell.selected a {
	color:#fff;
	font-weight:bold;
	background-color:#c40;
}
.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#c40;
}
.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}
.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}
.yui-calendar td.calcell.previous {
	/*color:#777;*/
}
.yui-calendar .calhead {
	vertical-align:middle;
}
.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}
.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#666;
	font-weight:normal;
	text-align:center;
	width:1.5em;
}

.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 */
p#clear {clear:left; padding-top:10px;}

/*.yui-calendar td.empty { background-color:#e6edee;color:#222}*/
.yui-calendar td.selectable { background-color:#f27d00;color:#fff}
#main .yui-calendar a, #main .yui-calendar a:hover {border:none}

