/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Widgets
 */

@media screen,projection,tv,handheld {

/**
 * @subsection  Widget Tablelike list
 */
ul.Tablelike {
    border: 1px solid #CCC;
}

ul.Tablelike:first-child {
    margin-right: 8px;
}

.RTL .Size1of3:first-child ul.Tablelike {
    margin-left: 8px;
    margin-right: 0;
}

.StrikeThrough a {
    text-decoration: line-through;
}

ul.Tablelike li {
    line-height: 20px;
    padding: 0 4px;
    min-height: 20px;
    background-color: #FFF;
    border-radius: 3px;
}

ul.Tablelike li.OneRow,
ul.Tablelike li.OneRow .AsBlock {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.Tablelike li.Even {
    background-color: #F5F5F5;
}

ul.Tablelike li:nth-child(even) {
    background-color: #F5F5F5;
}

ul.Tablelike li:hover {
    background: #f3960d;
    background: -moz-linear-gradient(top,  #ffe7bd 0%, #fbba49 20%, #f6ad3e 51%, #f3960d 51%, #e98207 95%, #e07006 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe7bd), color-stop(20%,#fbba49), color-stop(51%,#f6ad3e), color-stop(51%,#f3960d), color-stop(95%,#e98207), color-stop(100%,#e07006));
    background: -webkit-linear-gradient(top,  #ffe7bd 0%,#fbba49 20%,#f6ad3e 51%,#f3960d 51%,#e98207 95%,#e07006 100%);
    background: -o-linear-gradient(top,  #ffe7bd 0%,#fbba49 20%,#f6ad3e 51%,#f3960d 51%,#e98207 95%,#e07006 100%);
    background: -ms-linear-gradient(top,  #ffe7bd 0%,#fbba49 20%,#f6ad3e 51%,#f3960d 51%,#e98207 95%,#e07006 100%);
    background: linear-gradient(to bottom,  #ffe7bd 0%,#fbba49 20%,#f6ad3e 51%,#f3960d 51%,#e98207 95%,#e07006 100%);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

ul.Tablelike li:hover a {
    color: #000;
}

ul.Tablelike li.Header {;
    color: #4B4B4B;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#e0e0e0 100%);
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #BBB;
    border-radius: 0;
}

ul.Tablelike li.Header + li {
    border-top: 1px solid #EEE;
}

/**
 * @subsection  WidgetSimple
 */
.WidgetSimple {
    border: 1px solid #CCC;
    margin-bottom: 10px;
    border-radius: 2px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top,  #f9f9f9 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom,  #f9f9f9 0%,#f1f1f1 100%);
}

.WidgetSimple > .Header,
.WidgetSimple.Collapsed.AnimationRunning > .Header {
    padding: 2px 5px 3px;
    border: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
}

.WidgetSimple.Collapsed > .Header {
    border-bottom: none;
    border-radius: 2px;
}

.WidgetSimple > .Header h2,
.WidgetSimple > .Header h3 {
    padding: 4px 3px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.WidgetSimple > .Content {
    padding: 8px 8px 10px;
    border: 1px solid #FFF;
    border-bottom: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: auto;
    /**
     *   START IE9 Hover Bug Workaround
     *   The problem occurs when you have a container that has a fixed width set, an overflow set to
     *   auto, content long enough to trigger the horizontal scroll and a hover style set
     *   on elements inside the container.
     *   The container mysteriously increases in size.
     *   (e.g. if you have installed OTRSDashboardOverviewFilters and many dynamic fields are
     *   shown in the dashboard.)
     */
    min-height: 0%;
    /* END IE9 Hover Bug Workaround */
}

.WidgetSimple.Collapsed > .Content {
    display: none;
}

.WidgetSimple fieldset {
    margin-bottom: 15px;
}

.WidgetSimple .WidgetSettingsForm fieldset {
    margin-bottom: 0px;
}

.WidgetSimple .Field.LayoutGrid {
    padding-top: 7px;
}

.WidgetSimple .Field.LayoutGrid .Tablelike {
    width: 98%;
}

.WidgetSimple .Buttons {
    background: #ddd;
    background: -moz-linear-gradient(top,  #eee 0%, #ddd 50%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ddd), color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top,  #eee 0%,#ddd 50%,#ccc 100%);
    background: -o-linear-gradient(top,  #eee 0%,#ddd 50%,#ccc 100%);
    background: -ms-linear-gradient(top,  #eee 0%,#ddd 50%,#ccc 100%);
    background: linear-gradient(to bottom,  #eee 0%,#ddd 50%,#ccc 100%);
    border-top: 1px solid #ccc;
    margin: 15px -8px -10px -8px;
    padding: 10px 10px 9px 10px;
    text-align: center;
    font-size: 11px;
    text-shadow: 1px 1px 1px #fff;
}

.WidgetSimple .Buttons.NoMargin {
    margin-top: 5px;
}

.WidgetSimple .Field.LayoutGrid .AllocationList {
    max-height: 192px;
}

.WidgetSimple .Field.LayoutGrid .AllocationList.OrderNumbers {
    list-style: decimal inside;
}

/**
 * @subsection Widgets as notices
 */

.WidgetNotice {
    background-color: #F39C19
}

.WidgetNotice .Content {
    border: 1px solid #F6AF2F;
    color: #442A0B;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 140%;
}

/**
 * @subsection AJAX Loader
 */

.Loading > .Header h2 {
    background: url("../img/loader.gif") no-repeat right center;
}

.RTL .Loading > .Header h2 {
    background: url("../img/loader.gif") no-repeat left center;
}

/**
 * @subsection  WidgetBox
 */
.WidgetBox > .Header h2 {
    font-size: 14px;
    margin-left: 5px;
}

.RTL .WidgetBox > .Header h2 {
    margin-left: 0;
    margin-right: 5px;
}

.WidgetBox > .Header .WidgetAction + h2 {
    margin: 0;
    padding-left: 30px;
    padding-right: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.RTL .WidgetBox > .Header .WidgetAction + h2 {
    padding-left: 200px;
    padding-right: 30px;
}

.WidgetBox > .Header h2 + h3 {
    background-color: #EEE;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #BBB;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    color: #333;
}

.RTL .WidgetBox > .Header h2 + h3 {
    padding: 5px 10px 5px 5px;
}

.WidgetBox > .Content {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(50%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 50%,#ffffff 100%);
    background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 50%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 50%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 50%,#ffffff 100%);
    min-height: 200px;
    border-left: 1px solid #C6C5C4;
    border-right: 1px solid #C6C5C4;
    border-bottom: 1px solid #C6C5C4;
}

.Collapsed > .Content {
    display: none;
}

.WidgetBox > .Content.AutoHeight {
    min-height: 0;
}

/**
 * @subaction   ActionMenu
 */

.ActionMenu {
    top: 0;
    right: 0;
    padding-left: 3px;
    background: #FFF;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-bottom-left-radius: 2px;
    position: absolute;
    display: none;
}

.RTL .ActionMenu {
    right: auto;
    left: 0;
    padding: 0 2px 0 0;
    border-left: none;
    border-right: 1px solid #DDD;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
}

.Header:hover .ActionMenu {
    display: block;
}

/**
 * @subsection  WidgetActions
 */

.WidgetAction {
    height: 19px;
    width: 16px;
    padding-right: 1px;
    float: left;
    text-align: center;
}

.RTL .WidgetAction {
    padding: 0 0 0 1px;
    float: right;
}

.WidgetAction a {
    font-size: 14px;
    height: 20px;
    display: block;
}

.WidgetAction.Toggle,
.Expanded.AnimationRunning > .Header > .WidgetAction.Toggle {
    height: 13px;
    width: 12px;
    margin: 5px 0px 5px 2px;
    float: left;
}

.WidgetAction.Toggle i {
    font-size: 17px;
    position: absolute;
    left: 7px;
    top: 2px;
    color: #555 !important;
}

#ArticleItems .WidgetAction.Toggle i,
#DynamicFieldsWidget .WidgetAction.Toggle i {
    top: -1px;
}

.Expanded .WidgetAction.Toggle i.icon-caret-right {
    display: none !important;
}

.Collapsed .WidgetAction.Toggle i.icon-caret-down {
    display: none !important;
}

.Header:active > .WidgetAction.Toggle {
    background-position: 0 -13px;
}

.Expanded > .Header > .WidgetAction.Toggle,
.Collapsed.AnimationRunning > .Header > .WidgetAction.Toggle {
    background-position: 0 -26px;
}

.RTL .WidgetAction.Toggle {
    margin: 5px 2px 5px 6px;
    float: right;
}

.WidgetAction.Toggle a {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/* Settings */
.WidgetAction i {
    color: #bbb;
    display: block !important;
    margin: 2px 0px 0px 2px;
    vertical-align: middle;
}

.WidgetAction:hover i {
    color: #000;
}

.WidgetTooltip {
    background-color: #fff;
    position: absolute;
    width: 125px;
    top: 20px;
    right: 0px;
}

.WidgetTooltip a {
    background-color: #fff;
    padding: 0px;
    line-height: 150%;
    font-size: 11px;
}

/**
 * @subsection      Call for action buttons and search form
 */

.ActionList li {
    margin-bottom: 7px;
}

.ActionList li.Separated {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.ActionList li:last-child {
    margin-bottom: 0px;
}

.ActionList p {
    margin: 0;
    padding: 2px 2px 5px;
    font-size: 11px;
    color: #888;
}

.ActionList form select {
    margin: 8px 0 2px;
    display: block;
}

.CallForAction {
    padding: 0;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#e0e0e0 100%);
    border: 1px solid #999;
    border-bottom: 1px solid #888;
    box-shadow: 0 1px 0 #E6E6E6;
    -webkit-box-shadow: 0 1px 0 #E6E6E6;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transition: all ease-in 1s;
}

.CallForAction.LittleSpacingTop {
    margin-top: 5px;
}

.ActionList li a.Fullsize, .CallForAction.Fullsize {
    display: block;
}

.CallForAction.Fullsize {
    width: 100%;
    text-align: center;
}

/**
 * @css-for     Firefox
 * @note        bug: button containing an element has an hidden padding
 */

.CallForAction::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.CallForAction:hover {
    color: #000;
    border-color: #696969;
}

.CallForAction span {
    height: 12px;
    padding: 3px 7px 6px;
    line-height: 14px;
    vertical-align: middle;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #FFF;
    border-bottom: none;
    border-radius: 3px;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    cursor: pointer;
}

.CallForAction:active {
    background-color: #DDD;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CallForAction:active span {
    padding: 4px 7px 5px;
    border-color: #DDD;
    border-bottom: none;
    text-shadow: 0 1px 0 #DDD;
}

.CallForAction.Disabled, .CallForAction.Disabled span {
    color: #999;
    cursor: default;
}

.CallForAction.Plus span {
    background: url(../img/icons/plus-button.png) no-repeat scroll;
}
.CallForAction.Download span {
    background: url(../img/icons/drive-download.png) no-repeat scroll;
}
.CallForAction.Upload span {
    background: url(../img/icons/drive-upload.png) no-repeat scroll;
}
.CallForAction.Clone span {
    background: url(../img/icons/reports.png) no-repeat scroll;
}
.CallForAction.Save span {
    background: url(../img/icons/disk.png) no-repeat scroll;
}
.CallForAction.Trash span {
    background: url(../img/icons/trash-can.png) no-repeat scroll;
}
.CallForAction.History span {
    background: url(../img/icons/book-brown.png) no-repeat scroll;
}
.CallForAction.Debug span {
    background: url(../img/icons/bug--minus.png) no-repeat scroll;
}
.CallForAction.Back span {
    background: url(../img/arrow_left.png) no-repeat scroll;
}
.CallForAction.Refresh span {
    background: url(../img/icons/reload.png) no-repeat scroll;
}

.CallForAction.Plus span,
.CallForAction.Download span,
.CallForAction.Upload span,
.CallForAction.Clone span,
.CallForAction.Trash span,
.CallForAction.History span,
.CallForAction.Debug span,
.CallForAction.Refresh span,
.CallForAction.Save span {
    padding-left: 23px;
    background-position: 2px 2px;
}

.CallForAction.Back span {
    padding-left: 23px;
    background-position: 4px 5px;
}

.CallForAction.Plus:active span,
.CallForAction.Download:active span,
.CallForAction.Upload:active span,
.CallForAction.Clone:active span,
.CallForAction.Trash:active span,
.CallForAction.History:active span,
.CallForAction.Debug:active span,
.CallForAction.Refresh:active span,
.CallForAction.Save:active span {
    background-position: 2px 3px;
}

.CallForAction.Back:active span {
    background-position: 4px 6px;
}

.SearchBox {
    position: relative;
}

.SearchBox input[type='text'] {
    height: 15px;
    margin: 0;
    padding: 4px 5px;
    font: normal 12px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-color: #999;
    border-radius: 3px 0 0 3px;
    border-right: none;
    vertical-align: bottom;
}

.RTL .SearchBox input[type='text']{
    border-left: none;
    border-right: 1px solid #999;
    border-radius: 0 3px 3px 0;
}

.SearchBox input:focus {
    border-color: #666;
    border-right: none;
}
.RTL .SearchBox input:focus {
    border-color: #666;
    border-left: none;
}

.SearchBox button {
    height: 25px;
    margin: 0 0 0 -4px;
    padding: 3px 3px 4px;
    color: #333;
    font: bold 11px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#e0e0e0 100%);
    border: 1px solid #888;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 1px 0 #FFF;
    vertical-align: baseline;
}

.RTL .SearchBox button {
    height: 25px;
    margin: 0 -4px 0 0;
    border-radius: 3px 0 0 3px;
    text-shadow: 0 1px 0 #FFF;
    vertical-align: baseline;
    border-right: 1px solid #888;
}

.SearchBox button:hover {
    border-color: #696969;
    cursor: pointer;
}

.SearchBox button:active {
    padding: 4px 3px 3px;
    background: #e4e4e4;
    background: -moz-linear-gradient(top,  #e4e4e4 0%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#d1d1d1));
    background: -webkit-linear-gradient(top,  #e4e4e4 0%,#d1d1d1 100%);
    background: -o-linear-gradient(top,  #e4e4e4 0%,#d1d1d1 100%);
    background: -ms-linear-gradient(top,  #e4e4e4 0%,#d1d1d1 100%);
    background: linear-gradient(to bottom,  #e4e4e4 0%,#d1d1d1 100%);
    outline: none;
}

/**
 * @subsection      Drag and Drop
 */
.CanDrag .Header h2 {
    cursor: move;
}

.DropPlaceholder {
    border: 1px dashed #DDD;
    background: #EEE url(../img/dnd_placeholder_bg.png);
    margin-top: 5px;
    margin-bottom: 5px;
}

/**
 * @subsection      ProgressBar
 */
#ProgressBar {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
    width: 950px;
}

.ProgressBarElements1 li {
    width: 950px;
}

.ProgressBarElements2 li {
    width: 474px;
}

.ProgressBarElements3 li {
    width: 316px;
}

.ProgressBarElements4 li {
    width: 237px;
}

.ProgressBarElements5 li {
    width: 189px;
}

.ProgressBarElements6 li {
    width: 158px;
}

.ProgressBarElements7 li {
    width: 135px;
}

/* Because of the minimum screen resolution of 1024px more than 7 elements are not possible at the moment */

#ProgressBar li {
    float: left;
    list-style: none;
    border-style: solid;
    border-width: 1px 0;
    border-color: #CCC;
    background-color: #EEE;
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);

}

#ProgressBar li > span {
    display: block;
    background-image: url(../img/ProgressBarArrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}

#ProgressBar li a {
    padding: 12px 7px 13px 12px;
    color: #484848;
    text-decoration: none;
    font: 13px/18px Helvetica Neue, sans-serif;
    text-shadow: 1px solid #FCFCFC;
    display: block;
    height: 42px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #F4F4F4;
    background: url(../img/ProgressBarIsolator.png) no-repeat left 6px;
    cursor: default;
    text-align: left;
}

#ProgressBar li span a span {
    color: #ABABAB;
    font-size: 11px;
    line-height: 12px;
    text-shadow: inherit;
    display: block;
}

#ProgressBar li:first-child, #ProgressBar li.First {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px;
}

#ProgressBar li:first-child a, #ProgressBar li.First a {
    border-left-width: 1px;
    padding-left: 14px;
    background: none;
    border-radius: 4px 0 0 3px;
}

#ProgressBar li:last-child, #ProgressBar li.Last {
    border-right-width: 1px;
    border-radius: 0 4px 4px 0;
}

#ProgressBar li:last-child a, #ProgressBar li.Last a {
    border-right-width: 1px;
    padding-right: 14px;
    border-radius: 0 4px 4px 0;
}

#ProgressBar .Highlighted {
    background-color: #fbb42c;
    background: -moz-linear-gradient(top,  #ffdea3 0%, #fbb42c 20%, #f6af1d 50%, #f3970d 50%, #e87f07 90%, #dd6a05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdea3), color-stop(20%,#fbb42c), color-stop(50%,#f6af1d), color-stop(50%,#f3970d), color-stop(90%,#e87f07), color-stop(100%,#dd6a05));
    background: -webkit-linear-gradient(top,  #ffdea3 0%,#fbb42c 20%,#f6af1d 50%,#f3970d 50%,#e87f07 90%,#dd6a05 100%);
    background: -o-linear-gradient(top,  #ffdea3 0%,#fbb42c 20%,#f6af1d 50%,#f3970d 50%,#e87f07 90%,#dd6a05 100%);
    background: -ms-linear-gradient(top,  #ffdea3 0%,#fbb42c 20%,#f6af1d 50%,#f3970d 50%,#e87f07 90%,#dd6a05 100%);
    background: linear-gradient(to bottom,  #ffdea3 0%,#fbb42c 20%,#f6af1d 50%,#f3970d 50%,#e87f07 90%,#dd6a05 100%);
    border-top-color: #9b6937;
    border-bottom-color: #996634;
}

#ProgressBar li.Highlighted:first-child {
    border-left-color: #9b6937;
}

#ProgressBar li.Highlighted > span {
    background-image: url(../img/ProgressBarArrowActive.png);
}

#ProgressBar .Highlighted a {
    color: #562900;
    text-shadow: 0 1px 0 #FCD891;
    border-top-color: #ffeec8;
    border-bottom-color: #eaa350;
    cursor: pointer;
}

#ProgressBar .Highlighted.NoLink a {
    cursor: default;
}

#ProgressBar li:first-child.Highlighted a {
    border-left-color: #f2bf5c;
}

#ProgressBar .Highlighted span a span {
    color: #a14f00;
    text-shadow: 0 1px 0 #f5b04e;
}

#ProgressBar .Active {
    border-right: 1px solid #9b6937;
    border-radius: 0 4px 4px 0;
    position: relative;
    z-index: 2;
}

#ProgressBar li:first-child.Active {
    border-radius: 4px;
}

#ProgressBar .Active a {
    border-right: 1px solid #f2bf5c;
    border-radius: 0 4px 4px 0;
}

#ProgressBar li:first-child.Active a {
    border-radius: 4px;
}

#ProgressBar .Active + li {
    margin-left: -2px;
    padding-left: 1px;
}

#ProgressBar .Active + .Active {
    z-index: 1;
}

#ProgressBar .Active + li a {
    background: none;
}

#ProgressBar .Visited {
    background-color: #DDD;
    background: -moz-linear-gradient(top, #EEE, #DDD);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#FFF));
    background: linear-gradient(top, #EEE, #DDD);
}

#ProgressBar .Visited.Active {
    border-right-color: #CCC;
}

#ProgressBar .Visited.Active a {
    border-right-color: #EEE;
}

} /* end @media */
