body {
    background-color: #fff;
}

/* autocomplete-list-core.css ****************************************************/
.yui3-aclist {
    position: absolute;
    z-index: 100;
}

.yui3-aclist-hidden {
    visibility: hidden;
}

.yui3-aclist-aria {
    /* Hide from sighted users, show to screen readers. */
    left: -9999px;
    position: absolute;
}

.yui3-aclist-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.yui3-aclist-item {
    cursor: pointer;
    list-style: none;
    padding: 0.2em 1.37em;
}

.yui3-aclist-item-active {
    outline: #afafaf dotted thin;
}

/* autocomplete-list-skin.css   (sam) ****************************************************/
.yui3-skin-elit .yui3-aclist-content {
    background-color: #fdfdfc;
    border: solid 1px #f1f1ea;
    color: #59593b;
    -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: 2px 2px 7px rgba(0, 0, 0, 0.15);
}

.yui3-skin-elit .yui3-aclist-item-hover {
    background-color: #e4e4d7;
    color: #464630;
}

.yui3-skin-elit .yui3-aclist-item-active {
    background-color: #f6f7f3;
    color: #303423;
    outline: none;
}

.yui3-skin-elit .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 */
    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: #ffffff;
    background-color: #676633;
    border: solid 1px;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

.yui3-skin-elit a.yui3-button {
    color: #4f5639;
    text-decoration: none;
}

.yui3-skin-elit a.yui3-button-selected {
    color: #2f311b;
    text-decoration: none;
}

.yui3-skin-elit .yui3-button-hover,
.yui3-skin-elit .yui3-button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    background: background: -moz-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 252, 0.3)), color-stop(49%, rgba(246, 247, 243, 0)), color-stop(51%, rgba(246, 247, 243, 0)), color-stop(100%, rgba(188, 196, 166, 0.3)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#1a000000', GradientType=0);
    background-color: rgb(177, 175, 72);
    color: #ffffff;
}

.yui3-skin-elit .yui3-button-active,
.yui3-skin-elit .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: background: -moz-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 252, 0.3)), color-stop(49%, rgba(244, 245, 237, 0)), color-stop(51%, rgba(244, 245, 237, 0)), color-stop(100%, rgba(192, 197, 150, 0.3)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#1a000000', GradientType=0);
    background-color: rgb(177, 175, 72);
    color: rgb(108, 106, 15);


    -webkit-box-shadow: 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 1px rgba(0, 0, 0, 0.25) inset, 0 2px 4px rgba(0, 0, 0, 0.30) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 4px rgba(0, 0, 0, 0.30) inset;
}

.yui3-skin-elit .yui3-button[disabled],
.yui3-skin-elit .yui3-button-disabled,
.yui3-skin-elit .yui3-button-disabled:hover,
.yui3-skin-elit .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 1px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;

    background-color: #f6f7f3;
    color: #4f5639;


}

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

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


.yui3-skin-elit .yui3-button-primary,
.yui3-skin-elit .yui3-button-selected {
    background-color: #f4f5ed;
    color: #2f311b;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    border-color: #fdfdfc #e5e7d4 #e5e7d4 #fdfdfc;
}

.yui3-skin-elit .yui3-button-primary:hover,
.yui3-skin-elit .yui3-button-selected:hover {
    background-color: #d9ddc0;
    color: #1c1e10;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}


.yui3-skin-elit .yui3-sam .yui3-button:-moz-focusring {
    outline-color: rgba(0, 0, 0, 0.85);
}


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

.yui3-skin-elit .yui3-calendar-content {
    padding: 1em 2.74em 1.5em;
    border-radius: 15px;
    background: -moz-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(253, 253, 252, 0) 49%, rgba(253, 253, 252, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 252, 0.3)), color-stop(49%, rgba(253, 253, 252, 0)), color-stop(51%, rgba(253, 253, 252, 0)), color-stop(100%, rgba(204, 204, 179, 0.3)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(253, 253, 252, 0) 49%, rgba(253, 253, 252, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(253, 253, 252, 0) 49%, rgba(253, 253, 252, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(253, 253, 252, 0) 49%, rgba(253, 253, 252, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 252, 0.3) 0%, rgba(253, 253, 252, 0) 49%, rgba(253, 253, 252, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#1a000000', GradientType=0);
    background-color: #fdfdfc;
    color: #59593b;
    border: solid 1px;
    border-color: #fdfdfc #f1f1ea #f1f1ea #fdfdfc;
}

.yui3-skin-elit .yui3-calendar-grid {
    padding: 5px; /* any affect? */
    border-collapse: collapse;
}

.yui3-skin-elit .yui3-calendar-header {
    padding-bottom: 10px;
    color: #373725;
}

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


.yui3-skin-elit .yui3-calendar-day,
.yui3-skin-elit .yui3-calendar-prevmonth-day,
.yui3-skin-elit .yui3-calendar-nextmonth-day {
    padding: 0.16em 0.44em 0.24em;
    text-align: center;
}


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

background: {

{
    weekdayHeadBackground
}
}
;
color: #59593b

;
}

.yui3-skin-elit .yui3-calendar-prevmonth-day,
.yui3-skin-elit .yui3-calendar-nextmonth-day {
    background: #fdfdfc;
    color: #b1b18b;
    border: solid 1px #d8d8c5;
}

.yui3-skin-elit .yui3-calendar-day {
    font-weight: bold;
    background: #e4e4d7;
    color: #464630;
    border: solid 1px #d8d8c5;
}

.yui3-skin-elit .yui3-calendar-day:hover, /* When cursor   is used to navigate days */
.yui3-skin-elit .yui3-calendar-day-highlighted { /* When keyboard is used to navigate days */
    background: #e4e4d7;
    color: #464630;
}

.yui3-skin-elit .yui3-calendar-day-selected {
    background: -moz-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 252, 0.3)), color-stop(49%, rgba(244, 245, 237, 0)), color-stop(51%, rgba(244, 245, 237, 0)), color-stop(100%, rgba(192, 197, 150, 0.3)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 252, 0.3) 0%, rgba(244, 245, 237, 0) 49%, rgba(244, 245, 237, 0) 51%, rgba(192, 197, 150, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#1a000000', GradientType=0);
    background-color: #f4f5ed;
    color: #51562f;
}

.yui3-skin-elit .yui3-calendar-day-selected:hover, /* When cursor hovers over selected days */
.yui3-skin-elit .yui3-calendar-day-selected.yui3-calendar-day-highlighted { /* When keyboard focuses over selected days */
    background-color: #d9ddc0;
    color: #1c1e10;
}

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

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

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

.yui3-skin-elit .yui3-calendar-selection-disabled,
.yui3-skin-elit .yui3-calendar-selection-disabled:hover {
    color: #b1b18b;
    background: #fdfdfc;
}

/**************** the following from calendarnavigator.css ******************/
.yui3-skin-elit .yui3-calendarnav-prevmonth, .yui3-skin-elit .yui3-calendarnav-nextmonth {
    color: #000000; /*falls back to text if image not rendered */
    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-elit .yui3-calendarnav-prevmonth:hover, .yui3-skin-elit .yui3-calendarnav-nextmonth:hover {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPpJREFUeNpi/P//PwMxQD9jszSQ6oJyyy7O8H1KjD5GQhYADeYEUkVAXAHEPFDhL0DcAcR9QIu+k20B0PBAIDUBiOVwKHkExAVAS9aTZAHQYAOowfYMxIGDUIsu4LUAaLAQkGoB4kwG8sB0IK4BWvQOxQKgwcxAdj4Q1wExPwNl4CMQNwHxRKBFfxn10jd5ADm9QKzFQF1wDYiLmaAcNgbqA7CZTEBv7ADS2iDboN5joEIQgczSBpmNHsmiQKodiJPJNHwuEFcCDX49MMkUi0VRUB/hy2ggFy+jtKgohRYVnFDh79CiopuiogLNIjmobxigrn5EjD6AAAMAok9vhfHG8wQAAAAASUVORK5CYII=);
    color: #0066CC;
}

.yui3-skin-elit .yui3-calendarnav-month-disabled, .yui3-skin-elit .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-elit .yui3-calendarnav-prevmonth, .yui3-skin-elit .yui3-calendarnav-prevmonth:hover {
    background-position: 0px 0px;
    margin-left: -12px;
}

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

.yui3-skin-elit .yui3-calendarnav-prevmonth span, .yui3-skin-elit .yui3-calendarnav-nextmonth span {
    display: none;
    *display: block;
}

/* basic skin styles */
.yui3-skin-elit .yui3-datatable-table {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    /* IE7- doesn'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: solid 1px #f1f1ea;
}

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

.yui3-skin-elit .yui3-datatable-cell {
    background-color: #fdfdfc;
    color: #59593b;
}

.yui3-skin-elit .yui3-datatable-cell,
.yui3-skin-elit .yui3-datatable-header {
    border-left: 1px solid #f1f1ea; /*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible; /*to make this work where the title is really long */
    padding: 0.3em 1.64em;
}

.yui3-skin-elit .yui3-datatable-cell:first-child,
.yui3-skin-elit .yui3-datatable-first-header {
    border-left-width: 0px;
}

.yui3-skin-elit .yui3-datatable-header {
    background: -moz-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(251, 251, 249, 0) 49%, rgba(251, 251, 249, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 252, 0.3)), color-stop(49%, rgba(251, 251, 249, 0)), color-stop(51%, rgba(251, 251, 249, 0)), color-stop(100%, rgba(204, 204, 179, 0.3)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(251, 251, 249, 0) 49%, rgba(251, 251, 249, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(251, 251, 249, 0) 49%, rgba(251, 251, 249, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(251, 251, 249, 0) 49%, rgba(251, 251, 249, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 252, 0.3) 0%, rgba(251, 251, 249, 0) 49%, rgba(251, 251, 249, 0) 51%, rgba(204, 204, 179, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#1a000000', GradientType=0);
    background-color: #fbfbf9;
    color: #59593b;

    /*font-weight: normal;*/
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
}

.yui3-skin-elit .yui3-datatable-even .yui3-datatable-cell {
}

.yui3-skin-elit .yui3-datatable-odd .yui3-datatable-cell {
    background-color: #f1f1ea;
    color: #464630;
}

/************************  sortable ***************/
.yui3-skin-elit .yui3-datatable-sortable-column {
    cursor: pointer;
}

/* this seems to be just the header of a sorted column */
.yui3-skin-elit .yui3-datatable-columns .yui3-datatable-sorted,
.yui3-skin-elit .yui3-datatable-sortable-column:hover {
    background-color: #f6f7f3;
    color: #4f5639;
}

.yui3-skin-elit .yui3-datatable-sort-liner {
    display: block;
    height: 100%;
    position: relative;
    padding-right: 15px;
    position: relative;
}

.yui3-skin-elit .yui3-datatable-sort-indicator {
    position: absolute;
    right: 0;
    bottom: .5ex;
    width: 7px;
    height: 10px;
    background: url(assets/images/sort-arrow-sprite.png) no-repeat 0 0;
    _background: url(assets/images/sort-arrow-sprite-ie.png) no-repeat 0 0;
    overflow: hidden;
}

.yui3-skin-elit .yui3-datatable-sorted .yui3-datatable-sort-indicator {
    background-position: 0 -10px;
}

.yui3-skin-elit .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
    background-position: 0 -20px;
}

.yui3-skin-elit .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted {
    background-color: #fbfbf9;
    color: #464630;
}

.yui3-skin-elit .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted {
    background-color: #f1f1ea;
}

/********  datatable-scroll-skin.css **********************************************/
.yui3-skin-elit .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-elit .yui3-datatable-scroll-columns .yui3-datatable-header {
    padding: 0;
}

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

.yui3-skin-elit .yui3-datatable-scrollable-x .yui3-datatable-y-scroller-container,
.yui3-skin-elit .yui3-datatable-x-scroller .yui3-datatable-table,
.yui3-skin-elit .yui3-datatable-y-scroller .yui3-datatable-table {
    border: 0 none;
}

/********  end datatable-scroll-skin.css **********************************************/

/* added */
.yui3-skin-elit .yui3-datatable-columns .yui3-datatable-sorted {
    background-color: #f6f7f3;
}


/** dial-core.css *******************************/
v\:oval,
v\:shadow,
v\:fill {
    behavior: url(#default#VML);
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.yui3-dial {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*text-align:center;   This causes problems with the angle calc with longer labels*/
}

.yui3-dial-content,
.yui3-dial-ring {
    position: relative;
}

.yui3-dial-handle,
.yui3-dial-marker,
.yui3-dial-center-button,
.yui3-dial-reset-string,
.yui3-dial-handle-vml,
.yui3-dial-marker-vml,
.yui3-dial-center-button-vml,
.yui3-dial-ring-vml v\:oval,
.yui3-dial-center-button-vml v\:oval {
    position: absolute;
}

.yui3-dial-center-button-vml v\:oval {
    font-size: 1px;
    top: 0;
    left: 0;
}

.yui3-dial-content .yui3-dial-ring .yui3-dial-hidden v\:oval,
.yui3-dial-content .yui3-dial-ring .yui3-dial-hidden {
    /* [#2530206] using opacity instead of display:none;. display:none was mis-positioning the marker when we set the dial value on ring mousedown. */
    opacity: 0;
    filter: alpha(opacity=0);
}

/** dial-skin.css  (sam) *******************************/
.yui3-skin-elit .yui3-dial-handle { /*container. top left corner used for trig positioning*/
    background-color: #f4f5ed;
    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-elit .yui3-dial-ring {
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 39%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 100%);
    background-color: #fdfdfc;
    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-elit .yui3-dial-center-button {
    background: -moz-radial-gradient(30% 30% 0deg, circle farthest-side, rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.2) 83%) repeat scroll 0 0 transparent;
    background-color: #fbfbf9;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0.7;
    /*text-align:center;*/
}

.yui3-skin-elit .yui3-dial-reset-string {
    color: #59593b;
    font-size: 85%;
    text-decoration: underline;
}

.yui3-skin-elit .yui3-dial-label {
    color: #5e5e5e; /* this sits directly on page background */
    margin-bottom: 0.8em;
}

.yui3-skin-elit .yui3-dial-value-string {
    margin-left: 0.5em;
    color: #363636; /*this sits directly on page background */
    font-size: 130%;
}

.yui3-skin-elit .yui3-dial-value {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 4em;
}

.yui3-skin-elit .yui3-dial-north-mark {
    position: absolute;
    border-left: 2px solid #b5b5b5;
    height: 5px;
    width: 10px;
    left: 50%;
    top: -7px;
    font-size: 1px;
}

.yui3-skin-elit .yui3-dial-marker {
    background-color: #373725;
    opacity: 0.2;
    font-size: 1px;
}

.yui3-skin-elit .yui3-dial-marker-max-min {
    background-color: #AB3232; /*red for max/min*/
    opacity: 0.6;
}

.yui3-skin-elit .yui3-dial-ring-vml,
.yui3-skin-elit .yui3-dial-center-button-vml,
.yui3-skin-elit .yui3-dial-marker v\:oval.yui3-dial-marker-max-min,
.yui3-skin-elit v\:oval.yui3-dial-marker-max-min,
.yui3-skin-elit .yui3-dial-marker-vml,
.yui3-skin-elit .yui3-dial-handle-vml {
    background: none;
    opacity: 0;
}

/********************************/


/** from overlay-core.css ***************************/
.yui3-overlay {
    position: absolute;
}

.yui3-overlay-hidden {
    visibility: hidden
}

.yui3-widget-tmp-forcesize .yui3-overlay-content {
    overflow: hidden !important;
}

/** added ***************************************/
.yui3-skin-elit .yui3-overlay-content .yui3-widget-hd,
.yui3-skin-elit .yui3-overlay-content .yui3-widget-bd,
.yui3-skin-elit .yui3-overlay-content .yui3-widget-ft {
    background-color: #fdfdfc;
    border: solid 1px #c7c48c;
    border-bottom: none;
    padding: 5px 0px 10px;
    color: #59593b;
}

.yui3-skin-elit .yui3-overlay-content .yui3-widget-ft {
    border-bottom: solid 1px #f1f1ea;
}

/** from panel-core.css *****************************************/
.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;
}

/** from panel-skin.css (sam)***************************************/
.yui3-skin-elit .yui3-panel-content {
    -webkit-box-shadow: 2 2 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2 2 7px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
    border: solid 1px #f1f1ea;
    background-color: #fdfdfc;
    color: #59593b;
    border-radius: 8px;
}

.yui3-skin-elit .yui3-panel .yui3-widget-hd {
    padding: 0.5em; /* Room for close button. */
    padding-right: 40px; /* Room for Close button */
    min-height: 13px; /* For the close button */
    _height: 13px; /* IE6 */
    color: #4f5639;
    background: background: -moz-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 252, 0.3)), color-stop(49%, rgba(246, 247, 243, 0)), color-stop(51%, rgba(246, 247, 243, 0)), color-stop(100%, rgba(188, 196, 166, 0.3)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 252, 0.3) 0%, rgba(246, 247, 243, 0) 49%, rgba(246, 247, 243, 0) 51%, rgba(188, 196, 166, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#1a000000', GradientType=0);
    background-color: #f6f7f3;
    border-radius: 8px 8px 0 0;


    /*
    TODO: Add support for IE and W3C gradients
    */
}

.yui3-skin-elit .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
    padding: 0.2em;
}

.yui3-skin-elit .yui3-panel .yui3-widget-bd {
    padding: 0.5em;
}

.yui3-skin-elit .yui3-panel .yui3-widget-ft {
    background: #fbfbf9;
    padding: 0.5em;
    text-align: right;
    border-radius: 0 0 8px 8px;
}

.yui3-skin-elit .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-elit .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 less than 8 :( */
    *font-size: 0;
    *line-height: 0;
    *letter-spacing: -1000px;
    *color: #86A5EC;
    *background: url(assets/images/sprite_icons.png) no-repeat 1px 1px;
}

.yui3-skin-elit .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(assets/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-elit .yui3-panel-hidden .yui3-widget-hd .yui3-button-close {
    /* Required for IE > 7 to deal with pseudo :before element */
    display: none;
}

/********  scrollview-base-skin.css **********************************************/
.yui3-skin-elit .yui3-scrollview {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/******** scrollview-scrollbars-skin.css   (sam) *************************************/
.yui3-skin-elit .yui3-scrollview-scrollbar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate(0, 0);
}

.yui3-skin-elit .yui3-scrollview-scrollbar .yui3-scrollview-first,
.yui3-skin-elit .yui3-scrollview-scrollbar .yui3-scrollview-middle,
.yui3-skin-elit .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==); */
    background-color: #fbfbf9;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    -moz-opacity: 0.5; /* Netscape */
    -khtml-opacity: 0.5; /* Safari 1.x */
    opacity: 0.5;
}

.yui3-skin-elit .yui3-scrollview-scrollbar .yui3-scrollview-first,
.yui3-skin-elit .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-elit .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-elit .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-elit .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first,
.yui3-skin-elit .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-elit .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-elit .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-elit .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child,
.yui3-skin-elit .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child {
    background-color: #aaa; /* where does this display? */
    background-image: none;
}

/******** scrollview-scrollbars-core.css *******************************/
.yui3-scrollview-scrollbar {
    opacity: 1;
    position: absolute;
    width: 6px;
    height: 10px;
}

.yui3-scrollview-scrollbar {
    top: 0;
    right: 1px;
}

.yui3-scrollview-scrollbar-horiz {
    top: auto;
    height: 8px;
    width: 20px;
    bottom: 1px;
    left: 0;
}

.yui3-scrollview-scrollbar .yui3-scrollview-child {
    position: absolute;
    right: 0px;
    display: block;
    width: 100%;
    height: 4px;
}

.yui3-scrollview-scrollbar .yui3-scrollview-first {
    top: 0;
}

.yui3-scrollview-scrollbar .yui3-scrollview-last {
    top: 0;
}

.yui3-scrollview-scrollbar .yui3-scrollview-middle {
    position: absolute;
    top: 4px;
    height: 1px;
}

.yui3-scrollview-scrollbar-horiz .yui3-scrollview-child {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;

    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}

.yui3-scrollview-scrollbar-horiz .yui3-scrollview-first,
.yui3-scrollview-scrollbar-horiz .yui3-scrollview-last {
    width: 4px;
    height: 6px;
}

.yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle {
    top: 0;
    left: 4px;
    width: 1px;
    height: 6px;
}

.yui3-scrollview-scrollbar-vert-basic {
    height: auto;
}

.yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child {
    position: static;
    _overflow: hidden;
    _line-height: 4px;
}

.yui3-scrollview-scrollbar-horiz-basic {
    width: auto;
    white-space: nowrap;
    line-height: 6px;
    _overflow: hidden;
}

.yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child {
    position: static;

    padding: 0;
    margin: 0;

    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

/******** scrollview-list-skin.css  (sam) *****************************/
.yui3-skin-elit .yui3-scrollview {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.yui3-skin-elit .yui3-scrollview {
    background-color: #fdfdfc;
}

/* For IE 6/7 - needs a background color (above) to pick up events, and zoom, to fill the UL */
.yui3-skin-elit .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
    *zoom: 1;
}

/* For IE7 - needs zoom, otherwise clipped content is not rendered */
.yui3-skin-elit .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-elit .yui3-scrollview-content,
.yui3-skin-elit .yui3-scrollview-vert .yui3-scrollview-content {
    border: 1px solid #f1f1ea; /* remove the ScrollView border here */
    /*border-top:0; Remove the top border if needed */
    background-color: transparent;
    font-family: HelveticaNeue, arial, helvetica, clean, sans-serif;
    color: black;
}

/*jeff can't find this ... -item class */
.yui3-skin-elit .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
    border-bottom: 1px solid #f00;
    padding: 15px 20px 16px; /*jeff: not implemented since can't find -item class */
    font-size: 100%;
    font-weight: bold;
    background-color: #f00;
    cursor: pointer;
}


/******** These are not needed, just added for presentation ********/
.yui3-skin-elit .yui3-scrollview-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.yui3-skin-elit .yui3-scrollview-content li {
    padding: 0.3em 1.37em;
    border-bottom: solid 1px #e4e4d7;
    color: #59593b;
}

.yui3-skin-elit .yui3-scrollview-content li:hover {
    background: #e4e4d7;
    /*border-bottom: solid 1px #e4e4d7;*/
    color: #242419;
}

/******** end of just added for presentation ********/

/** slider-base-core.css *********************************************/
.yui3-slider,
.yui3-slider-rail {
    /* xbrowser inline-block styles */
    display: -moz-inline-stack; /* FF2 */
    display: inline-block;
    *display: inline; /* IE 7- (with zoom) */
    zoom: 1;
    vertical-align: middle;
}

.yui3-slider-content {
    position: relative;
    display: block;
}

.yui3-slider-rail {
    position: relative;
}

.yui3-slider-rail-cap-top,
.yui3-slider-rail-cap-left,
.yui3-slider-rail-cap-bottom,
.yui3-slider-rail-cap-right,
.yui3-slider-thumb,
.yui3-slider-thumb-image,
.yui3-slider-thumb-shadow {
    position: absolute;
}

.yui3-slider-thumb {
    overflow: hidden;
}


/** slider-base-skin.css (sam)***************************************/
/* Horizontal Slider */

/* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-x.png */

.yui3-skin-elit .yui3-slider-x .yui3-slider-rail,
.yui3-skin-elit .yui3-slider-x .yui3-slider-rail-cap-left,
.yui3-skin-elit .yui3-slider-x .yui3-slider-rail-cap-right {
    background-image: none;
}

.yui3-skin-elit .yui3-slider-x .yui3-slider-rail {
    height: 26px;
}

.yui3-skin-elit .yui3-slider-x .yui3-slider-thumb {
    background-color: #fbfbf9;
    height: 18px;
    width: 12px;
    border: solid 1px #f1f1ea;
    border-color: #f1f1ea #e4e4d7 #e4e4d7 #f1f1ea;
    border-radius: 50% 50% 3px 3px;
    margin-top: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15), -1px -1px 3px rgba(0, 0, 0, 0.15) inset;
}

.yui3-skin-elit .yui3-slider-x .yui3-slider-rail-cap-left {
    background-color: #fdfdfc;
    font-size: 1px; /* for IE 6 */
    height: 2px;
    left: -4px;
    width: 100%;
    border: solid 1px #ddd;
    border-color: #e4e4d7 #f1f1ea #f1f1ea #e4e4d7;
    border-right: none;
    margin-top: 0.5em;
    border-radius: 2px 0 0 2px;
}

.yui3-skin-elit .yui3-slider-x .yui3-slider-rail-cap-right {
    background-color: #fdfdfc;
    font-size: 1px; /* for IE 6 */
    height: 2px;
    right: -4px;
    width: 8px;
    border: solid 1px #ddd;
    border-color: #e4e4d7 #f1f1ea #f1f1ea #e4e4d7;
    border-left: none;
    margin-top: 0.5em;
    border-radius: 0 2px 2px 0;
}

.yui3-skin-elit .yui3-slider-x .yui3-slider-thumb-image,
.yui3-skin-elit .yui3-slider-x .yui3-slider-thumb-shadow {
    display: none;
}

/* Vertical Slider */

.yui3-skin-elit .yui3-slider-y .yui3-slider-rail,
.yui3-skin-elit .yui3-slider-y .yui3-slider-rail-cap-top,
.yui3-skin-elit .yui3-slider-y .yui3-slider-rail-cap-bottom {
    background-image: none;
}

.yui3-skin-elit .yui3-slider-y .yui3-slider-rail {
    width: 26px;
}

.yui3-skin-elit .yui3-slider-y .yui3-slider-thumb {
    background-color: #fbfbf9;
    height: 12px;
    width: 18px;
    border: solid 1px #f1f1ea;
    border-color: #f1f1ea #e4e4d7 #e4e4d7 #f1f1ea;
    border-radius: 50% 3px 3px 50%;
    margin-left: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15), -1px -1px 3px rgba(0, 0, 0, 0.15) inset;
}

.yui3-skin-elit .yui3-slider-y .yui3-slider-rail-cap-top {
    background-color: #fdfdfc;
    width: 2px;
    top: -4px;
    height: 100%;
    border: solid 1px #ddd;
    border-color: #e4e4d7 #f1f1ea #f1f1ea #e4e4d7;
    border-bottom: none;
    margin-left: 0.5em;
    border-radius: 2px 2px 0 0;
}

.yui3-skin-elit .yui3-slider-y .yui3-slider-rail-cap-bottom {
    background-color: #fdfdfc;
    width: 2px;
    bottom: -4px;
    height: 8px;
    border: solid 1px #ddd;
    border-color: #e4e4d7 #f1f1ea #f1f1ea #e4e4d7;
    border-top: none;
    margin-left: 0.5em;
    border-radius: 0 0 2px 2px;
}

.yui3-skin-elit .yui3-slider-y .yui3-slider-thumb-image,
.yui3-skin-elit .yui3-slider-y .yui3-slider-thumb-shadow {
    display: none;
}


.yui3-skin-elit .yui3-tabview-list {
    zoom: 1;
}

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

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

.yui3-skin-elit .yui3-tab-label {
    background-color: inherit;
    cursor: pointer;
    font-size: 85%;
    padding: 14px 16px;
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid #fff;
    border-radius: 5px 5px 0 0;
}

.yui3-tab-disabled {
    display: none;
}


.yui3-tab-disabled .yui3-tab-label:hover {
    background: none !important;
    cursor: default;
    color: #7f7f7d;
    border-bottom: none;
    outline: 0;
}


.yui3-skin-elit .yui3-tab-label:hover,
.yui3-skin-elit .yui3-tab-label:focus {
    background-color: #dadece;
    color: #3b402b;
    border-bottom: 1px solid #dadece;
    outline: 0;

}

.yui3-skin-elit .yui3-tab-selected .yui3-tab-label {
    background-color: #c7c48c;
    border: 1px solid #c7c48c;
    border-bottom-width: 0;
}


.yui3-skin-elit .yui3-tab-selected .yui3-tab-label {
    color: #000;
    font-weight: bold;
}

.yui3-skin-elit .yui3-tabview-panel {
    background-color: #fdfdfd;
    border: 1px solid #c7c48c;
    color: #59593b;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    padding: 5px 0px 10px; /* content padding */
}

#delivery_price_presentaion {
    padding-top: 3px;
    font-size: 13px;
    margin-left: 5px;
    width: 100%;
    max-width: 522px;
}

#delivery_price_presentaion tr:last-child {
    vertical-align: bottom;
    height: 36px;
}


/*     DPP - delivery price presentation */
#dpp-number-section {
    width: 30%;
    border: none !important;
    vertical-align: top;
    position: relative;
}
#dpp-number-section >div{
    font-size: 16px;
    padding-right: 33px;
    padding-top: 10px;
    padding-bottom: 1px;
    display: inline-block;
    float: right;
}
#dpp-number-section span{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

#dpp-number-section .plus {
    position: absolute;
    left: -16px;
    bottom: -15px;
}

#dpp-number-section .wreath {
    position: relative;
}

#dpp-number-section .delivery {

}

#dpp-number-section .total {
    font-size: 23px;
    padding-top: 15px;
    position: absolute;
    right: 0;
    bottom: -13px;
    color: #79a000;
    font-weight: bold;
}

#delivery_price_presentaion #city-name {
    font-size: 16px;
    font-weight: bold;
    color: #c7c48c;
    margin-left: 5px;
}

#delivery_price_presentaion td {
    border-bottom: 1px dotted #bfbfbf;
    position: relative;
    height: 22px;

}

#delivery_price_presentaion td > span {
    position: absolute;
    background: #FFFFFF;
    padding-right: 10px;
    bottom: -7px;
    left: 0;
}


.yui3-menuitem-active{
    background-color: #f6f7f3;
}

.yui3-menuitem-content{
    color: #59593b;
}