/* YUI Reset CSS */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* YUI Fonts CSS */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html {
    background: #fff url(../images/bg_top.gif) repeat-x scroll 0 0;
}
body, html {
    font-size:12px;
    font-family: Verdana,sans-serif,Arial,FreeSans;
    margin:0;
    padding:0;
}

table, tr, td, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6	{
    text-align: left;
}
a, a:link {
    /*color: #6a7398;/**/
    color: #006699;
}
a:hover {
    color: #f00;
}
a:active, a:visited {
    /*color: #6a7398; /**/
    color: #006699;
}
.hide { display: none; }
.clear { clear: both; }

tr {
    vertical-align: top;
}


.big #userblock {
    margin: 10px;
    line-height: 1em;
}
.big #userblock .atd span {
    display: block;
}
.big #userblock .autologin {
    display: block;
}
.big #userblock .autologin span {
    display: inline;
}
.big #userblock #chk-autologin {
    margin: 0 5px 0 0;
}
.big #userblock #txt-login,
.big #userblock #txt-password {
    font-family:Tahoma;
    font-size: 2em;
    margin-bottom: 10px;
    width:300px;
}
.big #userblock .btn-authorize {
    font-size: 1.5em;
    padding: 0 6px;
    display: block;
    margin-top: 5px;
}
.big #userblock ul li {
    float:left;
}
.big #userblock .register ,
.big #userblock .recpwd {
    padding: 10px 10px 0 0;
}


body {
    background-color: #ffffff;
}

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

.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 0.5em;
}

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

/* autocomplete-list-skin.css   (sam) ****************************************************/
.yui3-skin-abricos .yui3-aclist-content {
    background-color: #f1f3f9;
    border: solid 1px #e6eaf4;
    color: #344579;
    -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-abricos .yui3-aclist-item-hover {
    background-color: #d8ddee;
    color: #273259;
}

.yui3-skin-abricos .yui3-aclist-item-active {
    background-color: #b0bcdd;
    color: #020204;
    outline: none;
}

.yui3-skin-abricos .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; /*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 */
    color: #0e1320;
    /*border: 1px solid #999;  IE 6/7/8*/
    /*border: none rgba(0, 0, 0, 0);  IE9 + everything else*/
    border: solid 1px;
    border-color: #d1d8eb #a6b3d9 #a6b3d9 #d1d8eb;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background: background:-moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(176, 188, 221, 0)), color-stop(51%, rgba(176, 188, 221, 0)), color-stop(100%,rgba(119, 140, 197, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background:      -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background:     -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background:   linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #b0bcdd;

    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 2px rgba(255,255,255, 0.30) 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.30) 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.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;
}

.yui3-skin-abricos a.yui3-button {
    color: #0e1320;
    text-decoration:none;
}

.yui3-skin-abricos a.yui3-button-selected {
    color: #fbfcfe;
    text-decoration:none;
}

.yui3-skin-abricos .yui3-button-hover,
.yui3-skin-abricos .yui3-button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    background: background:-moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(176, 188, 221, 0)), color-stop(51%, rgba(176, 188, 221, 0)), color-stop(100%,rgba(119, 140, 197, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #9fadd6;
    color: #020204;
}

.yui3-skin-abricos .yui3-button-active,
.yui3-skin-abricos .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(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 254, 0.3)), color-stop(49%, rgba(51, 85, 186, 0)), color-stop(51%, rgba(51, 85, 186, 0)), color-stop(100%,rgba(20, 33, 72, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #3355BA;
    color: #fbfcfe;


    -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-abricos .yui3-button[disabled],
.yui3-skin-abricos .yui3-button-disabled,
.yui3-skin-abricos .yui3-button-disabled:hover,
.yui3-skin-abricos .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: #b0bcdd;
    color: #0e1320;


}

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

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


.yui3-skin-abricos .yui3-button-primary,
.yui3-skin-abricos .yui3-button-selected {
    background-color: #3355BA;
    color: #fbfcfe;
    -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: #4f6fcf #294394 #294394 #4f6fcf;
}

.yui3-skin-abricos .yui3-button-primary:hover,
.yui3-skin-abricos .yui3-button-selected:hover {
    background-color: #2f4eac;
    color: #fbfcfe;
    -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-abricos .yui3-sam .yui3-button:-moz-focusring {
    outline-color: rgba(0, 0, 0, 0.85);
}


.yui3-skin-abricos .yui3-night .yui3-button:-moz-focusring {
    outline-color: rgba(255, 255, 255, 0.85);
}
.yui3-skin-abricos .yui3-calendar-content {
    padding: 1em 1em 1.5em;
    border-radius: 8px;
    background:    -moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(241, 243, 249, 0)), color-stop(51%, rgba(241, 243, 249, 0)), color-stop(100%,rgba(187, 197, 226, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    background:      -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    background:     -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    background:   linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #f1f3f9;
    color: #344579;
    border: solid 1px;
    border-color: #fbfcfd #e6eaf4 #e6eaf4 #fbfcfd;
}

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

.yui3-skin-abricos .yui3-calendar-header {
    padding-bottom:10px;
    color: #171f36;
}

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


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




.yui3-skin-abricos .yui3-calendar-weekday {
    font-weight: bold;
    color: #344579;
}

.yui3-skin-abricos .yui3-calendar-prevmonth-day,
.yui3-skin-abricos .yui3-calendar-nextmonth-day {
    background: #f1f3f9;
    color: #97a6d3;
    border: solid 1px #c6cee6;
}

.yui3-skin-abricos .yui3-calendar-day {
    font-weight: bold;
    background: #d8ddee;
    color: #273259;
    border: solid 1px #c6cee6;
}
.yui3-skin-abricos .yui3-calendar-day:hover,         /* When cursor   is used to navigate days */
.yui3-skin-abricos .yui3-calendar-day-highlighted {  /* When keyboard is used to navigate days */
    background: #bcc4e1;
    color: #13182a;
}

.yui3-skin-abricos .yui3-calendar-day-selected {
    background:    -moz-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 254, 0.3)), color-stop(49%, rgba(51, 85, 186, 0)), color-stop(51%, rgba(51, 85, 186, 0)), color-stop(100%,rgba(20, 33, 72, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background:      -o-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background:     -ms-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background:   linear-gradient(to bottom, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #3355BA;
    color: #fbfcfe;
}

.yui3-skin-abricos .yui3-calendar-day-selected:hover, /* When cursor hovers over selected days */
.yui3-skin-abricos .yui3-calendar-day-selected.yui3-calendar-day-highlighted { /* When keyboard focuses over selected days */
    background-color: #2f4eac;
    color: #fbfcfe;
}

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

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

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

.yui3-skin-abricos .yui3-calendar-selection-disabled,
.yui3-skin-abricos .yui3-calendar-selection-disabled:hover {
    color: #97a6d3;
    background: #f1f3f9;
}
/**************** the following from calendarnavigator.css ******************/
.yui3-skin-abricos .yui3-calendarnav-prevmonth, .yui3-skin-abricos .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-abricos .yui3-calendarnav-prevmonth:hover, .yui3-skin-abricos .yui3-calendarnav-nextmonth:hover {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPpJREFUeNpi/P//PwMxQD9jszSQ6oJyyy7O8H1KjD5GQhYADeYEUkVAXAHEPFDhL0DcAcR9QIu+k20B0PBAIDUBiOVwKHkExAVAS9aTZAHQYAOowfYMxIGDUIsu4LUAaLAQkGoB4kwG8sB0IK4BWvQOxQKgwcxAdj4Q1wExPwNl4CMQNwHxRKBFfxn10jd5ADm9QKzFQF1wDYiLmaAcNgbqA7CZTEBv7ADS2iDboN5joEIQgczSBpmNHsmiQKodiJPJNHwuEFcCDX49MMkUi0VRUB/hy2ggFy+jtKgohRYVnFDh79CiopuiogLNIjmobxigrn5EjD6AAAMAok9vhfHG8wQAAAAASUVORK5CYII=);
    color: #0066CC;
}

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

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

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

/* basic skin styles */
.yui3-skin-abricos .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 #e6eaf4;
}

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

.yui3-skin-abricos .yui3-datatable-cell {
    background-color: #f1f3f9;
    color: #344579;
}
.yui3-skin-abricos .yui3-datatable-cell,
.yui3-skin-abricos .yui3-datatable-header {
    border-left: 1px solid #e6eaf4; /*  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 0.6em;
}
.yui3-skin-abricos .yui3-datatable-cell:first-child,
.yui3-skin-abricos .yui3-datatable-first-header {
    border-left-width: 0px;
}

.yui3-skin-abricos .yui3-datatable-header {
    background:    -moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(209, 215, 235, 0) 49%, rgba(209, 215, 235, 0) 51%, rgba(152, 166, 210, 0.3) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(209, 215, 235, 0)), color-stop(51%, rgba(209, 215, 235, 0)), color-stop(100%,rgba(152, 166, 210, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(209, 215, 235, 0) 49%, rgba(209, 215, 235, 0) 51%, rgba(152, 166, 210, 0.3) 100%);
    background:      -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(209, 215, 235, 0) 49%, rgba(209, 215, 235, 0) 51%, rgba(152, 166, 210, 0.3) 100%);
    background:     -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(209, 215, 235, 0) 49%, rgba(209, 215, 235, 0) 51%, rgba(152, 166, 210, 0.3) 100%);
    background:   linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(209, 215, 235, 0) 49%, rgba(209, 215, 235, 0) 51%, rgba(152, 166, 210, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #d1d7eb;
    color: #1c2440;

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

.yui3-skin-abricos .yui3-datatable-even .yui3-datatable-cell {
}
.yui3-skin-abricos .yui3-datatable-odd  .yui3-datatable-cell  {
    background-color: #e6eaf4;
    color: #273259;
}
/************************  sortable ***************/
.yui3-skin-abricos .yui3-datatable-sortable-column {
    cursor: pointer;
}

/* this seems to be just the header of a sorted column */
.yui3-skin-abricos .yui3-datatable-columns .yui3-datatable-sorted,
.yui3-skin-abricos .yui3-datatable-sortable-column:hover {
    background-color: #b0bcdd;
    color: #0e1320;
}

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

.yui3-skin-abricos .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-abricos .yui3-datatable-sorted .yui3-datatable-sort-indicator {
    background-position: 0 -10px;
}
.yui3-skin-abricos .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
    background-position: 0 -20px;
}

.yui3-skin-abricos .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted {
    background-color: #dbe0f0;
    color: #12182b;
}

.yui3-skin-abricos .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted {
    background-color: #c9d0e8;
}

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



/** 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-abricos .yui3-dial-handle{ /*container. top left corner used for trig positioning*/
    background-color: #3355BA;
    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-abricos .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: #f1f3f9;
    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-abricos .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: #d1d7eb;
    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-abricos .yui3-dial-reset-string{
    color: #1c2440;
    font-size:85%;
    text-decoration:underline;
}
.yui3-skin-abricos .yui3-dial-label{
    color:    #4f4f4f; /* this sits directly on page background */
    margin-bottom:0.8em;
}
.yui3-skin-abricos .yui3-dial-value-string{
    margin-left:0.5em;
    color: #262626;   /*this sits directly on page background */
    font-size:130%;
}
.yui3-skin-abricos .yui3-dial-value {
    visibility:visible;
    position:absolute;
    top:0;
    left:0;
    width:4em;
}

.yui3-skin-abricos .yui3-dial-north-mark{
    position:absolute;
    border-left:2px solid #adadad;
    height:5px;
    width:10px;
    left:50%;
    top:-7px;
    font-size:1px;
}
.yui3-skin-abricos .yui3-dial-marker {
    background-color: #171f36;
    opacity:0.2;
    font-size:1px;
}
.yui3-skin-abricos .yui3-dial-marker-max-min{
    background-color:#AB3232;  /*red for max/min*/
    opacity:0.6;
}
.yui3-skin-abricos .yui3-dial-ring-vml,
.yui3-skin-abricos .yui3-dial-center-button-vml,
.yui3-skin-abricos .yui3-dial-marker v\:oval.yui3-dial-marker-max-min,
.yui3-skin-abricos v\:oval.yui3-dial-marker-max-min,
.yui3-skin-abricos .yui3-dial-marker-vml,
.yui3-skin-abricos .yui3-dial-handle-vml {
    background: none;
    opacity:0;
}
/********************************/


/* from node-menunav-core.css *******************************************/
.yui3-menu .yui3-menu {

    position: absolute;
    z-index: 1;

}


.yui3-menu .yui3-shim {

    /*
            Styles for the <iframe> shim used to prevent <select> elements from poking through
            submenus in IE < 7.  Note: For peformance, creation of the <iframe> shim for each submenu
            is deferred until it is initially made visible by the user.
    */

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);  /* For IE since it doesn't implement the CSS3 "opacity" property. */
    border: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;

}

.yui3-menu-hidden {

    /*
            Position hidden menus outside the viewport boundaries to prevent them from
            triggering scrollbars on the viewport.
    */

    top: -10000px;
    left: -10000px;

    /*
            Using "visibility:hidden" over "display" none because:

            1)	As the "position" property for submenus is set to "absolute", they are out of
                    the document flow and take up no space.  Therefore, from that perspective use of
                    "display:none" is redundant.

            2)	According to MSDN use of "display:none" is more expensive:
                    "Display is the more expensive of the two CSS properties, so if you are
                    making elements appear and disappear often, visibility will be faster."
                    (See http://msdn.microsoft.com/en-us/library/bb264005(VS.85).aspx)
    */

    visibility: hidden;

}

.yui3-menu li {

    list-style-type: none;

}

.yui3-menu ul,
.yui3-menu li {

    margin: 0;
    padding: 0;

}

.yui3-menu-label,
.yui3-menuitem-content {

    text-align: left;
    white-space: nowrap;
    display: block;

}

.yui3-menu-horizontal li {

    float: left;
    width: auto;

}

.yui3-menu-horizontal li li {

    float: none;

}

.yui3-menu-horizontal ul {

    /*
            Use of "zoom" sets the "hasLayout" property to "true" in IE (< 8).  When "hasLayout" is
            set to "true", an element can clear its floated descendents.  For more:
            http://msdn.microsoft.com/en-gb/library/ms533776(VS.85).aspx
    */

    *zoom: 1;

}

.yui3-menu-horizontal ul ul {

    /*
            No need to clear <ul>s of submenus of horizontal menus since <li>s of submenus
            aren't floated.
    */

    *zoom: normal;

}

.yui3-menu-horizontal>.yui3-menu-content>ul:after {

    /*	Self-clearing solution for Opera, Webkit, Gecko and IE > 7	*/

    content: "";
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0;
    visibility: hidden;

}


/*
        The following two rules are for IE 7.  Triggering "hasLayout" (via use of "zoom") prevents
        first-tier submenus from hiding when the mouse is moving from an menu label in a root menu to
        its corresponding submenu.
*/

.yui3-menu-content {

    *zoom: 1;

}


.yui3-menu-hidden .yui3-menu-content {

    *zoom: normal;

}


/*
        The following two rules are for IE 6 (Standards Mode and Quirks Mode) and IE 7 (Quirks Mode
        only).  Triggering "hasLayout" (via use of "zoom") fixes a bug in IE where mousing mousing off
        the text node of menuitem or menu label will incorrectly trigger the mouseout event.
*/

.yui3-menuitem-content,
.yui3-menu-label {

    _zoom: 1;

}

.yui3-menu-hidden .yui3-menuitem-content,
.yui3-menu-hidden .yui3-menu-label {

    _zoom: normal;

}

/* from node-menunav-skin.css   (sam) ***************************************/
/* Vertical menus and submenus */

.yui3-skin-abricos .yui3-menu-content,
.yui3-skin-abricos .yui3-menu .yui3-menu .yui3-menu-content {

    font-size: 100%;
    line-height: 1.5;  /* 18px 1.5*/
    *line-height: 1.45; /* For IE */
    border: solid 1px #e6eaf4;
    background-color: #f1f3f9;
    padding: 0.1em 0em; /*3px 0;*/

}

.yui3-skin-abricos .yui3-menu .yui3-menu .yui3-menu-content {

    font-size: 100%;

}


/* Horizontal menus */
.yui3-skin-abricos .yui3-menu-horizontal .yui3-menu-content {

    line-height: 2;  /* ~24px */
    *line-height: 1.9; /* For IE */
    background: background:-moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(241, 243, 249, 0)), color-stop(51%, rgba(241, 243, 249, 0)), color-stop(100%,rgba(187, 197, 226, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(241, 243, 249, 0) 49%, rgba(241, 243, 249, 0) 51%, rgba(187, 197, 226, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #f1f3f9;
    padding: 0;

}
/* 2nd and subsequent .yui3-menu-content should not have gradient */
.yui3-skin-abricos .yui3-menu-horizontal .yui3-menu-content .yui3-menu-content {
    background: none;
    background-color: #f1f3f9;
    box-shadow: 2px 2px 7px rgba(0,0,0, 0.15);
}

.yui3-skin-abricos .yui3-menu ul,
.yui3-skin-abricos .yui3-menu ul ul {

    margin-top: 3px;
    padding-top: 3px;
    border-top: solid 1px #d8ddee; /*separator line between menu items*/

}

.yui3-skin-abricos .yui3-menu ul.first-of-type {

    border: 0;
    margin: 0;
    padding: 0;

}

.yui3-skin-abricos .yui3-menu-horizontal ul {

    padding: 0;
    margin: 0;
    border: 0;

}


.yui3-skin-abricos .yui3-menu li,
.yui3-skin-abricos .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 #f00;     /* fix me */

}

.yui3-skin-abricos .yui3-menu-horizontal li {

    _border-bottom: 0;

}

.yui3-skin-abricos .yui3-menubuttonnav li {

    border-right: solid 1px #f00;     /* fix me */

}

.yui3-skin-abricos .yui3-splitbuttonnav li {

    border-right: solid 1px #d8ddee;

}

.yui3-skin-abricos .yui3-menubuttonnav li li,
.yui3-skin-abricos .yui3-splitbuttonnav li li {

    border-right: 0;

}


/* Menuitems and menu labels */


.yui3-skin-abricos .yui3-menu-label,
.yui3-skin-abricos .yui3-menu .yui3-menu .yui3-menu-label,
.yui3-skin-abricos .yui3-menuitem-content,
.yui3-skin-abricos .yui3-menu .yui3-menu .yui3-menuitem-content {

    padding: 0.1em 0.5em;
    color: #344579;
    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-abricos .yui3-menu-horizontal .yui3-menu-label,
.yui3-skin-abricos .yui3-menu-horizontal .yui3-menuitem-content {

    padding: 0.1em 0.5em;
    border-style: solid;
    border-color: #e6eaf4;
    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-abricos .yui3-menu-label,
.yui3-skin-abricos .yui3-menu .yui3-menu .yui3-menu-label {
    background: url(assets/images/vertical-menu-submenu-indicator.png) right center no-repeat;
}

.yui3-skin-abricos .yui3-menu-horizontal .yui3-menu-label {
    background: none;
}

.yui3-skin-abricos .yui3-menubuttonnav .yui3-menu-label,
.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menu-label {
    background-image: none;
}

.yui3-skin-abricos .yui3-menubuttonnav .yui3-menu-label {
    padding-right: 0;
}

.yui3-skin-abricos .yui3-menubuttonnav .yui3-menu-label em {
    font-style: normal;
    padding-right: 20px;
    display: block;
    background: url(assets/images/horizontal-menu-submenu-indicator.png) right center no-repeat;
}


.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menu-label {
    padding: 0;
}

.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menu-label a {
    float: left;
    width: auto;
    color: #344579;
    text-decoration: none;
    cursor: default;
    padding: 0.1em 0.3em 0.1em 0.5em;
}

.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menu-label .yui3-menu-toggle {

    padding: 0.1em 0em 0.1em; /* added top and bottom padding to match menu-label. Overide padding applied by the preceeding rule. */
    border-left: solid 1px #d8ddee;
    width: 15px;
    overflow: hidden;
    text-indent: -1000px;
    background: url(assets/images/horizontal-menu-submenu-indicator.png) 3px center no-repeat;

}


/* Selected menuitem */

.yui3-skin-abricos .yui3-menu-label-active,
.yui3-skin-abricos .yui3-menu-label-menuvisible,
.yui3-skin-abricos .yui3-menu .yui3-menu .yui3-menu-label-active,
.yui3-skin-abricos .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {

    /* this is a menu item that has a child menu */

    background-color: #d8ddee;
    color: #090c15;
}

.yui3-skin-abricos .yui3-menuitem-active .yui3-menuitem-content,
.yui3-skin-abricos .yui3-menu .yui3-menu .yui3-menuitem-active .yui3-menuitem-content {
    background-image: none;
    background: none;  /* supress menuitems from having gradients */
    background-color: #d8ddee;
    /*
        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-abricos .yui3-menu-horizontal .yui3-menu-label-active,
.yui3-skin-abricos .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content,
.yui3-skin-abricos .yui3-menu-horizontal .yui3-menu-label-menuvisible {

    border-color: #e6eaf4;
    background: background:-moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(187, 196, 226, 0)), color-stop(51%, rgba(187, 196, 226, 0)), color-stop(100%,rgba(130, 147, 201, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #bbc4e2;
    color: #090c15;
}

/* this keeps the background of a submenu from getting the active color when it is first made visible, before you cursor over it.*/
.yui3-skin-abricos .yui3-menu-horizontal .yui3-menuitem-active .yui3-menu .yui3-menuitem-content{
    background: none;
    background-color: transparent;
    color: #344579;
}

/* protects the items in a menu from having a gradient when hovered over */
.yui3-skin-abricos .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content {
    background: background:-moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(187, 196, 226, 0)), color-stop(51%, rgba(187, 196, 226, 0)), color-stop(100%,rgba(130, 147, 201, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(187, 196, 226, 0) 49%, rgba(187, 196, 226, 0) 51%, rgba(130, 147, 201, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #bbc4e2;
}

.yui3-skin-abricos .yui3-menubuttonnav .yui3-menu-label-active,
.yui3-skin-abricos .yui3-menubuttonnav .yui3-menuitem-active .yui3-menuitem-content,
.yui3-skin-abricos .yui3-menubuttonnav .yui3-menu-label-menuvisible,
.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menu-label-active a,
.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menuitem-active .yui3-menuitem-content,
.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menu-label-menuvisible a {

    border-left-width: 1px;
    color: #090c15;

}

.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menu-label-menuvisible {

    background: transparent;

}

.yui3-skin-abricos .yui3-splitbuttonnav .yui3-menu-label-menuvisible .yui3-menu-toggle {

    background-color: #d8ddee;

}


/** 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-abricos .yui3-overlay-content .yui3-widget-hd,
.yui3-skin-abricos .yui3-overlay-content .yui3-widget-bd,
.yui3-skin-abricos .yui3-overlay-content .yui3-widget-ft {
    background-color: #f1f3f9;
    border: solid 1px #e6eaf4;
    border-bottom: none;
    padding: 0.3em 0.5em;
    color: #344579;
}
.yui3-skin-abricos .yui3-overlay-content .yui3-widget-ft {
    border-bottom: solid 1px #e6eaf4;
}

/** 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-abricos .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 #c9d0e8;
    background-color: #f1f3f9;
    color: #344579;
    border-radius: 4px;
}
.yui3-skin-abricos .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: #0e1320;
    background: background:-moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(176, 188, 221, 0)), color-stop(51%, rgba(176, 188, 221, 0)), color-stop(100%,rgba(119, 140, 197, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #b0bcdd;
    border-radius: 4px 4px 0 0;


    /*
    TODO: Add support for IE and W3C gradients
    */
}
.yui3-skin-abricos .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
    padding: 0.2em;
}
.yui3-skin-abricos .yui3-panel .yui3-widget-bd {
    padding: 0.5em;
}
.yui3-skin-abricos .yui3-panel .yui3-widget-ft {
    background: #dbe0f0;
    padding: 0.5em;
    text-align: right;
    border-radius: 0 0 4px 4px;
}
.yui3-skin-abricos .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-abricos .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-abricos .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-abricos .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-abricos .yui3-scrollview {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
/******** scrollview-scrollbars-skin.css   (sam) *************************************/
.yui3-skin-abricos .yui3-scrollview-scrollbar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate(0, 0);
}

.yui3-skin-abricos .yui3-scrollview-scrollbar .yui3-scrollview-first,
.yui3-skin-abricos .yui3-scrollview-scrollbar .yui3-scrollview-middle,
.yui3-skin-abricos .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: #d1d7eb;
    /* 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-abricos .yui3-scrollview-scrollbar .yui3-scrollview-first,
.yui3-skin-abricos .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-abricos .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-abricos .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-abricos .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first,
.yui3-skin-abricos .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-abricos .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-abricos .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-abricos .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child,
.yui3-skin-abricos .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-abricos .yui3-scrollview {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

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

/* For IE7 - needs zoom, otherwise clipped content is not rendered */
.yui3-skin-abricos .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-abricos .yui3-scrollview-content,
.yui3-skin-abricos .yui3-scrollview-vert .yui3-scrollview-content {
    border:1px solid #e6eaf4; /* 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-abricos .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-abricos .yui3-scrollview-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.yui3-skin-abricos .yui3-scrollview-content li {
    padding: 0.3em 0.5em;
    border-bottom: solid 1px #d8ddee;
    color: #344579;
}
.yui3-skin-abricos .yui3-scrollview-content li:hover {
    background: #d8ddee;
    /*border-bottom: solid 1px #d8ddee;*/
    color: #090c15;
}
/******** 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-abricos .yui3-slider-x .yui3-slider-rail,
.yui3-skin-abricos .yui3-slider-x .yui3-slider-rail-cap-left,
.yui3-skin-abricos .yui3-slider-x .yui3-slider-rail-cap-right {
    background-image: none;
}

.yui3-skin-abricos .yui3-slider-x .yui3-slider-rail {
    height: 26px;
}
.yui3-skin-abricos .yui3-slider-x .yui3-slider-thumb {
    background-color: #dbe0f0;
    height: 18px;
    width: 12px;
    border: solid 1px #bfc8e3;
    border-color: #bfc8e3 #b1bbdd #b1bbdd #bfc8e3;
    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-abricos .yui3-slider-x .yui3-slider-rail-cap-left {
    background-color: #f1f3f9;
    font-size: 1px; /* for IE 6 */
    height: 2px;
    left: -4px;
    width: 100%;
    border: solid 1px #ddd;
    border-color: #bbc4e2 #e6eaf4 #e6eaf4 #bbc4e2;
    border-right: none;
    margin-top: 0.5em;
    border-radius: 2px 0 0 2px;
}
.yui3-skin-abricos .yui3-slider-x .yui3-slider-rail-cap-right {
    background-color: #f1f3f9;
    font-size: 1px; /* for IE 6 */
    height: 2px;
    right: -4px;
    width: 8px;
    border: solid 1px #ddd;
    border-color: #bbc4e2 #e6eaf4 #e6eaf4 #bbc4e2;
    border-left: none;
    margin-top: 0.5em;
    border-radius: 0 2px 2px 0;
}

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

/* Vertical Slider */

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

.yui3-skin-abricos .yui3-slider-y .yui3-slider-rail {
    width: 26px;
}
.yui3-skin-abricos .yui3-slider-y .yui3-slider-thumb {
    background-color: #dbe0f0;
    height: 12px;
    width: 18px;
    border: solid 1px #bfc8e3;
    border-color: #bfc8e3 #b1bbdd #b1bbdd #bfc8e3;
    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-abricos .yui3-slider-y .yui3-slider-rail-cap-top {
    background-color: #f1f3f9;
    width: 2px;
    top: -4px;
    height: 100%;
    border: solid 1px #ddd;
    border-color: #bbc4e2 #e6eaf4 #e6eaf4 #bbc4e2;
    border-bottom: none;
    margin-left: 0.5em;
    border-radius: 2px 2px 0 0;
}
.yui3-skin-abricos .yui3-slider-y .yui3-slider-rail-cap-bottom {
    background-color: #f1f3f9;
    width: 2px;
    bottom: -4px;
    height: 8px;
    border: solid 1px #ddd;
    border-color: #bbc4e2 #e6eaf4 #e6eaf4 #bbc4e2;
    border-top: none;
    margin-left: 0.5em;
    border-radius: 0 0 2px 2px;
}

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


.yui3-skin-abricos .yui3-tabview-list {
    border:solid #294394; /* color between tab list and content */
    border-width:0 0 5px;
    zoom:1;
}

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

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

.yui3-skin-abricos .yui3-tab-label {
    background:    -moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(176, 188, 221, 0)), color-stop(51%, rgba(176, 188, 221, 0)), color-stop(100%,rgba(119, 140, 197, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background:      -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background:     -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    background:   linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(176, 188, 221, 0) 49%, rgba(176, 188, 221, 0) 51%, rgba(119, 140, 197, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #b0bcdd;
    border-style: solid;
    border-color: #d1d8eb #a6b3d9 #a6b3d9 #d1d8eb;
    border-width: 1px 1px 0 1px;
    cursor:pointer;
    font-size:85%;
    padding: 0.3em 0.75em;
    text-decoration:none;
    color: #0e1320;
    border-radius: 4px 4px 0 0;
}

.yui3-skin-abricos .yui3-tab-label:hover,
.yui3-skin-abricos .yui3-tab-label:focus {
    background:    -moz-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(159, 173, 214, 0) 49%, rgba(159, 173, 214, 0) 51%, rgba(98, 120, 188, 0.3) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 253, 0.3)), color-stop(49%, rgba(159, 173, 214, 0)), color-stop(51%, rgba(159, 173, 214, 0)), color-stop(100%,rgba(98, 120, 188, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(159, 173, 214, 0) 49%, rgba(159, 173, 214, 0) 51%, rgba(98, 120, 188, 0.3) 100%);
    background:      -o-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(159, 173, 214, 0) 49%, rgba(159, 173, 214, 0) 51%, rgba(98, 120, 188, 0.3) 100%);
    background:     -ms-linear-gradient(top, rgba(251, 252, 253, 0.3) 0%, rgba(159, 173, 214, 0) 49%, rgba(159, 173, 214, 0) 51%, rgba(98, 120, 188, 0.3) 100%);
    background:   linear-gradient(to bottom, rgba(251, 252, 253, 0.3) 0%, rgba(159, 173, 214, 0) 49%, rgba(159, 173, 214, 0) 51%, rgba(98, 120, 188, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #9fadd6;
    color: #020204;
    border: solid 1px;
    border-color: #bbc5e2 #8d9dce #8d9dce #bbc5e2;
    border-bottom: none;
    outline:0;
}

.yui3-skin-abricos .yui3-tab-selected .yui3-tab-label {
    background:    -moz-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 254, 0.3)), color-stop(49%, rgba(51, 85, 186, 0)), color-stop(51%, rgba(51, 85, 186, 0)), color-stop(100%,rgba(20, 33, 72, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background:      -o-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background:     -ms-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    background:   linear-gradient(to bottom, rgba(251, 252, 254, 0.3) 0%, rgba(51, 85, 186, 0) 49%, rgba(51, 85, 186, 0) 51%, rgba(20, 33, 72, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #3355BA;
    color: #fbfcfe;
    border: solid 1px;
    border-color: #4f6fcf #294394 #294394 #4f6fcf;
}
/* separated out hover state for selected tab */
.yui3-skin-abricos .yui3-tab-selected .yui3-tab-label:hover,
.yui3-skin-abricos .yui3-tab-selected .yui3-tab-label:focus {
    background:    -moz-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(47, 78, 172, 0) 49%, rgba(47, 78, 172, 0) 51%, rgba(16, 27, 60, 0.3) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 254, 0.3)), color-stop(49%, rgba(47, 78, 172, 0)), color-stop(51%, rgba(47, 78, 172, 0)), color-stop(100%,rgba(16, 27, 60, 0.3)));
    background: -webkit-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(47, 78, 172, 0) 49%, rgba(47, 78, 172, 0) 51%, rgba(16, 27, 60, 0.3) 100%);
    background:      -o-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(47, 78, 172, 0) 49%, rgba(47, 78, 172, 0) 51%, rgba(16, 27, 60, 0.3) 100%);
    background:     -ms-linear-gradient(top, rgba(251, 252, 254, 0.3) 0%, rgba(47, 78, 172, 0) 49%, rgba(47, 78, 172, 0) 51%, rgba(16, 27, 60, 0.3) 100%);
    background:   linear-gradient(to bottom, rgba(251, 252, 254, 0.3) 0%, rgba(47, 78, 172, 0) 49%, rgba(47, 78, 172, 0) 51%, rgba(16, 27, 60, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1a000000',GradientType=0 );
    background-color: #2f4eac;
    color: #f7f8fd;
    border: solid 1px;
    border-color: #4365cb #253e88 #253e88 #4365cb;
}



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

.yui3-skin-abricos .yui3-tabview-panel {
    background-color: #f1f3f9;
    border: 1px solid #e6eaf4;
    color: #344579;
    padding: 0.25em 0.5em; /* content padding */
}
