body {
    margin: 5px 5px 40px 5px;
    padding: 0;
    color: #000000;
    background: #ffffff;
    font-family: arial, verdana, sans-serif;
    font-size: 8pt;
}

.mobi {
    margin: 0;
}

.centeringBox {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.mobi .centeringBox {
    margin: 0;
}

.roundedBox {
    display: inline-block;
    text-align: left;
    background-color: #f2f0e3;
}

.mobi .roundedBox {
    width: 100%;
}

.lt-ie8 .roundedBox {
    zoom: 1;
    display: inline;
}

hr {
    color: #c0c0c0;
}

div.heading {
    padding: 5px;
    color: #ffffff;
    background-color: #205720;
    font-weight: bold;
    position: relative;
}

span.headingLeft {
    font-size: 9pt;
}

span.headingRight {
    padding: 1px;
    position: absolute;
    right: 5px;
    display: inline-block;
    font-size: 8pt;
}

div.contentPanel {
    padding: 5px 15px 10px 15px;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    min-width: 700px;
}

.mobi div.contentPanel {
    min-width: 200px;
}

/* IE6 doesn't support min-width */
.lt-ie7 #contentSpacer {
    width: 700px;
    height: 0;
    padding: 0;
    margin: 0;
}

.contextInfo {
    color: #808080;
    padding-bottom: 5px;
}

.waiting {
    visibility: hidden;
    background-color: red;
    color: white;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px;
}

.leadtimeCritical {
    background-color: #ff522b;
}

.leadtimeWarning {
    background-color: yellow;
}

.leadtimeNormal {
    background-color: #7fff00;
}

div.copyright {
    position: relative;
}

div.copyright span {
    color: #808080;
    display: inline-block;
    position: absolute;
    right: -5px;
    bottom: 0;
}

div.copyright a {
    color: #808080;
    text-decoration: none;
}

div.copyright a:visited {
    color: #808080;
}

div.copyright a:hover {
    color: #808080;
    text-decoration: underline;
}

.mobi div.copyright span {
    display: none;
}

/* don't even show the copyright in IE6, its so messed up */
.lt-ie7 div.copyright {
    display: none;
}

.sitePreference {
    display: none;
}

.mobi .sitePreference {
    display: block;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.error-cell {
    background-color: #ff8e8e;
}

.warning-cell {
    background-color: #ffff66;
}

.ok-cell {
    background-color: #95ff9d;
}

.sectionHeading {
    color: #565656;
    font-weight: bold;
}

#forgottenPasswordLink {
    color: #0000EE;
}

.loadingIndicator {
    min-width: 100px;
    height: 30px;
    border: 1px solid #a0a0a0;
    font-size: 25px;
    color: #a0a0a0;
    padding: 16px 16px 16px 16px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF
}

div.webflowNavigation ol {
    padding-left: 5px;
    list-style: none;
    border: 2px dotted #999999;
    background: #ffe1ca
}

div.webflowNavigation ol li {
    display: inline-block;
    margin-right: 0;
    padding: 8px 30px 8px 8px;
    color: #2e2e2e;
    background: url(../images/navigation-next.png) no-repeat 100% 50%;
    font-size: 12px;
}

div.webflowNavigation ol li.currentState {
    font-weight: bold;
    font-size: 13px;
}

div.webflowNavigation ol li.pastState {
    background-image: url(../images/navigation-ok.png);
    color: #6e6e6e;
}

div.webflowNavigation ol li:last-child {
    background-image: none;
    padding-right: 8px;
}

.lt-ie8 div.webflowNavigation ol li {
    zoom: 1; /* IE 7 and below */
    display: inline;
}

@media print {
    .printSensitive {
        visibility: hidden;
    }
}

@media print {
    button, input[type=button], a.button {
        visibility: hidden;
    }
}

ol.spreadsheetRows {
    list-style: none;
    width: 600px;
    padding-left: 0;
    font-size: 8pt
}

ol.spreadsheetRows li {
    display: inline-block;
    max-width: 200px;
    vertical-align: top;
    margin: -2px -2px 14px;
    border: 1px solid #c0c0c0;
}

.lt-ie8 ol.spreadsheetRows li {
    zoom: 1;
    display: inline;
}

ol.spreadsheetRows li div:first-child {
    color: #ffffff;
    background: #2e81a6;
    font-weight: bold;
    text-align: left;
    padding: 3px 5px;
}

ol.spreadsheetRows li div:last-child {
    padding: 3px 5px;
    background: #deebf1;
}

.mobi #currentAdminUnit {
    display: none;
}

.mobi #actingFor {
    display: none;
}

#logFileContainer {
    width: 900px;
    height: 500px;
    overflow-y: auto;
    border: 1px dotted grey;
    background-color: #ffffff;
    margin: 10px;
    padding-bottom: 20px;
    resize: both;
    color: #000000
}

#logFileContainer:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

#logFileContainer:-moz-full-screen {
    width: 100%;
    height: 100%;
}

#logFileContainer table pre {
    font-size: 1.1em;
    font-family: Monaco, Courier New, monospace;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

.if-no-js {
    display: none;
}

.no-js div.if-no-js {
    display: block;
}

.no-js span.if-no-js {
    display: inline;
}

.tree ul, #tree ul {
    display: none;
}

.no-js .tree ul, .no-js #tree ul {
    display: block;
}

.pink {
    background-color: pink !important;
}

.chartreuse {
    background-color: chartreuse !important;
}

.orange {
    background-color: orange !important;
}

.yellow {
    background-color: #ffff00 !important;
}

.vCenteredLabel {
    padding-top: 6px;
    vertical-align: text-top;
}

/* a light dotted underline shows that there is a hover tip */
span.tip {
    border-bottom: 1px dashed #bbb;
}

span.bigTipImage.tip {
    border-bottom: none;
}

span.lookupIcon.tip {
    border-bottom: none;
}

/* retain the original colour */
a:visited {
    color: #0000EE
}

.previewControls {
    background-color: white;
    border-radius: 5px;
    z-index: 9000;
    position: relative;
    width: 45px;
    margin-left: auto;
    margin-right: auto;
}

select[multiple] {
    padding-right: 30px;
}

.handle {
    cursor: move;
    display:inline-block;
    width: 16px;
    height: 12px;
    background: no-repeat url(lib/images/drag_handle.png);
}

.pasteCloseIcon {
    position: absolute;
    z-index: 3;
    color: white !important;
    padding: 5px;
    background-color: rgba(156, 156, 156, 0.8);
    font-size: 16px;
    text-decoration: none;
    line-height: 10px;
    right: 0;
    top: 0;
}

.pasteCloseIcon:hover {
    background-color: rgba(188, 188, 188, 0.8);
}

.skipAutoFocus {
    display:none;
}

.mibSwitcher {
    background-color: #205720;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    margin-top: -2px;
    border: 1px solid white;
}