
body {
    -webkit-print-color-adjust:exact;

    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 0.95em;
    color: #58585a;
    line-height: 130%;
}

h1 {
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

p {
    margin: 0 0 20px 0;
}

a {
    color: #888888;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
}

.swa-main a {
    color:#98bf0c;
}

.swa-header {
    min-width: 800px;
}

.swa-header .swa-logo {
    float: left;
}

.swa-header .swa-logo img {
    border: none;
}

.swa-header .swa-menu {
    position: relative;
    float: right;
    top: 2em;
    right: 2em;
}

.swa-header .swa-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.swa-header .swa-menu li {
    padding-left: 0.5em;
    display: inline;
}

.swa-breadcrumbs {
    clear: both;
    padding: 0.5em 0 0.5em 0em;
}

.swa-footer {
    padding-top: 2em;
    font-size: 0.9em;
}

.swa-partnerlogos {
    padding: 10px 0 20px 10px;
    margin: auto;
    width: 400px;
}
.swa-partnerlogos a {
    margin-right: 40px;
}

input, textarea, select {
    font-size: 1em;
}

textarea {
    font-family: Helvetica, Arial, Sans-Serif;
}

.error {
    font-weight: bold;
    color: red;
}

.ok {
    font-weight: bold;
    color: green;
}

th {
    text-align: right;
    font-weight: normal;
    white-space: nowrap;
}

.hg {
    display: none;
}

.hidden {
    display: none;
}

.guidelines {
    background-color: #f0f5de;
    padding: 0.4em;
    margin: 0 0 0.5em 0;
}

.guidelines p {
    margin: 0;
}

.guidelines p + p, .guidelines p + div, .guidelines div + p {
    margin-top: 0.3em;
}

.green-guidelines {
    background-color: #9bc363;
}

li {
    margin: .2em 0
}

.attention {
    background-color: #ffefd5;
    padding: 2em;
}

.bigger-bold-text {
    font-size: 1.1em;
    font-weight: bold;
}

.bold-text {
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.middle {
    vertical-align: middle;
}

table {
    border-spacing: 0.4em;
}

.nowrap {
    white-space: nowrap;
}

.maxlength-exceeded {
    color: red;
}

#form-saved {
    visibility: hidden;
    font-weight: bold;
    padding-top: 1em;
    padding-left: 0.5em;
}

.form-saved-message {
    visibility: visible;
    color: green;
}

.form-div {
    width: 900px;
}

.form-buttons-row {
    padding-top: 1.5em;
}

.w100 {
    width: 100%;
}

.green {
    color: green;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.black {
    color: black;
}

tr.total td input, th.total input, td.total input {
    background-color: #f0ffff;
}

tr.total th, tr.total td {
    background-color: #d3d3d3;
}

th.total, td.total {
    background-color: #d3d3d3;
}

.doc-template div {
    line-height: 1.5em;
}

a.newwin, a.newwin:link, a.newwin:visited, a.newwinactive, a.newwin:hover {
    background: url(/erasysapp/img/newwindow.png) right center no-repeat;
    padding-right: 18px;
}

.centered-columns td {
    text-align: center;
}

.budget-edit input {
    text-align: right;
    width: 100%;
}

.budget-edit input[ readonly ] {
    background-color: #e6e6e6;
}

.readonly {
    background-color: #e6e6e6;
}

@media all {
    .page-break {
    }
}

@media print {
    body {
        font-family: Helvetica, Arial, Sans-Serif;
        font-size: 11px;
        line-height: 1.2;
    }

    table {
        font-size: 11px;
        line-height: 1.2;
    }

    h1 {
        font-size: 1.1em;
    }

    h2 {
        font-size: 1.0em;
    }

    .header, .breadcrumbs, .do-not-print {
        display: none;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }
}
