/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/* Container Styles */

.calcontainer {*height:1%;} /* IE */
.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.calbordered {
	float:left;
	padding:5px;
	background-color:#F7F9FB;
	border:1px solid #7B9EBD;
}

.calbordered .title {
	font:73% Arial,Helvetica,sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:auto;
	width:304px;
	position:relative;
}

.title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.cal2up {
  width:expression('100px');
	float:left;
}

.calnavleft {
    background: url(/fs_img/arrow_left.gif);
	position:absolute;
	top:0;
	bottom:0;
	height:12px;
	left:2px;
}

.calnavright {
    background: url(/fs_img/arrow_right.gif);
	position:absolute;
	top:0;
	bottom:0;
	height:12px;
	right:2px;
}

/* Calendar element styles */

.calendar {
	font:73% Arial,Helvetica,sans-serif;
	text-align:center;
	border-spacing:0;
}

td.calcell {
  text-align:right;
	width:1.5em;
	height:1em;
	border:1px solid #444;
	background-color:#FFF;
}

.calendar.wait td.calcell {
	color:#999;
	background-color:#CCC;
}

.calendar.wait td.calcell a {
	color:#999;
	font-style:italic;
}

td.calcell a {
	color:#003DB8;
	text-decoration:none;
}

td.calcell.today {
	border:1px solid #000;
}

td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

td.calcell.selected {
	color:#003DB8;
	background-color:#FFF19F;
	border:1px solid #FF9900;
}

td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#FF9900;
	border:1px solid #FF9900;
}

/* Added to perform some correction for Opera 8.5
   hover redraw bug */

td.calcell.calcellhover a {
	color:#FFF;
}

td.calcell.restricted {
	text-decoration:line-through;
}

td.calcell.previous {
	color:#CCC;
}

td.calcell.highlight1 { background-color:#CCCCCC; }
td.calcell.highlight2 { background-color:#99CCFF; }
td.calcell.highlight3 { background-color:#FFCCCC; }
td.calcell.highlight4 { background-color:#CCCCCC; }


.calhead { vertical-align:middle; }
.calhead th{ padding:10px;}

.calheader { padding: 2px; background-color: #999; }
.calheader a{ color: #fff; text-decoration:none; }

.calheader img {
	border:none;
}

.calweekdaycell {
  border:1px #444 solid; 
  background:#ddd;
	color: #333;
	font-weight:normal;
}

.calfoot {
	background-color:#EEE;
}

.calrowhead, .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.calrowhead {
	border-right-width:2px;
}


/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.3
*/

.yui-cal2upwrapper {*height:1%;} /* IE */
.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.yui-calcontainer {
  float:left;
  padding:0px;
  background-color:#fff;
  border:1px solid #ccc;
}

.yui-calcontainer .title {
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:auto;
	position:relative;
}

.yui-calcontainer .calclose {
	background: url("/fs_img/js/yui/calendar/assets/calx.gif") no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;	
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.yui-calcontainer .cal2up {
	float:left;
}

.yui-calendar{ border:1px #333 solid; background-color: #999; }


.yui-calendar .calnavleft {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	left:2px;
}

.yui-calendar .calnavright {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	right:2px;
}

/* Calendar element styles */

.yui-calendar {
	font:100% sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
}

.yui-calendar td.calcell {
	padding:.1em .2em;
	border:1px solid #444;
	background-color:#FFF;
}

.yui-calendar td.calcell a {
	color:#333;
  font-weight: bold;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
  background-color: #ffffb3;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#ddd;
	background-color:#ddd;
	border:1px solid #444;
}

.yui-calendar td.calcell.selected {
	background-color:#FFF19F;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
}

.yui-calendar td.calcell.calcellhover a {
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#333; font-weight: bold; 
}

.yui-calendar td.calcell.highlight1 { background-color:#eee; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#DDD; }


.yui-calendar .calhead { vertical-align:middle; }

.yui-calendar .calheader {
	position:relative;
	width:97.5%; /*moz*/ width:expression('100%'); /*ie*/ /*shoulda used tables*/
	text-align:center;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	font-weight:normal;
}

.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 a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}
