body {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 10.0pt;
    line-height: normal;
    color: #000000;
    background-color: #DFEFFC;
    margin-top: 0px;
    text-align: center; /* for IE */
}

#page {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
}

input, table, textarea, pre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10.0pt;
    line-height: normal;
    color: #000000;
}

input:focus, textarea:focus {
    border-color: #333366;
}

input, textarea {
    border: 1px solid #AAAAAA;
    padding: 2px;
}

textarea#comment {
    width: 540px;
}

h3 {
    font-size: 12.0pt;
}

h3.taller {
    margin-top: 2em;
}

h5 {
    font-size: 8.0pt;
}

h1 a {
    color: #0F3B5F;
}

a {
    color: #2E6E9E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2.widgettitle {
    font-size: 1em;
    font-weight: normal;
    color: #000000;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}

div.l {
    text-align: left;
    height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 0px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #A6C9E2;
    border-width: 0px 1px 1px 1px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    /*-moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px; */
}

div.logo {
    margin-top: 0.3em;
    text-align: left;
    float: left;
    width: 18em;
}

div.norbt_logo {
    margin-top: 0.3em;
    text-align: right;
    float: right;
    width: 18em;
}

img {
    border-style: none;
}

div.service {
    text-align: right;
    float: right;
    width: 18em;
    height: 100%;
    position: relative;
}

div.ser {
    height: -25px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 18em;
}

.boxer {
    float: left;
    background-color: #f2f2f2;
    border-style: solid;
    border-color: #A6C9E2;
    border-width: 1px 1px 0px 1px;
    width: auto;
    height: 25px;
    margin-left: 10px;
    padding: 3px 10px 3px 10px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

div.elem {
    float: left;
}

div.norbtId { /*
     margin-top: 1.2em;
     */
    margin-top: 0.3em;
    text-align: right;
    float: right;
    width: 18em;
    height: 100%;
}

form {
    display: inline;
}

.center {
    text-align: left;
    background-color: #ffffff;
    border-style: solid;
    border-color: #A6C9E2;
    border-width: 1px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form {
    margin: 0px; /*for IE*/
}

#posts {
    margin-right: 160px;
    padding-right: 20px;
    border-width: 0px 1px 0px 0px;
    border-style: dotted;
    border-color: #A6C9E2;
}

img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

h4 {
    font-size: .75em;
    margin-left: 5px;
}

h1 {
    margin: 0px;
}

div.copyright {
    color: #444444;
    font-size: .75em;
}

hr {
    width: 60%;
    height: 1px;
    color: #c4c4c4;
    background-color: #c4c4c4;
}

#sidebar {
    list-style: none;
    margin: 0px;
    width: 140px;
    float: right;
    margin-top: 10px;
    padding: 0px;
}

#sidebar ul {
    list-style: none;
    padding: 0px;
}

#sidebar ul li:before {
    content: "\00BB \0020";
}

/**norbt plugin**/
.nr_title {
    font-weight: bold;
}

.nr_p {
    text-align: left;
    font-size: 1em;
    list-style: none;
    padding: 3px;
}

input.nr_a {
    border: 1px solid #AAAAAA;
}

input.nr_a:focus {
    border-color: #222222;
}

input.ba {
    background: #FFCCCC; /*#FF9999;*/
}

input.ga {
    background: #CCFFCC; /*#99FF99;*/
}

.nr_p > li, .nr_p > div {
    margin-bottom: 3px;
}

pre.nr {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    margin: 0;
    padding: 0;
    font: inherit;
}