/* HTML tag styles */

body {
    font-family: Verdana,Arial,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    min-width: 800px;
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

a:link, a:hover, #footer a:visited {
    color: #036;
}

a:visited {
    color: #158;
}

#adminpage a.cancel {
    color: #3b73af;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

/*** Table Layout Stuff ***/

table.layout {
    margin: 0;
    width: 100%;
    padding: 0;
    background-color: #fafafa;
}

td.layoutLeftPane, td.layoutMidPane, td.layoutRightPane, td.layoutRightPane2 {
    text-align: left;
    vertical-align: top;
}

td.layoutLeftPane {
    padding: 8px 0 8px 10px;
}

td.layoutMidPane {
    padding: 8px 0 8px 7px;
}

td.layoutRightPane {
    width: 100%;
    padding: 8px 10px 8px 7px;
}

td.layoutRightPane2 {
    padding: 8px 10px 0 7px;
}

td.layoutFullPane {
    width: 100%;
    padding: 8px 10px 8px 10px;
}

/* Body of the root page */

.layoutCentredPane {
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 15px;
}

.welcomePane {
    font-size: 0.75em;
    padding: 15px;
}

.welcomePane a:link, .welcomePane a:hover, .welcomePane a:visited {
    text-decoration: underline
}

.welcomePane .admintable a:link, .welcomePane .admintable a:visited {
    text-decoration: none
}

/***  misc ***/

.warningFull, .warningSearch, .warningToolBar{
    font-size: .7em;
    background: #ffffe1 url(images/infoIcon.gif) top left no-repeat;
    border: #ccc 1px solid;
    text-align: center;
}

.warningFull {
    padding: 3px 3px 3px 14px;
    margin: 0px 10px 6px 10px;
}

.warningSearch {
    padding: 4px 10px 4px 14px;
    margin: 0 0 6px 0;
    border-width: 0 0 1px 0;
}

/*
.help{ border-bottom:1px green dashed; }
a.help:link, a.help:visited, a.help:hover { color: #000; text-decoration: none; }
*/

.hint {
    font-size: .9em;
    margin: 0;
    color: #444;
}

.hintBox {
    font-size: .8em;
    background-color: #ffe;
    padding: 30px;
    margin: 50px;
    border: 1px yellow solid;
}

.exLinkIssue {
    padding-right: 9px;
    background: url(images/exlnk.gif) top right no-repeat;
}

/*** second level header styles ***/

.navigation {
    width: 100%;
    background-color: #fafafa;
}

.navigation td {
    padding: 8px 10px 0 10px;
}

.navigationPrev {
    font-size: .68em;
    text-align: left;
}

.navigationNext {
    font-size: .68em;
    text-align: right;
}

form {
    margin: 0;
    padding: 0;
}

/**** Global Box Colours & Icons ****/

/* MAIN B0RDER COLOUR */

.box, .box h3 {
    border: 1px #ccc solid
}

/* INTERNAL BORDER COLOUR */

#fileTable, .ftFileRow td, .ftFileRowDeleted td, .history,
    .searchItemDirectory, .searchItemRevision, .searchItemFile, .searchTabResults td, .changesetList {
    border-top: 1px #ccc solid
}

.quicksearchItemRevisionSub, .quicksearchItemBranch, .quicksearchItemTag, .quicksearchItemDirectory, .quicksearchItemFile, quicksearchChangeset {
    border-top: 0px #ccc solid
}
.searchTabResults tr.startOfGroup td {
    border-top: 2px #777 solid
}

/* ITEM TYPE ICONS */

.searchItemDirectory, .quicksearchItemDirectory {
    background: url(images/directoryIcon.gif) top left no-repeat
}

.searchItemRevision {
    background: url(images/revisionIcon.gif) top left no-repeat
}

.searchItemRevision, .history, .quicksearchItemRevision {
    background: url(images/revisionIcon.gif) top left no-repeat
}

.changesetDetail, .quicksearchChangeset {
    background: url(images/changesetIcon.gif) top left no-repeat
}
.quicksearchItemBranch {
    background: url(images/branch.png) top left no-repeat
}

.quicksearchItemTag {
    background: url(images/tag.png) top left no-repeat
}
.quicksearchItemRevisionSub {
    background: url(images/revisionIcon.gif) top left no-repeat
}

/* SUBDIRECTORY TREE ICONS */

.folder {
    padding-left: 20px;
}

/* Basic Box Styles */

.box {
    padding: 0px;
    margin: 0 0 7px 0;
    background-color: #fff;
}

.box h3 {
    color: #0a0a0a;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border-width: 0 0 1px 0;
    background-color: #f9f9ff;
    padding: 2px 0 2px 10px;
    margin: 0px;
}

.boxMessage {
    background: #fff;
    font-size: .75em;
    font-style: italic;
    color: #000000;
    margin: 0px;
    padding: 5px 5px 5px 30px;
}

.boxBody {
    font-size: 0.75em;
    padding: 0 15px 0 15px;
}

.boxIcon {
    float: right;
    font-weight: normal;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

.boxIcon img {
    border-width: 0px;
    margin-right: 5px;
}

.boxIconText {
    vertical-align: top;
    margin-right: 5px;
}

/* Pane with Centred Text */

.centrePane {
    text-align: center;
    font-size: 0.75em;
    padding: 10px;
}

.centrePane p {
    margin: 0;
}

/* tour */

#tourTop {
    background: url(tour/t_top.gif) top left no-repeat;
    padding-top: 10px;
}

#tourRight {
    background: url(tour/t_right.gif) top right no-repeat;
    padding-right: 21px;
}

#tourBody {
    background: url(tour/t_body.gif) top left repeat;
    padding: 0px 10px;
}

#tourCorner {
    background: url(tour/t_corner.gif) top right no-repeat;
    padding-right: 21px;
}

#tourBottom {
    background: url(tour/t_bottom.gif) top left no-repeat;
    padding-top: 23px
}

.tourTitle {
    position: absolute;
    left: 15px;
    top: 12px;
    font-weight: bold;
}

.tourControls {
    position: absolute;
    right: 18px;
    top: 12px;
    font-weight: bold;
}

.tourDescription {
    font-size: 0.8em;
    padding: 20px 15px 0px 15px;
}

.tourDescription p {
    margin: 0;
    padding-bottom: 3px;
}

.tourDescription a {
    font-weight: bold;
}

.tourDescription code {
    font-size: 120%;
}

table.tourEg td {
    font-size: 0.8em;
}

table.tourEg {
    margin-left: 2px;
    border: 1px solid #999;
}

.bubbleLeft, .bubbleRight, .bubbleBelow, .bubbleAbove, .bubbleBelowRight {
    z-index: 99;
    position: absolute;
}

.bubbleBelow {
    margin: 20px 5px 0 15px;
    width: 436px;
    background: url(tour/uparrow.gif) no-repeat top left;
    padding-top: 37px;
}

.bubbleBelowRight {
    margin-top: 16px;
    width: 436px;
    right: 16px;
    background: url(tour/uparrowRight.gif) no-repeat top left;
    padding-top: 37px;
}

.bubbleBelow .bubbleText, .bubbleBelowRight .bubbleText {
    background: url(tour/upbottom.gif) bottom left no-repeat;
    padding: 0px 25px 30px 25px;
}

.bubbleAbove {
    margin-top: -70px;
    margin-left: 15px;
    width: 436px;
    background: url(tour/downarrow.gif) no-repeat bottom left;
    padding-bottom: 37px;
}

.bubbleAbove .bubbleText {
    background: url(tour/belowtop.gif) top left no-repeat;
    padding: 15px 7px 0px 19px;
}

.bubbleRight {
    left: 310px;
    margin-top: 10px;
    width: 292px;
    background: url(tour/leftarrow.gif) no-repeat top right;
    padding-top: 19px;
}

.bubbleLeft {
    left: 30px;
    margin-top: 10px;
    width: 292px;
    background: url(tour/rightarrow.gif) no-repeat top right;
    padding-top: 19px
}

.bubbleLeft .bubbleText, .bubbleRight .bubbleText {
    background: url(tour/rightbottom.gif) bottom right no-repeat;
    padding: 0px 25px 30px 25px;
}

.bubbleText {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

/* file history styles */

.history {
    display: block;
    color: #000000;
    padding: 5px 5px 5px 30px;
}

.history pre {
    font-size: 1em;
    margin: 3px 0 3px 0;
}

.history p {
    margin: 0;
}

/* changeset styles  */

.changesetDetail, .changesetList {
    display: block;
    color: #000000;
}

.changesetDetail {
    margin-top: 10px;
    padding: 5px 5px 10px 35px;
}

.changesetDetail ul {
    padding: 0;
    margin: 0;
}

.changesetList {
    padding: 5px 5px 5px 30px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.changesetList .csAuthor {
    display:inline-block;
    font-weight:normal;
    overflow:hidden;
    width:100px;
    vertical-align:top;
}

.avatar {
    position:absolute;
    left: 2px;
    top: 2px;
}

.csDate {
    position:absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 5px 5px 2px 15px;
    height: 2em;
    width:55px;
    text-align:right;
}

.csDescription {
    white-space:nowrap;
    color:#333;
}

.csLogmsg {
    font-weight:bold;
}

.csContent {

}

.csFiller {
    overflow:hidden;
}

.changelogPane {
    /*border:red 1px solid;*/
}

.csCollapsedVersion {
    white-space:nowrap;

}

.changesetList:hover, .changesetList:hover .csDate {
    background-color:#eeeeee;
}

.changesetDetail pre, .changesetList pre {
    font-size: 105%
}

.changesetList pre {
    margin: 3px 0 3px 0;
}

.changesetDetail p {
    margin: 3px 0 3px 0;
}

.changesetList p {
    margin: 0;
}

.csId, .csAuthor {
    font-weight: bold;
}

.csAge {
    display: inline;
    /*font-size: x-small;*/
    /*color: gray;*/

}

.csComment {
    padding: 3px;
    margin-top: 2px;
    font-size: 1.08em;
    font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
    display: block;
    /*background-color: #fcfefe;*/
}

.csRepoLink {
    padding-top: 5px;
}

.quicksearchTextSnippet {
    padding: 3px;
    margin-top: 2px;
    font-size: 0.95em;
    font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
    display: block;
    background-color: #fcfefe;
}

.changesetDetail .csComment {
    margin-top: 8px;
}

li.csFilename {
    list-style-type: none;
    padding-top: 4px;
    white-space: nowrap;
}

.changesetDetail li.csFilename {
    margin-top: 0px;
}

.diffPaneChangeset {
    margin: 10px;
}

.controls {
    padding-top: 10px;
}

.controls a, .controls a:link, .controls a:hover, .controls a:visited {
    color: green;
    cursor: pointer;
}

.imgLink{
    cursor: pointer;
    padding-right: 5px;
}

.csMore {
    font-style: italic;
}

/* linehistory style */

.linehistory {
    margin: 10px 0;
    font-size: small;
    text-align: center;
}

.linehistory img {
    width: 300px;
    border: 0;
}

/* file table styles */

#fileTable {
    border-width: 0;
    width: 100%;
}

#ftTitle {
    font-weight: bold;
}

#ftTitle td {
    padding: 4px 0 4px 0;
}

.ftFileRow td, .ftFileRowDeleted td {
    border-width: 1px 0 0 0;
    padding: 4px 0 0 0;
}

.ftFileRowDeleted, .ftFileRowDeletedComment {
    background-color: #f0f0f0
}

.ftFileName {
    font-weight: bold;
}

/* form styles */

.formPane {
    margin: 0;
    padding: 5px;
    white-space: nowrap;
}

.formPane input, .formPane select, .formPane td, formPane label {
    font-size: 100%;
    vertical-align: middle;
}

.formPane input[type="submit"], .formPane input[type="button"] {
    vertical-align: baseline;
}

.formPane form {
    margin: 0;
    padding: 0;
}

.formPane td {
    padding-left: 10px;
    white-space: nowrap;
    vertical-align: middle;
}

.formPane p {
    white-space: normal;
    line-height: 1.5;
    padding: 5px 0;
}

.branchSelect {
    max-width: 200px;
}

/* Admin Stuff #TODO: Fix this shite!! */

#threaddump {
    font-family:monospace;
    overflow: auto;
}

#threaddump .stackElement {
    color: #777;
}

#threaddump span.productCode {
    color: #22F;
}

#threaddump span.productCodeHL {
    font-weight: bold;
    text-decoration:underline;
}

#threaddump .NEW, #threaddump .RUNNABLE  {
    color: #080;
}

#threaddump .BLOCKED, #threaddump .WAITING, #threaddump .TIMED_WAITING {
    color: #C22;
}

#threaddump .TERMINATED {
    color: #AAA;
}

.backupDialogBody {
    background-color: white;
    min-width: 0;
}

#backupLog {
    border: solid 1px #CCDDEE;
    margin: 5px auto 0;
    padding: 4px;
    width: 90%;
    height: 350px;
    text-align: left;
    overflow: scroll;
    overflow-y: auto;
    overflow-X: auto
}

#backupLogProgressBar {
    text-align: center;
    width: 200px;
    height: 10px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#backupLogStatusBar {
    width: 90%;
    margin: 0px auto 0;
    text-align: center;
}

.backupErrorMessage {
    font-weight: bold;
    color:  #C22;
}

.backupWarningMessage {
    font-weight: bold;
    color: #ff9900;
}

.backupSuccessfulMessage {
    font-weight: bold;
    color:  #2C2;
}

.backupUpdateMessage {

}

.migrateDBLog {
    border: 1px solid #CCDDEE;
}

.sectionLabel {
    background-color: #DCDCDC;
}

.label, .verb, .errorLabel {
    font-weight: bold;
    text-align: right;
}

.formPane td.labelSub {
    font-style:italic;
    vertical-align:top;
}

.formPane td.sectionHeading {
    font-style:italic;
    padding-top:15px;
}

.formPane td.sectionSeparator {
    font-style:italic;
}

.standaloneLink {
    padding: 5px; text-align: left;
}

.checkboxLabel {
    font-size: 100%;
}

.verbDisabled {
    color: #a0a0a0;
}

.errorLabel, .errorMessage, .checkboxErrorLabel {
    color: #cc3300;
}

.authenticate-ual-admin {
    background-color: lemonchiffon;
    padding: 2px 10px 2px 32px;
}

.statusMessage {
    color: #22aa00;
}

.verb a:link, .verb a:hover, .verb a:visited {
    text-decoration: underline
}

.adminTable {
    margin: 0 0 7px;
    border: 1px solid #ddd;
}

.adminTable th {
    background-color: #eee;
}

.adminTable td, .adminTable th {
    padding: 3px 6px;
    white-space: normal;
    vertical-align: top;
}

.adminRepoWithError, .adminRepoWithError * {
    color: #cc3300 !important;
}

.adminRepoWithStatus, .adminRepoWithStatus * {
    color:#22aa00 !important;
}

#admin-content form.aui h2 {
    margin-left: 10px;
    font-size: 20px;
}

/* this is used to allow wrapping of AUI fields in a formPane.
   Otherwise the rule .formPane (line 652 above) forces the field value
   to render as a long, unbroken line.
}*/
#admin-content form.aui .wrap {
    white-space: normal;
}

#admin-content table.aui {
    border: 1px solid rgb(204, 204, 204);
    width: 99%;
}

#admin-content table.aui td {
    white-space:normal;
}

.sortable th {
    cursor:pointer;
    background-position:right;
    background-repeat:no-repeat;
    padding-right: 20px;
}

th.headerSortUp {
    background-image:url(images/arrow_uu.gif);
}

th.headerSortDown {
    background-image:url(images/arrow_dd.gif);
}

th.verb  {
    text-align:right;
    background-color: #eee;
}

.adminTable li {
    margin-left: 10px;
}

.groupSelector th {
    font-size: 1.4em;
    text-align: center;
}

.groupSelector td {
    font-size: 1.4em;
}

.groupSelector select {
    height: 7em;
    width: 18em;
}

.confirm {
    background: #ffffe1 url(images/infoIcon.gif) top left no-repeat;
    border: #ddd 1px solid;
    text-align: center;
    line-height: 2em;
    padding: 10px;
    margin: 6px
}

.formPane h4 {
    margin: 10px 0 5px 5px;
}

.formPane td h4 {
    font-size: 1em;
}

.actionMessage {
    color: green;
}

.adminSubHeading {
    text-decoration: underline;
    font-weight: bold;
}

tbody.centertop td {
    vertical-align: top;
    text-align: center;
}

tbody.centertop td.crowd-instructions {
    text-align: left; /* reverse the effect of centertop */
}

td.crowd-instructions ul {
    padding: 5px;
}

td.crowd-instructions li {
    padding: 3px;
}

div.adminTable { padding: 10px; }
div.adminTable table { font-size: 1em; }

#metrics { width: 50%; }

#metrics .adminTable {
    border: none;
    margin: 0;
    padding: 0;
}

.metric-container {
    margin: 10px 0;
    border: 1px solid lightgray;
    width: 100%;
}

.metric-container th {
    vertical-align: top;
    text-align: right;
    width: 60px;
}

.metric-container .label {
    font-weight: normal;
    text-align: left;
}

.metric-container .metric-add-value {
    margin: 5px 0;
}

.metric-container .metric-value {
    padding-bottom: 5px;
}

.metric-container .metric-value .text {
    width: auto;
}

form.aui select.userSelector {
    width: 330px;
    max-width: 330px; /* override 'form.aui .multi-select' */
    height: 200px;
}

#admin-content .aui-message {
    margin: 10px;
    text-align: left;
}

#admin-content #authentication .toggle {
    margin-left: 5px;
}

#admin-content .sysadmin-edit table, #admin-content .group-edit table {
    margin: 0 10px;
}

#admin-content .sysadmin-edit table input, #admin-content .group-edit table input {
    margin: 5px;
}

#admin-content #viewcvsmappings .aui-message {
    margin: 5px 0 10px;
}

/* search styles */

.searchCriteria {
    padding: 5px;
}

.searchCriteria .formPane td {
    vertical-align: top;
    padding: 5px 0 5px 0;
}

.searchResults {
    padding: 0 0 5px 0;
}

.searchItemDirectory, .searchItemRevision, .searchItemFile {
    display: block;
    padding: 5px 5px 5px 30px;
}

.quicksearchItemBranch, .quicksearchItemTag, .quicksearchItemDirectory, .quicksearchItemFile, .quicksearchChangeset, .quicksearchItemRevision {
    display: block;
    padding: 5px 5px 15px 30px;
}

.searchItemDirectory pre, .searchItemRevision pre, .searchItemFile pre {
    font-size: 100%;
    margin: 3px 0 3px 0;
}

.searchItemDirectory p, .searchItemRevision p, .searchItemFile p {
    margin: 0;
}

.searchResultsSubItem {
    font-size: 100%;
    margin-top: 3px;
    padding-left: 20px;
}

.quicksearchItemRevisionSub {
    font-size: 100%;
    margin-top: 3px;
    padding: 5px 5px 10px 30px;
}

.searchResultsSubItem pre {
    font-size: 100%;
    margin: 0 0 3px 0;
}

table.searchTabResults {
    font-size: .7em;
    margin: 0;
    padding: 0;
}

.searchTabResults th, .searchTabResults td {
    text-align: left;
    margin: 0;
    padding-right: 3px;
    vertical-align: top
}

.searchTabResults td.numberTabCell {
    text-align: right;
}

.pagination {
    padding: 5px 10px 5px 10px;
    text-align: right;
    margin: 0
}

/* quicksearch results */

.qsResult {
    display: block;
    font-size: .7em;
    padding: 0px 5px 0px 15px;
    margin: 0;
}

.qsSummary {
    float: right;
    text-transform: none;
    font-weight: normal;
    padding-right: 3px;
}

.qsResult h4 {
    font-size: 100%;
    margin: 10px 0 0 0;
}

.qsResult dt {
    margin-top: 5px;
}

.qsResult dd {
    padding-left: 0;
    margin-left: 15px;
}

.qsResult p {
    padding-left: 15px;
    margin: 3px 0 0 0;
}

.qsKeyword, .qsNumber {
    font-weight: bold;
}

.qsFileDir {
    display: block;
    margin-top: 3px;
}

.qsFiles {
    padding-left: 15px;
    display: block;
}

/* subdir tree styles */

.toolBar {
    text-align: right;
    font-size: 0.65em;
    padding: 0px 3px 0 3px;
    font-family: Tahoma, Arial, Helvetica

    , sans-serif;
/*border-bottom:1px solid #ccc;*/
}

.toolBarHidden, .toolBarEmpty, .toolBarSort {
    float: right;
    padding: 2px 3px 2px 3px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-top: 4px
}

.warningToolBar {
    font-size: 100%;
    padding: 2px 3px;
    margin-top: 4px;
}

.pane {
    padding: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.pane p {
    text-align: center;
}

.pane p.tarballLinks a {
    padding: 0 5px;
    font-weight: bold;
}

.pane ul, .pane ul ul,
.pane ul li, .pane ul ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}

/* subdir tree styles */

.helpPane {
    padding: 0px 10px 10px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 190px;
}

.helpPane ul {
    margin: 0;
    padding: 0;
}

.helpPane ul li {
    margin-top: 5px;
    list-style-type: none;
    font-weight: bold;
}

.helpPane ul ul li {
    margin-left: 10px;
    list-style-position: inside;
    list-style-type: square;
    font-weight: normal;
}

.helpPaneContents {
    color: #111;
    padding: 10px 10px 10px 15px;
    font-size: 0.75em;
}

.helpPaneContents h4 {
    color: #222;
    margin: 0;
}

.helpPaneContents p {
    margin: 0 0 7px 0;
}

code {
    font-size: 120%
}

.helpPaneContents dt {
    font-size: .95em;
    margin-left: 10px;
    font-weight: bold;
    font-style: italic;
    color: #444
}

.helpPaneContents dd {
    margin: 4px 0 7px 20px;
}

/* annotation styles */

.annPane {
    font-size: .75em;
    padding: 5px 10px 5px 10px;
    overflow-y:auto;
}

.annPane table {
    font-size: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.annPane td {
    text-align: right;
    vertical-align: top;
    padding: 0 3px 0 5px;
}

.annPane pre {
    margin: 0px;
    padding-bottom: 0px;
}

.annPane span.annLine, .annPane td.annLine {
    font-family: monospace;
}

/**** changelog styles  ****/

.chJoggerPane {
    padding: 5px 0 5px 1px;
}

.chJogger {
    font-size: .65em;
    padding: 0;
    margin: 0;
    white-space: nowrap
}

.chJogger td {
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

td.chJoggerFrom {
    text-align: left;
    padding-left: 1px;
}

td.chJoggerTo {
    text-align: right;
}

/* calendar */

.calPane {
    text-align: center;
    padding: 0 10px 5px 10px;
    margin: 0;
    white-space: nowrap;
}

.calPane a:link, .calPane a:hover, .calPane a:visited {
    color: #000;
    text-decoration: none;
}

.calPane a:hover {
    text-decoration: underline;
}

.calPane table {
    font-size: .7em;
    margin: 5px auto 0 auto;
}

.calPane input, .calPane select, .calPane td {
    font-size: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.calPane td {
    font-size: 100%;
    text-align: center
}

.calDays {

}

.calDays td, .calMonths td {
    border: 1px solid #eee;
}

.caldays td {
    width: 14%;
    background-color: #fbfff9;
}

.calDays td.calDayCell {
    border-bottom: 1px solid #999;
    background-color: #fff;
}

.calMonths td {
    width: 14%;
    background-color: #fbfff9;
}

.calPane form {
    margin: 0;
    padding: 0;
}

.changelogMatching {

}

.caldays td.changelogShowing {
    background-color: #ccffaa;
    color: #000
}

.caldays td.changelogShowing:hover {
    background-color: #66FF00;
}

.changelogMatchingCount {
    font-size: .72em;
    vertical-align: super
}

/* "commandline" output */

.cmdlineHelpPane {
    margin: 15px auto 0 auto;
}

.cmdlineHelpPane {
    padding: 0 0px 0 15px;
}

.cmdlineHelpPane a:link, .cmdlineHelpPane a:hover, .cmdlineHelpPane a:visited {
    text-decoration: underline
}

/* tabbed container */

.tabContainer {
    margin: 10px 15px;
    position: relative;
    padding: 26px 0 0 0;
}

body>.tabContainer {
    padding: 25px 0 0 0;
}

.tabContainer ul.tabs {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: small;
}

.tabContainer ul.tabs li {
    float: left;
    padding: 5px 12px 4px 10px;
    margin: 0 3px 0 0;
    border: 1px  #ccc solid;
    border-width: 1px 1px 0px 1px;
    color: #333333;
    font-weight: bold;
    background: #f0f0f0;
}

.tabContainer ul.tabs li.active {
    border-bottom: 1px solid #fff;
    z-index: 99;
    color: #222;
    background: #fff;
}

.tabContainer ul.tabs li:hover {
    text-decoration: underline;
}

.tabContainer table {
    margin: 10px;
}

.tabContainer table td {
    padding: 5px;
}

.prefsTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.prefsHeaderRow {
    padding: 3px 5px;
    background: #eee;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.loading {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: #666
}

/*
 *  Common bits - Headers & Footers moved to css/headerfooter.css
 */

.help {
    padding-right: 14px;
}

.help:after {
    color: #707070;
    font-family: "Atlassian Icons";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    speak: none;
    content: "\f169";
    font-size: 12px;
    margin-left: 4px;
    margin-top: 1px;
}

.hideHelpText.help:after {
    top: 0;
    left: 0;
}

.hideHelpText {
    height: 13px;
    width: 14px;
    padding: 0;
    text-indent: -1000em;
    font-size: 2px;
    position: absolute;
}

a.navPrevious {
    background: transparent url(images/icn_12_arrowleft.gif) no-repeat left;
    padding-left: 16px;
}

a.navNext {
    background: transparent url(images/icn_12_arrowright.gif) no-repeat right;
    padding-right: 16px;
}
span.navPrevious {
    background:transparent url( images/icn_12_arrowleft_disabled.gif ) no-repeat left;
    padding-left:16px;
    color:#a0a0a0;
}
span.navNext {
    background:transparent url( images/icn_12_arrowright_disabled.gif ) no-repeat right;
    padding-right:16px;
    color:#a0a0a0;
}
span.navigationPrev, span.navigationNext {
    padding: 0 11px 0 11px;
}

/*
 * Review link styles
 */

a.reviewDraft, a.reviewOpen, a.reviewClosed {
    color: #eb5909;
    text-decoration: none;
}

a.reviewDraft {
    font-style: italic;
}

a.reviewOpen {
    font-weight: bold;
}

a.reviewClosed {

}

div.reviewPane {
    padding: 9px;
    text-align: center;
}

.loginbox,
    .logoutbox {
    text-align: left;
    width: 400px;
    margin: 0 auto;
}

/**
 * Plugin admin styles
 */

.newPlugin {
    background-color: #80FF80;
}

.oddRow {
    background-color: aliceblue;
}

.propertyTitle {
    font-weight: bold;
}

.errorPage h3 {
    font-size: small;
    font-weight: bold;
    background-color: pink;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3px;
}

.errorPage   p {
    font-size: small;
    margin: 20px 10px;
}

/* admin page instruction text styles*/

.adminPageInstruction {
    width: 650px;


/* a hack to keep the instructions the same width as the text area below it*/
    text-align: left;
}

.PermissionSchemeProjectListStyle {
    padding-left: 10px;
}

/*
 *   Root page Crucible Styles
 */

.chp {

}

.chp h4 {
    margin: 0;
    padding: 20px 0 5px 0;
}

.chp a.dashLink {
    font-weight: bold;
    color: #EB5909;
    display: block;
    padding-top: 5px;
;
}

.chp .projKey {
    color: #EB5909;
    font-weight: bold;
}

.mainwebitem {
    padding-top:20px;
}

/* Chart page styles */

#chart .bigChart {
    text-align: center;
    padding: 0px 0 30px 0;
}

#chart .smallChart {
    text-align: center;
    padding-top: 10px;
}

#chart .box h4 {
    color: #333;
    margin: 0 4px 0 0;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
}

#chart table.chartConstraintTable td {
    vertical-align: top;
    padding-top: 5px;
}

#chart table.chartConstraintTable select {
    width: 188px;
}

#chart table.chartConstraintTable textarea {
    width: 186px;
}

#chart table.chartConstraintTable input#wbmaxitems {
    width: 182px;
}

#chart table.chartConstraintTable input.dateField {
    width: 150px;
}

/* Sign UP Page - sweet jeebus forgive me for my sins */

.signup {
    width:600px
}

.signup .adminTable {
    font-size:100%;
    margin:auto;
    border:0;
    text-align:left;
}

.signup input {
    width:200px;
}

.plugin {
    background-color: transparent;
}

.pluginConfigPaneState-Enabled {
    background-color:#eeffee;
    border: 0px none;
}

.pluginConfig-Error {
    background-color: #ffaaaa;
}

.pluginConfig-Error .expandingControl {
    background-color: #ffffff;
}

.pluginConfigPaneState-Disabled {
    background-color: #ffeeee;
}

.pluginConfigPaneState-Disabled .expandingControl, .pluginConfigPaneState-Enabled .expandingControl {
    background-color: #fff;
}

.pluginConfigPaneState-Disabled .verb, .pluginConfigPaneState-Enabled .verb {
    background-color: #ffffff;
}


.pluginConfigPaneState-Disabled th.verb, .pluginConfigPaneState-Enabled th.verb {
    background-color: #eee;
}

/*jira server mapping admin css*/
.jira-mapping-inline-help {
    font-size: 12px;
    padding-left:4px;
    padding-top:2px;
    padding-bottom:5px;
}

#jira-all-submit {
    border-color: #DDDDDD;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 0;
    padding-top: 0.5em;
    text-align: right;
    width: 100%;
}

.jira-admin-selected-remove {
    display: inline;
    float: right;
    margin-top: -1.2em;
    text-align: right;
}

.jira-admin-selected-remove:hover {
    cursor: pointer;
    background-color: #ff9999
}

.jira-admin-selected:hover {
    background-color: #e0dfdf;
}

.jira-admin-selected {
    margin-left: 20px;
    /*width: 20em;*/
}

.jira-admin-list {
    padding-left: 5px;
}

.jira-admin-submit {
    float: right;
}

#trusted-subtask-warning {
    width: 450px;
}

.jira-admin-mappings-edit th, .jira-admin-mappings-edit td {
    vertical-align: top;
}

.jira-admin-mappings-edit th label {
    float: right;
}

.jira-admin-mappings-edit ul {
    margin-top:0;
    float: left;
}

.jira-admin-mappings-edit select {
    width:20em;
}

.jira-admin-mappings-edit fieldset {
    border: 1px solid #dddddd;

}

.jira-admin-mappings-edit fieldset legend {
    color: #333333;
}

.jira-admin-mappings-edit td select {
    margin-bottom: 10px;
}

.hideinitially {
    display:none;
}

.adminTable .oddRow {
    background-color:#FFFFFF;
}

.adminTable .evenRow {
    background-color:#FAFAFA;
}

/* quicksearch hit highlighting*/

.quicksearch-highlight {
    background: #ffff00;
}

/* */
.box h3 {
    padding:4px 0 3px 10px;
}

h3.changelog{
    position:relative;
    border-bottom-width:0px;
    min-width:570px;
}

.changelog-nav{
    position:absolute;
    right:2px;
    top:2px;
    font-weight:normal;
    font-size:0.9em;
    width:430px;
}

.changelog-nav form{
    display:block;
}

.changelog-nav input{
    font-size:9px;
    height:13px;
    margin:0px;
    padding:0px;
    border:1px solid #CCCCCC;
}

.changelog-nav img{
    position:absolute;
    right:0px;
    top:0px;
}
.changelog-nav .rss,
.changelog-nav .rsscfg{
    border: 1px solid #BBBBBB;
    width:25px;
    height:13px;
    vertical-align:top;
}

/* caution */

.changelog-nav{
    *top:1px;
}

.changelog-nav input{
    *position:relative;
    *top:1px;
    *height:12px !important;
    *font-size:11px !important;
}

.changelog-nav img{
    _right:12px;
}

.changelog-nav .rss,
.changelog-nav .rsscfg{
    *top:1px;
    *right:0px !important;
    _right:0px;
}


/* paging */

.pagination a.page,
.pagination  span.page {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    color: #333333;
    display: block;
    float: left;
    height: 1.4em;
    line-height: 1.5em;
    margin: 0 2px 0 0;
    text-align: center;
    text-decoration: none;
    width: 2em;
}

.pagination span.page {
    background: #DEDEDE none repeat scroll 0 0;
    color: #FFFFFF;
}

.pagination a.page span,
.pagination a.next span {
    text-decoration: none;
}

.pagination a.next {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #333333;
    display: block;
    float: left;
    height: 1.4em;
    line-height: 1.5em;
    text-align: center;
    width: 2em;
}

.pagination a.back {
    text-decoration: none;
    display: block;
    float: left;
    height: 1.4em;
    line-height: 1.4em;
    margin-right: 2px;
    overflow: hidden;
    width: 2em;
}

.pagination a.page.first:hover,
.pagination a.page:hover {
    color: #FFFFFF;
    background-color: #DEDEDE;
}

.pagination span.hellip {
    color: #BEBEBE;
    background: none;
    border: none;
    height: 1em;
    width: 1em;
}

/* buttons */

button.left,
.button.left{
    float: left;
    margin-right: 5px;
}

button.right {
    float: right;
    margin-left: 5px;
}

button.sml {
    width: 90px;
}

button.med,
.button.med{
    width: 120px;
}

button.lrg {
    width: 160px;
}

/* fields */
textarea.full {
    width: 505px;
}

input.full {
    width: 500px;
}

input.quarter {
    width: 125px;
}

select.half {
    width: 250px;
}

/* feedback */
.message-loading {
    margin: 4px 0;
    padding: 6px 6px 0;
}

.message-loading > div {
    background: transparent url(2static/images/spinner_003366.gif) no-repeat scroll 0 0;
    color: #BDCEDE;
    margin: 0;
    padding: 2px 0 6px 24px;
}

.message-status {
    position: relative;
}

.message-status a {
    background: transparent url(2static/images/sprite_close.png) repeat scroll 0 0;
    display: block;
    height: 16px;
    position: absolute;
    right: 5px;
    text-indent: -999em;
    top: 5px;
    width: 16px;
}

.message-info {
    background-color: aliceblue;
    margin: 4px 0;
    padding: 6px 6px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.message-info > div {
    background: transparent url(2static/images/sprite_messages_tall.png) no-repeat scroll 0 -2940px;
    margin: 0;
    padding: 2px 0 6px 20px;
}

.message-info a {
    background-position: 2px -192px;
}

.message-info a:hover {
    background-position: 2px -256px;
}

.message-error {
    background-color: #FFCCBF;
    margin: 4px 0;
    padding: 6px 6px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.message-error > div {
    background: transparent url(2static/images/sprite_messages_tall.png) no-repeat scroll 0 -838px;
    color: #741311;
    margin: 0;
    padding: 2px 20px 6px;
}

.message-error a {
    background-position: 2px -64px;
}

.message-error a:hover {
    background-position: 2px -96px;
}

.message-success {
    background-color: #DDEEAA;
    margin: 4px 0;
    padding: 6px 6px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.message-success > div {
    background: transparent url(2static/images/sprite_messages_tall.png) no-repeat scroll 0 -1680px;
    color: #3C662E;
    margin: 0;
    padding: 2px 0 6px 20px;
}

.message-success a {
    background-position: 2px -128px;
}

.message-success a:hover {
    background-position: 2px -160px;
}


/* Plugins */
.plugin {
    white-space: normal;
}

.plugin h1 {
    font-size: 0.8em;
}


.plugin ul.horizontal {
    font-size: 0.8em;
}

.plugin p {
    font-style: normal;
}

.plugin p > a {

}

.formPane .plugin td {
    white-space: normal;
}

#oauth-plugin {
    min-width: 840px;
}

#oauth-plugin div.content {
    margin-right: 25em !important;
}

#oauth-plugin p {
    padding-left: 12px;
	max-width: none !important;
}

#oauth-plugin table {
	margin-left: 12px;
}/*[{!main_css_lgaf3n7!}]*/