summaryrefslogtreecommitdiffstats
path: root/js/yui3/assets/skin/sam/skin.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/yui3/assets/skin/sam/skin.css')
-rw-r--r--js/yui3/assets/skin/sam/skin.css1727
1 files changed, 1727 insertions, 0 deletions
diff --git a/js/yui3/assets/skin/sam/skin.css b/js/yui3/assets/skin/sam/skin.css
new file mode 100644
index 000000000..80d01413f
--- /dev/null
+++ b/js/yui3/assets/skin/sam/skin.css
@@ -0,0 +1,1727 @@
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-scrollview-scrollbar {
+ -webkit-transform: translate3d(0, 0, 0);
+ -moz-transform: translate(0, 0);
+}
+
+.yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first,
+.yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle,
+.yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last {
+ border-radius:3px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiZGBgSGPAAgACDAAIkABoFyloZQAAAABJRU5ErkJggg==);
+}
+
+.yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first,
+.yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last {
+ border-bottom-right-radius:0;
+ border-bottom-left-radius:0;
+
+ -webkit-border-bottom-right-radius:0;
+ -webkit-border-bottom-left-radius:0;
+
+ -moz-border-radius-bottomright:0;
+ -moz-border-radius-bottomleft:0;
+}
+
+.yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last {
+ border-radius:0;
+ border-bottom-right-radius:3px;
+ border-bottom-left-radius:3px;
+
+ -webkit-border-radius:0;
+ -webkit-border-bottom-right-radius:3px;
+ -webkit-border-bottom-left-radius:3px;
+ -webkit-transform: translate3d(0, 0, 0);
+
+ -moz-border-radius:0;
+ -moz-border-radius-bottomright:3px;
+ -moz-border-radius-bottomleft:3px;
+ -moz-transform: translate(0, 0);
+}
+
+.yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle {
+ border-radius:0;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+
+ -webkit-transform: translate3d(0,0,0) scaleY(1);
+ -webkit-transform-origin-y: 0;
+
+ -moz-transform: translate(0,0) scaleY(1);
+ -moz-transform-origin: 0 0;
+}
+
+.yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first,
+.yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last {
+ border-top-right-radius: 0;
+ border-bottom-left-radius: 3px;
+
+ -webkit-border-top-right-radius: 0;
+ -webkit-border-bottom-left-radius: 3px;
+
+ -moz-border-radius-topright: 0;
+ -moz-border-radius-bottomleft: 3px;
+}
+
+.yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last {
+ border-bottom-left-radius: 0;
+ border-top-right-radius: 3px;
+
+ -webkit-border-bottom-left-radius: 0;
+ -webkit-border-top-right-radius: 3px;
+
+ -moz-border-radius-bottomleft: 0;
+ -moz-border-radius-topright: 3px;
+}
+
+.yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle {
+ -webkit-transform: translate3d(0,0,0) scaleX(1);
+ -webkit-transform-origin: 0 0;
+
+ -moz-transform: translate(0,0) scaleX(1);
+ -moz-transform-origin: 0 0;
+}
+
+.yui3-skin-sam .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child,
+.yui3-skin-sam .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child {
+ background-color: #aaa;
+ background-image: none;
+}
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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(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;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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;
+}
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+/* Vertical menus and submenus */
+
+.yui3-skin-sam .yui3-menu-content,
+.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-content {
+
+ font-size: 93%; /* 12px */
+ line-height: 1.5; /* 18px */
+ *line-height: 1.45; /* For IE */
+ border: solid 1px #808080;
+ background: #fff;
+ padding: 3px 0;
+
+}
+
+.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-content {
+
+ font-size: 100%;
+
+}
+
+
+/* Horizontal menus */
+
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-content {
+
+ line-height: 2; /* ~24px */
+ *line-height: 1.9; /* For IE */
+ background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
+ padding: 0;
+
+}
+
+
+.yui3-skin-sam .yui3-menu ul,
+.yui3-skin-sam .yui3-menu ul ul {
+
+ margin-top: 3px;
+ padding-top: 3px;
+ border-top: solid 1px #ccc;
+
+}
+
+.yui3-skin-sam .yui3-menu ul.first-of-type {
+
+ border: 0;
+ margin: 0;
+ padding: 0;
+
+}
+
+.yui3-skin-sam .yui3-menu-horizontal ul {
+
+ padding: 0;
+ margin: 0;
+ border: 0;
+
+}
+
+
+.yui3-skin-sam .yui3-menu li,
+.yui3-skin-sam .yui3-menu .yui3-menu li {
+
+ /*
+ For and IE 6 (Strict Mode and Quirks Mode) and IE 7 (Quirks Mode only):
+ Used to collapse superfluous white space between <li> elements that is
+ triggered by the "display" property of the <a> elements being set to
+ "block" by node-menunav-core.css file.
+ */
+
+ _border-bottom: solid 1px #fff;
+
+}
+
+.yui3-skin-sam .yui3-menu-horizontal li {
+
+ _border-bottom: 0;
+
+}
+
+.yui3-skin-sam .yui3-menubuttonnav li {
+
+ border-right: solid 1px #ccc;
+
+}
+
+.yui3-skin-sam .yui3-splitbuttonnav li {
+
+ border-right: solid 1px #808080;
+
+}
+
+.yui3-skin-sam .yui3-menubuttonnav li li,
+.yui3-skin-sam .yui3-splitbuttonnav li li {
+
+ border-right: 0;
+
+}
+
+
+/* Menuitems and menu labels */
+
+
+.yui3-skin-sam .yui3-menu-label,
+.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label,
+.yui3-skin-sam .yui3-menuitem-content,
+.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menuitem-content {
+
+ /*padding: 0 20px;*/
+ padding: 0 1em;
+ color: #000;
+ text-decoration: none;
+ cursor: default;
+
+ /*
+ Necessary specify values for border, position and margin to override
+ values specified in the selectors that follow.
+ */
+
+ float: none;
+ border: 0;
+ margin: 0;
+
+}
+
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label,
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menuitem-content {
+
+ padding: 0 10px;
+ border-style: solid;
+ border-color: #808080;
+ border-width: 1px 0;
+ margin: -1px 0;
+
+ float: left; /* Ensures that menu labels clear floated descendents.
+ Also gets negative margins working in IE 7
+ (Strict Mode). */
+ width: auto;
+
+}
+
+.yui3-skin-sam .yui3-menu-label,
+.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label {
+
+ background: url(vertical-menu-submenu-indicator.png) right center no-repeat;
+
+}
+
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label {
+
+ background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
+
+}
+
+.yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label,
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label {
+
+ background-image: none;
+
+}
+
+.yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label {
+
+ padding-right: 0;
+
+}
+
+.yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label em {
+
+ font-style: normal;
+ padding-right: 20px;
+ display: block;
+ background: url(horizontal-menu-submenu-indicator.png) right center no-repeat;
+
+}
+
+
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label {
+
+ padding: 0;
+
+}
+
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label a {
+
+ float: left;
+ width: auto;
+ color: #000;
+ text-decoration: none;
+ cursor: default;
+ padding: 0 5px 0 10px;
+
+}
+
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label .yui3-menu-toggle {
+
+ padding: 0; /* Overide padding applied by the preceeding rule. */
+ border-left: solid 1px #ccc;
+ width: 15px;
+ overflow: hidden;
+ text-indent: -1000px;
+ background: url(horizontal-menu-submenu-indicator.png) 3px center no-repeat;
+
+}
+
+
+/* Selected menuitem */
+
+.yui3-skin-sam .yui3-menu-label-active,
+.yui3-skin-sam .yui3-menu-label-menuvisible,
+.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label-active,
+.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
+
+ background-color: #B3D4FF;
+
+}
+
+.yui3-skin-sam .yui3-menuitem-active .yui3-menuitem-content,
+.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menuitem-active .yui3-menuitem-content {
+
+ background-image: none;
+ background-color: #B3D4FF;
+
+ /*
+ Undo values set for "border-left-width" and "margin-left" when the root
+ menu has a class of "yui-menubuttonnav" or "yui-splitbuttonnav" applied.
+ */
+
+ border-left-width: 0;
+ margin-left: 0;
+
+}
+
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label-active,
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content,
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label-menuvisible {
+
+ border-color: #7D98B8;
+ background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;
+
+}
+
+.yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label-active,
+.yui3-skin-sam .yui3-menubuttonnav .yui3-menuitem-active .yui3-menuitem-content,
+.yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label-menuvisible,
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label-active,
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menuitem-active .yui3-menuitem-content,
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label-menuvisible {
+
+ border-left-width: 1px;
+ margin-left: -1px;
+
+}
+
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label-menuvisible {
+
+ border-color: #808080;
+ background: transparent;
+
+}
+
+.yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label-menuvisible .yui3-menu-toggle {
+
+ border-color: #7D98B8;
+ background: url(horizontal-menu-submenu-toggle.png) left center no-repeat;
+
+}
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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;
+ text-align: center;
+ width: 100%;
+}
+
+.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-left-grid {
+ margin-right:1em;
+}
+
+[dir="rtl"] .yui3-skin-sam .yui3-calendar-left-grid,
+.yui3-skin-sam [dir="rtl"] .yui3-calendar-left-grid {
+ margin-right: auto;
+ margin-left: 1em;
+}
+
+.yui3-skin-sam .yui3-calendar-right-grid {
+ margin-left:1em;
+}
+
+[dir="rtl"] .yui3-skin-sam .yui3-calendar-right-grid,
+.yui3-skin-sam [dir="rtl"] .yui3-calendar-right-grid {
+ margin-left: auto;
+ margin-right: 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;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-aclist-content {
+ background: #fff;
+ border: 1px solid #afafaf;
+ -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58);
+ -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58);
+ box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58);
+}
+
+.yui3-skin-sam .yui3-aclist-item-hover {
+ background: #bfdaff;
+}
+
+.yui3-skin-sam .yui3-aclist-item-active {
+ background: #2647a0;
+ color: #fff;
+ outline: none;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-console-separate {
+ position:absolute;
+ right:1em;
+ top:1em;
+ z-index:999;
+}
+
+.yui3-skin-sam .yui3-console-inline {
+ /* xbrowser inline-block styles */
+ display: -moz-inline-stack; /* FF2 */
+ display: inline-block;
+ *display: inline; /* IE 7- (with zoom) */
+ zoom: 1;
+ vertical-align: top;
+}
+.yui3-skin-sam .yui3-console-inline .yui3-console-content {
+ position: relative;
+}
+
+.yui3-skin-sam .yui3-console-content {
+ background: #777;
+ _background: #D8D8DA url(bg.png) repeat-x 0 0;
+ font: normal 13px/1.3 Arial, sans-serif;
+ text-align: left;
+
+ border: 1px solid #777;
+ border-radius: 10px;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+}
+
+.yui3-skin-sam .yui3-console-hd,
+.yui3-skin-sam .yui3-console-bd,
+.yui3-skin-sam .yui3-console-ft {
+ position: relative;
+}
+
+.yui3-skin-sam .yui3-console-hd,
+.yui3-skin-sam .yui3-console-ft .yui3-console-controls {
+ text-align: right;
+}
+
+.yui3-skin-sam .yui3-console-hd {
+ background: #D8D8DA url(bg.png) repeat-x 0 0;
+ padding: 1ex;
+
+ border: 1px solid transparent;
+ _border: 0 none;
+ border-top-right-radius: 10px;
+ border-top-left-radius: 10px;
+ -moz-border-radius-topright: 10px;
+ -moz-border-radius-topleft: 10px;
+ -webkit-border-top-right-radius: 10px;
+ -webkit-border-top-left-radius: 10px;
+}
+
+.yui3-skin-sam .yui3-console-bd {
+ background: #fff;
+ border-top: 1px solid #777;
+ border-bottom: 1px solid #777;
+ color: #000;
+ font-size: 11px;
+ overflow: auto;
+ overflow-x: auto;
+ overflow-y: scroll;
+ _width: 100%;
+}
+
+.yui3-skin-sam .yui3-console-ft {
+ background: #D8D8DA url(bg.png) repeat-x 0 0;
+
+ border: 1px solid transparent;
+ _border: 0 none;
+ border-bottom-right-radius: 10px;
+ border-bottom-left-radius: 10px;
+ -moz-border-radius-bottomright: 10px;
+ -moz-border-radius-bottomleft: 10px;
+ -webkit-border-bottom-right-radius: 10px;
+ -webkit-border-bottom-left-radius: 10px;
+}
+
+.yui3-skin-sam .yui3-console-controls {
+ padding: 4px 1ex;
+ zoom: 1;
+}
+
+.yui3-skin-sam .yui3-console-title {
+ color: #000;
+ display: inline;
+ float: left;
+ font-weight: bold;
+ font-size: 13px;
+ height: 24px;
+ line-height: 24px;
+ margin: 0;
+ padding-left: 1ex;
+}
+
+.yui3-skin-sam .yui3-console-pause-label {
+ float: left;
+}
+.yui3-skin-sam .yui3-console-button {
+ line-height: 1.3;
+}
+
+.yui3-skin-sam .yui3-console-collapsed .yui3-console-bd,
+.yui3-skin-sam .yui3-console-collapsed .yui3-console-ft {
+ display: none;
+}
+.yui3-skin-sam .yui3-console-content.yui3-console-collapsed {
+ -webkit-border-radius: 0;
+}
+.yui3-skin-sam .yui3-console-collapsed .yui3-console-hd {
+ border-radius: 10px;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 0;
+}
+
+/* Log entries */
+.yui3-skin-sam .yui3-console-entry {
+ border-bottom: 1px solid #aaa;
+ min-height: 32px;
+ _height: 32px;
+}
+
+.yui3-skin-sam .yui3-console-entry-meta {
+ margin: 0;
+ overflow: hidden;
+}
+
+.yui3-skin-sam .yui3-console-entry-content {
+ margin: 0;
+ padding: 0 1ex;
+ white-space: pre-wrap;
+ word-wrap: break-word;
+}
+
+.yui3-skin-sam .yui3-console-entry-meta .yui3-console-entry-src {
+ color: #000;
+ font-style: italic;
+ font-weight: bold;
+ float: right;
+ margin: 2px 5px 0 0;
+}
+.yui3-skin-sam .yui3-console-entry-meta .yui3-console-entry-time {
+ color: #777;
+ padding-left: 1ex;
+}
+.yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-meta .yui3-console-entry-time {
+ color: #555;
+}
+
+.yui3-skin-sam .yui3-console-entry-info .yui3-console-entry-meta .yui3-console-entry-cat,
+.yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-meta .yui3-console-entry-cat,
+.yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-meta .yui3-console-entry-cat {
+ display: none;
+}
+.yui3-skin-sam .yui3-console-entry-warn {
+ background: #aee url(warn_error.png) no-repeat -15px 15px;
+}
+.yui3-skin-sam .yui3-console-entry-error {
+ background: #ffa url(warn_error.png) no-repeat 5px -24px;
+ color: #900;
+}
+.yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-content,
+.yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-content {
+ padding-left: 24px;
+}
+.yui3-skin-sam .yui3-console-entry-cat {
+ text-transform: uppercase;
+ padding: 1px 4px;
+ background-color: #ccc;
+}
+.yui3-skin-sam .yui3-console-entry-info .yui3-console-entry-cat {
+ background-color: #ac2;
+}
+.yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-cat {
+ background-color: #e81;
+}
+.yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-cat {
+ background-color: #b00;
+ color: #fff;
+}
+
+.yui3-skin-sam .yui3-console-hidden { display: none; }
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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 {
+ width: 0;
+ height: 0;
+ padding: 0;
+ margin: 0;
+ border: 10px solid transparent;
+ position: absolute;
+ /* ie6 height fix */
+ font-size: 0;
+ line-height: 0;
+ /* ie6 transparent fix */
+ _border-left-color: white;
+ _border-top-color: white;
+ _border-right-color: white;
+ _border-bottom-color: white;
+ _filter: chroma(color=white);
+}
+
+.yui3-skin-sam .yui3-calendarnav-prevmonth:hover,
+[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth:hover,
+.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth:hover {
+ border-right-color: #0066CC;
+}
+
+.yui3-skin-sam .yui3-calendarnav-nextmonth:hover,
+[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth:hover,
+.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth:hover {
+ border-left-color: #0066CC;
+}
+
+.yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
+.yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover,
+[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
+.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
+[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover,
+.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover {
+ cursor: default;
+ border-right-color: #CCCCCC;
+ border-left-color: transparent;
+}
+.yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
+.yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover,
+[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
+.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
+[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover,
+.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover {
+ cursor: default;
+ border-left-color: #CCCCCC;
+ border-right-color: transparent;
+}
+
+.yui3-skin-sam .yui3-calendarnav-prevmonth {
+ border-right-color: #000000;
+ left: 0;
+ margin-left: -10px;
+}
+
+.yui3-skin-sam .yui3-calendarnav-nextmonth {
+ border-left-color: #000000;
+ right: 0;
+ margin-right: -10px;
+}
+
+[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth,
+.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth {
+ left: auto;
+ right: 0;
+ border-left-color: #000000;
+ border-right-color: transparent;
+}
+
+[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth,
+.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth {
+ left: 0;
+ right: auto;
+ border-right-color: #000000;
+ border-left-color: transparent;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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(../../../../assets/skins/sam/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(../../../../assets/skins/sam/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(../../../../assets/skins/sam/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 */
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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(../../../../assets/skins/sam/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;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-datatable-sortable-column {
+ cursor: pointer;
+}
+
+.yui3-skin-sam .yui3-datatable-columns .yui3-datatable-sorted,
+.yui3-skin-sam .yui3-datatable-sortable-column:hover {
+ *background: #c1c4c8 url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -100px;
+ background-color: #f1f2f3;
+}
+
+.yui3-skin-sam .yui3-datatable-sort-liner {
+ display: block;
+ height: 100%;
+ position: relative;
+ padding-right: 15px;
+ position: relative;
+}
+
+.yui3-skin-sam .yui3-datatable-sort-indicator {
+ position: absolute;
+ right: 0;
+ bottom: .5ex;
+ width: 7px;
+ height: 10px;
+ background: url(sort-arrow-sprite.png) no-repeat 0 0;
+ _background: url(sort-arrow-sprite-ie.png) no-repeat 0 0;
+ overflow: hidden;
+}
+
+.yui3-skin-sam .yui3-datatable-sorted .yui3-datatable-sort-indicator {
+ background-position: 0 -10px;
+}
+.yui3-skin-sam .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
+ background-position: 0 -20px;
+}
+
+.yui3-skin-sam .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted {
+ background-color: #edf5ff;
+}
+
+.yui3-skin-sam .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted {
+ background-color: #dbeaff;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-datatable .yui3-datatable-highlight-row td {
+ background-color: #fef2cd;
+}
+
+.yui3-skin-sam .yui3-datatable tr .yui3-datatable-highlight-col {
+ background-color: #fef2cd;
+}
+
+.yui3-skin-sam .yui3-datatable tr .yui3-datatable-highlight-cell {
+ background-color: #fef2cd;
+}
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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(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(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;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-console-ft .yui3-console-filters-categories,
+.yui3-skin-sam .yui3-console-ft .yui3-console-filters-sources {
+ text-align: left;
+ padding: 5px 0;
+ border: 1px inset;
+ margin: 0 2px;
+}
+.yui3-skin-sam .yui3-console-ft .yui3-console-filters-categories {
+ background: #fff;
+ border-bottom: 2px ridge;
+}
+.yui3-skin-sam .yui3-console-ft .yui3-console-filters-sources {
+ background: #fff;
+ margin-bottom: 2px;
+
+ border-top: 0 none;
+ border-bottom-right-radius: 10px;
+ border-bottom-left-radius: 10px;
+ -moz-border-radius-bottomright: 10px;
+ -moz-border-radius-bottomleft: 10px;
+ -webkit-border-bottom-right-radius: 10px;
+ -webkit-border-bottom-left-radius: 10px;
+}
+.yui3-skin-sam .yui3-console-filter-label {
+ white-space: nowrap;
+ margin-left: 1ex;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-scrollview {
+ -webkit-tap-highlight-color: rgba(255,255,255,0);
+}
+
+.yui3-skin-sam .yui3-scrollview{
+ background-color: white;
+}
+/* For IE 6/7 - needs a background color (above) to pick up events, and zoom, to fill the UL */
+.yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
+ *zoom:1;
+}
+
+/* For IE7 - needs zoom, otherwise clipped content is not rendered */
+.yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list {
+ *zoom:1;
+ list-style:none; /*need these since reset is not required*/
+ padding:0; /*need these since reset is not required*/
+ margin:0; /*need these since reset is not required*/
+}
+
+.yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content {
+ /*border:1px solid #303030; If the ScrollView needs a border add it here */
+ border-top:0;
+ background-color:white;
+ font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
+ color:black;
+}
+
+.yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
+ border-bottom: 1px solid #303030;
+ padding: 15px 20px 16px;
+ font-size: 100%;
+ font-weight: bold;
+ background-color:white;
+ cursor:pointer;
+}
+
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+/* empty */
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+/* Horizontal Slider */
+
+/* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-x.png */
+
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail,
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left,
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right {
+ background-image: url(rail-x.png);
+ background-repeat: repeat-x;
+ /* alternate: rail-x-lines.png */
+}
+
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail {
+ height: 26px;
+}
+.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb {
+ height: 26px;
+ width: 15px;
+}
+
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left {
+ background-position: 0 -20px;
+ height: 20px;
+ left: -2px;
+ width: 5px;
+}
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right {
+ background-position: 0 -40px;
+ height: 20px;
+ right: -2px;
+ width: 5px;
+}
+
+.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-image {
+ left: 0;
+ top: -10px;
+}
+.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-shadow {
+ left: 0;
+ opacity: 0.15;
+ filter: alpha(opacity=15);
+ top: -50px;
+}
+
+/* Vertical Slider */
+
+/* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-y.png */
+
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail,
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top,
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom {
+ background-image: url(rail-y.png);
+ background-repeat: repeat-y;
+ /* alternate: rail-y-lines.png */
+}
+
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail {
+ width: 26px;
+}
+.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb {
+ width: 26px;
+ height: 15px;
+}
+
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top {
+ background-position: -20px 0;
+ width: 20px;
+ top: -2px;
+ height: 5px;
+}
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom {
+ background-position: -40px 0;
+ width: 20px;
+ bottom: -2px;
+ height: 5px;
+}
+
+.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-image {
+ left: -10px;
+ top: 0;
+}
+.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-shadow {
+ left: -50px;
+ opacity: 0.15;
+ filter: alpha(opacity=15);
+ top: 0;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+/* Horizontal Slider */
+
+/* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-x.png */
+
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail,
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left,
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right {
+ background-image: url(rail-x.png);
+ background-repeat: repeat-x;
+ /* alternate: rail-x-lines.png */
+}
+
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail {
+ height: 26px;
+}
+.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb {
+ height: 26px;
+ width: 15px;
+}
+
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left {
+ background-position: 0 -20px;
+ height: 20px;
+ left: -2px;
+ width: 5px;
+}
+.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right {
+ background-position: 0 -40px;
+ height: 20px;
+ right: -2px;
+ width: 5px;
+}
+
+.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-image {
+ left: 0;
+ top: -10px;
+}
+.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-shadow {
+ left: 0;
+ opacity: 0.15;
+ filter: alpha(opacity=15);
+ top: -50px;
+}
+
+/* Vertical Slider */
+
+/* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-y.png */
+
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail,
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top,
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom {
+ background-image: url(rail-y.png);
+ background-repeat: repeat-y;
+ /* alternate: rail-y-lines.png */
+}
+
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail {
+ width: 26px;
+}
+.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb {
+ width: 26px;
+ height: 15px;
+}
+
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top {
+ background-position: -20px 0;
+ width: 20px;
+ top: -2px;
+ height: 5px;
+}
+.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom {
+ background-position: -40px 0;
+ width: 20px;
+ bottom: -2px;
+ height: 5px;
+}
+
+.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-image {
+ left: -10px;
+ top: 0;
+}
+.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-shadow {
+ left: -50px;
+ opacity: 0.15;
+ filter: alpha(opacity=15);
+ top: 0;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-scrollview {
+ -webkit-tap-highlight-color: rgba(255,255,255,0);
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-datatable-paginator {
+ background: white url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
+ background-image: -webkit-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
+ background-image: -moz-linear-gradient(top, transparent 40%, hsla(0, 0%, 0%, 0.21));
+ background-image: -ms-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
+ background-image: -o-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
+ background-image: linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
+ border-color: #cbcbcb;
+}
+
+.yui3-datatable-paginator .yui3-datatable-paginator-control {
+ color: #242D42;
+}
+
+.yui3-datatable-paginator .yui3-datatable-paginator-control-first:hover,
+.yui3-datatable-paginator .yui3-datatable-paginator-control-last:hover,
+.yui3-datatable-paginator .yui3-datatable-paginator-control-prev:hover,
+.yui3-datatable-paginator .yui3-datatable-paginator-control-next:hover {
+ box-shadow: 0 1px 2px #292442;
+}
+
+.yui3-datatable-paginator .yui3-datatable-paginator-control-first:active,
+.yui3-datatable-paginator .yui3-datatable-paginator-control-last:active,
+.yui3-datatable-paginator .yui3-datatable-paginator-control-prev:active,
+.yui3-datatable-paginator .yui3-datatable-paginator-control-next:active {
+ box-shadow: inset 0 1px 1px #292442;
+ background: #E0DEED;
+ background: hsla(250, 30%, 90%, 0.3);
+}
+
+.yui3-datatable-paginator .yui3-datatable-paginator-control-disabled,
+.yui3-datatable-paginator .yui3-datatable-paginator-control-disabled:hover {
+ color: #BDC7DB;
+ border-color: transparent;
+ box-shadow: none;
+}
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+/* Reset base Console skin styles */
+.yui3-skin-sam .yui3-testconsole .yui3-console-content,
+.yui3-skin-sam .yui3-testconsole .yui3-console-bd,
+.yui3-skin-sam .yui3-testconsole .yui3-console-entry,
+.yui3-skin-sam .yui3-testconsole .yui3-console-ft,
+.yui3-skin-sam .yui3-testconsole .yui3-console-ft .yui3-console-filters-categories,
+.yui3-skin-sam .yui3-testconsole .yui3-console-ft .yui3-console-filters-sources,
+.yui3-skin-sam .yui3-testconsole .yui3-console-hd {
+ background: none;
+ border: none;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ border-radius: 0;
+}
+
+.yui3-skin-sam .yui3-testconsole-content,
+.yui3-skin-sam .yui3-testconsole .yui3-console-bd {
+ color: #333;
+ font: 13px/1.4 Helvetica, 'DejaVu Sans', 'Bitstream Vera Sans', Arial, sans-serif;
+}
+
+.yui3-skin-sam .yui3-testconsole-content {
+ border: 1px solid #afafaf;
+}
+
+.yui3-skin-sam .yui3-testconsole .yui3-console-entry {
+ border-bottom: 1px solid #eaeaea;
+ font-family: Menlo, Inconsolata, Consolas, 'DejaVu Mono', 'Bitstream Vera Sans Mono', monospace;
+ font-size: 11px;
+}
+
+.yui3-skin-sam .yui3-testconsole .yui3-console-ft {
+ border-top: 1px solid;
+}
+
+.yui3-skin-sam .yui3-testconsole .yui3-console-hd {
+ border-bottom: 1px solid;
+ *zoom: 1;
+}
+
+.yui3-skin-sam .yui3-testconsole.yui3-console-collapsed .yui3-console-hd {
+ border: none;
+}
+
+.yui3-skin-sam .yui3-testconsole .yui3-console-ft,
+.yui3-skin-sam .yui3-testconsole .yui3-console-hd {
+ border-color: #cfcfcf;
+}
+
+.yui3-skin-sam .yui3-testconsole .yui3-testconsole-entry-fail {
+ background-color: #FFE0E0;
+ border-bottom-color: #FFC5C4;
+}
+
+.yui3-skin-sam .yui3-testconsole .yui3-testconsole-entry-pass {
+ background-color: #ECFFEA;
+ border-bottom-color: #D1FFCC;
+}
+
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-dial-handle{ /*container. top left corner used for trig positioning*/
+ background:#6C3A3A;
+ opacity:0.3;
+ -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset;
+ /*-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset; Chrome 7/Win bug*/
+ cursor:pointer;
+ font-size:1px;
+}
+.yui3-skin-sam .yui3-dial-ring {
+ background:#BEBDB7;
+ background:-moz-linear-gradient(100% 100% 135deg, #7B7A6D, #FFFFFF);
+ background:-webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#7B7A6D));
+ box-shadow:1px 1px 5px rgba(0, 0, 0, 0.4) inset;
+ -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset; /*Chrome 7/Win bug*/
+ -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.4) inset;
+}
+.yui3-skin-sam .yui3-dial-center-button{
+ box-shadow:-1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5);
+ -moz-box-shadow:-1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5);
+ /*-webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5); Chrome 7/Win bug*/
+ background:#DDDBD4;
+ background:-moz-radial-gradient(30% 30% 0deg, circle farthest-side, #FBFBF9 24%, #F2F0EA 41%, #D3D0C3 83%) repeat scroll 0 0 transparent;
+ background:-webkit-gradient(radial, 15 15, 15, 30 30, 40, from(#FBFBF9), to(#D3D0C3), color-stop(.2,#F2F0EA));
+ cursor:pointer;
+ opacity:0.7;
+ /*text-align:center;*/
+}
+.yui3-skin-sam .yui3-dial-reset-string{
+ color:#676767;
+ font-size:85%;
+ text-decoration:underline;
+}
+.yui3-skin-sam .yui3-dial-label{
+ color:#808080;
+ margin-bottom:0.8em;
+}
+.yui3-skin-sam .yui3-dial-value-string{
+ margin-left:0.5em;
+ color:#000;
+ font-size:130%;
+}
+.yui3-skin-sam .yui3-dial-value {
+ visibility:hidden;
+ position:absolute;
+ top:0;
+ left:102%;
+ width:4em;
+}
+.yui3-skin-sam .yui3-dial-north-mark{
+ position:absolute;
+ border-left:2px solid #ccc;
+ height:5px;
+ width:10px;
+ left:50%;
+ top:-7px;
+ font-size:1px;
+}
+.yui3-skin-sam .yui3-dial-marker {
+ background-color:#000;
+ opacity:0.2;
+ font-size:1px;
+}
+.yui3-skin-sam .yui3-dial-marker-max-min{
+ background-color:#AB3232;
+ opacity:0.6;
+}
+.yui3-skin-sam .yui3-dial-ring-vml,
+.yui3-skin-sam .yui3-dial-center-button-vml,
+.yui3-skin-sam .yui3-dial-marker v\:oval.yui3-dial-marker-max-min,
+.yui3-skin-sam v\:oval.yui3-dial-marker-max-min,
+.yui3-skin-sam .yui3-dial-marker-vml,
+.yui3-skin-sam .yui3-dial-handle-vml {
+ background: none;
+ opacity:1;
+}
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+.yui3-skin-sam .yui3-datatable-message-content {
+ border: 0 none;
+ border-bottom: 1px solid #cbcbcb;
+ padding: 4px 10px;
+}