.yui-skin-sam{
	height:auto;
}
.yui-calcontainer {
	background:url('images/shadow.png') no-repeat center bottom;
}

/* CALENDARGROUP BOUNDING BOX */
.yui-skin-sam .yui-calcontainer.multi {
	padding:0 0px 0 0px;
}

/* BOUNDING BOX FOR EACH CALENDAR GROUP PAGE */
.yui-skin-sam .yui-calcontainer.multi .groupcal {
	background-color:transparent;
	border:none;
	padding:5px 0px 5px 0px;
	margin:0;
}

/* TITLE BAR */
.yui-skin-sam .yui-calcontainer .title {
	border-bottom:1px solid #cccccc;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	height:auto;
	padding:.4em;
	margin:0 -10px 10px -10px;
	top:0;
	left:0;
	text-align:left;
}

.yui-skin-sam .yui-calcontainer.multi .title {
	margin:0 -5px 0 -5px;
}

.yui-skin-sam .yui-calcontainer.withtitle {
	padding-top:0;
}

/* CLOSE BUTTON */
.yui-skin-sam .yui-calcontainer .calclose {
	width:25px;
	height:15px;
	top:.4em;
	right:.4em;
	cursor:pointer;
}

/* CALENDAR TABLE */
.yui-skin-sam .yui-calendar {
	width:276px;
	table-layout:fixed;
	border-spacing:0;
	border-collapse:collapse;
	text-align:center;
	margin:0;
	font-size:12px;
}

/* NAVBAR BOUNDING BOX */
.yui-skin-sam .yui-calendar .calhead {
	height:32px;
	padding-top:11px;
	background:url('images/cal-tit-bg.png') no-repeat 0 0;
	vertical-align:middle;
	color:#fff;
	font-size:14px;
	font-weight:normal;
}

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

.yui-skin-sam .yui-calendar .calhead .calheader{
	overflow:hidden;
	padding:0 10px;
	position:relative;
}
.yui-skin-sam .yui-calendar .calhead .calheader a{
	display:block;
	width:16px;
	cursor:pointer;
	text-decoration:none;
}
.yui-skin-sam .yui-calendar .calnavleft {
	background:url('images/icons_left_arrow.png') no-repeat 0 6px;
    float:left;
}

/* NAVBAR RIGHT ARROW */
.yui-skin-sam .yui-calendar .calnavright {
	background:url('images/icons_right_arrow.png') no-repeat 0 6px;
    position:absolute;
    top:0;
    right:10px;
}

/* WEEKDAY HEADER ROW */
.yui-skin-sam .yui-calendar .calweekdayrow {
	height:26px;
	color:#999;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
}

.yui-skin-sam .yui-calendar .calweekdayrow th {
	font-weight:normal;
}

/* CALENDAR FOOTER. NOT IMPLEMENTED BY DEFAULT */
.yui-skin-sam .yui-calendar .calfoot {
	background-color:#f2f2f2;
}

/* WEEK NUMBERS (ROW HEADERS/FOOTERS) */
.yui-skin-sam .yui-calendar .calrowhead, .yui-skin-sam .yui-calendar .calrowfoot {
	color:#a6a6a6;
	font-style:normal;
	font-weight:normal;
	border:none;
}

.yui-skin-sam .yui-calendar .calrowhead {
	text-align:right;
	padding:0 2px 0 0;
}

.yui-skin-sam .yui-calendar .calrowfoot {
	text-align:left;
	padding:0 0 0 2px;
}

/* NORMAL CELLS */
.yui-skin-sam .yui-calendar td.calcell {
	border:1px solid #e9e9e9;
	height:26px;
	line-height:26px; /* set line height equal to cell height to center vertically */
	text-align:center;
	white-space:nowrap;
	padding:0;
}

/* LINK INSIDE NORMAL CELLS */
.yui-skin-sam .yui-calendar td.calcell a {
	color:#222;
	display:block;
	text-decoration:none;
}

/* TODAY'S DATE */
.yui-skin-sam .yui-calendar td.calcell.today {
	background-color:#d5fed4;
}

/* OOM DATES */
.yui-skin-sam .yui-calendar td.calcell.oom {
	color:#fff;
	cursor:default;
}

/* SELECTED DATE */
/*.yui-skin-sam .yui-calendar td.calcell.selected {
	background-color:#1db04b;
	color:#fff;
}

.yui-skin-sam .yui-calendar td.calcell.selected a {
	background-color:#1db04b;
	color:#fff;
}*/

/* HOVER DATE */
/*.yui-skin-sam .yui-calendar td.calcell.calcellhover {
	background-color:#1790B3;
	color:#fff;
	cursor:pointer;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
	background-color:#1790B3;
	color:#fff;
}*/

/* DEFAULT OOB DATES */
.yui-skin-sam .yui-calendar td.calcell.previous {
	color:#e0e0e0;
}

/* CUSTOM RENDERERS */
.yui-skin-sam .yui-calendar td.calcell.restricted { text-decoration:line-through; }
.yui-skin-sam .yui-calendar td.calcell.highlight1 { background-color:#43a5ff; color:#fff;}
.yui-skin-sam .yui-calendar td.calcell.highlight2 { background-color:#43a5ff; color:#fff;}
.yui-skin-sam .yui-calendar td.calcell.highlight3 { background-color:#43a5ff; color:#fff;}
.yui-skin-sam .yui-calendar td.calcell.highlight4 { background-color:#43a5ff; color:#fff;}

/* CalendarNavigator */

/* MONTH/YEAR LABEL */
.yui-skin-sam .yui-calendar a.calnav { 
	border: 1px solid #f2f2f2;
	padding:0 4px;
	text-decoration:none;
	color:#000;
	zoom:1;
}

.yui-skin-sam .yui-calendar a.calnav:hover { 
	border-color:#A0A0A0;
	cursor:pointer;
}

/* NAVIGATOR MASK */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask {
	background-color:#000;
	opacity:0.25;
	*filter:alpha(opacity=25); /* IE */
}

/* NAVIGATOR BOUNDING BOX */
.yui-skin-sam .yui-calcontainer .yui-cal-nav {
	font-family:arial,helvetica,clean,sans-serif;
	border:1px solid #808080;
	left:50%;
	margin-left:-7em;
	width:14em;
	padding:0;
	top:2.5em;
	background-color:#f2f2f2;
}

.yui-skin-sam .yui-calcontainer.withtitle .yui-cal-nav {
	top:4.5em;
}

/* NAVIGATOR BOUNDING BOX */
.yui-skin-sam .yui-calcontainer.multi .yui-cal-nav {
	margin-left:-8em;
}

/* NAVIGATOR YEAR/MONTH/BUTTON/ERROR BOUNDING BLOCKS */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-y,
.yui-skin-sam .yui-calcontainer .yui-cal-nav-m,
.yui-skin-sam .yui-calcontainer .yui-cal-nav-b {
	padding:0px 5px 0px 5px;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-b {
	text-align:center;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-e {
	margin-top:5px;
	padding:5px;
	background-color:#EDF5FF;
	border-top:1px solid black;
	display:none;
}

/* NAVIGATOR LABELS */
.yui-skin-sam .yui-calcontainer .yui-cal-nav label {
	display:block;
	font-weight:bold;
}

/* NAVIGATOR MONTH CONTROL */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-mc {
	width:100%;
	_width:auto; /* IE6, IE7 Quirks don't handle 100% well */
}

/* NAVIGATOR MONTH CONTROL, VALIDATION ERROR */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-y input.yui-invalid {
	background-color:#FFEE69;
	border: 1px solid #000;
}

/* NAVIGATOR YEAR CONTROL */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-yc {
	width:4em;
}

/* NAVIGATOR BUTTONS */

/* BUTTON WRAPPER */
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
	border:1px solid #808080;
	background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
	background-color:#ccc;
	margin: auto .15em;
}

/* BUTTON (based on button-skin.css) */
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
	padding:0 8px;
	font-size:93%;
	line-height: 2;  /* ~24px */
	*line-height: 1.7; /* For IE */
	min-height: 2em; /* For Gecko */
	*min-height: auto; /* For IE */
	color: #000;
}

/* DEFAULT BUTTONS */
/* NOTE: IE6 will only pickup the yui-default specifier from the multiple class specifier */
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
	border:1px solid #304369;
	background-color: #426fd9;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button {
	color:#fff;
}
#tooltip{
	position:absolute;
	z-index:10;
	background-color:#fff;
	border:1px solid #43a5ff;
	padding:5px 10px;
	color:#666;
	font-size:12px;
	border-radius:4px;
}
#tooltip h3{
	font-size:12px;
	color:#222;
}
#tooltip h3, #tooltip p{
	margin-bottom:0;
}