@charset "utf-8";
/* CSS Document */
/*
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
*/
.yui-calcontainer {
	position:relative;
	float:left;
	overflow:hidden;
}

.yui-calcontainer iframe {
	position:absolute;
	border:1px solid #FFFFFF;
	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;
	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: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;
	cursor:pointer;
	bottom:0;
	left:1px;	
	top:1px;
	width:40px;
	height:20px;   
	z-index:1;
	background: url("callt.jpg") no-repeat;
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	bottom:0;
	width:40px;
	height:20px;
	right:-22px;
	top:1px;	
	z-index:1;	
	background: url("calrt.jpg") no-repeat;
}

.yui-calendar td.calcell {
	padding:.2em .4em .2em .4em;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	background-color:#E4E4E4;
	text-align:center;
	font-size:10px;
}

.yui-calendar td.calcell a {
	color:#6B6B6B;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
font-family:Tahoma;
font-weight:bolder !important ;
color:#000000 !important;
background-color:#f5f5f5;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	font-family:Tahoma;
}
.yui-calendar td.calcell.selected {
	background-position:center;
	background-color:#CCCCCC;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	cursor:pointer;
}
.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFFFFF;
	background-color:#3F6794;
	border:1px solid #3F6794;
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { 
	background-position:center;
	background-color:#3F6794;
	border:1px solid #3F6794;
	font-family:Tahoma;
	color:#FFFFFF;
	cursor:pointer;
}
.yui-calendar td.calcell.highlight1 a {
color:#FFFFFF;
}
.yui-calendar td.calcell.highlight2 { background-color:#3F6794; }
.yui-calendar td.calcell.highlight3 { background-color:#3F6794; }
.yui-calendar td.calcell.highlight4 { background-color:#3F6794; }

.yui-calendar .calhead { 
	background-color:#3F6794;
	border-bottom:#FFFFFF 2px solid;
	vertical-align:top;
	height:20px;
}

.yui-calendar .calheader {
	height:20px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	position:relative;
	width:100%;
	text-align:center;
	vertical-align:middle;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color: #FFFFFF;
	background-color:#999999;
	font-weight:bold;
	font-size:11px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:1.5em;
	border-right:#FFFFFF 1px solid;
}

.yui-calendar .calfoot {
}

.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;}
