.whd-gs-body-container .whd-component-body-container .whd-content-header-title h1 {
    font-family: sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    padding: 15px 0px 5px 0px;
}

.whd-gs-body-container .whd-component-body-container .whd-content-header-title h1 {
    font-size: 2em;
    padding: 10px 0px 5px 0px;
}

.whd-gs-body-container .whd-component-body-container .current-title {
    font-family: sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    padding: 12px 0px;
}

.whd-gs-body-container .whd-component-body-container .whd-gs-component-body-groups-content {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.whd-component-body-container .whd-gs-component-body-groups-content .whd-component-users-description li {
    list-style: disc;
    list-style-position: inside;
}

.whd-component-body-container .transparent-btn {
    background: transparent;
    cursor: pointer;
    border: 0px;
    border-radius: 0px;
    padding: 0;
}

.whd-component-body-container .transparent-btn .x-btn-inner {
    color: #3182B7;
    font-size: 1em;
}

.whd-component-body-container .white-bg-btn {
    background: #fff;
    cursor: pointer;
    border: 0px;
    border-radius: 0px;
    padding: 0;
}

.whd-component-body-container .white-bg-btn .x-btn-inner {
    color: #3182B7;
    font-size: 1em;
}

.whd-component-body-container .whd-settings-emailServer-warning div {
    color: #000;
    margin: 50px 0 0 0;
}

.whd-body-container .whd-check-email-list {
    font-weight: bold;
    padding: 18px 0 18px 55px;
    background: transparent url("../../images/wizard/normal.png") 0 4px no-repeat;
}

.whd-body-container .whd-check-email-list.load {
    background: transparent url("../../images/common/spinner.gif") 0 4px no-repeat;
}

.whd-body-container .whd-check-email-list.pass {
    background: transparent url("../../images/wizard/enable.png") 0 4px no-repeat;
}

.whd-body-container .whd-check-email-list.error {
    background: transparent url("../../images/wizard/disabled.png") 0 4px no-repeat;
}

.whd-body-container .whd-check-email-error-block {
    min-width: 640px;
    padding: 30px 20px 30px 20px;
    margin-top: 25px;
    background: #f0f0f0;
    border: 1px solid #dadada;
}

.whd-body-container .check-email-indent {
    margin: 0px 0px 0px 60px;
}

.whd-body-container .check-email-title-error {
    padding: 12px 6px 20px 60px;
    background: #f0f0f0 url("../../images/wizard/disabled.png") 2px 2px no-repeat;
    font-size: 1.4em;
}

.whd-body-container .check-email-title-success {
    padding: 12px 6px 20px 60px;
    background: #f0f0f0 url("../../images/wizard/enable.png") 2px 2px no-repeat;
    font-size: 1.4em;
}

.whd-body-container .check-email-error-container {
    background: #fff;
    border: 2px solid #eee;
    padding: 15px;
    margin: 0px 0px 20px 60px;
}

.whd-sources-option-container {
    padding: 20px;
}

.whd-sources-option-container .title {
    font-size: 1.4em;
    padding-bottom: 8px;
}

.whd-sources-verify-text {
    font-size: 1.3em;
    padding: 10px;
}

.linkComponent {
    color: #3182B7;
    cursor: pointer;
    background: none;
    font-weight: normal;
    text-decoration: none;
}

.linkComponent:link {
    color: #3182B7;
}

.linkComponent:visited {
    color: #3182B7;
}

.linkComponent:hover {
    color: #3182B7;
}

.linkComponent:focus {
    color: #3182B7;
}

.linkComponent:active {
    color: #3182B7;
}

.hint {
    color: #888888;
    font-size: 10px;
    word-wrap: break-word;
}

.hintIcon {
    background: transparent;
    cursor: help;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.hintPopup {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    /* TODO make curved border around IE7 and IE8 */
    /*behavior: url(border-radius.htc);*/
    /* http://code.google.com/p/curved-corner/ */

    -webkit-box-shadow: 0px 3px 4px #B4B4B4; /* for Safari and Chrome */
    -moz-box-shadow: 0px 3px 4px #B4B4B4; /* for Firefox 3.5+ */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#B4B4B4', Direction=145, Strength=3); /* for IE */
    box-shadow: 0px 3px 4px #B4B4B4;

    position: fixed;
    background-color: #ECF2FE !important;
    layer-background-color: #ECF2FE !important;
    border: 1px solid;
    border-color: #B2C7EC !important;
    border-bottom-color: #88A3D2 !important;
    padding: 12px;
    z-index: 999;
    color: #0B2149 !important;
    /*font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    white-space: normal;
    text-shadow: none;
    */

}

.hintPopup div {
    background-color: #ECF2FE !important;
    layer-background-color: #ECF2FE !important;
}

.hintPopup img {
    padding: 10px 0 10px 0;
}

.okMessage {
    color: #338A01;
    background-color: #CEF0BB;
    border: none;
}

.errorMessage {
    color: red;
    background-color: #FFCACA;
    border: none;
}

.warningMessage {
    color: #FF6400;
    background-color: #FFF196;
    border: none;
}
.whd-progress-bar {

    background: -moz-linear-gradient(top, #747474 0%, #4C4C4C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #747474), color-stop(100%, #4C4C4C));
    background: -webkit-linear-gradient(top, #747474 0%, #4C4C4C 100%);
    background: -o-linear-gradient(top, #747474 0%, #4C4C4C 100%);
    background: linear-gradient(top, #747474 0%, #4C4C4C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747474', endColorstr='#4C4C4C', GradientType=0);
    background-image: -ms-linear-gradient(top, #747474 0%, #4C4C4C 100%);
}

.whd-progressbar-toolbar {
    background: -moz-linear-gradient(top, #F8B350 0%, #F99D1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8B350), color-stop(100%, #F99D1F));
    background: -webkit-linear-gradient(top, #F8B350 0%, #F99D1F 100%);
    background: -o-linear-gradient(top, #F8B350 0%, #F99D1F 100%);
    background: linear-gradient(top, #F8B350 0%, #F99D1F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B350', endColorstr='#F99D1F', GradientType=0);
    background-image: -ms-linear-gradient(top, #F8B350 0%, #F99D1F 100%);
}

.whd-progressbar-toolbar-title {
    font-family: sans-serif;
    font-size: 2.3em;
    color: #fff;
    text-shadow: 1px 1px 2px #aaa;
    padding: 0px 0px 0px 10px;
}

.whd-progressbar-message {
    float: left;
}

.whd-progressbar-percents {
    float: right;
}

.customValueForComboBoxContainer {
    background: #E7E7E7;
    border: 1px solid #A1A1A1 !important;
    /*
    TODO add a style for gradient background
    background: #B5B8C8;
    border: 1px solid #A1A1A1;

    background-position: -51px 0;
    border-bottom-color: #A1A1A1;
    border-bottom: 1px solid #B5B8C8;
    -webkit-box-sizing: border-box;

    border-collapse: collapse;
    border-spacing: 0;
    border-spacing: 2px;
    border-color: gray;
    */
}

.customValueForComboBoxContainer .x-panel-header {
    padding: 0 2px 0 0;
    border: 0 none;
    background: none;
    box-shadow: none;
}

.sectionTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.whd-body-container .whd-component-body-container .whd-component-body-alertsources .alert-sources-text {
    margin: 5px 0 15px 0;
    font-size: 16px;
}

.whd-body-container .whd-component-body-container .whd-component-body-alertsources .alert-sources-text label {
    margin: 0 0 0 10px;
}

.whd-body-container .whd-component-body-container .whd-component-body-alertsources .alert-sources-text .font-bold {
    font-weight: bold;
}

.whd-sources-option-container {
    padding: 20px;
}

.whd-sources-option-container .title {
    font-size: 1.4em;
    padding-bottom: 8px;
}

.whd-sources-verify-text {
    font-size: 1.3em;
    padding: 10px;
}

.whd-check-orion-list {
    padding-left: 55px;
    line-height: 50px;
    background: transparent url("../../images/wizard/normal.png") 0 4px no-repeat;
}

.whd-check-orion-list.load {
    background: transparent url("../../images/common/spinner.gif") 0 4px no-repeat;
}

.whd-check-orion-list.pass {
    line-height: 15px;
    padding: 10px 0px 0px 55px;
    background: transparent url("../../images/wizard/enable.png") 0 4px no-repeat;
}

.whd-check-orion-list.error {
    line-height: 15px;
    padding: 10px 0px 0px 55px;
    background: transparent url("../../images/wizard/disabled.png") 0 4px no-repeat;
}

.advanced-options {
    border-width: 0 !important;
}

.advancedOptionsContent {
    background-color: #D2F0FF;
}

.request-types .x-tool-toggle {
    background-position: -15px -255px;
}

.request-types .x-tool-over .x-tool-toggle {
    background-position: -15px -255px;
}

.request-types .x-fieldset-collapsed .x-tool-toggle {
    background-position: -15px -240px;
}

#requesttype .x-grid-row-checker {
    background-image: url("../../images/wizard/radiooff.gif");
}

#requesttype .x-grid-row-selected .x-grid-row-checker {
    background-image: url("../../images/wizard/radioon.gif");
}
