/* footer stick */

html {
    height: 100%;
}

#frame {
    position: relative;
    min-height: 100%;
}

* html #frame {
    height: 100%;
}

#content {
    padding-bottom: 9em;
}

#footer {
    position: relative;
    margin-top: -1.6em;
}

#footer .fineprint {
    padding-bottom: 5px;
}

/* element styles */
body {
    background: #FFFFFF url(../images/setup/bg.png) repeat-x;
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    font-size: 76%;
    height: 100%;
}

form {
    padding:0;
    margin:0;
}

a {
    color: #003366;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.5em;
    font-weight: normal;
    color: #808080;
}


/* */
#setup-masthead {
    border-bottom: 2px solid #0065AA;
}

#setup-masthead span {
    background-color: #003366;
    border-bottom: 1px solid #408EDA;
    display: block;
    height: 24px;
}

#setupFisheye {
    display:block;
    float:left;
    text-align:center;
    margin:0;
    padding:0;
    background: url(../images/setup/wm_Fisheye.png) no-repeat 50% -30px;
    width: 100%;
}
#setupCrucible {
    display:block;
    float:left;
    text-align:center;
    margin:0;
    padding:0;
    background: url(../images/setup/wm_Crucible.png) no-repeat 50% -30px;
    width: 100%;
}
#setupContainer {
    display:block;
    width:760px;
    padding:0;
    margin:90px auto;
    text-align:left;
}
#setupContainer h1 {
    font-family:arial, helvetica, sans-serif;
    font-size:22px;
    color:#036;
    margin:0;
    padding:26px 0 20px;
}

#setupContainer h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.6em;
    margin: 22px  0 15px;
}

#setupContainer h1 span {
    font-family:Arial, helvetica, sans-serif;
    font-size:12px;
    color:#777;
    font-weight:normal;
}
img#setupLogo {
    float:right;
}

table.adminTable.setup-errors {
    border: none;
}

#setup {
    line-height: normal;
}

#setupPanel {
    display:block;
    float:left;
    width:710px;
    padding:25px;
    margin:0 auto 90px;
    background:#F7F7F7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow:0 2px 10px #999;
    -webkit-box-shadow:0 2px 10px #999;
    -moz-box-shadow:0 2px 10px #999;
}

#setupWizard {
    float: left;
    list-style-type: none;
    margin :0;
    padding: 30px 0 0;
    width: 140px;
}

#setupWizard li {
    font-size: 12px;
    margin: 0 0 -1px;
    width: 140px;
}

#setupWizard li a {
    background: url(../images/setup/shadow_left.png) repeat-y center right;
    border: 1px solid #CCCCCC;
    color: #555555;
    cursor: default;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-left: -10px;
    padding: 5px;
    text-decoration: none;
    width: 139px;
}

#setupWizard li.current a {
    background-color: #FFFFFF;
    background-image: none;
    border-right: #FFFFFF;
    color: #222222;
    position: relative;
    width: 140px;
    z-index: 100;
}

#setupWizard li.incomplete a {
    color: #999999;
    margin-left: 0;
    width: 129px;
}

#setupContent {
    background:#FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #BBBBBB;
    float: right;
    margin: 0;
    min-height: 340px;
    padding: 25px 30px;
    width: 508px;
    z-index: 1;
}

#setup-choices {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

#setup-choices.buttons-two {
    width: 340px;
}

#setup-choices.buttons-three {
    width: 500px;
}

#setup-choices li {
    background: url(../images/setup/button_tall.png) no-repeat left top;
    display: inline-block;
    float: left;
    margin: 5px;
    padding-left: 12px;
    text-align: center;
    width: 148px;
}

#setup-choices li:hover,
#setup-choices li.active {
    background-position: left bottom;
}

#setup-choices li a {
    background: url(../images/setup/button_tall.png) no-repeat right top;
    display: block;
    font-size: 12px;
    height: 95px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding:0 12px 15px 0;
    white-space: nowrap;
    width: 136px;
}

#setup-choices li a:hover,
#setup-choices li a.active ,
#setup-choices li.active a {
    background-position: right bottom;
    text-decoration: none;
}

#setup-choices li a span {
    display: block;
    height: 75px;
    background: url(../images/setup/choice_icons.png) no-repeat 34px 20px;
}

li#obtainLicense a span {
    background-position: 34px 20px;
}

li#existingLicense a span {
    background-position: 34px -80px;
}

li#skipStep a span {
    background-position: 34px -180px;
}

#setup-choices li#obtainLicense {
    margin-left: 0
}

#setup-choices li#skipStep {
    margin-right: 0
}

#key-enter {
    clear: both;
    min-height: 160px;
    padding-top: 25px;
}

#setupFisheye #setup-note-head {
    background: url(../images/setup/sml_logos_right-v2.png) no-repeat right 0;
    padding-top: 0.4em;
}

#setupCrucible #setup-note-head {
    background: url(../images/setup/sml_logos_right-v2.png) no-repeat right -50px;
    padding-top: 0.4em;
}

#setup-note img {
    border: 1px solid #666666;
    box-shadow:0 2px 6px #999;
    -webkit-box-shadow:0 2px 6px #999;
    -moz-box-shadow:0 2px 6px #999;
    float: right;
    margin-left: 30px;
}

.next {
    clear: both;
    display: block;
    padding-top: 25px;
    text-align: right;
}

.next a {
    margin-right:15px;
}

.password {
    display: block;
    padding-bottom: 20px;
}

.password label {
    display: block;
}

.password ul { /* list generated when the password has field error(s) */
    list-style-type: none;
    margin: 5px 0 -10px 130px;
    padding: 0; /* ensure the style of the list is resetted (i.e. without the default padding) */
    width: 315px;
}

#CrucibleLicense,
#FisheyeLicense {
    color: #666666;
    font-family: 'Andale Mono', 'Courier New', monospace;
    font-size: 10px;
    height: 80px;
    width: 505px;
    _width: 500px;
}

.mod-header {
    background: url("../images/mod_header_bg.png") repeat-x scroll 0 18px;
    padding: 0.5em 0;
}

.mod-header h3 {
    background-color: #FFF;
    display: inline;
    margin: 0;
    padding-right: 0.25em
}

.setup-column {
    display: block;
    float: left;
    width: 230px;
    padding-left: 20px;
}

.setup-column ul {
    list-style-position:inside;
    padding-left:0;
}

.setup-column li {
    margin-top: 0.5em;
}

/* error message */
#setupContent table {
    margin-top: 4px;
}

#setupContent td {
    padding: 0;
}

/* messages */
.message,
.errorMessage {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 17px;
    margin: 4px 0 8px;
    padding: 2px 10px 2px 24px;
    text-align: left;
}

.message-error,
.errorMessage  {
    background: #FFCCBF url(../images/sprite_messages_tall.png) no-repeat scroll 6px -838px;
    border: 1px solid #DF9898;
    color: #9E4A45;
}

.message-success {
    background: #E3F4E3 url(../images/sprite_messages_tall.png) no-repeat scroll 6px -1677px;
    border: 1px solid #B8D7B8;
    color: #2F882F;
}

.message-alert {
    background-color: #FFFFE7;
    border-top: 1px solid #E8D186;
    color: #CC9933;
}

.message-alert p {
    margin: 0;
}

.message-alert span {
    background: transparent url(../images/sprite_messages_tall.png) no-repeat scroll 0 4px;
    display: inline-block;
    font-size: 0.9em;
    padding: 5px 10px 4px 20px;
}

.message-alert a {
    color: #BE8B33;
}

/* passwords */
.passwords fieldset {
    border: none;
    padding: 0;
    position: relative;
}

.passwords legend {
    display: none;
}

.passwords label, #setupContainer .row label {
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 4px 10px;
    text-align: right;
    width: 110px;
    clear: right;
}

.passwords .password input, #setupContainer .row input {
    width: 310px;
}

p {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Jira connect */
#advanced-toggle {
    display: block;
    line-height: 1;
    margin-right: -130px;
    padding-top: 4px;
    padding-bottom: 15px;
    position: relative;
    width: 130px;
    text-align: right;
    cursor: pointer;
}

#setupContainer div.description /* override Cru specific .description class that conflicts with aui */ {
    font-style: normal;
}

.jira-connect-spinner-holder {
    display: inline-block; /* starts hidden */
    width: 16px;
    height: 16px;
}

.jira-connect-spinner {
    background: #fff url(../images/spinner_003366.gif) no-repeat 50% 50%;
    width: 16px;
    height: 16px;
    display: none; /* starts hidden */
}

.evalBar {
    border: 1px solid #c30;
    background-color: #FFE1E1;
    text-align: center;
    font-size: 0.68em;
    font-weight: bold;
    color: #c30;
    padding: 2px 0 3px 0;
}
