
begincombofile calendar/assets/calendar-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar {
}

.yui3-calendar-content {
}

.yui3-calendar-column-hidden, .yui3-calendar-hidden {
	display:none;
}

.yui3-calendar-day {
	cursor: pointer;
}

.yui3-calendar-selection-disabled {
    cursor: default;
}

.yui3-calendar-prevmonth-day {
    cursor: default;
}

.yui3-calendar-nextmonth-day {
	cursor: default;
}

.yui3-calendar-content:hover .yui3-calendar-day,
.yui3-calendar-content:hover .yui3-calendar-prevmonth-day,
.yui3-calendar-content:hover .yui3-calendar-nextmonth-day {
    -moz-user-select: none;
}
endcombofile

begincombofile calendar/assets/skins/night/calendar.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar-column-hidden,.yui3-calendar-hidden{display:none}.yui3-calendar-day{cursor:pointer}.yui3-calendar-selection-disabled{cursor:default}.yui3-calendar-prevmonth-day{cursor:default}.yui3-calendar-nextmonth-day{cursor:default}.yui3-calendar-content:hover .yui3-calendar-day,.yui3-calendar-content:hover .yui3-calendar-prevmonth-day,.yui3-calendar-content:hover .yui3-calendar-nextmonth-day{-moz-user-select:none}.yui3-skin-night .yui3-calendar-day-highlighted{background-color:#555}.yui3-skin-night .yui3-calendar-day-selected.yui3-calendar-day-highlighted{background-color:#777}#yui3-css-stamp.skin-night-calendar{display:none}

endcombofile

begincombofile calendar/assets/skins/night/calendar-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-night .yui3-calendar-day-highlighted {
    background-color: #555555;
}

.yui3-skin-night .yui3-calendar-day-selected.yui3-calendar-day-highlighted {
    background-color: #777777;
}
endcombofile

begincombofile calendar/assets/skins/sam/calendar.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar-column-hidden,.yui3-calendar-hidden{display:none}.yui3-calendar-day{cursor:pointer}.yui3-calendar-selection-disabled{cursor:default}.yui3-calendar-prevmonth-day{cursor:default}.yui3-calendar-nextmonth-day{cursor:default}.yui3-calendar-content:hover .yui3-calendar-day,.yui3-calendar-content:hover .yui3-calendar-prevmonth-day,.yui3-calendar-content:hover .yui3-calendar-nextmonth-day{-moz-user-select:none}.yui3-skin-sam .yui3-calendar-day-highlighted{background-color:#dcdef5}.yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted{background-color:#758fbb}#yui3-css-stamp.skin-sam-calendar{display:none}

endcombofile

begincombofile calendar/assets/skins/sam/calendar-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-calendar-day-highlighted {
    background-color: #DCDEF5;
}

.yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted {
    background-color: #758FBB;
}
endcombofile

begincombofile calendar-base/assets/calendar-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar {
}

.yui3-calendar-content {
}

.yui3-calendar-pane {
   width: 100%;
}

.yui3-calendar-grid {
   width: 100%;
}

.yui3-calendar-column-hidden, .yui3-calendar-hidden {
  display:none;
}

.yui3-calendar-day {
  
}
endcombofile

begincombofile calendar-base/assets/skins/night/calendar-base.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar-pane{width:100%}.yui3-calendar-grid{width:100%}.yui3-calendar-column-hidden,.yui3-calendar-hidden{display:none}.yui3-skin-night .yui3-calendar-content{padding:10px;color:#cbcbcb;border:1px solid #303030;background:#151515;background:-moz-linear-gradient(top,#222 0,#151515 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#222),color-stop(100%,#151515));background:-webkit-linear-gradient(top,#222 0,#151515 100%);background:-o-linear-gradient(top,#222 0,#151515 100%);background:-ms-linear-gradient(top,#222 0,#151515 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',endColorstr='#151515',GradientType=0);background:linear-gradient(top,#222 0,#151515 100%);-moz-border-radius:5px;border-radius:5px}.yui3-skin-night .yui3-calendar-grid{padding:5px;border-collapse:collapse}.yui3-skin-night .yui3-calendar-header{padding-bottom:10px}.yui3-skin-night .yui3-calendar-header-label{margin:0;font-size:1em;font-weight:bold}.yui3-skin-night .yui3-calendar-day,.yui3-skin-night .yui3-calendar-prevmonth-day,.yui3-skin-night .yui3-calendar-nextmonth-day{padding:5px;border:1px solid #151515;background:#262727;text-align:center}.yui3-skin-night .yui3-calendar-day:hover{background:#383939;color:#fff}.yui3-skin-night .yui3-calendar-selection-disabled,.yui3-skin-night .yui3-calendar-selection-disabled:hover{background:#151515;color:#596060}.yui3-skin-night .yui3-calendar-weekday{color:#4f4f4f;font-weight:bold;text-align:center}.yui3-skin-night .yui3-calendar-prevmonth-day,.yui3-skin-night .yui3-calendar-nextmonth-day{color:#4f4f4f}.yui3-skin-night .yui3-calendar-day{font-weight:bold}.yui3-skin-night .yui3-calendar-day-selected{background-color:#505151;color:#fff}.yui3-skin-night .yui3-calendar-header-label{text-align:center}.yui3-skin-night .yui3-calendar-left-grid{margin-right:1em}.yui3-skin-sam .yui3-calendar-right-grid{margin-left:1em}#yui3-css-stamp.skin-night-calendar-base{display:none}

endcombofile

begincombofile calendar-base/assets/skins/night/calendar-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-night .yui3-calendar-content {
    padding:10px;
    color: #CBCBCB;
    border: 1px solid #303030;
    background: #151515; /* Old browsers */
    background: -moz-linear-gradient(top, #222222 0%, #151515 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#151515)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #222222 0%,#151515 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #222222 0%,#151515 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #222222 0%,#151515 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #222222 0%,#151515 100%); /* W3C */
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.yui3-skin-night .yui3-calendar-grid {
    padding:5px;
    border-collapse: collapse;
}

.yui3-skin-night .yui3-calendar-header {
    padding-bottom:10px;
}

.yui3-skin-night .yui3-calendar-header-label {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

.yui3-skin-night .yui3-calendar-day,
.yui3-skin-night .yui3-calendar-prevmonth-day, 
.yui3-skin-night .yui3-calendar-nextmonth-day {
    padding:5px;
    border: 1px solid #151515;
    background: #262727;
    text-align:center;
}

.yui3-skin-night .yui3-calendar-day:hover {
    background: #383939;
    color: #FFFFFF;
}

.yui3-skin-night .yui3-calendar-selection-disabled,
.yui3-skin-night .yui3-calendar-selection-disabled:hover {
    background: #151515;
    color: #596060;
}

.yui3-skin-night .yui3-calendar-weekday {
    color: #4F4F4F;
	font-weight: bold;
	text-align: center;
}

.yui3-skin-night .yui3-calendar-prevmonth-day, .yui3-skin-night .yui3-calendar-nextmonth-day {
    color: #4F4F4F;
}

.yui3-skin-night .yui3-calendar-day {
    font-weight: bold;
}

.yui3-skin-night .yui3-calendar-day-selected {
    background-color: #505151;
    color: #fff;
}

.yui3-skin-night .yui3-calendar-header-label {
    text-align: center;
}

.yui3-skin-night .yui3-calendar-left-grid {
   margin-right:1em;
}

.yui3-skin-sam .yui3-calendar-right-grid {
   margin-left:1em;
}

endcombofile

begincombofile calendar-base/assets/skins/sam/calendar-base.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar-pane{width:100%}.yui3-calendar-grid{width:100%}.yui3-calendar-column-hidden,.yui3-calendar-hidden{display:none}.yui3-skin-sam .yui3-calendar-content{padding:10px;color:#000;border:1px solid gray;background:#f2f2f2;background:-moz-linear-gradient(top,#f9f9f9 0,#f2f2f2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#f2f2f2));background:-webkit-linear-gradient(top,#f9f9f9 0,#f2f2f2 100%);background:-o-linear-gradient(top,#f9f9f9 0,#f2f2f2 100%);background:-ms-linear-gradient(top,#f9f9f9 0,#f2f2f2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#f2f2f2',GradientType=0);background:linear-gradient(top,#f9f9f9 0,#f2f2f2 100%);-moz-border-radius:5px;border-radius:5px}.yui3-skin-sam .yui3-calendar-grid{padding:5px;border-collapse:collapse}.yui3-skin-sam .yui3-calendar-header{padding-bottom:10px}.yui3-skin-sam .yui3-calendar-header-label{margin:0;font-size:1em;font-weight:bold}.yui3-skin-sam .yui3-calendar-day,.yui3-skin-sam .yui3-calendar-prevmonth-day,.yui3-skin-sam .yui3-calendar-nextmonth-day{padding:5px;border:1px solid #ccc;background:#fff;text-align:center}.yui3-skin-sam .yui3-calendar-day:hover{background:#06c;color:#fff}.yui3-skin-sam .yui3-calendar-selection-disabled,.yui3-skin-sam .yui3-calendar-selection-disabled:hover{color:#a6a6a6;background:#ccc}.yui3-skin-sam .yui3-calendar-weekday{font-weight:bold}.yui3-skin-sam .yui3-calendar-prevmonth-day,.yui3-skin-sam .yui3-calendar-nextmonth-day{color:#a6a6a6}.yui3-skin-sam .yui3-calendar-day{font-weight:bold}.yui3-skin-sam .yui3-calendar-day-selected{background-color:#b3d4ff;color:#000}.yui3-skin-sam .yui3-calendar-header-label{text-align:center}.yui3-skin-sam .yui3-calendar-left-grid{margin-right:1em}.yui3-skin-sam .yui3-calendar-right-grid{margin-left:1em}.yui3-skin-sam .yui3-calendar-day-highlighted{background-color:#dcdef5}.yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted{background-color:#758fbb}#yui3-css-stamp.skin-sam-calendar-base{display:none}

endcombofile

begincombofile calendar-base/assets/skins/sam/calendar-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-calendar-content {
    padding:10px;
    color: #000000;
    border: 1px solid gray;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* W3C */
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.yui3-skin-sam .yui3-calendar-grid {
    padding:5px;
    border-collapse: collapse;
}

.yui3-skin-sam .yui3-calendar-header {
    padding-bottom:10px;
}

.yui3-skin-sam .yui3-calendar-header-label {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

.yui3-skin-sam .yui3-calendar-day,
.yui3-skin-sam .yui3-calendar-prevmonth-day, 
.yui3-skin-sam .yui3-calendar-nextmonth-day {
    padding:5px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    text-align:center;
}


.yui3-skin-sam .yui3-calendar-day:hover {
    background: #0066CC;
    color: #FFFFFF;
}

.yui3-skin-sam .yui3-calendar-selection-disabled,
.yui3-skin-sam .yui3-calendar-selection-disabled:hover {
  color: #A6A6A6;
  background: #CCCCCC;
}

.yui3-skin-sam .yui3-calendar-weekday {
    font-weight: bold;
}

.yui3-skin-sam .yui3-calendar-prevmonth-day, .yui3-skin-sam .yui3-calendar-nextmonth-day {
  color: #A6A6A6;
}

.yui3-skin-sam .yui3-calendar-day {
    font-weight: bold;
}

.yui3-skin-sam .yui3-calendar-day-selected {
    background-color: #B3D4FF;
    color: #000000;
}

.yui3-skin-sam .yui3-calendar-header-label {
    text-align: center;
}

.yui3-skin-sam .yui3-calendar-left-grid {
   margin-right:1em;
}

.yui3-skin-sam .yui3-calendar-right-grid {
   margin-left:1em;
}

.yui3-skin-sam .yui3-calendar-day-highlighted {
    background-color: #DCDEF5;
}

.yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted {
    background-color: #758FBB;
}
endcombofile

begincombofile calendarnavigator/assets/calendarnavigator-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar-header {
	padding-left:15px;
	padding-right:15px;
}

.yui3-calendar-header-label {
	width:100%;
}

.yui3-calendarnav-prevmonth {
	cursor: pointer;
}

.yui3-calendarnav-nextmonth {
	cursor: pointer;
}
endcombofile

begincombofile calendarnavigator/assets/skins/night/calendarnavigator.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar-header{padding-left:15px;padding-right:15px}.yui3-calendar-header-label{width:100%}.yui3-calendarnav-prevmonth{cursor:pointer}.yui3-calendarnav-nextmonth{cursor:pointer}.yui3-skin-night .yui3-calendarnav-prevmonth,.yui3-skin-night .yui3-calendarnav-nextmonth{color:#fff;width:12px;height:14px;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALZJREFUeNpi/P//PwORQBqIu6DsMiB+SpQukAUEMCcQVwPx5/8I8BkqxklIPyHDA4H44X/c4CFUDckWGADxgf/EgwNQPQQtEALiaf/JB9OgZmBYwAzERUD84T/l4APULGaYBR5AfPU/9QHITA8maGJiY6A+YENOpmw0CCI2bJEsCsRzKDB8DtSMgUum6DiKiIwWRUlOhhUVdUD8Dcngb1AxgkUFIwmFnRwQt0PZlUD8iBhNAAEGALbfq7SGiQoPAAAAAElFTkSuQmCC);background-repeat:no-repeat}.yui3-skin-night .yui3-calendarnav-prevmonth:hover,.yui3-skin-night .yui3-calendarnav-nextmonth:hover{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPpJREFUeNpi/P//PwMxQD9jszSQ6oJyyy7O8H1KjD5GQhYADeYEUkVAXAHEPFDhL0DcAcR9QIu+k20B0PBAIDUBiOVwKHkExAVAS9aTZAHQYAOowfYMxIGDUIsu4LUAaLAQkGoB4kwG8sB0IK4BWvQOxQKgwcxAdj4Q1wExPwNl4CMQNwHxRKBFfxn10jd5ADm9QKzFQF1wDYiLmaAcNgbqA7CZTEBv7ADS2iDboN5joEIQgczSBpmNHsmiQKodiJPJNHwuEFcCDX49MMkUi0VRUB/hy2ggFy+jtKgohRYVnFDh79CiopuiogLNIjmobxigrn5EjD6AAAMAok9vhfHG8wQAAAAASUVORK5CYII=);color:#06c}.yui3-skin-night .yui3-calendarnav-month-disabled,.yui3-skin-night .yui3-calendarnav-month-disabled:hover{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNqs0yGLAlEUhuHrKoIgCFbBJghb3F+g0WrVarEqLIhBEEFYWKNNMBktU4z6C5RNkwyCyWQSTPuOfCOCrHNnxwMPyOGe73DAiTmOYywrhy/9/sTBZujN4k0KPbioi6teKuqCmsKGSN/10+q5ehN6QQkrLJB/Mp/Xm5VmAhdkMcEGZWNfZc1MlPGwII42dmiZ/1dLGW1lXhdU8YNvZEz0yijLy6z6FyTN6yvpX7DEOzo4vSD4pCwvc+lfcMEYBUwjhE+VMVbmw7/oiCY+sA4RvNZMUxmB38EWFTSwfxK815uKZkJ/yXMU0cf5rn9Wr6g3f1bC4nwvbIAZRup1Ay671a8AAwC3OzOqxK+rkwAAAABJRU5ErkJggg==);cursor:default;color:#ccc}.yui3-skin-night .yui3-calendarnav-prevmonth,.yui3-skin-night .yui3-calendarnav-prevmonth:hover{background-position:0 0;margin-left:-12px}.yui3-skin-night .yui3-calendarnav-nextmonth,.yui3-skin-night .yui3-calendarnav-nextmonth:hover{background-position:-12px 0;margin-right:-12px}.yui3-skin-night .yui3-calendarnav-prevmonth span,.yui3-skin-night .yui3-calendarnav-nextmonth span{display:none;*display:block}#yui3-css-stamp.skin-night-calendarnavigator{display:none}

endcombofile

begincombofile calendarnavigator/assets/skins/night/calendarnavigator-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-night .yui3-calendarnav-prevmonth, .yui3-skin-night .yui3-calendarnav-nextmonth {
  color: #FFFFFF;
  width: 12px;
  height: 14px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALZJREFUeNpi/P//PwORQBqIu6DsMiB+SpQukAUEMCcQVwPx5/8I8BkqxklIPyHDA4H44X/c4CFUDckWGADxgf/EgwNQPQQtEALiaf/JB9OgZmBYwAzERUD84T/l4APULGaYBR5AfPU/9QHITA8maGJiY6A+YENOpmw0CCI2bJEsCsRzKDB8DtSMgUum6DiKiIwWRUlOhhUVdUD8Dcngb1AxgkUFIwmFnRwQt0PZlUD8iBhNAAEGALbfq7SGiQoPAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}

.yui3-skin-night .yui3-calendarnav-prevmonth:hover, .yui3-skin-night .yui3-calendarnav-nextmonth:hover {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPpJREFUeNpi/P//PwMxQD9jszSQ6oJyyy7O8H1KjD5GQhYADeYEUkVAXAHEPFDhL0DcAcR9QIu+k20B0PBAIDUBiOVwKHkExAVAS9aTZAHQYAOowfYMxIGDUIsu4LUAaLAQkGoB4kwG8sB0IK4BWvQOxQKgwcxAdj4Q1wExPwNl4CMQNwHxRKBFfxn10jd5ADm9QKzFQF1wDYiLmaAcNgbqA7CZTEBv7ADS2iDboN5joEIQgczSBpmNHsmiQKodiJPJNHwuEFcCDX49MMkUi0VRUB/hy2ggFy+jtKgohRYVnFDh79CiopuiogLNIjmobxigrn5EjD6AAAMAok9vhfHG8wQAAAAASUVORK5CYII=);
  color: #0066CC;
}

.yui3-skin-night .yui3-calendarnav-month-disabled, .yui3-skin-night .yui3-calendarnav-month-disabled:hover {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNqs0yGLAlEUhuHrKoIgCFbBJghb3F+g0WrVarEqLIhBEEFYWKNNMBktU4z6C5RNkwyCyWQSTPuOfCOCrHNnxwMPyOGe73DAiTmOYywrhy/9/sTBZujN4k0KPbioi6teKuqCmsKGSN/10+q5ehN6QQkrLJB/Mp/Xm5VmAhdkMcEGZWNfZc1MlPGwII42dmiZ/1dLGW1lXhdU8YNvZEz0yijLy6z6FyTN6yvpX7DEOzo4vSD4pCwvc+lfcMEYBUwjhE+VMVbmw7/oiCY+sA4RvNZMUxmB38EWFTSwfxK815uKZkJ/yXMU0cf5rn9Wr6g3f1bC4nwvbIAZRup1Ay671a8AAwC3OzOqxK+rkwAAAABJRU5ErkJggg==);
  cursor: default;
  color: #CCCCCC;	
}

.yui3-skin-night .yui3-calendarnav-prevmonth, .yui3-skin-night .yui3-calendarnav-prevmonth:hover {
  background-position: 0px 0px;
  margin-left:-12px;
}

.yui3-skin-night .yui3-calendarnav-nextmonth, .yui3-skin-night .yui3-calendarnav-nextmonth:hover {
  background-position: -12px 0px;
  margin-right: -12px;
}

.yui3-skin-night .yui3-calendarnav-prevmonth span, .yui3-skin-night .yui3-calendarnav-nextmonth span {
   display: none;
   *display: block;
}
endcombofile

begincombofile calendarnavigator/assets/skins/sam/calendarnavigator.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar-header{padding-left:15px;padding-right:15px}.yui3-calendar-header-label{width:100%}.yui3-calendarnav-prevmonth{cursor:pointer}.yui3-calendarnav-nextmonth{cursor:pointer}.yui3-skin-sam .yui3-calendarnav-prevmonth,.yui3-skin-sam .yui3-calendarnav-nextmonth{color:#000;width:12px;height:14px;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKNJREFUeNpiYCAeSAPxUiiWZqAi4ATiaiD+DMT/ofgzVIyTUsMDgfghksHo+CFUDcnAAIgP4DEYHR+A6iEIhIB4GgkGo+NpUDMwADMQFwHxBwoMh+EPULOYYYZ7APFVKhiMjkFmejBBLWFjoD5gQ+dQO4iwOloUiOdQYPgcqBkDl0zRQRQRGS2KGkVFHRB/QzL4G1SMk5qpQg6psJMjVhNAgAEAH+qPqeiPEUsAAAAASUVORK5CYII=);background-repeat:no-repeat}.yui3-skin-sam .yui3-calendarnav-prevmonth:hover,.yui3-skin-sam .yui3-calendarnav-nextmonth:hover{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPpJREFUeNpi/P//PwMxQD9jszSQ6oJyyy7O8H1KjD5GQhYADeYEUkVAXAHEPFDhL0DcAcR9QIu+k20B0PBAIDUBiOVwKHkExAVAS9aTZAHQYAOowfYMxIGDUIsu4LUAaLAQkGoB4kwG8sB0IK4BWvQOxQKgwcxAdj4Q1wExPwNl4CMQNwHxRKBFfxn10jd5ADm9QKzFQF1wDYiLmaAcNgbqA7CZTEBv7ADS2iDboN5joEIQgczSBpmNHsmiQKodiJPJNHwuEFcCDX49MMkUi0VRUB/hy2ggFy+jtKgohRYVnFDh79CiopuiogLNIjmobxigrn5EjD6AAAMAok9vhfHG8wQAAAAASUVORK5CYII=);color:#06c}.yui3-skin-sam .yui3-calendarnav-month-disabled,.yui3-skin-sam .yui3-calendarnav-month-disabled:hover{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNqs0yGLAlEUhuHrKoIgCFbBJghb3F+g0WrVarEqLIhBEEFYWKNNMBktU4z6C5RNkwyCyWQSTPuOfCOCrHNnxwMPyOGe73DAiTmOYywrhy/9/sTBZujN4k0KPbioi6teKuqCmsKGSN/10+q5ehN6QQkrLJB/Mp/Xm5VmAhdkMcEGZWNfZc1MlPGwII42dmiZ/1dLGW1lXhdU8YNvZEz0yijLy6z6FyTN6yvpX7DEOzo4vSD4pCwvc+lfcMEYBUwjhE+VMVbmw7/oiCY+sA4RvNZMUxmB38EWFTSwfxK815uKZkJ/yXMU0cf5rn9Wr6g3f1bC4nwvbIAZRup1Ay671a8AAwC3OzOqxK+rkwAAAABJRU5ErkJggg==);cursor:default;color:#ccc}.yui3-skin-sam .yui3-calendarnav-prevmonth,.yui3-skin-sam .yui3-calendarnav-prevmonth:hover{background-position:0 0;margin-left:-12px}.yui3-skin-sam .yui3-calendarnav-nextmonth,.yui3-skin-sam .yui3-calendarnav-nextmonth:hover{background-position:-12px 0;margin-right:-12px}.yui3-skin-sam .yui3-calendarnav-prevmonth span,.yui3-skin-sam .yui3-calendarnav-nextmonth span{display:none;*display:block}#yui3-css-stamp.skin-sam-calendarnavigator{display:none}

endcombofile

begincombofile calendarnavigator/assets/skins/sam/calendarnavigator-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth {
  color: #000000;
  width: 12px;
  height: 14px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKNJREFUeNpiYCAeSAPxUiiWZqAi4ATiaiD+DMT/ofgzVIyTUsMDgfghksHo+CFUDcnAAIgP4DEYHR+A6iEIhIB4GgkGo+NpUDMwADMQFwHxBwoMh+EPULOYYYZ7APFVKhiMjkFmejBBLWFjoD5gQ+dQO4iwOloUiOdQYPgcqBkDl0zRQRQRGS2KGkVFHRB/QzL4G1SMk5qpQg6psJMjVhNAgAEAH+qPqeiPEUsAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
}

.yui3-skin-sam .yui3-calendarnav-prevmonth:hover, .yui3-skin-sam .yui3-calendarnav-nextmonth:hover {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPpJREFUeNpi/P//PwMxQD9jszSQ6oJyyy7O8H1KjD5GQhYADeYEUkVAXAHEPFDhL0DcAcR9QIu+k20B0PBAIDUBiOVwKHkExAVAS9aTZAHQYAOowfYMxIGDUIsu4LUAaLAQkGoB4kwG8sB0IK4BWvQOxQKgwcxAdj4Q1wExPwNl4CMQNwHxRKBFfxn10jd5ADm9QKzFQF1wDYiLmaAcNgbqA7CZTEBv7ADS2iDboN5joEIQgczSBpmNHsmiQKodiJPJNHwuEFcCDX49MMkUi0VRUB/hy2ggFy+jtKgohRYVnFDh79CiopuiogLNIjmobxigrn5EjD6AAAMAok9vhfHG8wQAAAAASUVORK5CYII=);
  color: #0066CC;
}

.yui3-skin-sam .yui3-calendarnav-month-disabled, .yui3-skin-sam .yui3-calendarnav-month-disabled:hover {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNqs0yGLAlEUhuHrKoIgCFbBJghb3F+g0WrVarEqLIhBEEFYWKNNMBktU4z6C5RNkwyCyWQSTPuOfCOCrHNnxwMPyOGe73DAiTmOYywrhy/9/sTBZujN4k0KPbioi6teKuqCmsKGSN/10+q5ehN6QQkrLJB/Mp/Xm5VmAhdkMcEGZWNfZc1MlPGwII42dmiZ/1dLGW1lXhdU8YNvZEz0yijLy6z6FyTN6yvpX7DEOzo4vSD4pCwvc+lfcMEYBUwjhE+VMVbmw7/oiCY+sA4RvNZMUxmB38EWFTSwfxK815uKZkJ/yXMU0cf5rn9Wr6g3f1bC4nwvbIAZRup1Ay671a8AAwC3OzOqxK+rkwAAAABJRU5ErkJggg==);
  cursor: default;
  color: #CCCCCC; 
}

.yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam .yui3-calendarnav-prevmonth:hover {
  background-position: 0px 0px;
  margin-left:-12px;
}

.yui3-skin-sam .yui3-calendarnav-nextmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth:hover {
  background-position: -12px 0px;
  margin-right: -12px;
}

.yui3-skin-sam .yui3-calendarnav-prevmonth span, .yui3-skin-sam .yui3-calendarnav-nextmonth span {
   display: none;
   *display: block;
}
endcombofile

begincombofile cssbutton/cssbutton.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-button {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    font-size: 100%; 
    *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.4em 1em 0.45em;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    /* Presentation */
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    *color: #444; /* IE 6 & 7 */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255, 0.30)), color-stop(40%, rgba(255,255,255, 0.15)), to(transparent));
    background-image: -webkit-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -o-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);

    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
}

a.yui3-button {
    color: rgba(0,0,0, 0.80);
    color: #444;
    text-decoration:none;
}

.yui3-button-hover,
.yui3-button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.15)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
}

.yui3-button-active,
.yui3-button:active {
    border: inset 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#26000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0, 0.10)), to(rgba(0,0,0, 0.15)));
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
    background-image: -ms-linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
    background-image: -o-linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
    background-image: linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
}

.yui3-button[disabled],
.yui3-button-disabled,
.yui3-button-disabled:hover,
.yui3-button-disabled:active {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=55);
    -khtml-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset;
}

/* Firefox: Get rid of the inner focus border */
.yui3-button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

/* Firefox: Add a border around a focused button */
.yui3-button:-moz-focusring {
    outline: thin dotted;
}

/* Sam */
.yui3-skin-sam .yui3-button-primary,
.yui3-skin-sam .yui3-button-selected {
    background-color: #345FCB;
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}
.yui3-skin-sam .yui3-button:-moz-focusring {
    outline-color: rgba(0, 0, 0, 0.85);
}

/* Night */
.yui3-skin-night .yui3-button {
    border: 0px;
    background-color: #343536;
    color: #DCDCDC;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}
.yui3-skin-night .yui3-button-primary,
.yui3-skin-night .yui3-button-selected {
    background-color: #747576;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.yui3-skin-night .yui3-button:-moz-focusring {
    outline-color: rgba(255, 255, 255, 0.85);
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssbutton { display: none; }

endcombofile

begincombofile cssbutton/cssbutton-min.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-button{display:inline-block;*display:inline;zoom:1;font-size:100%;*font-size:90%;*overflow:visible;padding:.4em 1em .45em;line-height:normal;white-space:nowrap;vertical-align:baseline;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#444;color:rgba(0,0,0,0.80);*color:#444;border:1px solid #999;border:none rgba(0,0,0,0);background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.30)),color-stop(40%,rgba(255,255,255,0.15)),to(transparent));background-image:-webkit-linear-gradient(rgba(255,255,255,0.30),rgba(255,255,255,0.15) 40%,transparent);background-image:-moz-linear-gradient(top,rgba(255,255,255,0.30),rgba(255,255,255,0.15) 40%,transparent);background-image:-ms-linear-gradient(rgba(255,255,255,0.30),rgba(255,255,255,0.15) 40%,transparent);background-image:-o-linear-gradient(rgba(255,255,255,0.30),rgba(255,255,255,0.15) 40%,transparent);background-image:linear-gradient(rgba(255,255,255,0.30),rgba(255,255,255,0.15) 40%,transparent);text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.30) inset,0 1px 2px rgba(0,0,0,0.15);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.30) inset,0 1px 2px rgba(0,0,0,0.15);box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.30) inset,0 1px 2px rgba(0,0,0,0.15);-webkit-transition:.1s linear -webkit-box-shadow;-moz-transition:.1s linear -moz-box-shadow;-ms-transition:.1s linear box-shadow;-o-transition:.1s linear box-shadow;transition:.1s linear box-shadow}a.yui3-button{color:rgba(0,0,0,0.80);color:#444;text-decoration:none}.yui3-button-hover,.yui3-button:hover{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#26000000',GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,0.05)),to(rgba(0,0,0,0.15)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.15));background-image:-moz-linear-gradient(top,transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.15));background-image:-ms-linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.15));background-image:-o-linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.15));background-image:linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.15))}.yui3-button-active,.yui3-button:active{border:inset 1px solid #999;border:none rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000',endColorstr='#26000000',GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.10)),to(rgba(0,0,0,0.15)));background-image:-webkit-linear-gradient(rgba(0,0,0,0.10),rgba(0,0,0,0.15));background-image:-moz-linear-gradient(top,rgba(0,0,0,0.10),rgba(0,0,0,0.15));background-image:-ms-linear-gradient(rgba(0,0,0,0.10),rgba(0,0,0,0.15));background-image:-o-linear-gradient(rgba(0,0,0,0.10),rgba(0,0,0,0.15));background-image:linear-gradient(rgba(0,0,0,0.10),rgba(0,0,0,0.15));-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 4px rgba(0,0,0,0.30) inset;-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 4px rgba(0,0,0,0.30) inset;box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 4px rgba(0,0,0,0.30) inset}.yui3-button[disabled],.yui3-button-disabled,.yui3-button-disabled:hover,.yui3-button-disabled:active{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=55);-khtml-opacity:.55;-moz-opacity:.55;opacity:.55;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset;-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset;box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset}.yui3-button::-moz-focus-inner{padding:0;border:0}.yui3-button:-moz-focusring{outline:thin dotted}.yui3-skin-sam .yui3-button-primary,.yui3-skin-sam .yui3-button-selected{background-color:#345fcb;color:#fff;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.17) inset,0 1px 2px rgba(0,0,0,0.15);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.17) inset,0 1px 2px rgba(0,0,0,0.15);box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.17) inset,0 1px 2px rgba(0,0,0,0.15)}.yui3-skin-sam .yui3-button:-moz-focusring{outline-color:rgba(0,0,0,0.85)}.yui3-skin-night .yui3-button{border:0;background-color:#343536;color:#dcdcdc;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.15) inset,0 1px 2px rgba(0,0,0,0.15);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.15) inset,0 1px 2px rgba(0,0,0,0.15);box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 2px 0 rgba(255,255,255,0.15) inset,0 1px 2px rgba(0,0,0,0.15)}.yui3-skin-night .yui3-button-primary,.yui3-skin-night .yui3-button-selected{background-color:#747576;text-shadow:0 1px 2px rgba(0,0,0,0.7)}.yui3-skin-night .yui3-button:-moz-focusring{outline-color:rgba(255,255,255,0.85)}#yui3-css-stamp.cssbutton{display:none}

endcombofile

begincombofile cssgrids/cssgrids.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-g {
    letter-spacing: -0.31em; /* webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */
}

.yui3-u {
    display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
.yui3-u-1,
.yui3-u-1-2,
.yui3-u-1-3,
.yui3-u-2-3,
.yui3-u-1-4,
.yui3-u-3-4,
.yui3-u-1-5,
.yui3-u-2-5,
.yui3-u-3-5,
.yui3-u-4-5,
.yui3-u-1-6,
.yui3-u-5-6,
.yui3-u-1-8,
.yui3-u-3-8,
.yui3-u-5-8,
.yui3-u-7-8,
.yui3-u-1-12,
.yui3-u-5-12,
.yui3-u-7-12,
.yui3-u-11-12,
.yui3-u-1-24,
.yui3-u-5-24,
.yui3-u-7-24,
.yui3-u-11-24,
.yui3-u-13-24,
.yui3-u-17-24,
.yui3-u-19-24,
.yui3-u-23-24 {
    display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.yui3-u-1 {
    display: block;
}

.yui3-u-1-2 {
    width: 50%;
}

.yui3-u-1-3 {
    width: 33.33333%;
}

.yui3-u-2-3 {
    width: 66.66666%;
}

.yui3-u-1-4 {
    width: 25%;
}

.yui3-u-3-4 {
    width: 75%;
}

.yui3-u-1-5 {
    width: 20%;
}

.yui3-u-2-5 {
    width: 40%;
}

.yui3-u-3-5 {
    width: 60%;
}

.yui3-u-4-5 {
    width: 80%;
}

.yui3-u-1-6 {
    width: 16.656%;
}

.yui3-u-5-6 {
    width: 83.33%;
}

.yui3-u-1-8 {
    width: 12.5%;
}

.yui3-u-3-8 {
    width: 37.5%;
}

.yui3-u-5-8 {
    width: 62.5%;
}

.yui3-u-7-8 {
    width: 87.5%;
}

.yui3-u-1-12 {
    width: 8.3333%;
}

.yui3-u-5-12 {
    width: 41.6666%;
}

.yui3-u-7-12 {
    width: 58.3333%;
}

.yui3-u-11-12 {
    width: 91.6666%;
}

.yui3-u-1-24 {
    width: 4.1666%;
}

.yui3-u-5-24 {
    width: 20.8333%;
}

.yui3-u-7-24 {
    width: 29.1666%;
}

.yui3-u-11-24 {
    width: 45.8333%;
}

.yui3-u-13-24 {
    width: 54.1666%;
}

.yui3-u-17-24 {
    width: 70.8333%;
}

.yui3-u-19-24 {
    width: 79.1666%;
}

.yui3-u-23-24 {
    width: 95.8333%;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssgrids { display: none; }

endcombofile

begincombofile cssgrids/cssgrids-min.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-g{letter-spacing:-0.31em;*letter-spacing:normal;word-spacing:-0.43em}.yui3-u{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top}.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.yui3-u-7-8,.yui3-u-1-12,.yui3-u-5-12,.yui3-u-7-12,.yui3-u-11-12,.yui3-u-1-24,.yui3-u-5-24,.yui3-u-7-24,.yui3-u-11-24,.yui3-u-13-24,.yui3-u-17-24,.yui3-u-19-24,.yui3-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top}.yui3-u-1{display:block}.yui3-u-1-2{width:50%}.yui3-u-1-3{width:33.33333%}.yui3-u-2-3{width:66.66666%}.yui3-u-1-4{width:25%}.yui3-u-3-4{width:75%}.yui3-u-1-5{width:20%}.yui3-u-2-5{width:40%}.yui3-u-3-5{width:60%}.yui3-u-4-5{width:80%}.yui3-u-1-6{width:16.656%}.yui3-u-5-6{width:83.33%}.yui3-u-1-8{width:12.5%}.yui3-u-3-8{width:37.5%}.yui3-u-5-8{width:62.5%}.yui3-u-7-8{width:87.5%}.yui3-u-1-12{width:8.3333%}.yui3-u-5-12{width:41.6666%}.yui3-u-7-12{width:58.3333%}.yui3-u-11-12{width:91.6666%}.yui3-u-1-24{width:4.1666%}.yui3-u-5-24{width:20.8333%}.yui3-u-7-24{width:29.1666%}.yui3-u-11-24{width:45.8333%}.yui3-u-13-24{width:54.1666%}.yui3-u-17-24{width:70.8333%}.yui3-u-19-24{width:79.1666%}.yui3-u-23-24{width:95.8333%}#yui3-css-stamp.cssgrids{display:none}

endcombofile

begincombofile cssgrids/grids.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-g {
    letter-spacing: -0.31em; /* webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */
}

.yui3-u {
    display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
.yui3-u-1,
.yui3-u-1-2,
.yui3-u-1-3,
.yui3-u-2-3,
.yui3-u-1-4,
.yui3-u-3-4,
.yui3-u-1-5,
.yui3-u-2-5,
.yui3-u-3-5,
.yui3-u-4-5,
.yui3-u-1-6,
.yui3-u-5-6,
.yui3-u-1-8,
.yui3-u-3-8,
.yui3-u-5-8,
.yui3-u-7-8,
.yui3-u-1-12,
.yui3-u-5-12,
.yui3-u-7-12,
.yui3-u-11-12,
.yui3-u-1-24,
.yui3-u-5-24,
.yui3-u-7-24,
.yui3-u-11-24,
.yui3-u-13-24,
.yui3-u-17-24,
.yui3-u-19-24,
.yui3-u-23-24 {
    display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.yui3-u-1 {
    display: block;
}

.yui3-u-1-2 {
    width: 50%;
}

.yui3-u-1-3 {
    width: 33.33333%;
}

.yui3-u-2-3 {
    width: 66.66666%;
}

.yui3-u-1-4 {
    width: 25%;
}

.yui3-u-3-4 {
    width: 75%;
}

.yui3-u-1-5 {
    width: 20%;
}

.yui3-u-2-5 {
    width: 40%;
}

.yui3-u-3-5 {
    width: 60%;
}

.yui3-u-4-5 {
    width: 80%;
}

.yui3-u-1-6 {
    width: 16.656%;
}

.yui3-u-5-6 {
    width: 83.33%;
}

.yui3-u-1-8 {
    width: 12.5%;
}

.yui3-u-3-8 {
    width: 37.5%;
}

.yui3-u-5-8 {
    width: 62.5%;
}

.yui3-u-7-8 {
    width: 87.5%;
}

.yui3-u-1-12 {
    width: 8.3333%;
}

.yui3-u-5-12 {
    width: 41.6666%;
}

.yui3-u-7-12 {
    width: 58.3333%;
}

.yui3-u-11-12 {
    width: 91.6666%;
}

.yui3-u-1-24 {
    width: 4.1666%;
}

.yui3-u-5-24 {
    width: 20.8333%;
}

.yui3-u-7-24 {
    width: 29.1666%;
}

.yui3-u-11-24 {
    width: 45.8333%;
}

.yui3-u-13-24 {
    width: 54.1666%;
}

.yui3-u-17-24 {
    width: 70.8333%;
}

.yui3-u-19-24 {
    width: 79.1666%;
}

.yui3-u-23-24 {
    width: 95.8333%;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssgrids { display: none; }

endcombofile

begincombofile cssgrids/grids-min.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-g{letter-spacing:-0.31em;*letter-spacing:normal;word-spacing:-0.43em}.yui3-u{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top}.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.yui3-u-7-8,.yui3-u-1-12,.yui3-u-5-12,.yui3-u-7-12,.yui3-u-11-12,.yui3-u-1-24,.yui3-u-5-24,.yui3-u-7-24,.yui3-u-11-24,.yui3-u-13-24,.yui3-u-17-24,.yui3-u-19-24,.yui3-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top}.yui3-u-1{display:block}.yui3-u-1-2{width:50%}.yui3-u-1-3{width:33.33333%}.yui3-u-2-3{width:66.66666%}.yui3-u-1-4{width:25%}.yui3-u-3-4{width:75%}.yui3-u-1-5{width:20%}.yui3-u-2-5{width:40%}.yui3-u-3-5{width:60%}.yui3-u-4-5{width:80%}.yui3-u-1-6{width:16.656%}.yui3-u-5-6{width:83.33%}.yui3-u-1-8{width:12.5%}.yui3-u-3-8{width:37.5%}.yui3-u-5-8{width:62.5%}.yui3-u-7-8{width:87.5%}.yui3-u-1-12{width:8.3333%}.yui3-u-5-12{width:41.6666%}.yui3-u-7-12{width:58.3333%}.yui3-u-11-12{width:91.6666%}.yui3-u-1-24{width:4.1666%}.yui3-u-5-24{width:20.8333%}.yui3-u-7-24{width:29.1666%}.yui3-u-11-24{width:45.8333%}.yui3-u-13-24{width:54.1666%}.yui3-u-17-24{width:70.8333%}.yui3-u-19-24{width:79.1666%}.yui3-u-23-24{width:95.8333%}#yui3-css-stamp.cssgrids{display:none}
endcombofile

begincombofile datatable-base/assets/datatable-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* foundational CSS */
.yui3-datatable-table {
    empty-cells: show;
}

endcombofile

begincombofile datatable-base/assets/skins/night/datatable-base.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-datatable-table{empty-cells:show}.yui3-skin-night .yui3-datatable{color:#8e8e8e;font-family:HelveticaNeue,arial,helvetica,clean,sans-serif}.yui3-skin-night .yui3-datatable-table{border:1px solid #323434;border-collapse:separate;border-spacing:0;color:#8e8e8e;margin:0;padding:0}.yui3-skin-night .yui3-datatable-caption{color:#474747;font:italic 85%/1 HelveticaNeue,arial,helvetica,clean,sans-serif;padding:1em 0;text-align:center}.yui3-skin-night .yui3-datatable-cell,.yui3-skin-night .yui3-datatable-header{border-left:1px solid #303030;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:4px 10px 4px 10px}.yui3-skin-night .yui3-datatable-cell:first-child,.yui3-skin-night .yui3-datatable-first-header{border-left-width:0}.yui3-skin-night .yui3-datatable-header{background-color:#3b3c3d;background:-moz-linear-gradient(0% 100% 90deg,#242526 0,#3b3c3d 96%,#2c2d2f 100%);background:-webkit-gradient(linear,left bottom,left top,from(#242526),color-stop(0.96,#3b3c3d),to(#2c2d2f));color:#eee;font-weight:normal;text-align:left;vertical-align:bottom;white-space:nowrap}.yui3-skin-night .yui3-datatable-cell{background-color:transparent}.yui3-skin-night .yui3-datatable-even .yui3-datatable-cell{background-color:#0e0e0e}.yui3-skin-night .yui3-datatable-odd .yui3-datatable-cell{background-color:#1d1e1e}#yui3-css-stamp.skin-night-datatable-base{display:none}

endcombofile

begincombofile datatable-base/assets/skins/night/datatable-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* basic skin styles */
.yui3-skin-night .yui3-datatable {
	color:#8E8E8E;
	font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
}
.yui3-skin-night .yui3-datatable-table {
    border: 1px solid #323434;
    border-collapse: separate;
    border-spacing: 0;
	color: #8E8E8E;
    margin: 0;
    padding: 0;
}

.yui3-skin-night .yui3-datatable-caption {
    color: #474747;
    font: italic 85%/1 HelveticaNeue,arial,helvetica,clean,sans-serif;
    padding: 1em 0;
    text-align: center;
}

.yui3-skin-night .yui3-datatable-cell,
.yui3-skin-night .yui3-datatable-header {
    border-left: 1px solid #303030;/*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
	overflow: visible; /*to make ths where the title is really long work*/
    padding: 4px 10px 4px 10px; /* cell padding */
}
.yui3-skin-night .yui3-datatable-cell:first-child,
.yui3-skin-night .yui3-datatable-first-header {
    border-left-width: 0;
}

.yui3-skin-night .yui3-datatable-header {
    /* header gradient */
    background-color:#3b3c3d;

	background: -moz-linear-gradient(
		0% 100% 90deg, 
		#242526 0%, 
		#3b3c3d 96%,
		#2C2D2F 100%
	);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#242526),
        color-stop(0.96, #3b3c3d),
        to(#2C2D2F)     
    );
    color: #eee;
    font-weight: normal;
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
}

/*
striping:
   even - #0e0e0e (darkest)
   odd  - #1d1e1e (lighter)
*/
.yui3-skin-night .yui3-datatable-cell {
    background-color: transparent;
}
.yui3-skin-night .yui3-datatable-even .yui3-datatable-cell {
    background-color: #0e0e0e;
}
.yui3-skin-night .yui3-datatable-odd .yui3-datatable-cell  {
    background-color: #1d1e1e;
}

endcombofile

begincombofile datatable-base/assets/skins/sam/datatable-base.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-datatable-table{empty-cells:show}
.yui3-skin-sam .yui3-datatable-table{margin:0;padding:0;font-family:arial,sans-serif;border-collapse:separate;border-spacing:0;/*border:1px solid #cbcbcb*/}
.yui3-skin-sam .yui3-datatable-caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}
.yui3-skin-sam .yui3-datatable-cell,.yui3-skin-sam .yui3-datatable-header{/*border-left:1px solid #cbcbcb;*/border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;/*padding:4px 10px 4px 10px*/}
.yui3-skin-sam .yui3-datatable-cell:first-child,.yui3-skin-sam .yui3-datatable-first-header{border-left-width:0}
.yui3-skin-sam .yui3-datatable-header{background:#fff url(images/sprite.png) repeat-x 0 0;background-image:-webkit-linear-gradient(transparent 40%,rgba(0,0,0,0.21));background-image:-moz-linear-gradient(top,transparent 40%,rgba(0,0,0,0.21));background-image:-ms-linear-gradient(transparent 40%,rgba(0,0,0,0.21));background-image:-o-linear-gradient(transparent 40%,rgba(0,0,0,0.21));background-image:linear-gradient(transparent 40%,rgba(0,0,0,0.21));color:#000;font-weight:normal;/*text-align:left;text-shadow:0 1px 1px #fff;*/vertical-align:bottom;white-space:nowrap}
.yui3-skin-sam .yui3-datatable-cell{background-color:transparent}
.yui3-skin-sam .yui3-datatable-even .yui3-datatable-cell{background-color:#fff}
.yui3-skin-sam .yui3-datatable-odd .yui3-datatable-cell{background-color:#edf5ff}
#yui3-css-stamp.skin-sam-datatable-base{display:none}

endcombofile

begincombofile datatable-base/assets/skins/sam/datatable-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* basic skin styles */
.yui3-skin-sam .yui3-datatable-table {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    /* IE7- don't support border-spacing, but separate is needed for more
     * reliable dimension calculation for scrollable's header width sync,
     * and it doesn't hurt to have the declaration here.
     */
    /**border-collapse: collapse;*/
    border: 1px solid #cbcbcb;
}

.yui3-skin-sam .yui3-datatable-caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.yui3-skin-sam .yui3-datatable-cell,
.yui3-skin-sam .yui3-datatable-header {
    border-left: 1px solid #cbcbcb;/*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
	overflow: visible; /*to make ths where the title is really long work*/
    padding: 4px 10px 4px 10px; /* cell padding */
}
.yui3-skin-sam .yui3-datatable-cell:first-child,
.yui3-skin-sam .yui3-datatable-first-header {
    border-left-width: 0px;
}

.yui3-skin-sam .yui3-datatable-header {
    /* header gradient */
    background: #fff url(images/sprite.png) repeat-x 0 0;

    background-image:-webkit-linear-gradient(transparent 40%, rgba(0,0,0,0.21));
    background-image:-moz-linear-gradient(top,transparent 40%,rgba(0,0,0,0.21));
    background-image:    -ms-linear-gradient(transparent 40%, rgba(0,0,0,0.21));
    background-image:     -o-linear-gradient(transparent 40%, rgba(0,0,0,0.21));
    background-image:        linear-gradient(transparent 40%, rgba(0,0,0,0.21));
    /* Not using an IE gradient because it doesn't support color stops */

    color: #000;
    font-weight: normal;
    text-align: left;
    text-shadow: 0 1px 1px #fff;
    vertical-align: bottom;
    white-space: nowrap;
}

/*
striping:
   even - #fff (white)
   odd  - #edf5ff (light blue)
*/
.yui3-skin-sam .yui3-datatable-cell {
    background-color: transparent;
}
.yui3-skin-sam .yui3-datatable-even .yui3-datatable-cell {
    background-color: #fff;
}
.yui3-skin-sam .yui3-datatable-odd  .yui3-datatable-cell  {
    background-color: #edf5ff;
}

endcombofile

begincombofile datatable-scroll/assets/datatable-scroll-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* foundational CSS */
.yui3-datatable-scrollable-x {
    _overflow-x: hidden;
    _position: relative;
}

.yui3-datatable-scrollable-y,
.yui3-datatable-scrollable-y .yui3-datatable-x-scroller {
    _overflow-y: hidden;
    _position: relative;
}

.yui3-datatable-y-scroller-container {
    overflow-x: hidden;
    position: relative;
}

.yui3-datatable-scrollable-y .yui3-datatable-content {
    /* To allow absolute positioning of virtual scrollbar */
    position: relative;
}

.yui3-datatable-scrollable-y .yui3-datatable-table .yui3-datatable-columns {
    /* Prevent masked headers from showing during momentum scrolling */
    visibility: hidden;
}

.yui3-datatable-scroll-columns {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.yui3-datatable-y-scroller,
.yui3-datatable-scrollable-x .yui3-datatable-caption-table {
    width: 100%;
}

.yui3-datatable-x-scroller {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}

.yui3-datatable-scrollable-y .yui3-datatable-y-scroller {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.yui3-datatable-scrollbar {
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2;
}

.yui3-datatable-scrollbar div {
    position: absolute;
    width: 1px;
    visibility: hidden;
}

/* Removed because it prevented cmd + zoom resizing in Chrome (at least) */
/*
.yui3-datatable-header {
    -webkit-text-size-adjust: none;
}
*/

endcombofile

begincombofile datatable-scroll/assets/skins/night/datatable-scroll.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-datatable-scrollable-x{_overflow-x:hidden;_position:relative}.yui3-datatable-scrollable-y,.yui3-datatable-scrollable-y .yui3-datatable-x-scroller{_overflow-y:hidden;_position:relative}.yui3-datatable-y-scroller-container{overflow-x:hidden;position:relative}.yui3-datatable-scrollable-y .yui3-datatable-content{position:relative}.yui3-datatable-scrollable-y .yui3-datatable-table .yui3-datatable-columns{visibility:hidden}.yui3-datatable-scroll-columns{position:absolute;width:100%;z-index:2}.yui3-datatable-y-scroller,.yui3-datatable-scrollable-x .yui3-datatable-caption-table{width:100%}.yui3-datatable-x-scroller{position:relative;overflow-x:scroll;overflow-y:hidden}.yui3-datatable-scrollable-y .yui3-datatable-y-scroller{position:relative;overflow-x:hidden;overflow-y:scroll;z-index:1;-webkit-overflow-scrolling:touch}.yui3-datatable-scrollbar{position:absolute;overflow-x:hidden;overflow-y:scroll;z-index:2}.yui3-datatable-scrollbar div{position:absolute;width:1px;visibility:hidden}.yui3-skin-sam .yui3-datatable-scroll-columns{border-collapse:separate;border-spacing:0;font-family:HelveticaNeue,arial,helvetica,clean,sans-serif;margin:0;padding:0;top:0;left:0}.yui3-skin-sam .yui3-datatable-scroll-columns .yui3-datatable-header{padding:0}.yui3-skin-sam .yui3-datatable-x-scroller,.yui3-skin-sam .yui3-datatable-y-scroller-container{border:1px solid #303030;border-left-color:#323434}.yui3-skin-sam .yui3-datatable-scrollable-x .yui3-datatable-y-scroller-container,.yui3-skin-sam .yui3-datatable-x-scroller .yui3-datatable-table,.yui3-skin-sam .yui3-datatable-y-scroller .yui3-datatable-table{border:0 none}#yui3-css-stamp.skin-night-datatable-scroll{display:none}

endcombofile

begincombofile datatable-scroll/assets/skins/night/datatable-scroll-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-datatable-scroll-columns {
    border-collapse: separate;
    border-spacing: 0;
	font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

.yui3-skin-sam .yui3-datatable-scroll-columns .yui3-datatable-header {
    padding: 0;
}

.yui3-skin-sam .yui3-datatable-x-scroller,
.yui3-skin-sam .yui3-datatable-y-scroller-container {
    border: 1px solid #303030;
    border-left-color: #323434;
}

.yui3-skin-sam .yui3-datatable-scrollable-x .yui3-datatable-y-scroller-container,
.yui3-skin-sam .yui3-datatable-x-scroller .yui3-datatable-table,
.yui3-skin-sam .yui3-datatable-y-scroller .yui3-datatable-table {
    border: 0 none;
}

endcombofile

begincombofile datatable-scroll/assets/skins/sam/datatable-scroll.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-datatable-scrollable-x{_overflow-x:hidden;_position:relative}.yui3-datatable-scrollable-y,.yui3-datatable-scrollable-y .yui3-datatable-x-scroller{_overflow-y:hidden;_position:relative}.yui3-datatable-y-scroller-container{overflow-x:hidden;position:relative}.yui3-datatable-scrollable-y .yui3-datatable-content{position:relative}.yui3-datatable-scrollable-y .yui3-datatable-table .yui3-datatable-columns{visibility:hidden}.yui3-datatable-scroll-columns{position:absolute;width:100%;z-index:2}.yui3-datatable-y-scroller,.yui3-datatable-scrollable-x .yui3-datatable-caption-table{width:100%}.yui3-datatable-x-scroller{position:relative;overflow-x:scroll;overflow-y:hidden}.yui3-datatable-scrollable-y .yui3-datatable-y-scroller{position:relative;overflow-x:hidden;overflow-y:scroll;z-index:1;-webkit-overflow-scrolling:touch}.yui3-datatable-scrollbar{position:absolute;overflow-x:hidden;overflow-y:scroll;z-index:2}.yui3-datatable-scrollbar div{position:absolute;width:1px;visibility:hidden}.yui3-skin-sam .yui3-datatable-scroll-columns{border-collapse:separate;border-spacing:0;font-family:arial,sans-serif;margin:0;padding:0;top:0;left:0}.yui3-skin-sam .yui3-datatable-scroll-columns .yui3-datatable-header{padding:0}.yui3-skin-sam .yui3-datatable-x-scroller,.yui3-skin-sam .yui3-datatable-y-scroller-container{border:1px solid #cbcbcb}.yui3-skin-sam .yui3-datatable-scrollable-x .yui3-datatable-y-scroller-container,.yui3-skin-sam .yui3-datatable-x-scroller .yui3-datatable-table,.yui3-skin-sam .yui3-datatable-y-scroller .yui3-datatable-table{border:0 none}#yui3-css-stamp.skin-sam-datatable-scroll{display:none}

endcombofile

begincombofile datatable-scroll/assets/skins/sam/datatable-scroll-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-datatable-scroll-columns {
    border-collapse: separate;
    border-spacing: 0;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

.yui3-skin-sam .yui3-datatable-scroll-columns .yui3-datatable-header {
    padding: 0;
}

.yui3-skin-sam .yui3-datatable-x-scroller,
.yui3-skin-sam .yui3-datatable-y-scroller-container {
    border: 1px solid #cbcbcb;
}

.yui3-skin-sam .yui3-datatable-scrollable-x .yui3-datatable-y-scroller-container,
.yui3-skin-sam .yui3-datatable-x-scroller .yui3-datatable-table,
.yui3-skin-sam .yui3-datatable-y-scroller .yui3-datatable-table {
    border: 0 none;
}

endcombofile

begincombofile panel/assets/panel-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-panel {
    position: absolute;
}
.yui3-panel-hidden {
    visibility: hidden;
}
.yui3-widget-tmp-forcesize .yui3-panel-content {
    overflow: hidden !important;
}
.yui3-panel .yui3-widget-hd {
    position: relative;
}
.yui3-panel .yui3-widget-hd .yui3-widget-buttons {
    position: absolute;
    top: 0;
    right: 0;
}
.yui3-panel .yui3-widget-ft .yui3-widget-buttons {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

endcombofile

begincombofile panel/assets/skins/night/panel.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-panel{position:absolute}.yui3-panel-hidden{visibility:hidden}.yui3-widget-tmp-forcesize .yui3-panel-content{overflow:hidden!important}.yui3-panel .yui3-widget-hd{position:relative}.yui3-panel .yui3-widget-hd .yui3-widget-buttons{position:absolute;top:0;right:0}.yui3-panel .yui3-widget-ft .yui3-widget-buttons{display:inline-block;*display:inline;zoom:1}.yui3-skin-night .yui3-panel{color:#fff;font-family:HelveticaNeue,arial,helvetica,clean,sans-serif}.yui3-skin-night .yui3-panel-content{background:#6d6e6e;-webkit-box-shadow:0 0 20px #000;-moz-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;border:1px solid black;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.yui3-skin-night .yui3-panel .yui3-widget-hd{padding:11px 57px 11px 22px;min-height:17px;_height:17px;-webkit-border-top-left-radius:7px;-webkit-border-top-right-radius:7px;-moz-border-radius-topleft:7px;-moz-border-radius-topright:7px;border-top-left-radius:7px;border-top-right-radius:7px;font-weight:bold;color:white;background-color:#555658;background:-moz-linear-gradient(0% 100% 90deg,#343536 0,#555658 96%,#3e3f41 100%);background:-webkit-gradient(linear,left bottom,left top,from(#343536),color-stop(0.96,#555658),to(#3e3f41))}.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-widget-buttons{padding:11px}.yui3-skin-night .yui3-panel .yui3-widget-bd{padding:11px 22px 17px}.yui3-skin-night .yui3-panel .yui3-widget-ft{background-color:#575858;border-top:1px solid #494a4a;padding:6px 16px 8px;text-align:center;-webkit-border-bottom-right-radius:7px;-webkit-border-bottom-left-radius:7px;-moz-border-radius-bottomright:7px;-moz-border-radius-bottomleft:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px}.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-widget-buttons{bottom:0;position:relative;right:auto;width:100%;text-align:center;padding-bottom:0;margin-left:-5px;margin-right:-5px}.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-button{margin:5px}.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close{background:transparent;filter:none;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:22px;height:17px;padding:0;overflow:hidden;vertical-align:top;*font-size:0;*line-height:0;*letter-spacing:-1000px;*color:#86a5ec;*background:url(images/sprite_icons.png) no-repeat center 3px}.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:hover{background-color:#333}.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:before{content:url(images/sprite_icons.png);display:inline-block;text-align:center;font-size:0;line-height:0;width:22px;margin:3px 0 0 1px}.yui3-skin-night .yui3-panel-hidden .yui3-widget-hd .yui3-button-close{display:none}#yui3-css-stamp.skin-night-panel{display:none}

endcombofile

begincombofile panel/assets/skins/night/panel-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-night .yui3-panel {
    color: #FFFFFF;
    font-family: HelveticaNeue, arial, helvetica, clean, sans-serif;
}

.yui3-skin-night .yui3-panel-content {
    background: #6D6E6E;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    border: 1px solid black;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.yui3-skin-night .yui3-panel .yui3-widget-hd {
    padding: 11px 57px 11px 22px;   /* Room for close button. */
    min-height: 17px;               /* For the close button */
    _height: 17px;                  /* IE6 */
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: bold;
    color: white;
    background-color: #555658;
	background: -moz-linear-gradient(
		0% 100% 90deg,
		#343536 0%,
		#555658 96%,
		#3E3F41 100%
	);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#343536),
        color-stop(0.96, #555658),
        to(#3E3F41)
    );
}
.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
    padding: 11px;
}
.yui3-skin-night .yui3-panel .yui3-widget-bd {
    padding: 11px 22px 17px;
}
.yui3-skin-night .yui3-panel .yui3-widget-ft {
    background-color: #575858;
    border-top: 1px solid #494A4A;
    padding: 6px 16px 8px;
    text-align: center;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-widget-buttons {
    bottom: 0;
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-button {
    margin: 5px;
}

/*
Support for icon-based [x] "close" button in the header.

Nicolas Gallagher: "CSS image replacement with pseudo-elements (NIR)"
http://nicolasgallagher.com/css-image-replacement-with-pseudo-elements/
*/
.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close {
    /* Reset base button styles */
    background: transparent;
    filter: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    /* Structure */
    width: 22px;
    height: 17px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    /* IE < 8 :( */
    *font-size: 0;
    *line-height: 0;
    *letter-spacing: -1000px;
    *color: #86A5EC;
    *background: url(images/sprite_icons.png) no-repeat center 3px;
}
.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:hover {
    background-color: #333;
}
.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:before {
    /*
    Displays the [x] icon in place of the "Close" text.
    Note: The `width` of this pseudo element is the same as its "host" element.
    */
    content: url(images/sprite_icons.png);
    display: inline-block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    width: 22px;
    margin: 3px 0 0 1px;
}
.yui3-skin-night .yui3-panel-hidden .yui3-widget-hd .yui3-button-close {
    /* Required for IE > 7 to deal with pseudo :before element */
    display: none;
}

endcombofile

begincombofile panel/assets/skins/sam/panel.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-panel{position:absolute; outline:none;}
.yui3-panel-hidden{visibility:hidden}
.yui3-widget-tmp-forcesize .yui3-panel-content{overflow:hidden!important}
.yui3-panel .yui3-widget-hd{position:relative}
.yui3-panel .yui3-widget-hd .yui3-widget-buttons{position:absolute;top:0;right:0}
.yui3-panel .yui3-widget-ft .yui3-widget-buttons{display:inline-block;*display:inline;zoom:1}
.yui3-skin-sam .yui3-panel-content{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333;border:1px solid black;background:white}
.yui3-skin-sam .yui3-panel .yui3-widget-hd{padding:8px 28px 8px 8px;min-height:13px;_height:13px;color:white;background-color:#3961c5;background:-moz-linear-gradient(0% 100% 90deg,#2647a0 7%,#3d67ce 50%,#426fd9 100%);background:-webkit-gradient(linear,left bottom,left top,from(#2647a0),color-stop(0.07,#2647a0),color-stop(0.5,#3d67ce),to(#426fd9))}
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-widget-buttons{padding:8px}
.yui3-skin-sam .yui3-panel .yui3-widget-bd{padding:10px}
/*.yui3-skin-sam .yui3-panel .yui3-widget-ft{background:#edf5ff;/*padding:8px;text-align:center;}*/
/*.yui3-skin-sam .yui3-panel .yui3-widget-ft .yui3-button{margin:8px;}*/
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close{background:transparent;filter:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:13px;height:13px;padding:0;overflow:hidden;vertical-align:top;*font-size:0;*line-height:0;*letter-spacing:-1000px;*color:#86a5ec;*background:url(images/sprite_icons.png) no-repeat 1px 1px}
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close:before{content:url(images/sprite_icons.png);display:inline-block;text-align:center;font-size:0;line-height:0;width:13px;margin:1px 0 0 1px}
.yui3-skin-sam .yui3-panel-hidden .yui3-widget-hd .yui3-button-close{display:none}
#yui3-css-stamp.skin-sam-panel{display:none}

endcombofile

begincombofile panel/assets/skins/sam/panel-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-panel-content {
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    border: 1px solid black;
    background: white;
}
.yui3-skin-sam .yui3-panel .yui3-widget-hd {
    padding: 8px 28px 8px 8px;  /* Room for close button. */
    min-height: 13px;           /* For the close button */
    _height: 13px;              /* IE6 */
    color: white;
    background-color: #3961c5;
    background: -moz-linear-gradient(
        0% 100% 90deg,
        #2647a0 7%,
        #3d67ce 50%,
        #426fd9 100%
    );
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#2647a0),
        color-stop(0.07, #2647a0),
        color-stop(0.5, #3d67ce),
        to(#426fd9)
    );
    /*
    TODO: Add support for IE and W3C gradients
    */
}
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
    padding: 8px;
}
.yui3-skin-sam .yui3-panel .yui3-widget-bd {
    padding: 10px;
}
.yui3-skin-sam .yui3-panel .yui3-widget-ft {
	background: #EDF5FF;
	padding: 8px;
    text-align: right;
}
.yui3-skin-sam .yui3-panel .yui3-widget-ft .yui3-button {
    margin-left: 8px;
}

/*
Support for icon-based [x] "close" button in the header.

Nicolas Gallagher: "CSS image replacement with pseudo-elements (NIR)"
http://nicolasgallagher.com/css-image-replacement-with-pseudo-elements/
*/
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close {
    /* Reset base button styles */
    background: transparent;
    filter: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    /* Structure */
    width: 13px;
    height: 13px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    /* IE < 8 :( */
    *font-size: 0;
    *line-height: 0;
    *letter-spacing: -1000px;
    *color: #86A5EC;
    *background: url(images/sprite_icons.png) no-repeat 1px 1px;
}
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close:before {
    /*
    Displays the [x] icon in place of the "Close" text.
    Note: The `width` of this pseudo element is the same as its "host" element.
    */
    content: url(images/sprite_icons.png);
    display: inline-block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    width: 13px;
    margin: 1px 0 0 1px;
}
.yui3-skin-sam .yui3-panel-hidden .yui3-widget-hd .yui3-button-close {
    /* Required for IE > 7 to deal with pseudo :before element */
    display: none;
}

endcombofile

begincombofile resize-base/assets/resize-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize,.yui3-resize-wrapper {
	z-index: 0;
	zoom: 1;
}

.yui3-resize-handle {
	position: absolute;
	display: block;
	z-index: 100;
	zoom: 1;
}

.yui3-resize-proxy {
	position: absolute;
	border: 1px dashed #000;
	position: absolute;
	z-index: 10000;
}

.yui3-resize-hidden-handles .yui3-resize-handle {
	opacity: 0;
	filter: alpha(opacity=0);
}

.yui3-resize-handle-t,
.yui3-resize-handle-b {
	width: 100%;
	left: 0;
	height: 6px;
}

.yui3-resize-handle-l,
.yui3-resize-handle-r {
	height: 100%;
	top: 0;
	width: 6px;
}

.yui3-resize-handle-t {
	cursor: n-resize;
	top: 0;
}

.yui3-resize-handle-b {
	cursor: s-resize;
	bottom: 0;
}

.yui3-resize-handle-l {
	cursor: w-resize;
	left: 0;
}

.yui3-resize-handle-r {
	cursor: e-resize;
	right: 0;
}

.yui3-resize-handle-inner {
	position: absolute;
	zoom: 1;
}

/* Smartphones (portrait and landscape) -----------
Adding larger hit-area ':after' objects to handles
*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
    .yui3-resize-handle-inner:after {
    	content: "";
        width: 40px;
        height: 40px;
        position: absolute;
    }

    .yui3-resize-handle-inner-r,
    .yui3-resize-handle-inner-l,
    .yui3-resize-handle-inner-t,
    .yui3-resize-handle-inner-b,
    .yui3-resize-handle-inner-tr,
    .yui3-resize-handle-inner-br,
    .yui3-resize-handle-inner-tl,
    .yui3-resize-handle-inner-bl {
    	overflow: visible !important;
    }

    .yui3-resize-handle-inner-r:after {
        top: -12px;
        right: 0;
    }
    .yui3-resize-handle-inner-l:after {
        top: -12px;
        left: 0;
    }
    .yui3-resize-handle-inner-t:after {
        top: 0;
        left: -12px;
    }
    .yui3-resize-handle-inner-b:after {
        bottom: 0;
        left: -12px;
    }
    .yui3-resize-handle-inner-tr:after {
        top: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-br:after {
        bottom: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-tl:after {
        top: 0;
        left: 0;
    }
    .yui3-resize-handle-inner-bl:after {
        bottom: 0;
        left: 0;
    }
}

/* iPads (portrait and landscape) -----------
Adding larger hit-area ':after' objects to handles
*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
    .yui3-resize-handle-inner:after {
    	content: "";
        width: 30px;
        height: 30px;
        position: absolute;
    }

    .yui3-resize-handle-inner-r,
    .yui3-resize-handle-inner-l,
    .yui3-resize-handle-inner-t,
    .yui3-resize-handle-inner-b,
    .yui3-resize-handle-inner-tr,
    .yui3-resize-handle-inner-br,
    .yui3-resize-handle-inner-tl,
    .yui3-resize-handle-inner-bl {
    	overflow: visible !important;
    }

    .yui3-resize-handle-inner-r:after {
        top: -6px;
        right: 0;
    }
    .yui3-resize-handle-inner-l:after {
        top: -6px;
        left: 0;
    }
    .yui3-resize-handle-inner-t:after {
        top: 0;
        left: -6px;
    }
    .yui3-resize-handle-inner-b:after {
        bottom: 0;
        left: -6px;
    }
    .yui3-resize-handle-inner-tr:after {
        top: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-br:after {
        bottom: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-tl:after {
        top: 0;
        left: 0;
    }
    .yui3-resize-handle-inner-bl:after {
        bottom: 0;
        left: 0;
    }
}

.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b {
	margin-left: -8px;
	left: 50%;
}

.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-r {
	margin-top: -8px;
	top: 50%;
}

.yui3-resize-handle-inner-t {
	top: -4px;
}

.yui3-resize-handle-inner-b {
	bottom: -4px;
}

.yui3-resize-handle-inner-l {
	left: -4px;
}

.yui3-resize-handle-inner-r {
	right: -4px;
}

.yui3-resize-handle-tr,
.yui3-resize-handle-br,
.yui3-resize-handle-tl,
.yui3-resize-handle-bl {
	height: 15px;
	width: 15px;
	z-index: 200;
}

.yui3-resize-handle-tr {
	cursor: ne-resize;
	top: 0;
	right: 0;
}

.yui3-resize-handle-tl {
	cursor: nw-resize;
	top: 0;
	left: 0;
}

.yui3-resize-handle-br {
	cursor: se-resize;
	bottom: 0;
	right: 0;
}

.yui3-resize-handle-bl {
	cursor: sw-resize;
	bottom: 0;
	left: 0;
}
endcombofile

begincombofile resize-base/assets/skins/night/resize-base.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize,.yui3-resize-wrapper{z-index:0;zoom:1}.yui3-resize-handle{position:absolute;display:block;z-index:100;zoom:1}.yui3-resize-proxy{position:absolute;border:1px dashed #000;position:absolute;z-index:10000}.yui3-resize-hidden-handles .yui3-resize-handle{opacity:0;filter:alpha(opacity=0)}.yui3-resize-handle-t,.yui3-resize-handle-b{width:100%;left:0;height:6px}.yui3-resize-handle-l,.yui3-resize-handle-r{height:100%;top:0;width:6px}.yui3-resize-handle-t{cursor:n-resize;top:0}.yui3-resize-handle-b{cursor:s-resize;bottom:0}.yui3-resize-handle-l{cursor:w-resize;left:0}.yui3-resize-handle-r{cursor:e-resize;right:0}.yui3-resize-handle-inner{position:absolute;zoom:1}@media only screen and (min-device-width :320px) and (max-device-width:480px){.yui3-resize-handle-inner:after{content:"";width:40px;height:40px;position:absolute}.yui3-resize-handle-inner-r,.yui3-resize-handle-inner-l,.yui3-resize-handle-inner-t,.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-tr,.yui3-resize-handle-inner-br,.yui3-resize-handle-inner-tl,.yui3-resize-handle-inner-bl{overflow:visible!important}.yui3-resize-handle-inner-r:after{top:-12px;right:0}.yui3-resize-handle-inner-l:after{top:-12px;left:0}.yui3-resize-handle-inner-t:after{top:0;left:-12px}.yui3-resize-handle-inner-b:after{bottom:0;left:-12px}.yui3-resize-handle-inner-tr:after{top:0;right:0}.yui3-resize-handle-inner-br:after{bottom:0;right:0}.yui3-resize-handle-inner-tl:after{top:0;left:0}.yui3-resize-handle-inner-bl:after{bottom:0;left:0}}@media only screen and (min-device-width :768px) and (max-device-width:1024px){.yui3-resize-handle-inner:after{content:"";width:30px;height:30px;position:absolute}.yui3-resize-handle-inner-r,.yui3-resize-handle-inner-l,.yui3-resize-handle-inner-t,.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-tr,.yui3-resize-handle-inner-br,.yui3-resize-handle-inner-tl,.yui3-resize-handle-inner-bl{overflow:visible!important}.yui3-resize-handle-inner-r:after{top:-6px;right:0}.yui3-resize-handle-inner-l:after{top:-6px;left:0}.yui3-resize-handle-inner-t:after{top:0;left:-6px}.yui3-resize-handle-inner-b:after{bottom:0;left:-6px}.yui3-resize-handle-inner-tr:after{top:0;right:0}.yui3-resize-handle-inner-br:after{bottom:0;right:0}.yui3-resize-handle-inner-tl:after{top:0;left:0}.yui3-resize-handle-inner-bl:after{bottom:0;left:0}}.yui3-resize-handle-inner-t,.yui3-resize-handle-inner-b{margin-left:-8px;left:50%}.yui3-resize-handle-inner-l,.yui3-resize-handle-inner-r{margin-top:-8px;top:50%}.yui3-resize-handle-inner-t{top:-4px}.yui3-resize-handle-inner-b{bottom:-4px}.yui3-resize-handle-inner-l{left:-4px}.yui3-resize-handle-inner-r{right:-4px}.yui3-resize-handle-tr,.yui3-resize-handle-br,.yui3-resize-handle-tl,.yui3-resize-handle-bl{height:15px;width:15px;z-index:200}.yui3-resize-handle-tr{cursor:ne-resize;top:0;right:0}.yui3-resize-handle-tl{cursor:nw-resize;top:0;left:0}.yui3-resize-handle-br{cursor:se-resize;bottom:0;right:0}.yui3-resize-handle-bl{cursor:sw-resize;bottom:0;left:0}.yui3-resize-handle-inner-r,.yui3-resize-handle-inner-l,.yui3-resize-handle-inner-t,.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-tr,.yui3-resize-handle-inner-br,.yui3-resize-handle-inner-tl,.yui3-resize-handle-inner-bl{background-repeat:no-repeat;background:url(images/arrows.png) no-repeat 0 0;display:block;height:15px;overflow:hidden;text-indent:-99999em;width:15px}.yui3-resize-handle-inner-br{background-position:-30px 0;bottom:-2px;right:-2px}.yui3-resize-handle-inner-tr{background-position:-58px 0;bottom:0;right:-2px}.yui3-resize-handle-inner-bl{background-position:-75px 0;bottom:-2px;right:-2px}.yui3-resize-handle-inner-tl{background-position:-47px 0;bottom:0;right:-2px}.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t{background-position:-15px 0}#yui3-css-stamp.skin-night-resize-base{display:none}

endcombofile

begincombofile resize-base/assets/skins/night/resize-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize-handle-inner-r,
.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,
.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,
.yui3-resize-handle-inner-bl {
	background-repeat: no-repeat;
	background: url(images/arrows.png) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99999em;
	width: 15px;
}

.yui3-resize-handle-inner-br {
	background-position: -30px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tr {
    background-position: -58px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-bl {
	background-position: -75px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tl {
    background-position: -47px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
	background-position: -15px 0;
}

endcombofile

begincombofile resize-base/assets/skins/sam/resize-base.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize,.yui3-resize-wrapper{z-index:0;zoom:1}
.yui3-resize-handle{position:absolute;display:block;/*z-index:100;*/zoom:1}
.yui3-resize-proxy{position:absolute;border:1px dashed #000;position:absolute;z-index:10000}
.yui3-resize-hidden-handles .yui3-resize-handle{opacity:0;filter:alpha(opacity=0)}
.yui3-resize-handle-t,.yui3-resize-handle-b{width:100%;left:0;height:6px}
.yui3-resize-handle-l,.yui3-resize-handle-r{height:100%;top:0;width:6px}
.yui3-resize-handle-t{cursor:n-resize;top:0}
.yui3-resize-handle-b{cursor:s-resize;bottom:0}
.yui3-resize-handle-l{cursor:w-resize;left:0}
.yui3-resize-handle-r{cursor:e-resize;right:0}
.yui3-resize-handle-inner{position:absolute;zoom:1}
@media only screen and (min-device-width :320px) and (max-device-width:480px){.yui3-resize-handle-inner:after{content:"";width:40px;height:40px;position:absolute}.yui3-resize-handle-inner-r,.yui3-resize-handle-inner-l,.yui3-resize-handle-inner-t,.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-tr,.yui3-resize-handle-inner-br,.yui3-resize-handle-inner-tl,.yui3-resize-handle-inner-bl{overflow:visible!important}.yui3-resize-handle-inner-r:after{top:-12px;right:0}.yui3-resize-handle-inner-l:after{top:-12px;left:0}.yui3-resize-handle-inner-t:after{top:0;left:-12px}.yui3-resize-handle-inner-b:after{bottom:0;left:-12px}.yui3-resize-handle-inner-tr:after{top:0;right:0}.yui3-resize-handle-inner-br:after{bottom:0;right:0}.yui3-resize-handle-inner-tl:after{top:0;left:0}.yui3-resize-handle-inner-bl:after{bottom:0;left:0}}
@media only screen and (min-device-width :768px) and (max-device-width:1024px){.yui3-resize-handle-inner:after{content:"";width:30px;height:30px;position:absolute}
.yui3-resize-handle-inner-r,.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,.yui3-resize-handle-inner-bl{overflow:visible!important}
.yui3-resize-handle-inner-r:after{top:-6px;right:0}
.yui3-resize-handle-inner-l:after{top:-6px;left:0}
.yui3-resize-handle-inner-t:after{top:0;left:-6px}
.yui3-resize-handle-inner-b:after{bottom:0;left:-6px}
.yui3-resize-handle-inner-tr:after{top:0;right:0}
.yui3-resize-handle-inner-br:after{bottom:0;right:0}
.yui3-resize-handle-inner-tl:after{top:0;left:0}
.yui3-resize-handle-inner-bl:after{bottom:0;left:0}}
.yui3-resize-handle-inner-t,.yui3-resize-handle-inner-b{margin-left:-8px;left:50%}
.yui3-resize-handle-inner-l,.yui3-resize-handle-inner-r{margin-top:-8px;top:50%}
.yui3-resize-handle-inner-t{top:-4px}
.yui3-resize-handle-inner-b{bottom:-4px}
.yui3-resize-handle-inner-l{left:-4px}
.yui3-resize-handle-inner-r{right:-4px}
.yui3-resize-handle-tr,.yui3-resize-handle-br,.yui3-resize-handle-tl,.yui3-resize-handle-bl{height:15px;width:15px;z-index:200}
.yui3-resize-handle-tr{cursor:ne-resize;top:0;right:0}
.yui3-resize-handle-tl{cursor:nw-resize;top:0;left:0}
.yui3-resize-handle-br{cursor:se-resize;bottom:0;right:0}
.yui3-resize-handle-bl{cursor:sw-resize;bottom:0;left:0}
.yui3-resize-handle-inner-r,.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,.yui3-resize-handle-inner-bl{background-repeat:no-repeat;background:url(images/arrows.png) no-repeat 0 0;display:block;height:15px;overflow:hidden;text-indent:-99999em;width:15px}
.yui3-resize-handle-inner-br{background-position:-30px 0;bottom:-2px;right:-2px}
.yui3-resize-handle-inner-tr{background-position:-58px 0;bottom:0;right:-2px}
.yui3-resize-handle-inner-bl{background-position:-75px 0;bottom:-2px;right:-2px}
.yui3-resize-handle-inner-tl{background-position:-47px 0;bottom:0;right:-2px}
.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t{background-position:-15px 0}
#yui3-css-stamp.skin-sam-resize-base{display:none}

endcombofile

begincombofile resize-base/assets/skins/sam/resize-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize-handle-inner-r,
.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,
.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,
.yui3-resize-handle-inner-bl {
	background-repeat: no-repeat;
	background: url(images/arrows.png) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99999em;
	width: 15px;
}

.yui3-resize-handle-inner-br {
	background-position: -30px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tr {
    background-position: -58px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-bl {
	background-position: -75px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tl {
    background-position: -47px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
	background-position: -15px 0;
}

endcombofile

begincombofile resize-constrain/assets/resize-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize,.yui3-resize-wrapper {
	z-index: 0;
	zoom: 1;
}

.yui3-resize-handle {
	position: absolute;
	display: block;
	z-index: 100;
	zoom: 1;
}

.yui3-resize-proxy {
	position: absolute;
	border: 1px dashed #000;
	position: absolute;
	z-index: 10000;
}

.yui3-resize-hidden-handles .yui3-resize-handle {
	opacity: 0;
	filter: alpha(opacity=0);
}

.yui3-resize-handle-t,
.yui3-resize-handle-b {
	width: 100%;
	left: 0;
	height: 6px;
}

.yui3-resize-handle-l,
.yui3-resize-handle-r {
	height: 100%;
	top: 0;
	width: 6px;
}

.yui3-resize-handle-t {
	cursor: n-resize;
	top: 0;
}

.yui3-resize-handle-b {
	cursor: s-resize;
	bottom: 0;
}

.yui3-resize-handle-l {
	cursor: w-resize;
	left: 0;
}

.yui3-resize-handle-r {
	cursor: e-resize;
	right: 0;
}

.yui3-resize-handle-inner {
	position: absolute;
	zoom: 1;
}

/* Smartphones (portrait and landscape) -----------
Adding larger hit-area ':after' objects to handles
*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
    .yui3-resize-handle-inner:after {
    	content: "";
        width: 40px;
        height: 40px;
        position: absolute;
    }

    .yui3-resize-handle-inner-r,
    .yui3-resize-handle-inner-l,
    .yui3-resize-handle-inner-t,
    .yui3-resize-handle-inner-b,
    .yui3-resize-handle-inner-tr,
    .yui3-resize-handle-inner-br,
    .yui3-resize-handle-inner-tl,
    .yui3-resize-handle-inner-bl {
    	overflow: visible !important;
    }

    .yui3-resize-handle-inner-r:after {
        top: -12px;
        right: 0;
    }
    .yui3-resize-handle-inner-l:after {
        top: -12px;
        left: 0;
    }
    .yui3-resize-handle-inner-t:after {
        top: 0;
        left: -12px;
    }
    .yui3-resize-handle-inner-b:after {
        bottom: 0;
        left: -12px;
    }
    .yui3-resize-handle-inner-tr:after {
        top: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-br:after {
        bottom: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-tl:after {
        top: 0;
        left: 0;
    }
    .yui3-resize-handle-inner-bl:after {
        bottom: 0;
        left: 0;
    }
}

/* iPads (portrait and landscape) -----------
Adding larger hit-area ':after' objects to handles
*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
    .yui3-resize-handle-inner:after {
    	content: "";
        width: 30px;
        height: 30px;
        position: absolute;
    }

    .yui3-resize-handle-inner-r,
    .yui3-resize-handle-inner-l,
    .yui3-resize-handle-inner-t,
    .yui3-resize-handle-inner-b,
    .yui3-resize-handle-inner-tr,
    .yui3-resize-handle-inner-br,
    .yui3-resize-handle-inner-tl,
    .yui3-resize-handle-inner-bl {
    	overflow: visible !important;
    }

    .yui3-resize-handle-inner-r:after {
        top: -6px;
        right: 0;
    }
    .yui3-resize-handle-inner-l:after {
        top: -6px;
        left: 0;
    }
    .yui3-resize-handle-inner-t:after {
        top: 0;
        left: -6px;
    }
    .yui3-resize-handle-inner-b:after {
        bottom: 0;
        left: -6px;
    }
    .yui3-resize-handle-inner-tr:after {
        top: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-br:after {
        bottom: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-tl:after {
        top: 0;
        left: 0;
    }
    .yui3-resize-handle-inner-bl:after {
        bottom: 0;
        left: 0;
    }
}

.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b {
	margin-left: -8px;
	left: 50%;
}

.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-r {
	margin-top: -8px;
	top: 50%;
}

.yui3-resize-handle-inner-t {
	top: -4px;
}

.yui3-resize-handle-inner-b {
	bottom: -4px;
}

.yui3-resize-handle-inner-l {
	left: -4px;
}

.yui3-resize-handle-inner-r {
	right: -4px;
}

.yui3-resize-handle-tr,
.yui3-resize-handle-br,
.yui3-resize-handle-tl,
.yui3-resize-handle-bl {
	height: 15px;
	width: 15px;
	z-index: 200;
}

.yui3-resize-handle-tr {
	cursor: ne-resize;
	top: 0;
	right: 0;
}

.yui3-resize-handle-tl {
	cursor: nw-resize;
	top: 0;
	left: 0;
}

.yui3-resize-handle-br {
	cursor: se-resize;
	bottom: 0;
	right: 0;
}

.yui3-resize-handle-bl {
	cursor: sw-resize;
	bottom: 0;
	left: 0;
}
endcombofile

begincombofile resize-constrain/assets/skins/night/resize-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize-handle-inner-r,
.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,
.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,
.yui3-resize-handle-inner-bl {
	background-repeat: no-repeat;
	background: url(images/arrows.png) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99999em;
	width: 15px;
}

.yui3-resize-handle-inner-br {
	background-position: -30px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tr {
    background-position: -58px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-bl {
	background-position: -75px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tl {
    background-position: -47px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
	background-position: -15px 0;
}

endcombofile

begincombofile resize-constrain/assets/skins/sam/resize-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize-handle-inner-r,
.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,
.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,
.yui3-resize-handle-inner-bl {
	background-repeat: no-repeat;
	background: url(images/arrows.png) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99999em;
	width: 15px;
}

.yui3-resize-handle-inner-br {
	background-position: -30px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tr {
    background-position: -58px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-bl {
	background-position: -75px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tl {
    background-position: -47px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
	background-position: -15px 0;
}

endcombofile

begincombofile resize-plugin/assets/resize-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize,.yui3-resize-wrapper {
	z-index: 0;
	zoom: 1;
}

.yui3-resize-handle {
	position: absolute;
	display: block;
	z-index: 100;
	zoom: 1;
}

.yui3-resize-proxy {
	position: absolute;
	border: 1px dashed #000;
	position: absolute;
	z-index: 10000;
}

.yui3-resize-hidden-handles .yui3-resize-handle {
	opacity: 0;
	filter: alpha(opacity=0);
}

.yui3-resize-handle-t,
.yui3-resize-handle-b {
	width: 100%;
	left: 0;
	height: 6px;
}

.yui3-resize-handle-l,
.yui3-resize-handle-r {
	height: 100%;
	top: 0;
	width: 6px;
}

.yui3-resize-handle-t {
	cursor: n-resize;
	top: 0;
}

.yui3-resize-handle-b {
	cursor: s-resize;
	bottom: 0;
}

.yui3-resize-handle-l {
	cursor: w-resize;
	left: 0;
}

.yui3-resize-handle-r {
	cursor: e-resize;
	right: 0;
}

.yui3-resize-handle-inner {
	position: absolute;
	zoom: 1;
}

/* Smartphones (portrait and landscape) -----------
Adding larger hit-area ':after' objects to handles
*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
    .yui3-resize-handle-inner:after {
    	content: "";
        width: 40px;
        height: 40px;
        position: absolute;
    }

    .yui3-resize-handle-inner-r,
    .yui3-resize-handle-inner-l,
    .yui3-resize-handle-inner-t,
    .yui3-resize-handle-inner-b,
    .yui3-resize-handle-inner-tr,
    .yui3-resize-handle-inner-br,
    .yui3-resize-handle-inner-tl,
    .yui3-resize-handle-inner-bl {
    	overflow: visible !important;
    }

    .yui3-resize-handle-inner-r:after {
        top: -12px;
        right: 0;
    }
    .yui3-resize-handle-inner-l:after {
        top: -12px;
        left: 0;
    }
    .yui3-resize-handle-inner-t:after {
        top: 0;
        left: -12px;
    }
    .yui3-resize-handle-inner-b:after {
        bottom: 0;
        left: -12px;
    }
    .yui3-resize-handle-inner-tr:after {
        top: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-br:after {
        bottom: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-tl:after {
        top: 0;
        left: 0;
    }
    .yui3-resize-handle-inner-bl:after {
        bottom: 0;
        left: 0;
    }
}

/* iPads (portrait and landscape) -----------
Adding larger hit-area ':after' objects to handles
*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
    .yui3-resize-handle-inner:after {
    	content: "";
        width: 30px;
        height: 30px;
        position: absolute;
    }

    .yui3-resize-handle-inner-r,
    .yui3-resize-handle-inner-l,
    .yui3-resize-handle-inner-t,
    .yui3-resize-handle-inner-b,
    .yui3-resize-handle-inner-tr,
    .yui3-resize-handle-inner-br,
    .yui3-resize-handle-inner-tl,
    .yui3-resize-handle-inner-bl {
    	overflow: visible !important;
    }

    .yui3-resize-handle-inner-r:after {
        top: -6px;
        right: 0;
    }
    .yui3-resize-handle-inner-l:after {
        top: -6px;
        left: 0;
    }
    .yui3-resize-handle-inner-t:after {
        top: 0;
        left: -6px;
    }
    .yui3-resize-handle-inner-b:after {
        bottom: 0;
        left: -6px;
    }
    .yui3-resize-handle-inner-tr:after {
        top: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-br:after {
        bottom: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-tl:after {
        top: 0;
        left: 0;
    }
    .yui3-resize-handle-inner-bl:after {
        bottom: 0;
        left: 0;
    }
}

.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b {
	margin-left: -8px;
	left: 50%;
}

.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-r {
	margin-top: -8px;
	top: 50%;
}

.yui3-resize-handle-inner-t {
	top: -4px;
}

.yui3-resize-handle-inner-b {
	bottom: -4px;
}

.yui3-resize-handle-inner-l {
	left: -4px;
}

.yui3-resize-handle-inner-r {
	right: -4px;
}

.yui3-resize-handle-tr,
.yui3-resize-handle-br,
.yui3-resize-handle-tl,
.yui3-resize-handle-bl {
	height: 15px;
	width: 15px;
	z-index: 200;
}

.yui3-resize-handle-tr {
	cursor: ne-resize;
	top: 0;
	right: 0;
}

.yui3-resize-handle-tl {
	cursor: nw-resize;
	top: 0;
	left: 0;
}

.yui3-resize-handle-br {
	cursor: se-resize;
	bottom: 0;
	right: 0;
}

.yui3-resize-handle-bl {
	cursor: sw-resize;
	bottom: 0;
	left: 0;
}
endcombofile

begincombofile resize-plugin/assets/skins/night/resize-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize-handle-inner-r,
.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,
.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,
.yui3-resize-handle-inner-bl {
	background-repeat: no-repeat;
	background: url(images/arrows.png) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99999em;
	width: 15px;
}

.yui3-resize-handle-inner-br {
	background-position: -30px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tr {
    background-position: -58px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-bl {
	background-position: -75px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tl {
    background-position: -47px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
	background-position: -15px 0;
}

endcombofile

begincombofile resize-plugin/assets/skins/sam/resize-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize-handle-inner-r,
.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,
.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,
.yui3-resize-handle-inner-bl {
	background-repeat: no-repeat;
	background: url(images/arrows.png) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99999em;
	width: 15px;
}

.yui3-resize-handle-inner-br {
	background-position: -30px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tr {
    background-position: -58px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-bl {
	background-position: -75px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tl {
    background-position: -47px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
	background-position: -15px 0;
}

endcombofile

begincombofile resize-proxy/assets/resize-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize,.yui3-resize-wrapper {
	z-index: 0;
	zoom: 1;
}

.yui3-resize-handle {
	position: absolute;
	display: block;
	z-index: 100;
	zoom: 1;
}

.yui3-resize-proxy {
	position: absolute;
	border: 1px dashed #000;
	position: absolute;
	z-index: 10000;
}

.yui3-resize-hidden-handles .yui3-resize-handle {
	opacity: 0;
	filter: alpha(opacity=0);
}

.yui3-resize-handle-t,
.yui3-resize-handle-b {
	width: 100%;
	left: 0;
	height: 6px;
}

.yui3-resize-handle-l,
.yui3-resize-handle-r {
	height: 100%;
	top: 0;
	width: 6px;
}

.yui3-resize-handle-t {
	cursor: n-resize;
	top: 0;
}

.yui3-resize-handle-b {
	cursor: s-resize;
	bottom: 0;
}

.yui3-resize-handle-l {
	cursor: w-resize;
	left: 0;
}

.yui3-resize-handle-r {
	cursor: e-resize;
	right: 0;
}

.yui3-resize-handle-inner {
	position: absolute;
	zoom: 1;
}

/* Smartphones (portrait and landscape) -----------
Adding larger hit-area ':after' objects to handles
*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
    .yui3-resize-handle-inner:after {
    	content: "";
        width: 40px;
        height: 40px;
        position: absolute;
    }

    .yui3-resize-handle-inner-r,
    .yui3-resize-handle-inner-l,
    .yui3-resize-handle-inner-t,
    .yui3-resize-handle-inner-b,
    .yui3-resize-handle-inner-tr,
    .yui3-resize-handle-inner-br,
    .yui3-resize-handle-inner-tl,
    .yui3-resize-handle-inner-bl {
    	overflow: visible !important;
    }

    .yui3-resize-handle-inner-r:after {
        top: -12px;
        right: 0;
    }
    .yui3-resize-handle-inner-l:after {
        top: -12px;
        left: 0;
    }
    .yui3-resize-handle-inner-t:after {
        top: 0;
        left: -12px;
    }
    .yui3-resize-handle-inner-b:after {
        bottom: 0;
        left: -12px;
    }
    .yui3-resize-handle-inner-tr:after {
        top: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-br:after {
        bottom: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-tl:after {
        top: 0;
        left: 0;
    }
    .yui3-resize-handle-inner-bl:after {
        bottom: 0;
        left: 0;
    }
}

/* iPads (portrait and landscape) -----------
Adding larger hit-area ':after' objects to handles
*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
    .yui3-resize-handle-inner:after {
    	content: "";
        width: 30px;
        height: 30px;
        position: absolute;
    }

    .yui3-resize-handle-inner-r,
    .yui3-resize-handle-inner-l,
    .yui3-resize-handle-inner-t,
    .yui3-resize-handle-inner-b,
    .yui3-resize-handle-inner-tr,
    .yui3-resize-handle-inner-br,
    .yui3-resize-handle-inner-tl,
    .yui3-resize-handle-inner-bl {
    	overflow: visible !important;
    }

    .yui3-resize-handle-inner-r:after {
        top: -6px;
        right: 0;
    }
    .yui3-resize-handle-inner-l:after {
        top: -6px;
        left: 0;
    }
    .yui3-resize-handle-inner-t:after {
        top: 0;
        left: -6px;
    }
    .yui3-resize-handle-inner-b:after {
        bottom: 0;
        left: -6px;
    }
    .yui3-resize-handle-inner-tr:after {
        top: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-br:after {
        bottom: 0;
        right: 0;
    }
    .yui3-resize-handle-inner-tl:after {
        top: 0;
        left: 0;
    }
    .yui3-resize-handle-inner-bl:after {
        bottom: 0;
        left: 0;
    }
}

.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b {
	margin-left: -8px;
	left: 50%;
}

.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-r {
	margin-top: -8px;
	top: 50%;
}

.yui3-resize-handle-inner-t {
	top: -4px;
}

.yui3-resize-handle-inner-b {
	bottom: -4px;
}

.yui3-resize-handle-inner-l {
	left: -4px;
}

.yui3-resize-handle-inner-r {
	right: -4px;
}

.yui3-resize-handle-tr,
.yui3-resize-handle-br,
.yui3-resize-handle-tl,
.yui3-resize-handle-bl {
	height: 15px;
	width: 15px;
	z-index: 200;
}

.yui3-resize-handle-tr {
	cursor: ne-resize;
	top: 0;
	right: 0;
}

.yui3-resize-handle-tl {
	cursor: nw-resize;
	top: 0;
	left: 0;
}

.yui3-resize-handle-br {
	cursor: se-resize;
	bottom: 0;
	right: 0;
}

.yui3-resize-handle-bl {
	cursor: sw-resize;
	bottom: 0;
	left: 0;
}
endcombofile

begincombofile resize-proxy/assets/skins/night/resize-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize-handle-inner-r,
.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,
.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,
.yui3-resize-handle-inner-bl {
	background-repeat: no-repeat;
	background: url(images/arrows.png) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99999em;
	width: 15px;
}

.yui3-resize-handle-inner-br {
	background-position: -30px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tr {
    background-position: -58px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-bl {
	background-position: -75px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tl {
    background-position: -47px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
	background-position: -15px 0;
}

endcombofile

begincombofile resize-proxy/assets/skins/sam/resize-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-resize-handle-inner-r,
.yui3-resize-handle-inner-l,
.yui3-resize-handle-inner-t,
.yui3-resize-handle-inner-b,
.yui3-resize-handle-inner-tr,
.yui3-resize-handle-inner-br,
.yui3-resize-handle-inner-tl,
.yui3-resize-handle-inner-bl {
	background-repeat: no-repeat;
	background: url(images/arrows.png) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -99999em;
	width: 15px;
}

.yui3-resize-handle-inner-br {
	background-position: -30px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tr {
    background-position: -58px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-bl {
	background-position: -75px 0;
	bottom: -2px;
	right: -2px;
}

.yui3-resize-handle-inner-tl {
    background-position: -47px 0;
    bottom: 0;
    right: -2px;
    
}

.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
	background-position: -15px 0;
}

endcombofile

begincombofile tabview/assets/skins/night/tabview.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-tab-panel{display:none}.yui3-tab-panel-selected{display:block}.yui3-tabview-list,.yui3-tab{margin:0;padding:0;list-style:none}.yui3-tabview{position:relative}.yui3-tabview,.yui3-tabview-list,.yui3-tabview-panel,.yui3-tab,.yui3-tab-panel{zoom:1}.yui3-tab{display:inline-block;*display:inline;vertical-align:bottom;cursor:pointer}.yui3-tab-label{display:block;display:inline-block;padding:6px 10px;position:relative;text-decoration:none;vertical-align:bottom}.yui3-skin-night .yui3-tabview-panel{background-color:#333;color:#808080;padding:1px}.yui3-skin-night .yui3-tab-panel p{margin:10px}.yui3-skin-night .yui3-tabview-list{background-color:#0f0f0f;border-top:1px solid #000;text-align:center;height:46px;background:-moz-linear-gradient(0% 100% 90deg,#0f0f0f 0,#1e1e1e 96%,#292929 100%);background:-webkit-gradient(linear,left bottom,left top,from(#0f0f0f),color-stop(0.96,#1e1e1e),to(#292929))}.yui3-skin-night .yui3-tabview-list li{margin-top:8px}.yui3-skin-night .yui3-tabview-list li a{border:solid 1px #0c0c0c;border-right-style:none;-moz-box-shadow:0 1px #222;-webkit-box-shadow:0 1px #222;box-shadow:0 1px #222;text-shadow:0 -1px 0 rgba(0,0,0,0.7);font-size:85%;text-align:center;color:#fff;padding:6px 28px;background-color:#555658;background:-moz-linear-gradient(0% 100% 90deg,#343536 0,#555658 96%,#3e3f41 100%);background:-webkit-gradient(linear,left bottom,left top,from(#343536),color-stop(0.96,#555658),to(#3e3f41))}.yui3-skin-night .yui3-tabview-list li.yui3-tab-selected a{background-color:#2b2d2d;background:-moz-linear-gradient(0% 100% 90deg,#242526 0,#3b3c3d 96%,#2c2d2f 100%);background:-webkit-gradient(linear,left bottom,left top,from(#242526),color-stop(0.96,#3b3c3d),to(#2c2d2f))}.yui3-skin-night .yui3-tabview-list li:first-child a{-moz-border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px}.yui3-skin-night .yui3-tabview-list li:last-child a{border-right-style:solid;-moz-border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0;border-radius:0 6px 6px 0}#yui3-css-stamp.skin-night-tabview{display:none}

endcombofile

begincombofile tabview/assets/skins/night/tabview-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-night .yui3-tabview-panel{
	background-color:#333333;
	color:#808080;
	padding:1px;
}
.yui3-skin-night .yui3-tab-panel p{
	margin:10px;
}
.yui3-skin-night .yui3-tabview-list {
    background-color:#0f0f0f;
    border-top:1px solid #000;
	text-align:center;
    height:46px;
    background: -moz-linear-gradient(
		0% 100% 90deg, 
		#0f0f0f 0%, 
		#1e1e1e 96%,
		#292929 100%
	);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#0f0f0f),
        color-stop(0.96, #1e1e1e),
        to(#292929)     
    );
}

.yui3-skin-night .yui3-tabview-list li {
	margin-top:8px;
}
.yui3-skin-night .yui3-tabview-list li a{
	border:solid 1px #0c0c0c;
	border-right-style:none;

	-moz-box-shadow: 0 1px #222222; 
	-webkit-box-shadow: 0 1px #222222;
	box-shadow: 0 1px #222222; 

    text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
	font-size:85%;
	text-align:center;
	color: #fff;
	padding: 6px 28px;
	background-color:#555658;
	background: -moz-linear-gradient(
		0% 100% 90deg, 
		#343536 0%, 
		#555658 96%,
		#3E3F41 100%
	);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#343536),
        color-stop(0.96, #555658),
        to(#3E3F41)     
    );
}
.yui3-skin-night .yui3-tabview-list li.yui3-tab-selected a {
	background-color:#2B2D2D;
	background: -moz-linear-gradient(
		0% 100% 90deg, 
		#242526 0%, 
		#3b3c3d 96%,
		#2C2D2F 100%
	);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#242526),
        color-stop(0.96, #3b3c3d),
        to(#2C2D2F)     
    );
}
.yui3-skin-night .yui3-tabview-list li:first-child a{
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}
.yui3-skin-night .yui3-tabview-list li:last-child a{
	border-right-style:solid;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
}

endcombofile

begincombofile tabview/assets/skins/sam/tabview.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-tab-panel{display:none}
.yui3-tab-panel-selected{display:block}
.yui3-tabview-list,.yui3-tab{margin:0;padding:0;list-style:none}
.yui3-tabview{position:relative}
.yui3-tabview,.yui3-tabview-list,.yui3-tabview-panel,.yui3-tab,.yui3-tab-panel{zoom:1}
.yui3-tab{display:inline-block;*display:inline;vertical-align:bottom;cursor:pointer}
.yui3-tab-label{display:block;display:inline-block;padding:6px 10px;position:relative;text-decoration:none;vertical-align:bottom}
.yui3-skin-sam .yui3-tabview-list{/*border:solid #2647a0;border-width:0 0 5px;*/zoom:1}
.yui3-skin-sam .yui3-tab{margin:0 .2em 0 0;/*padding:1px 0 0;*/zoom:1}
/*.yui3-skin-sam .yui3-tab-selected{margin-bottom:-1px}*/
.yui3-skin-sam .yui3-tab-label{
	/*background:#d8d8d8 url(images/sprite.png) repeat-x;
	border:solid #a3a3a3;
	border-width:1px 1px 0 1px;*/
	color:#000;
	cursor:pointer;
	font-size:85%;
	padding:.3em .75em;
	text-decoration:none
}
.yui3-skin-sam .yui3-tab-label:hover,
.yui3-skin-sam .yui3-tab-label:focus{
	/*background:#bfdaff url(images/sprite.png) repeat-x left -1300px;*/
	outline:0
}
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover{
	/*background:#2647a0 url(images/sprite.png) repeat-x left -1400px;
	color:#fff*/
}
/*.yui3-skin-sam .yui3-tab-selected .yui3-tab-label{padding:.4em .75em*/}
/*.yui3-skin-sam .yui3-tab-selected .yui3-tab-label{border-color:#243356*/}
/*.yui3-skin-sam .yui3-tabview-panel{background:#edf5ff}*/
/*.yui3-skin-sam .yui3-tabview-panel{border:1px solid #808080;border-top-color:#243356;padding:.25em .5em}*/
#yui3-css-stamp.skin-sam-tabview{display:none}

endcombofile

begincombofile tabview/assets/skins/sam/tabview-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* .yui-navset defaults to .yui-navset-top */
.yui3-skin-sam .yui3-tabview-list {
    border:solid #2647a0; /* color between tab list and content */
    border-width:0 0 5px;
    zoom:1;
}

.yui3-skin-sam .yui3-tab {
    margin:0 0.2em 0 0;
    padding:1px 0 0; /* gecko: make room for overflow */
    zoom:1;
}

.yui3-skin-sam .yui3-tab-selected {
    margin-bottom:-1px; /* for overlap (mapped to tabview-list border-width) */
}

.yui3-skin-sam .yui3-tab-label {
    background:#d8d8d8 url(images/sprite.png) repeat-x; /* tab background */
    border:solid #a3a3a3;
    border-width: 1px 1px 0 1px;
    color:#000;
    cursor:pointer;
    font-size:85%;
    padding:0.3em .75em;
    text-decoration:none;
}

.yui3-skin-sam .yui3-tab-label:hover,
.yui3-skin-sam .yui3-tab-label:focus {
    background:#bfdaff url(images/sprite.png) repeat-x left -1300px; /* hovered tab background */
    outline:0;
}

.yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover { /* no hover effect for selected */
    background:#2647a0 url(images/sprite.png) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}

.yui3-skin-sam .yui3-tab-selected .yui3-tab-label {
    padding:0.4em 0.75em; /* raise selected tab */
}

.yui3-skin-sam .yui3-tab-selected .yui3-tab-label {
    border-color:#243356; /* selected tab border color */
}

.yui3-skin-sam .yui3-tabview-panel {
    background:#edf5ff; /* content background color */
}

.yui3-skin-sam .yui3-tabview-panel {
    border:1px solid #808080; /* content border */
    border-top-color:#243356; /* different border color */
    padding:0.25em 0.5em; /* content padding */
}

endcombofile

begincombofile tabview/assets/tabview.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-tab-panel {
    display: none;
}

.yui3-tab-selected {
    background: yellow;
}

.yui3-tab-selected {
    background: yellow;
}

.yui3-tab-panel-selected {
    background: yellow;
    display: block;
}

.yui3-tab {
    display: inline-block;
    margin-right: 0.5em;
    zoom: 1;
};

endcombofile

begincombofile tabview/assets/tabview-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-tab-panel {
    display:none;
}

.yui3-tab-panel-selected {
    display:block;
}

.yui3-tabview-list,
.yui3-tab {
    margin:0;
    padding:0;
    list-style:none;
}

.yui3-tabview {
    position:relative; /* contain absolute positioned tabs (left/right) */
}

.yui3-tabview,
.yui3-tabview-list,
.yui3-tabview-panel,
.yui3-tab,
.yui3-tab-panel { /* IE: kill space between horizontal tabs */
    zoom:1;
}

.yui3-tab {
    display:inline-block;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer;
}

.yui3-tab-label {
    display:block;
    display:inline-block;
    padding: 6px 10px;
    position:relative; /* IE: to allow overlap */
    text-decoration: none;
    vertical-align:bottom; /* safari: for overlap */
}

endcombofile

begincombofile tabview-base/assets/tabview.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-tab-panel {
    display: none;
}

.yui3-tab-selected {
    background: yellow;
}

.yui3-tab-selected {
    background: yellow;
}

.yui3-tab-panel-selected {
    background: yellow;
    display: block;
}

.yui3-tab {
    display: inline-block;
    margin-right: 0.5em;
    zoom: 1;
};

endcombofile

begincombofile tabview-base/assets/tabview-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-tab-panel {
    display:none;
}

.yui3-tab-panel-selected {
    display:block;
}

.yui3-tabview-list,
.yui3-tab {
    margin:0;
    padding:0;
    list-style:none;
}

.yui3-tabview {
    position:relative; /* contain absolute positioned tabs (left/right) */
}

.yui3-tabview,
.yui3-tabview-list,
.yui3-tabview-panel,
.yui3-tab,
.yui3-tab-panel { /* IE: kill space between horizontal tabs */
    zoom:1;
}

.yui3-tab {
    display:inline-block;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer;
}

.yui3-tab-label {
    display:block;
    display:inline-block;
    padding: 6px 10px;
    position:relative; /* IE: to allow overlap */
    text-decoration: none;
    vertical-align:bottom; /* safari: for overlap */
}

endcombofile

begincombofile widget-base/assets/skins/night/widget-base.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden{display:none}.yui3-widget-content{overflow:hidden}.yui3-widget-content-expanded{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:100%}.yui3-widget-tmp-forcesize{overflow:hidden!important}#yui3-css-stamp.skin-night-widget-base{display:none}

endcombofile

begincombofile widget-base/assets/skins/night/widget-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

endcombofile

begincombofile widget-base/assets/skins/sam/widget-base.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden{display:none}.yui3-widget-content{overflow:hidden}.yui3-widget-content-expanded{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:100%}.yui3-widget-tmp-forcesize{overflow:hidden!important}#yui3-css-stamp.skin-sam-widget-base{display:none}

endcombofile

begincombofile widget-base/assets/skins/sam/widget-base-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

endcombofile

begincombofile widget-base/assets/widget-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden {
    display:none;
}

.yui3-widget-content {
    overflow:hidden;
}

.yui3-widget-content-expanded {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    height:100%;
}

/* Only used for IE6, to go from a bigger size to a smaller size when using cb.sizeTo(bb) */
.yui3-widget-tmp-forcesize {
    overflow:hidden !important;
}
endcombofile

begincombofile widget-base-ie/assets/widget-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden {
    display:none;
}

.yui3-widget-content {
    overflow:hidden;
}

.yui3-widget-content-expanded {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    height:100%;
}

/* Only used for IE6, to go from a bigger size to a smaller size when using cb.sizeTo(bb) */
.yui3-widget-tmp-forcesize {
    overflow:hidden !important;
}
endcombofile

begincombofile widget-buttons/assets/skins/night/widget-buttons.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-buttons .yui3-button-close,.yui3-widget-buttons .yui3-button-close .yui3-button-content,.yui3-widget-buttons .yui3-button-close .yui3-button-icon{display:inline-block;*display:inline;zoom:1;width:13px;height:13px;line-height:13px;vertical-align:top}.yui3-widget-buttons .yui3-button-close .yui3-button-icon{background-repeat:no-repeat;background-position:1px 1px}.yui3-skin-night .yui3-widget-buttons .yui3-button-icon{background-image:url(sprite_icons.gif)}#yui3-css-stamp.skin-night-widget-buttons{display:none}

endcombofile

begincombofile widget-buttons/assets/skins/night/widget-buttons-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-night .yui3-widget-buttons .yui3-button-icon {
    background-image: url(sprite_icons.gif);
}

endcombofile

begincombofile widget-buttons/assets/skins/sam/widget-buttons.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-buttons .yui3-button-close,.yui3-widget-buttons .yui3-button-close .yui3-button-content,.yui3-widget-buttons .yui3-button-close .yui3-button-icon{display:inline-block;*display:inline;zoom:1;width:13px;height:13px;line-height:13px;vertical-align:top}.yui3-widget-buttons .yui3-button-close .yui3-button-icon{background-repeat:no-repeat;background-position:1px 1px}.yui3-skin-sam .yui3-widget-buttons .yui3-button-icon{background-image:url(sprite_icons.gif)}#yui3-css-stamp.skin-sam-widget-buttons{display:none}

endcombofile

begincombofile widget-buttons/assets/skins/sam/widget-buttons-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-widget-buttons .yui3-button-icon {
    background-image: url(sprite_icons.gif);
}

endcombofile

begincombofile widget-buttons/assets/widget-buttons-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-buttons .yui3-button-close,
.yui3-widget-buttons .yui3-button-close .yui3-button-content,
.yui3-widget-buttons .yui3-button-close .yui3-button-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 13px;
    height: 13px;
    line-height: 13px;
    vertical-align: top;
}
.yui3-widget-buttons .yui3-button-close .yui3-button-icon {
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

endcombofile

begincombofile widget-htmlparser/assets/widget-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden {
    display:none;
}

.yui3-widget-content {
    overflow:hidden;
}

.yui3-widget-content-expanded {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    height:100%;
}

/* Only used for IE6, to go from a bigger size to a smaller size when using cb.sizeTo(bb) */
.yui3-widget-tmp-forcesize {
    overflow:hidden !important;
}
endcombofile

begincombofile widget-modality/assets/skins/night/widget-modality.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-night .yui3-widget-mask{background-color:black;zoom:1;-ms-filter:"alpha(opacity=40)";filter:alpha(opacity=40);opacity:.4}#yui3-css-stamp.skin-night-widget-modality{display:none}

endcombofile

begincombofile widget-modality/assets/skins/night/widget-modality-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-night .yui3-widget-mask {
    background-color: black;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

endcombofile

begincombofile widget-modality/assets/skins/sam/widget-modality.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-widget-mask{background-color:black;zoom:1;-ms-filter:"alpha(opacity=40)";filter:alpha(opacity=40);opacity:.4}#yui3-css-stamp.skin-sam-widget-modality{display:none}

endcombofile

begincombofile widget-modality/assets/skins/sam/widget-modality-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-widget-mask {
    background-color: black;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

endcombofile

begincombofile widget-modality/assets/widget-modality-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* WidgetModality core styles */

endcombofile

begincombofile widget-skin/assets/widget-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden {
    display:none;
}

.yui3-widget-content {
    overflow:hidden;
}

.yui3-widget-content-expanded {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    height:100%;
}

/* Only used for IE6, to go from a bigger size to a smaller size when using cb.sizeTo(bb) */
.yui3-widget-tmp-forcesize {
    overflow:hidden !important;
}
endcombofile

begincombofile widget-stack/assets/skins/night/widget-stack.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-stacked .yui3-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:0;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0}#yui3-css-stamp.skin-night-widget-stack{display:none}

endcombofile

begincombofile widget-stack/assets/skins/night/widget-stack-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

endcombofile

begincombofile widget-stack/assets/skins/sam/widget-stack.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-stacked .yui3-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:0;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0}#yui3-css-stamp.skin-sam-widget-stack{display:none}

endcombofile

begincombofile widget-stack/assets/skins/sam/widget-stack-skin.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

endcombofile

begincombofile widget-stack/assets/widget-stack-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-stacked .yui3-widget-shim {
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    border:none;
    top:0px;
    left:0px;
    padding:0;
    margin:0;
    z-index:-1;
    width:100%;
    height:100%;
    /* 
       We'll be setting these programmatically for IE6, 
       to account for cases where height is not set 
    */
    _width:0;
    _height:0;
}
endcombofile

begincombofile widget-uievents/assets/widget-base-core.css
/*
YUI 3.7.2 (build 5639)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden {
    display:none;
}

.yui3-widget-content {
    overflow:hidden;
}

.yui3-widget-content-expanded {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    height:100%;
}

/* Only used for IE6, to go from a bigger size to a smaller size when using cb.sizeTo(bb) */
.yui3-widget-tmp-forcesize {
    overflow:hidden !important;
}
endcombofile
