/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
.yui-skin-fse .yui-button  {

    border-width: 1px 0;
    border-style: solid;
    border-color: #808080;
    background: url(sprite.png) repeat-x 0 0;
    margin: auto .25em;
    margin-left: .5em;
    
}

.yui-skin-fse .yui-button .first-child {

    border-width: 0 1px;
    border-style: solid;
    border-color: #808080;
    margin: 0 -1px;
    *position: relative;    /* Necessary to get negative margins working in IE */
    *left: -1px;

}

.yui-skin-fse .yui-button button,
.yui-skin-fse .yui-button a {

    padding: 0 10px;
    font-size: 75%;  /* 12px */
    padding-bottom:2px;
    *padding-top:2px;
    *padding-bottom:0px;
    color: #000;

}

.yui-skin-fse .yui-button a {

    /*
        Necessary to get Button's of type "link" to be the correct 
        height in IE.
    */
    *line-height: 2;

}

.yui-skin-fse .yui-split-button button,
.yui-skin-fse .yui-menu-button button {

    padding-right: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    
}

.yui-skin-fse .yui-menu-button button {

    background-image: url(menu-button-arrow.png);

}

.yui-skin-fse .yui-split-button button {

    background-image: url(split-button-arrow.png);

}


/* Focus state */


.yui-skin-fse .yui-button-focus {

    border-color: #7D98B8;
    background-position: 0 -1300px;

}

.yui-skin-fse .yui-button-focus .first-child {

    border-color: #7D98B8;

}

.yui-skin-fse .yui-button-focus button, 
.yui-skin-fse .yui-button-focus a {

    color: #000;

}

.yui-skin-fse .yui-split-button-focus button {

    background-image: url(split-button-arrow-focus.png);

}


/* Hover state */

.yui-skin-fse .yui-button-hover {

    border-color: #7D98B8;
    background-position: 0 -1300px;

}

.yui-skin-fse .yui-button-hover .first-child {

    border-color: #7D98B8;

}

.yui-skin-fse .yui-button-hover button, 
.yui-skin-fse .yui-button-hover a {

    color: #000;

}

.yui-skin-fse .yui-split-button-hover button {

    background-image: url(split-button-arrow-hover.png);

}


/* Active state */

.yui-skin-fse .yui-button-active {
    
    border-color: #7D98B8;
    background-position: 0 -1700px;
    
}

.yui-skin-fse .yui-button-active .first-child {

    border-color: #7D98B8;

}

.yui-skin-fse .yui-button-active button, 
.yui-skin-fse .yui-button-active a {

    color: #000;

}

.yui-skin-fse .yui-split-button-activeoption {

    border-color: #808080;
    background-position: 0 0;

}

.yui-skin-fse .yui-split-button-activeoption .first-child {

    border-color: #808080;

}

.yui-skin-fse .yui-split-button-activeoption button {

    background-image: url(split-button-arrow-active.png);

}


/* Checked state */

.yui-skin-fse .yui-radio-button-checked,
.yui-skin-fse .yui-checkbox-button-checked {
    
    border-color: #304369;
    background-position: 0 -1400px;
    
}

.yui-skin-fse .yui-radio-button-checked .first-child,
.yui-skin-fse .yui-checkbox-button-checked .first-child {

    border-color: #304369;

}

.yui-skin-fse .yui-radio-button-checked button,
.yui-skin-fse .yui-checkbox-button-checked button { 

    color: #fff;

}


/* Disabled state */

.yui-skin-fse .yui-button-disabled {
    
    border-color: #ccc;
    background-position: 0 -1500px;
    
}

.yui-skin-fse .yui-button-disabled .first-child {

    border-color: #ccc;

}

.yui-skin-fse .yui-button-disabled button, 
.yui-skin-fse .yui-button-disabled a {

    color: #A6A6A6;
    cursor: default;

}

.yui-skin-fse .yui-menu-button-disabled button {

    background-image: url(menu-button-arrow-disabled.png);
    
}

.yui-skin-fse .yui-split-button-disabled button {

    background-image: url(split-button-arrow-disabled.png);
    
}


/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* Panel modality mask styles */

xx.yui-skin-fse .mask {

    background-color: #000;
    opacity: .25;
    *background: none; /* No modal background in IE */
    *filter: alpha(opacity=25);  /* Set opacity in IE */

}

.yui-skin-fse .mask {

    background-color: #000;
    opacity: .70;
    *background: none; /* No modal background in IE */
    filter: alpha(opacity=70);  /* Set opacity in IE */

}


/* Panel styles */

.yui-skin-fse .yui-panel-container {

    padding: 0 1px;
    *padding: 2px 3px;

}

.yui-skin-fse .yui-panel {

	position: relative;
	*zoom: 1;
	left: 0;
	top: 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #808080;
	z-index: 1;

}

.yui-skin-fse .yui-panel .hd, 
.yui-skin-fse .yui-panel .bd, 
.yui-skin-fse .yui-panel .ft {

    /*
        Use of "zoom: 1" is to trigger "haslayout" for IE to get 
        negative margins working.
    */
    
    *zoom: 1;

    /*
        Use of "position: relative" is necessary to get negative margins 
        working in IE.
    */

    *position: relative; 

    border-style: solid;
    border-width: 0 1px;
    border-color: #808080;
    margin: 0 -1px;
  
}

.yui-skin-fse .yui-panel .hd {

    border-bottom: solid 1px #ccc;

}

.yui-skin-fse .yui-panel .bd,
.yui-skin-fse .yui-panel .ft {

    background-color: #F2F2F2;
    background-color: #FEFEFE;

}

.yui-skin-fse .yui-panel .hd {

    padding: 0 10px;
    //font-size: 75%;  /* 12px */
    font-size: 0.75em;
    line-height: 2;  /* ~24px */
    *line-height: 1.9; /* For IE */
    font-weight: bold;
    color: #000;
    background: url(sprite.png) repeat-x 0 -200px;
    
}

.yui-skin-fse .yui-panel .bd {

    padding: 10px;

}

.yui-skin-fse .yui-panel .ft {

    border-top: solid 1px #808080;
    padding: 5px 10px;
    font-size: 77%;

}

.yui-skin-fse .yui-panel-container.focused .yui-panel .hd {

}

.yui-skin-fse .container-close {

    position: absolute;
    top: 5px;
    right: 6px;
    width: 25px;
    height: 15px;
    background: url(sprite.png) no-repeat 0 -300px;
    cursor:pointer;

}


/* Panel underlay styles */

.yui-skin-fse .yui-panel-container .underlay {

    right: -1px;
    left: -1px;

}

.yui-skin-fse .yui-panel-container.matte {

	padding: 9px 10px;
	background-color: #fff;

}

.yui-skin-fse .yui-panel-container.shadow {

    /* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
    _padding: 2px 5px 0 3px; 

}

.yui-skin-fse .yui-panel-container.shadow .underlay {

	position: absolute;

    top: 2px;
    right: -3px;
    bottom: -3px;
    left: -3px;

    /* IE 7 Standards Mode */

    *top: 3px;
    *left: -1px;
    *right: -1px;
    *bottom: -1px;

    /* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */

    _top: 0;
    _right: 0;
    _bottom: 0;
    _left: 0;
    _margin-top: 3px;
    _margin-left: -1px;

    background-color: #000;
    opacity: .12;
    *filter: alpha(opacity=12);  /* Set opacity in IE */

}


/* Dialog styles */

.yui-skin-fse .yui-dialog .ft {

    border-top: none;
    padding: 0 10px 10px 10px;
    font-size: 100%;

}

.yui-skin-fse .yui-dialog .ft .button-group {

    display: block;
    text-align: right;

}

/* Dialog default button style */
.yui-skin-fse .yui-dialog .ft button.default {
    font-weight:bold;
}

/* Dialog default YUI Button style */
.yui-skin-fse .yui-dialog .ft span.default {
    border-color: #304369;
    background-position: 0 -1400px;
}

.yui-skin-fse .yui-dialog .ft span.default .first-child {
    border-color: #304369;
}

.yui-skin-fse .yui-dialog .ft span.default button {
    color: #fff;
}

/* SimpleDialog icon styles */

.yui-skin-fse .yui-simple-dialog .bd .yui-icon {

    background: url(sprite.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;

}

.yui-skin-fse .yui-simple-dialog .bd span.blckicon {

    background-position: 0 -1100px;

}

.yui-skin-fse .yui-simple-dialog .bd span.alrticon {

    background-position: 0 -1050px;

}

.yui-skin-fse .yui-simple-dialog .bd span.hlpicon {

    background-position: 0 -1150px;

}

.yui-skin-fse .yui-simple-dialog .bd span.infoicon {

    background-position: 0 -1200px;

}

.yui-skin-fse .yui-simple-dialog .bd span.warnicon {

    background-position: 0 -1900px;

}

.yui-skin-fse .yui-simple-dialog .bd span.tipicon {

    background-position: 0 -1250px;

}


/* Tooltip styles */

.yui-skin-fse .yui-tt .bd {

    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    color: #000;
    padding: 2px 5px;
    border-color: #D4C237 #A6982B #A6982B #A6982B;
    border-width: 1px;
    border-style: solid;
    background-color: #FFEE69;

}

.yui-skin-fse .yui-tt.show-scrollbars .bd {

    overflow: auto;

}

.yui-skin-fse .yui-tt-shadow {
    top: 2px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    background-color: #000;
}

.yui-skin-fse .yui-tt-shadow-visible {

    opacity: .12;
    *filter: alpha(opacity=12);  /* For IE */

}


/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/**
 * 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-fse .yui-calcontainer {
	background-color:#f2f2f2;
	border:1px solid #808080;
	padding:10px;
}

/* CALENDARGROUP BOUNDING BOX */
.yui-skin-fse .yui-calcontainer.multi {
	padding:0 5px 0 5px;
}

/* BOUNDING BOX FOR EACH CALENDAR GROUP PAGE */
.yui-skin-fse .yui-calcontainer.multi .groupcal {
	background-color:transparent;
	border:none;
	padding:10px 5px 10px 5px;
	margin:0;
}

/* TITLE BAR */
.yui-skin-fse .yui-calcontainer .title {
	background:url(sprite.png) repeat-x 0 0;
	border-bottom:1px solid #cccccc;
	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-fse .yui-calcontainer.multi .title {
	margin:0 -5px 0 -5px;
}

.yui-skin-fse .yui-calcontainer.withtitle {
	padding-top:0;
}

/* CLOSE BUTTON */
.yui-skin-fse .yui-calcontainer .calclose {
	background:url(sprite.png) no-repeat 0 -300px;
	width:25px;
	height:15px;
	top:.4em;
	right:.4em;
	cursor:pointer;
}

/* CALENDAR TABLE */
.yui-skin-fse .yui-calendar {
	border-spacing:0;
	border-collapse:collapse;
	font:100% sans-serif;
	text-align:center;
	margin:0;
}

/* NAVBAR BOUNDING BOX */
.yui-skin-fse .yui-calendar .calhead {
	background:transparent;
	border:none;
	vertical-align:middle;
	padding:0;
}

/* NAVBAR TEXT CONTAINER */
.yui-skin-fse .yui-calendar .calheader {
	background:transparent;
	font-weight:bold;
	padding:0 0 .6em 0;
	text-align:center;
}

.yui-skin-fse .yui-calendar .calheader img {
	border:none;
}

/* NAVBAR LEFT ARROW */
.yui-skin-fse .yui-calendar .calnavleft {
	background:url(sprite.png) no-repeat 0 -450px;
	width:25px;
	height:15px;
	top:0;
	bottom:0;
	left:-10px;
	margin-left:.4em;
	cursor:pointer;
}

/* NAVBAR RIGHT ARROW */
.yui-skin-fse .yui-calendar .calnavright {
	background:url(sprite.png) no-repeat 0 -500px;
	width:25px;
	height:15px;
	top:0;
	bottom:0;
	right:-10px;
	margin-right:.4em;
	cursor:pointer;
}

/* WEEKDAY HEADER ROW */
.yui-skin-fse .yui-calendar .calweekdayrow {
	height:2em;
}

.yui-skin-fse .yui-calendar .calweekdayrow th {
	padding:0;
	border:none;
}

/* WEEKDAY (Su, Mo, Tu...) HEADER CELLS */
.yui-skin-fse .yui-calendar .calweekdaycell {
	color:#000;
	font-weight:bold;
	text-align:center;
	width:2em;
}

/* CALENDAR FOOTER. NOT IMPLEMENTED BY DEFAULT */
.yui-skin-fse .yui-calendar .calfoot {
	background-color:#f2f2f2;
}

/* WEEK NUMBERS (ROW HEADERS/FOOTERS) */
.yui-skin-fse .yui-calendar .calrowhead, .yui-skin-fse .yui-calendar .calrowfoot {
	color:#a6a6a6;
	font-size:85%;
	font-style:normal;
	font-weight:normal;
	border:none;
}

.yui-skin-fse .yui-calendar .calrowhead {
	text-align:right;
	padding:0 2px 0 0;
}

.yui-skin-fse .yui-calendar .calrowfoot {
	text-align:left;
	padding:0 0 0 2px;
}

/* NORMAL CELLS */
.yui-skin-fse .yui-calendar td.calcell {
	border:1px solid #cccccc;
	background:#fff;
	padding:1px;
	height:1.6em;
	line-height:1.6em; /* set line height equal to cell height to center vertically */
	text-align:center;
	white-space:nowrap;
}

/* LINK INSIDE NORMAL CELLS */
.yui-skin-fse .yui-calendar td.calcell a {
	color:#0066cc;
	display:block;
	height:100%;
	text-decoration:none;
}

/* TODAY'S DATE */
.yui-skin-fse .yui-calendar td.calcell.today {
	background-color:#000;
}

.yui-skin-fse .yui-calendar td.calcell.today a {
	background-color:#fff;
}

/* OOM DATES */
.yui-skin-fse .yui-calendar td.calcell.oom {
	background-color:#cccccc;
	color:#a6a6a6;
	cursor:default;
}

/* SELECTED DATE */
.yui-skin-fse .yui-calendar td.calcell.selected {
	background-color:#fff;
	color:#000;
}

.yui-skin-fse .yui-calendar td.calcell.selected a {
	background-color:#b3d4ff;
	color:#000;
}

/* HOVER DATE */
.yui-skin-fse .yui-calendar td.calcell.calcellhover {
	background-color:#426fd9;
	color:#fff;
	cursor:pointer;
}

.yui-skin-fse .yui-calendar td.calcell.calcellhover a {
	background-color:#426fd9;
	color:#fff;
}

/* DEFAULT OOB DATES */
.yui-skin-fse .yui-calendar td.calcell.previous {
	color:#e0e0e0;
}

/* CUSTOM RENDERERS */
.yui-skin-fse .yui-calendar td.calcell.restricted { text-decoration:line-through; }
.yui-skin-fse .yui-calendar td.calcell.highlight1 { background-color:#ccff99; }
.yui-skin-fse .yui-calendar td.calcell.highlight2 { background-color:#99ccff; }
.yui-skin-fse .yui-calendar td.calcell.highlight3 { background-color:#ffcccc; }
.yui-skin-fse .yui-calendar td.calcell.highlight4 { background-color:#ccff99; }

/* CalendarNavigator */

/* MONTH/YEAR LABEL */
.yui-skin-fse .yui-calendar a.calnav { 
	border: 1px solid #f2f2f2;
	padding:0 4px;
	text-decoration:none;
	color:#000;
	zoom:1;
}

.yui-skin-fse .yui-calendar a.calnav:hover { 
	background: url(sprite.png) repeat-x 0 0;
	border-color:#A0A0A0;
	cursor:pointer;
}

/* NAVIGATOR MASK */
.yui-skin-fse .yui-calcontainer .yui-cal-nav-mask {
	background-color:#000;
	opacity:0.25;
	*filter:alpha(opacity=25); /* IE */
}

/* NAVIGATOR BOUNDING BOX */
.yui-skin-fse .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;
	background-color:#f2f2f2;
}

.yui-skin-fse .yui-calcontainer.withtitle .yui-cal-nav {
	top:4.5em;
}

/* NAVIGATOR BOUNDING BOX */
.yui-skin-fse .yui-calcontainer.multi .yui-cal-nav {
	width:16em;
	margin-left:-8em;
}

/* NAVIGATOR YEAR/MONTH/BUTTON/ERROR BOUNDING BLOCKS */
.yui-skin-fse .yui-calcontainer .yui-cal-nav-y,
.yui-skin-fse .yui-calcontainer .yui-cal-nav-m,
.yui-skin-fse .yui-calcontainer .yui-cal-nav-b {
	padding:5px 10px 5px 10px;
}

.yui-skin-fse .yui-calcontainer .yui-cal-nav-b {
	text-align:center;
}

.yui-skin-fse .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-fse .yui-calcontainer .yui-cal-nav label {
	display:block;
	font-weight:bold;
}

/* NAVIGATOR MONTH CONTROL */
.yui-skin-fse .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-fse .yui-calcontainer .yui-cal-nav-y input.yui-invalid {
	background-color:#FFEE69;
	border: 1px solid #000;
}

/* NAVIGATOR YEAR CONTROL */
.yui-skin-fse .yui-calcontainer .yui-cal-nav-yc {
	width:4em;
}

/* NAVIGATOR BUTTONS */

/* BUTTON WRAPPER */
.yui-skin-fse .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
	border:1px solid #808080;
	background: url(sprite.png) repeat-x 0 0;
	background-color:#ccc;
	margin: auto .15em;
}

/* BUTTON (based on button-skin.css) */
.yui-skin-fse .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-fse .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
	border:1px solid #304369;
	background-color: #426fd9;
	background: url(sprite.png) repeat-x 0 -1400px;
}

.yui-skin-fse .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button {
	color:#fff;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
.yui-skin-fse .yui-navset .yui-nav li {
    margin-right:0.16em; /* space between tabs */
    padding-top:1px; /* gecko: make room for overflow */
    zoom:1;
}

.yui-skin-fse .yui-navset .yui-nav .selected { 
    margin-bottom:-1px; /* for overlap */
}

.yui-skin-fse .yui-navset .yui-nav a {
    background:#dadbdb url(sprite.png) repeat-x; /* sprite position for normal gradient */
    border:solid #a3a3a3;
    border-width:0 1px;
    color:#000;
    text-decoration:none;
}

.yui-skin-fse .yui-navset .yui-nav li a em {
    border-top:solid 1px #a3a3a3;
    border-bottom:0;
    cursor:hand;
    padding:0.2em 0.5em;
    top:-1px; /* for 1px rounded corners */
    position:relative;
}

.yui-skin-fse .yui-navset .yui-nav .selected a,
.yui-skin-fse .yui-navset .yui-nav a:focus,
.yui-skin-fse .yui-navset .yui-nav a:hover {
    background:#214197 url(sprite.png) repeat-x left -1400px;
    color:#fff;
}

.yui-skin-fse .yui-navset .yui-nav .selected a em {
    padding:0.3em 0.5em; /* raise selected tab */
}

.yui-skin-fse .yui-navset .yui-nav .selected a,
.yui-skin-fse .yui-navset .yui-nav a:hover,
.yui-skin-fse .yui-navset .yui-nav a:focus {
    border-color:#243356;
}

.yui-skin-fse .yui-navset .yui-nav a:hover em,
.yui-skin-fse .yui-navset .yui-nav a:focus em,
.yui-skin-fse .yui-navset .yui-nav .selected a em {
    border-color:#233356 #406ed9;
}

.yui-skin-fse .yui-navset .yui-nav {
    border-bottom:1px solid #243356;
    position:relative;
    zoom:1;
}

.yui-skin-fse .yui-navset .yui-content {
    background:#abceff;
    border-top:5px solid #214095;
}

.yui-skin-fse .yui-navset .yui-content div {
    border:1px solid #808080;
    border-top-color:#243356;
    padding:0.25em 0.5em;
}

.yui-skin-fse .yui-navset .yui-content div div { /* kill inheritance */
    border:0; 
    padding:0;
}


