.plumba_intro {
	font-weight: bold;
}

.plumba_progress_bar{
	margin-top: 8px;
}

.plumba_presentation_item {

}

.plumba_presentation_clear {
	clear:both;
}

.progress-danger .bar,
.progress .bar-inverse {
    background-color: #363636 !important;
    background-image: -moz-linear-gradient(top, #444444, #222222) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)) !important;
    background-image: -webkit-linear-gradient(top, #444444, #222222) !important;
    background-image: -o-linear-gradient(top, #444444, #222222) !important;
    background-image: linear-gradient(to bottom, #444444, #222222) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff444444', endColorstr = '#ff222222', GradientType = 0) !important;
}

.progress-important .bar,
.progress .bar-important {
    background-color: #da4f49 !important;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#222222)) !important;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffee5f5b', endColorstr = '#ffbd362f', GradientType = 0) !important;
}

.btn-important {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49 !important;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)) !important;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffee5f5b', endColorstr = '#ffbd362f', GradientType = 0);
    border-color: #bd362f #bd362f #802420 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f !important;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-important:hover,
.btn-important:active,
.btn-important,
.btn-important.disabled,
.btn-important[disabled] {
    color: #ffffff;
    background-color: #bd362f !important;
    *background-color: #a9302a !important;
}

.btn-important:active,
.btn-important.active {
    background-color: #942a25 \9 !important;
}

.label-primary,
.badge-primary {
    background-color: #006dcc !important;
}