@CHARSET "UTF-8";

html {
  height: 100%;
}

body {
    background: #070707 none repeat scroll 0 0;
    color: #494949;
    font: 12px/170% Verdana,sans-serif;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 160%;
    line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

input {
    color: #494949;
    font: 12px/100% Verdana,sans-serif;
}

ul.menu, .item-list ul {
    margin: 0.35em 0 0 -0.5em;
    padding: 0;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
    background: transparent url("/portal/res/common/images/menu-leaf.gif") no-repeat scroll 1px 0.35em;
    list-style-image: none;
    list-style-type: none;
    padding: 0 0 0.2em 1.5em;
}

span.form-required {
    color: #ffae00;
}

#header-region {
    background: #d2d1d1 url("/portal/res/common/images/bg-navigation.png") repeat-x scroll 50% 100%;
    min-height: 1em;
}

#wrapper {
    background: #ececec url("/portal/res/common/images/body.png") repeat-x scroll 50% 0;
}

#wrapper #container {
    margin: 0 auto;
    max-width: 1270px;
    padding: 0 20px;
}

#wrapper #container #header {
    height: 80px;
}

#wrapper #container #header #logo-floater {
    position: absolute;
}


#wrapper #container #header h1 span {
    font-weight: bold;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: normal;
    text-shadow: 0 1px 3px #100f0e;
    line-height: 120px;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

a:link, a:visited {
    color: #2f416f;
    text-decoration: none;
}

#wrapper #container #center {
    float: left;
    width: 100%;
}

#wrapper #container #center #squeeze {
    background: #ffffff url("/portal/res/common/images/bg-content.png") repeat-x scroll 50% 0;
    position: relative;
}

#wrapper #container #center .right-corner {
    background: transparent url("/portal/res/common/images/bg-content-right.png") no-repeat scroll 100% 0;
    left: 10px;
    position: relative;
}

#wrapper #container #center .right-corner .left-corner {
    background: transparent url("/portal/res/common/images/bg-content-left.png") no-repeat scroll 0 0;
    left: -10px;
    margin-left: -10px;
    min-height: 400px;
    padding: 60px 25px 5em 35px;
    position: relative;
}

#user-login-form ul {
    text-align: left;
}

#output{
    margin: 0 auto;
}

.clear-block::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clear-block {
    display: block;
}

.node .content, .comment .content {
    margin: 0.6em 0;
}

.node {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 -26px 1.5em;
    padding: 1.5em 26px;
}

.block .content {
    margin: 0.5em 0;
}

.form-item {
    margin-bottom: 1em;
    margin-top: 1em;
}

.form-item label {
    display: block;
    font-weight: bold;
}

.form-button, .form-submit {
    margin: 2em 0.5em 1em 0;
}

.node-form .form-text {
    display: block;
    width: 95%;
}
.dw-output {
    padding: 2px 35px 2px 2px;
    margin-top: 1px;
    margin-bottom: 2px;
    height:auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.dw-output-error {
    border:1px solid #ffd0d0;
    color: #e04a48;
    background-color: #FFF1EF;
}
