/*
 DO NOT EDIT THIS FILE.

 If you must make changes, put them in
 $FISHEYE_HOME/content/static/custom.css
*/

/* HTML tag styles */

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

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

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

a:visited {
    color: #158;
}

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 ***/

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

.warning {
    padding: 4px 10px 4px 14px;
    margin: 0 0 6px 0;
}

.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 */

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

.searchTabResults tr.startOfGroup td {
    border-top: 2px #777 solid
}

/* ITEM TYPE ICONS */

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

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

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

.changesetDetail, .changesetList {
    background: url(images/changesetIcon.gif) top left no-repeat
}

/* FILE TYPE ICONS */

.searchItemFile, .ftIconCol {
    background: url(images/fileIconGeneric.gif) top left no-repeat
}

.ftFileRowDeleted td.ftIconCol {
    background: #f0f0f0 url(images/fileIconDeleted.gif) top left no-repeat
}

/* SUBDIRECTORY TREE ICONS */

.folder {
    padding-left: 

20px;
/* background:url(images/folderIcon.gif) top left no-repeat; */
}

/* SUBDIRECTORY TREE filename styles */

.folderPlain {
    
}

.folderEmpty {
    color: #777;
}

.folderHidden {
    font-style: italic;
}

.folderHiddenEmpty {
    font-style: italic;
    color: #777
}

/* Basic Box Styles */

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

.box h3 {
    color: #0a0a0a;
    font-size: .7em;
    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 {
    font-size: 0.7em;
    position: absolute;
    left: 15px;
    top: 12px;
    font-weight: bold;
}

.tourControls {
    font-size: 0.7em;
    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;
    font-size: .75em;
    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;
    font-size: .7em;
}

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

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

.changesetList {
    padding: 5px 5px 5px 30px;
}

.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;
}

.csComment {
    padding: 3px;
    margin-top: 2px;
    font-size: 1.08em;
    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;
}

.diffPaneChangset {
    margin: 10px;
}

.controls {
    padding-top: 10px;
}

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

.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-size: .7em;
    font-weight: bold;
}

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

.ftIconCol {
    width: 35px;
    vertical-align: top;
}

.ftIconCol img {
    margin: 2px 0 0 6px;
}

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

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

.ftFileName {
    font-weight: bold;
}

.ftRev {
    
}

.ftAuthor {
    
}

.ftComment {
    font-size: .65em;
    padding: 0 0 4px 0;
}

/* form styles */

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

.formPane table {
    font-size: 0.7em;
}

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

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

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

.branchSelect {
    max-width: 200px;
}

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

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

.checkboxLabel {
    font-size: 140%;
}

.verbDisabled {
    color: #a0a0a0;
}

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

.statusMessage {
    color: #22aa00;
}

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

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

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

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

.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 {
    font-size: .7em;
    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 {
    font-size: 0.8em;
    margin: 10px 0 5px 5px;
}

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

.description {
    font-style: italic;
}

.actionMessage {
    color: green;
}

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

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

/* 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;
    font-size: .7em;
    padding: 5px 5px 5px 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;
}

.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 {
    font-size: .68em;
    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-size: 0.7em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;    
}

.pane p {
    text-align: center;
}

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

.dirPane {
    padding: 10px 10px 10px 0px;
    font-size: 0.7em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.dirPane a:link, .dirPane a:hover, .dirPane a:visited {
    color: #000;
}

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

.pane ul li,
.dirPane ul li {
    margin-top: 4px;
}

.dirPane ul ul li {
    margin-top: 4px;
    margin-left: 17px;
}

/* subdir tree styles */

.helpPane {
    padding: 0px 10px 10px 10px;
    font-size: 0.7em;
    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 */

.annPaneLegend {
    font-size: .7em;
    padding: 9px 5px 9px 9px;
}

.annLegend {
    font-size: 0.9em;
    padding: 0px;
    margin: 8px 0 0 0;
}

.annLegend td {
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 2px;
    text-align: center;
}

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

.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 {
    font-family: monospace;
}

td.annWarning, span.annWarning {
    text-align: left;
    font-size: .75em;
    border-right: 1px solid yellow;
    background: #ffffe1;
}

/**** 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 {
    background: transparent url(images/icn_12_help.gif) no-repeat right;
    padding-right: 14px;
}

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

.adminHelp {
    background: transparent url(images/icn_12_help.gif) no-repeat right;
    padding-right: 3px;
}

a.adminHelp:hover {
    text-decoration: none;
}

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;
}

/*
 * 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;
    font-size: 0.7em;
    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;
}

/* project admin styles */

.sectionLabel {
    text-align: left;
    font-weight: bold;
    background-color: gainsboro;
}

/* 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;
}

/* Chart page styles */

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

#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;
}