/**
 * SAM
 *
 * Skin colors used:
 *
 * - Control Border : 808080
 * - Control Chrome : f2f2f2
 * - Cell Borders : cccccc
 * - Normal Cell BG : ffffff
 * - Date Links : 0066cc
 * - Selected Cells BG : b3d4ff
 * - Cell Hover BG : 426fd9
 * - Disabled BG : cccccc
 * - Disabled Text Color : a6a6a6
 **/

/* CALENDAR BOUNDING BOX */
.yui-skin-sam .yui-calcontainer {
	background-color:#fcfbed;
	background-image:url(../images/contentgraf.gif);
	background-position:bottom right;
	border:1px solid #d2cdbb;
	background-repeat:no-repeat;
	padding:26px;
	padding-bottom:21px;
	padding-bottom:21px
}

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

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

/* TITLE BAR */
.yui-skin-sam .yui-calcontainer .title {
	background:url(../sprite.png) repeat-x 0 0;
	border-bottom:0px;
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	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 {
	background:url(../images/x.jpg) no-repeat 0 0px;
	width:25px;
	height:15px;
	top:0em;
	right:-9px;
	cursor:pointer;
}

/* CALENDAR TABLE */
.yui-skin-sam .yui-calendar {
	border-spacing:0;
	border-collapse:separate;
	font:100% sans-serif;
	text-align:center;
}

/* NAVBAR BOUNDING BOX */
.yui-skin-sam .yui-calendar .calhead {
	background:transparent;
	border:none;
	vertical-align:middle;
}

/* NAVBAR TEXT CONTAINER */
.yui-skin-sam .yui-calendar .calheader {
	background:transparent;
	font-weight:bold;
	padding:0 0 .6em 0;
	text-align:center;
		font-size:11px;
	font-weight:normal;
	font-family:Tahoma;
	text-decoration:none;
	color:#828282;

}

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

/* NAVBAR LEFT ARROW */
.yui-skin-sam .yui-calendar .calnavleft {
	background:url(../images/icoLeft.gif) no-repeat;
	background-position:right;
	width:25px;
	height:15px;
	top:-2px;
	bottom:0;
	left:0px;
	margin-left:0px;
	cursor:pointer;
}

/* NAVBAR RIGHT ARROW */
.yui-skin-sam .yui-calendar .calnavright {
	background:url(../images/icoRight.gif) no-repeat;
	background-position:left;
	width:25px;
	height:15px;
	top:-2px;
	bottom:0;
	right:0px;
	margin-right:0px;
	cursor:pointer;
}

/* WEEKDAY HEADER ROW */
.yui-skin-sam .yui-calendar .calweekdayrow {
	height:2em;
}

/* WEEKDAY (Su, Mo, Tu...) HEADER CELLS */
.yui-skin-sam .yui-calendar .calweekdaycell {
	color:#828282;
	font-weight:bold;
	font-family:Tahoma;
	text-align:center;
	width:18px;
}

/* CALENDAR FOOTER. NOT IMPLEMENTED BY DEFAULT */
.yui-skin-sam .yui-calendar .calfoot {
}

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

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

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

/* NORMAL CELLS */
.yui-skin-sam .yui-calendar td.calcell {
	border:0px;
	padding:0px;
	height:18px;
	width:18px;
	line-height:18px; /* set line height equal to cell height to center vertically */
	text-align:center;
	white-space:nowrap;
	background-color:transparent;
	margin:1px;
	height:18px;
	color:#9a1f31;
	background-image:url(../images/normal_td.jpg);
padding:0px;
background-repeat:no-repeat;

}

/* LINK INSIDE NORMAL CELLS */
.yui-skin-sam .yui-calendar td.calcell a {
	color:#9a1f31;
	display:block;
	height:auto;
	text-decoration:none;
	padding:0px;

}

/* TODAY'S DATE */
.yui-skin-sam .yui-calendar td.calcell.today {
background-color:transparent;
font-family:Tahoma;
font-size:11px;
background-position:0px 0px;
padding:0px;
background-repeat:no-repeat;
background-image:url(../images/today_td.jpg);
text-align:center;
	color:#9a1f31;
padding:0px
}

.yui-skin-sam .yui-calendar td.calcell.today a {
background-color:transparent;
padding:0px;
margin:0px;
	color:#9a1f31;


}

/* OOM DATES */
.yui-skin-sam .yui-calendar td.calcell.oom {
	color:#a6a6a6;
	cursor:default;
	background-color:transparent;
	font-family:Tahoma;
font-size:11px;
background-image:url(../images/not_active_td.jpg);
padding:0px;
background-repeat:no-repeat;


}

/* SELECTED DATE */
.yui-skin-sam .yui-calendar td.calcell.selected {
	color:#000;
	background-color:transparent;
	font-family:Tahoma;
font-size:11px;
padding:0px;
background-repeat:no-repeat;
background-image:url(../images/selected_td.jpg);

}

.yui-skin-sam .yui-calendar td.calcell.selected a {
	color:#fff;
	font-family:Tahoma;
font-size:11px;
background-color:transparent;
}

/* HOVER DATE */
.yui-skin-sam .yui-calendar td.calcell.calcellhover {
	color:#fff;
	cursor:pointer;
	font-family:Tahoma;
	font-size:11px;
	padding:0px;
	background-color:transparent;
	
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
	color:#fff;
		font-size:11px;
	font-family:Tahoma;
	font-size:11px;
	padding:0px;
	background-color:transparent;
	

}
.yui-skin-sam .yui-calendar td.calcell.today.calcellhover a {


}
/* DEFAULT OOB DATES */
.yui-skin-sam .yui-calendar td.calcell.previous {
	color:#828282;
	background-color:transparent;
	font-family:Tahoma;
font-size:11px;
padding:0px;

}


/* CUSTOM RENDERERS */
.yui-skin-sam .yui-calendar td.calcell.restricted { text-decoration:line-through; }
/*
.yui-skin-sam .yui-calendar td.calcell.highlight1 { background-color:#ccff99; }
.yui-skin-sam .yui-calendar td.calcell.highlight2 { background-color:#99ccff; }
.yui-skin-sam .yui-calendar td.calcell.highlight3 { background-color:#ffcccc; }
.yui-skin-sam .yui-calendar td.calcell.highlight4 { background-color:#ccff99; }
*/
/* CalendarNavigator */

/* MONTH/YEAR LABEL */
.yui-skin-sam .yui-calendar a.calnav { 
	border: 1px solid #f2f2f2;
	padding:0 0px;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma;
	text-decoration:none;
	color:#828282;
	zoom:1;
}

.yui-skin-sam .yui-calendar a.calnav:hover { 
	background: url(../sprite.png) repeat-x 0 0;
	border-color:#A0A0A0;
	cursor:pointer;
		font-size:11px;
	font-weight:normal;
	font-family:Tahoma;

}

/* NAVIGATOR MASK */
.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask {
	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;
	font-size:93%;
	border:1px solid #808080;
	left:50%;
	margin-left:-7em;
	width:14em;
	padding:0;
	top:2.5em;
}

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

/* NAVIGATOR BOUNDING BOX */
.yui-skin-sam .yui-calcontainer.multi .yui-cal-nav {
	width:16em;
	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 0px 0px 0px;
}

.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:0px;
	border-top:0px;
	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 {
	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(../sprite.png) repeat-x 0 0;
	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: url(../sprite.png) repeat-x 0 -1400px;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button {
	color:#fff;
}
