﻿* {
    margin: 0;
    padding: 0;
}
html {
    background: #c8efff url("images/bg_main.gif") repeat-x 0 0;
    color: #003249;
    font: small/150% Arial, Helvetica, Verdana, sans-serif;
}
body {
    padding: 0 20px;
}
body * {
    font-size: 100%;
}
a {
    color: #2191DD;
    text-decoration: none;
}
#body #content a.wikilink {
    border-bottom: 1px dashed #003249;
    text-decoration: none;
}
#body #content a.wikilink:visited {
    color: #003249;
}
#wrapper input,
#wrapper textarea {
    border: 1px solid #f9eb98;
}
#wrapper textarea {
    overflow: hidden;
    margin-top: -1px;
    margin-left: -2px;
}
*+html #wrapper textarea {
    margin-top: -2px;
    margin-left: -1px;
    margin-bottom: -2px;
}

/*** Main Positioning *********************************************************/

#wrapper {
    background: #fff url("images/bg_wrapper.gif") repeat-y 0 0;
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
}
#body {
    background: transparent url("images/bg_body.gif") no-repeat 0 100%;
    padding: 0 80px;
    padding-bottom: 90px;
    overflow: hidden;
    float: left;
    width: 800px;
}
#content {
    float: right;
    padding: 25px 20px;
    padding-bottom: 0;
    width: 570px;
    position: relative;
}
#sidebar {
    background: transparent url("images/bg_subnavigation.jpg") no-repeat 100% 0;
    float: left;
    margin-left: 1px;
    width: 185px;
    padding: 15px 0;
}
#footer {
    color: #293333;
    clear: both;
    padding: 0 80px;
    position: relative;
    font-size: 90%;
    top: -56px;
    margin-bottom: -3em;
}

/*** Header Components ********************************************************/

#header {
    background: #06a4eb url("images/bg_header_suritec.jpg") no-repeat 0 0;
    height: 220px;
    position: relative;
    padding: 0 60px;
}
#header h1 {
    color: #fff;
    font-size: 45px;
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
    text-shadow: 0px 1px 5px #0b66ae;
    position: absolute;
    left: 100px;
    top: 90px;
    letter-spacing: -1px;
    height: 60px;
    line-height: 60px;
}
#header p {
    color: #fff;
    font-size: 100%;
    text-transform: uppercase;
    position: absolute;
    left: 84px;
    top: 155px;
}

/*** Search Components ********************************************************/

#search_field {
    background: transparent url("images/bg_searchfield.gif") no-repeat 0 0;
    height: 31px;
    position: absolute;
    right: 80px;
    top: 188px;
    width: 160px;
    z-index: 500;
}
#search_field input {
    background: transparent;
    border: none;
    position: absolute;
    padding: 0.2em 0;
    top: 5px;
    left: 35px;
    width: 110px;
}
#search_field label,
#search_field a {
    display: none;
}

/*** Navigation Components ****************************************************/

#navigation {
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
    position: absolute;
    top: 187px;
    left: 90px;
    padding-right: 170px; /*leave room for search field*/
}
#navigation ul {
    list-style: none;
}
#navigation * {
    float: left;
    color: #fff;
}
#navigation a {
    outline: none;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
    text-shadow: 0 1px 2px #000;
}
#navigation a span {
    float: none;
}
#navigation li {
    cursor: pointer;
}
#navigation li.selected,
#navigation li:hover {
    background: transparent url("images/bg_navigation_selected.gif") no-repeat 50% 1px;
}

/*** Subnavigation Components *************************************************/

#wrapper #subnavigation {
    min-height: 300px;
    padding-left: 10px;
}
#wrapper #subnavigation ul {
    background: transparent url("images/bg_subnavigation_separator.gif") no-repeat 100% 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    position: relative;
    overflow: hidden;
}
#wrapper #subnavigation li {
    background: transparent url("images/bg_subnavigation_separator.gif") no-repeat 100% 0;
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
}
#wrapper #subnavigation .overview * {
    background: transparent;
}

#wrapper #subnavigation li.selected {
    background-image: url("images/bg_subnavigation_separator2.gif");
}
#subnavigation li a {
    color: #4c5b62;
    display: block;
    #background: transparent url("images/icon_page2.gif") no-repeat 3px 0.35em;
    background: transparent url("images/icon_blank.gif") no-repeat 3px 0.35em;
    padding: 0.3em 0;
    padding-left: 23px;
}
#wrapper #subnavigation .overview a {
    background: transparent url(images/icon_back.gif) no-repeat scroll 3px 0.35em;
    padding: 0.3em 0;
    padding-left: 23px;
    display:block;
    border: none;
    padding-bottom: 1em;
    outline: none;
}
#wrapper #subnavigation h3 {
    font-size: 110%;
    color: #003249;
    margin-bottom: 0em;
    padding-bottom: 0.3em;
    padding-left: 4px;
}
#subnavigation .hw_editable li a {
    border-bottom: 1px solid #fbf2c1;
}
#subnavigation .hw_editable.wcm_hover li a {
    border-bottom: 1px solid #f9eb98;
    background-color: #f9eb98;
}

/*** Search Results Components ************************************************/

#header h1.search {
    background: transparent url("images/icon_search_header.gif") no-repeat 0 0;
    padding: 0.1em 0;
    padding-left: 75px;
}
#content.searchresults h1 {
    margin: 0;
}
#content.searchresults h2 {
    color: #6bc9f1;
    font-size: 150%;
}
#content.searchresults ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
#content.searchresults li {
    border-top: 1px solid #bde3f7;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}
#content.searchresults li a {
    background: transparent url("images/icon_webpage.gif") no-repeat 0 0.5em;
    color: #003249;
    display: block;
    line-height: 140%;
    padding: 0.4em 0 1.5em 45px;
    padding-left: 45px;
    width: 500px;
}
#content.searchresults li.pdf a {
    background-image: url("images/icon_pdf.gif");
}
#content.searchresults li.image a {
    background-image: url("images/icon_image.gif");
}
#content.searchresults li.more {
    border: none;
    margin-top: 1em;
}
#content.searchresults li.more a {
    background: transparent url("images/bg_morebutton.gif") no-repeat 0 -26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    width: 550px;
    outline: none;
}
#content.searchresults li.more a:hover {
    background-position: 0 0;
}
#content.searchresults li.more a:active {
    background-position: 0 -52px;
}
#content.searchresults li.more {
    background: transparent;
    float: none;
}
#content.searchresults li a strong {
    display: block;
}
#content.searchresults li a:hover {
    background-color: #e5f4fc;
}
#content.searchresults li em {
    background: #fff59d;
    font-style: normal;
    padding: 0.2em;
}
#content.searchresults li img {
    border: none;
    position: absolute;
    top: 0.4em;
    left: 0;
}
#content.searchresults .wcm_disabled {
    display: none;
}
#content.searchresults #listing a {
    text-decoration: none;
}

/*** Teaser Components ********************************************************/
#wrapper #teaser {
    background: #c7efff url("images/bg_teaser.jpg") no-repeat 0 0;
    margin-bottom: 20px;
    padding: 30px 0px 30px 0px;
    position: relative;
    overflow: hidden;
    margin-left: 1px;
    width: 800px;
}
#wrapper #teaser .entry {
    margin: 0;
    float: left;
}
#teaser h2,
#teaser h2 a {
    color: #fff;
}
#wrapper #teaser h2 {
    margin-bottom: 0.2em;
    text-shadow: 0px 1px 5px #0b66ae;
    font-size: 20px;
    color: #fff;
}

/*** Pageheader Components ****************************************************/

#pageheader {
    background-image: url("images/bg_firstsection.jpg");
    padding: 1em 30px;
    border-bottom: 1px solid #5dc4e8;
    position: relative;
}
#pageheader h1 {
    color: #fff;
    font-size: 200%;
    letter-spacing: -1px;
    padding: 0.5em 0;
    text-shadow: 0 1px 2px #21b5e5;
}
#pageheader h1 a {
    color: #003249;
    letter-spacing: 0;
    text-shadow: 0 1px 2px #d6f0fa;
}

/*** Body Components **********************************************************/

#body ol,
#body ul,
#body p {
    margin-bottom: 1em;
}
#body ol,
#body ul {
    padding-left: 40px;
    list-style-position: outside;
}
#body ul {
    list-style: none;
}
#body ul li {
    background: transparent url("images/bg_listitem_blk.gif") no-repeat 0 0.35em;
    padding-left: 15px;
}
#body blockquote {
     background: transparent url("images/bg_quote.gif") no-repeat 10px 5px;
     color: #6BC9F1;
     font-family: Georgia, Times, "Times New Roman", serif;
     font-style: italic;
     padding-left: 30px;
}
#body img {
    background-color: #fff;
}
#body .htmlarea img {
    background: transparent; /*for Xinha*/
}
#body h1 {
    color: #003249;
    margin-bottom: 1em;
    line-height: 1.1em;
    font-size: 22px;
}
#body #content h1 {
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}
#body h2,
#body h3,
#body h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
    color: #003249;
}
#body h2 {
    color: #6bc9f1;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0.5em;
}
#body h3 {
    font-size: 13px;
}
#body ul.pagelist {
    padding-left: 0;
}
#body ul.pagelist li {
    background-image: url("images/icon_page2.gif");
    border-bottom: 1px solid #e1f5fb;
    clear: both;
    background-position: 0 0.3em;
    padding: 0.2em 0;
    padding-left: 19px;
    position: relative;
}
#body ul.pagelist li a {
    color: #4c5b62;
}
#body .description {
    font-size: 120%;
    margin-bottom: 2em;
}
#body .description .hw_edit.hw_textarea:first-line {
    font-weight: bold;
}
#body .description img {
    max-height:150px;
    max-width:200px;
    min-height:50px;
    min-width:44px;
}
* html #body .description img {
    width: 200px;
}
#body .description .hw_image {
    float: right;
    clear: none;
    max-height: 150px;
    max-width: 300px;
    min-height: 50px;
    min-width: 44px;
    margin-left: 20px;
}
#body .date {
    color: #6bc9f1;
    font-weight: bold;
}
#body .comments {
    background: transparent url("images/icon_comment.gif") no-repeat 5px 50%;
    padding-left: 28px;
    color: #6bc9f1;
}
#body h2 input {
    margin-top: -5px;
}
#body .hw_edit img {
    border: 1px solid #e3eef2;
    padding: 3px;
}
#body .hw_edit a:hover img {
    border: 1px solid #0d69b4;
}
#body table {
    border-collapse: collapse;
    width: 100%;
}
#body .hw_edit table td {
    border-left: 1px solid #BDE3F7;
    border-bottom: 1px solid #BDE3F7;
    padding: 0.2em 0.5em;
    vertical-align: top;
}
#body .hw_edit table tr > td:first-child {
    border-left: none;
}
#body .hw_edit table tr {
    height: 1.5em;
}
#body .hw_edit.hw_external iframe {
    border: none;
    height: 500px;
    width: 100%;
}
.hw_editmode #body .hw_edit.hw_external {
    height: 500px;
    clear: both;
}
#body .section {
    float: left;
    clear: both;
    width: 100%;
}
#body .section.frame {
     background: #e3eef2;
     padding: 2.5%;
     padding-bottom: 0;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     width: 40%;
}
#body .columns {
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}
#body .columns .section {
    float: left;
    width: 45%;
    clear: none;
    margin-right: 2.5%;
    position: static;
}
#body .columns.infobox .section {
    width: 60%;
}
#body .columns.infobox .section.frame {
    width: 30%;
}
#body .columns.infobox.right .section.frame {
    float: right;
}
#body .columns.index {
    padding: 0px 20px;
}
#body .column {
    float: left;
    width: 31.5%;
    margin-right: 2%;
}

#body .column.frame {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
}

#body .column.last {
    margin-right: 0;
}
/* hide navigation if empty (top level page) */
#body.nonav #sidebar {
    display: none;
}
#body.nonav #content {
    float: left;
    width: 755px;
}

/*** Entry Components *********************************************************/

#body .entries {
    float: left;
    width: 480px;
}
#body .entry {
    padding: 0 20px;
    margin-bottom: 3em;
    position: relative;
    overflow: hidden;
}
#body .entry .content p {
    margin-bottom: 0.1em;
}
#body .entry h3 {
    font-size: 14px;
}
#body .entry h3 a {
    color: #003249;
}
#body .entry .meta a:hover {
    color: #ff9000;
}
#body .entry .meta {
    color: #6bc9f1;
    margin-bottom: 0.2em;
    padding: 0;
}
#body .entry .meta a {
    color: #6bc9f1;
}
#body .content a,
#body #content a {
    color: #003249;
    text-decoration: underline;
    cursor: pointer;
}
#body .content a:visited,
#body #content a:visited {
    color:#668492;
}
#body .entry .comments {
    background: transparent url("images/icon_comment.gif") no-repeat 5px 50%;
    padding: 0.3em 0;
    padding-left: 27px;
    color: #6bc9f1;
}
#wrapper #body .entry .date a:hover {
    color: #ff9000;
}
#body .more {
    background: transparent url("images/icon_more.gif") no-repeat 100% 0.35em;
    padding-right: 15px;
    cursor: pointer;
    float: left;
    clear: both;
    white-space: nowrap;
}
.archive .more {
    margin-top: 1em;
}

/*** First Section Components *************************************************/

#body .entry.first {
    background: #c7efff url("images/bg_teaser.jpg") no-repeat 1px 0;
    padding: 20px;
    padding-right: 320px;
    padding-bottom: 3em;
    width: 461px;
}
#body .entry.first * {
    color: #003249;
}
#body .entry.first a {
    color: #003249;
}
#body .entry.first a:hover {
    color: #fff;
}
#body .entry.first .comments {
    background-image: url("images/icon_comment2.gif");
}
#body .entry.first h3 *,
#wrapper #body .entry.first h3 a {
    color: #fff;
    text-shadow: 0px 1px 5px #0b66ae;
}
#body .entry.first .more,
#body .entry.first .more span,
#teaser .more,
#teaser .more span {
    background: transparent url("images/bg_more.gif") no-repeat 0 0;
    height: 19px;
    line-height: 19px;
    padding: 0;
    float: left;
    color: #fff;
}
#body .entry.first .more span,
#teaser .more span {
    background-position: 100% 0;
    padding-right: 22px;
    position: relative;
    right: -10px;
}
#body .entry.first .more {
    margin-top: 0.5em;
}

/*** Newsticker    Component *********************************************/

#body .hw_edit.hw_news {
    float: left;
    width: 32%;
    height: 150px;
    padding-bottom: 20px;
    position: relative;
}
#body .hw_edit.hw_news .entry {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#body .hw_edit.hw_news .more {
    background-position: 100% 2px;
    padding-left: 0.5em;
    float: none;
    clear: none;
}
#body .hw_edit.hw_news .paging {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
}
#body .hw_edit.hw_news .paging * {
    float: left;
}
#body .hw_edit.hw_news .paging li {
    background: transparent;
    margin: 0;
    padding: 0;
    margin-right: 5px;
}
#body .hw_edit.hw_news .paging a {
    background: transparent url("images/paging.gif") no-repeat 0 -50px;
    width: 10px;
    height: 10px;
    line-height: 100px;
    overflow: hidden;
    outline: none;
}
#body .hw_edit.hw_news .paging .active a {
    background-position: 0 0;
}
#body .entry .image {
     float: right;
     padding-left: 7px;
     margin-top: -16px;
     padding-right: 18px;
}
#body .hw_edit.hw_news .image {
    padding-right: 0px;
    margin: 0px;
}
#wrapper #body .entry .image img {
     max-width: 100px;
     max-height: 100px;
     min-height: 50px;
     min-width: 50px;
}

/*** Archive Components *******************************************************/

#body .archive .about {
    padding-bottom: 1.5em;
}
#body .archive {
    float: right;
    width: 280px;
    padding-right: 20px;
}
#body .archive h2 {
    font-size: 120%;
    margin: 0;
    margin-bottom: 0.3em;
}
#body .archive ol {
    padding: 0;
    list-style: none;
}
#body .archive li {
    border-bottom: 1px solid #eaf8fc;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}
#body .archive li a {
    background: transparent url("images/icon_page2.gif") no-repeat 0 0.4em;
    padding: 0.4em;
    padding-left: 20px;
    display: block;
    color: #003249;
    line-height: 130%;
}

/*** Comment Comment **********************************************************/

#wrapper #comments {
    clear: both;
    padding-left: 210px;
}
#wrapper #comments h2 {
    font-size: 130%;
    padding-top: 1em;
    margin-bottom: 0.5em;
    color: #6bc9f1;
    font-weight: normal;
}
#comments h2 strong {
    color: #293333;
    font-weight: normal;
}
#comments .comment {
    position: relative;
    border-top: 1px solid #d8f1fa;
    padding-top: 1em;
    min-height: 3em;
    float: left;
    width: 530px;
    padding-right: 40px;
    clear: both;
}
#comments .comment h3 {
    position: absolute;
    left: -200px;
    font-size: 100%;
    padding-left: 48px;
    line-height: 130%;
    font-weight: normal;
    color: #6bc9f1;
    width: 140px;
}
#comments .comment h3 cite {
    color: #003249;
    font-style: normal;
    font-weight: bold;
}
#comments .comment h3 a {
    color: #003249;
}
#comments .comment h3 em {
    font-style: normal;
}
#comments .comment h3 .avatar {
    background: transparent url("images/bg_avatar.gif") no-repeat 0 0;
    position: absolute;
    left: 0px;
    top: -0.8em;
    width: 32px;
    height: 32px;
    padding: 5px;
}
#comments .comment h3 .avatar img {
    border: none;
    width: 32px;
    height: 32px;
}
#comments .comment h3 cite {
    display: block;
}
#comments .comment h3 em {
    font-weight: normal;
}
#comments .hw_blogbutton.hw_delete_post {
    position: absolute;
    top: 0.9em;
    right: 0;
    line-height: 100px;
}

/*** Comment Form Components **************************************************/

#comments #writecomment {
    background: #c8efff;
    color: #003249;
    clear: both;
    margin-top: 2em;
    padding: 20px;
    float: left;
    width: 530px;
}
*+html #comments #writecomment {
    padding-top: 10px;
}
#comments #writecomment h2 {
    padding-top: 0;
    margin-bottom: 0;
}
#comments #writecomment label {
    display: block;
    font-weight: bold;
}
#comments #writecomment textarea {
    background: #fff;
    border: 1px solid #b7e0f4;
    width: 100%;
    height: 8em;
    font: small/150% "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
    overflow: auto;
    margin: 0;
}
#comments #writecomment button {
    background: #1194d4 url("images/bg_button.gif") repeat-x 0 0;
    border: 1px solid #1fade3;
    padding: 0.3em 1em;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
*+html #comments #writecomment button {
    padding: 0 8px;
}

/*** RSS Components ***********************************************************/

#header #rss {
    background: transparent url("images/bg_rss.gif") no-repeat 100% 0;
    position: absolute;
    left: auto;
    right: 80px;
    top: 64px;
    width: 147px;
    padding-left: 15px;
    height: 38px;
    line-height: 30px;
    text-transform: none;
}
#header #rss a {
    float: left;
    background: transparent url("images/icon_rss.gif") no-repeat 0 50%;
    color: #bceafc;
    padding: 0.2em 0;
    padding-left: 22px;
    font-size: 120%;
    outline: none;
}
#header #rss a em {
    color: #fff;
    font-style: normal;
}

/*** Filterbar Components *****************************************************/

#filterbar {
    margin-top: -10px;
    margin-bottom: 10px;
}
#filterbar * {
    float: left;
    color: #003249;
}
#filterbar,
#filterbar div {
    background: transparent url("images/bg_filterbar.gif") no-repeat 0 0;
    height: 35px;
    padding-left: 20px;
    float: none;
    overflow: hidden;
}
#filterbar div {
    background-position: 100% 0;
    padding: 0;
    float: right;
    padding-right: 15px;
}
#filterbar input {
    border: none;
    background: transparent url("images/bg_filter.gif") no-repeat 0 0;
    height: 15px;
    width: 190px;
    line-height: 20px;
    padding: 3px 8px;
    padding-left: 22px;
    font-size: 11px;
    margin-top: 7px;
}
#filterbar label {
    color: #a3b9c9;
    padding-right: 10px;
    margin-top: 7px;
    font-size: 90%;
}
#filterbar #clearfilter {
    background: transparent url("images/bg_filter.gif") no-repeat 100% 0;
    height: 20px;
    width:30px;
    overflow: hidden;
    line-height: 200px;
    margin-top: 7px;
    outline: none;
}
#filterbar #clearfilter:hover {
    background-position: 100% -60px;
}
#filterbar.empty #clearfilter,
#filterbar.empty #clearfilter:hover {
    background-position: 100% -120px;
}
#wrapper #filterbar .hw_add_button.hw_add_post {
    background: transparent url("images/icon_addvcard.gif") no-repeat 0 0;
    position: static;
    float: left;
    width: auto;
    margin-left: -5px;
    margin-top: 7px;
    display: inline;
}
#wrapper #content #filterbar .hw_add_button.hw_add_post a {
    background: transparent;
    position: static;
    float: left;
    width: auto;
    line-height: 150%;
    padding-left: 30px;
    outline: none;
}
#wrapper #content #filterbar .hw_add_button.hw_add_post a span {
    cursor: pointer;
}
#filterbar h2 a {
    padding-right: 0.3em;
}
#filterbar h2 a:hover {
    text-decoration: underline;
}
#filterbar .back {
    background: transparent url("images/icon_back.gif") no-repeat 0 1px;
    padding-left: 20px;
    margin-top: 7px;
    margin-left: -3px;
    outline: none;
}
#body #filterbar #hw_addbutton,
#body #filterbar .back {
    text-decoration: none;
}
#body #filterbar #hw_addbutton:visited,
#body #filterbar .back:visited {
    color: #003249;
}

/*** VCard Components *********************************************************/

#vcard {
    background: transparent url("images/icon_vcard.gif") no-repeat 0 0;
    padding-left: 73px;
    height: 50px;
}
#vcard p {
    margin-bottom: 1em;
    white-space: nowrap;
}
#vcards {
    width: 572px;
    float: left;
    margin-bottom: 30px;
}
html > body #vcards {
    height: 350px;
    overflow: auto;
}
*+html #wrapper #vcards {
    overflow: visible;
    height: auto;
}
#wrapper .vcard * {
    color: #003249;
}
#wrapper .vcard .type {
    display: none;
}
#wrapper .vcardcontainer {
    padding-top: 20px;
    margin-bottom: 10px;
}
#wrapper .vcard,
#wrapper .vcardcontainer {
    background: transparent url("images/bg_vcard.gif") no-repeat 0 0;
    float: left;
}
#wrapper .vcard {
    background-position: 0 100%;
    font-size: 11px;
    line-height: 150%;
    margin-right: 7px;
    padding: 20px;
    padding-top: 0;
    padding-left: 65px;
    width: 185px;
    position: relative;
    height: 10em;
}
#wrapper .vcard h4,
#wrapper .vcard dt {
    display: none;
}
#wrapper .vcard p {
    margin: 0;
}
#wrapper .vcard a:hover {
    text-decoration: underline;
}
#wrapper .vcard .photo {
    background: #fff url("images/bg_photo.gif") no-repeat 50% 50%;
    position: absolute;
    left: 20px;
    top: 0;
    width: 32px;
    min-height: 32px;
    border: 1px solid #e8edf0;
}
#wrapper .vcardcontainer.single .photo {
    background-image: url("images/bg_photo2.gif");
}
#wrapper .vcard .photo img {
    width: 32px;
    border: none;
}
#wrapper .vcard .fn {
    font-weight: bold;
    font-size: 120%;
    padding-top: 0.2em;
    display: block;
    margin-bottom: 0;
}
#wrapper .vcard .fn dd {
    display: inline;
}
#wrapper .vcard .org {
    color: #a3b9c9;
}
#wrapper .vcard .street-address {
    display: block;
}
#wrapper .vcard .adr {
    display: none;
}
#wrapper .vcard .more {
    background: transparent;
    position: absolute;
    height: 34px;
    top: 0px;
    left: 20px;
    width: 200px;
    overflow: hidden;
    line-height: 200px;
    outline: none;
    padding: 0;
}
#wrapper .nonav .vcard {
    width: 158px;
}
#wrapper .nonav .vcardcontainer,
#wrapper .nonav .vcard {
    background-image: url("images/bg_vcard2.gif") ;
}
#wrapper .nonav #vcards {
    width: 768px;
}
#wrapper #body .vcard .hw_blogbutton.hw_delete_post a {
    background-image: url("images/icon_delete3.gif");
    right: 4px;
    top: -16px;
}

/*** Single VCard Components **************************************************/

#wrapper #vcards .vcardcontainer.single,
#wrapper #vcards .vcardcontainer.single .vcard {
    background: transparent;
    padding: 0;
    width: 100%;
    height: auto;
}
#wrapper #vcards .vcardcontainer.single .vcard {
    width: auto;
}
#vcards .vcardcontainer.single .info {
    float: right;
    width: 380px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
#vcards .vcardcontainer.single .fn {
    font-size: 100%;
    font-weight: normal;
}
#vcards .vcardcontainer .hide,
#vcards .vcardcontainer.single .hide {
    display: none;
}
#vcards .vcardcontainer.single .vcard * {
    float: left;
}
#vcards .vcardcontainer.single .vcard .photo {
    left: 5px;
}
#vcards .vcardcontainer.single .vcard .adr {
    display: block;
    clear: both;
}
#vcards .vcardcontainer.single dt {
    display: block;
    color: #a3b9c9;
    clear: both;
    font-weight: bold;
    text-align: right;
    padding-right: 4px;
    width: 75px;
}
#wrapper #vcards .vcardcontainer.single dd {
    float: left;
    width: 170px;
}
#vcards .vcardcontainer.single h4 {
    display: block;
    clear: both;
    font-weight: bold;
    font-size: 110%;
    padding-left: 80px;
    margin-bottom: -0.1em;
}
#vcards .vcardcontainer.single dl {
    clear: both;
    padding-bottom: 1em;
    width: 255px
}
#vcards .vcardcontainer.single .org {
    color: #003249;
}
#vcards .vcardcontainer.single .photo img {
    width: auto;
    height: auto;
}
#wrapper #vcards .vcardcontainer.single .photo,
#wrapper #vcards .vcardcontainer.single .photo .hw_edit img {
    width: 64px;
    padding: 0;
    border: none;
}
#wrapper #vcards .vcardcontainer.single .photo .hw_edit.hw_empty {
    height: 64px;
}
#wrapper #vcards .vcardcontainer.single .vcard {
    padding-left: 80px;
    width: 255px;
}
#wrapper .vcardcontainer.single dl input,
#wrapper .vcardcontainer.single dl .hw_edit.hw_text {
    width: 150px;
    height: 17px;
}
#wrapper .vcardcontainer.single .photo .hw_edit {
    width: 100%;
    height: 100%;
}

/*** Footer Components ********************************************************/

#footer ul {
    position: absolute;
    right: 25px;
    top: 0;
    list-style: none;
}
#footer ul * {
    float: left;
}
#footer ul li {
    margin-left: 20px;
    display: inline;
}
#footer a {
    color: #06a4eb;
}
#footer a:hover {
    color: #ff9000;
}

/*** HW UI Widgets ************************************************************/

#wrapper .hw_blogbutton a,
#wrapper #body .archive .hw_blogbutton    a {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 20px;
    width: 20px;
    overflow: hidden;
    line-height: 100px;
    position: absolute;
    right: 0px;
}
#wrapper #body .archive .hw_blogbutton    a {
    right: -20px;
}
#wrapper #body .hw_blogbutton.hw_add_post a {
    background-image: url("images/icon_add.gif");
    right: 45px;
}
#wrapper #body .hw_blogbutton a:hover {
    background-position: 0 -20px;
}
#wrapper #body .hw_blogbutton a:active {
    background-position: 0 -40px;
}
#wrapper #body .hw_blogbutton.hw_delete_post a,
#wrapper #sidebar .hw_blogbutton.hw_delete_post a {
    background-image: url("images/icon_delete.gif");
}
#wrapper #body .entry.first .hw_blogbutton.hw_delete_post a {
    background-image: url("images/icon_delete2.gif");
    right: 315px;
}
#wrapper #body .archive .hw_blogbutton.hw_delete_post a,
#wrapper #body .pagelist .hw_blogbutton.hw_delete_post a {
    top: 0.3em;
    padding: 0;
}
#wrapper #body .pagelist .hw_blogbutton.hw_delete_post a {
    top: 0.35em;
}
#wrapper #body .archive .hw_blogbutton.hw_delete_post a:hover {
    background-color: transparent;
}
#wrapper #body #pageheader .hw_blogbutton.hw_add_post a {
    background-image: url("images/icon_add.gif");
    left: 580px;
    top: 2em;
}
#wrapper #header .hw_blogbutton.hw_add_post a {
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
    background: transparent url("images/icon_add3.png") no-repeat 0 0.2em;
    padding: 0.4em 22px;
    color: #fff;
    top: 130px;
    left: auto;
    right: 80px;
    width: auto;
    line-height: 100%;
    text-shadow: 0 1px 2px #000;
    outline: none;
}
#wrapper #header .hw_blogbutton.hw_add_post a:hover {
    text-decoration: underline;
}
#wrapper .hw_add_button.disabled,
#wrapper .hw_delete_button.disabled,
#wrapper #filterbar .hw_add_button.disabled {
    display: none;
}

/*** Wiki Components **************************************************/

#body.wiki #sidebar {
    background: transparent;
}
#body.wiki #content {
    width: 560px;
}

/*** Wiki Navigation Components ***********************************************/
#wiki_controls #wiki_controls_caption_subtext,
#wiki_controls #wiki_controls_closebutton,
#wiki_controls #wiki_controls_actionbuttons,
#wiki_controls #wiki_controls_modebuttons {
    display: none;
}
#wikinavigation {
    background: #ffedb1 url("images/bg_wikinavigation.png") no-repeat 0 100%;
    width: 197px;
    padding-bottom: 6px;
    min-height: 205px;
}
#wikinavigation h1,
#wikinavigation h2 {
    color: #51280d;
    font-size: 120%;
    padding: 1em 20px 0.7em 20px;
    margin: 0;
    font-family: "Trebuchet MS", Trebucht, Arial, Helvetica, Verdana, sans-serif;
}
#wikinavigation h1 a {
    color: #51280d;
    display: block;
}
#wikinavigation h1,
#wikinavigation h2 {
    border-top: 1px solid #f8d166;
    font-size: 100%;
    padding: 0.8em 16px 0.2em 16px;
    margin: 0 4px;
}
#wikinavigation ul,
#wikinavigation #wiki_controls div {
    margin: 0;
    padding: 0 4px;
    overflow: hidden;
}
#wrapper #wikinavigation li {
    float: left;
    background: transparent;
    padding: 0;
    clear: both;
    width: 100%;
}
#wikinavigation a,
#wikinavigation a span {
    float: left;
}
#wikinavigation li a,
#wikinavigation .hw_button {
    background: transparent url("images/bg_wikinavi_hover.gif") repeat-x 0 2000px;
    float: left;
    width: 100%;
    cursor: pointer;
}
#wikinavigation a.wcm_disabled {
    cursor: default;
    opacity: 0.5;
    filter:alpha(opacity=50);
}
#wikinavigation li a:hover,
#wikinavigation .hw_button:hover {
    background-position: 0 0;
}
#wikinavigation a.wcm_disabled:hover {
    background-position: 0 2000px;
}
#wikinavigation li a:active,
#wikinavigation li.selected a,
#wikinavigation .hw_button:active {
    background-position: 0 -50px;
}
#wikinavigation li span,
#wikinavigation .hw_button span {
    background: transparent url("images/icon_wikipage.gif") no-repeat 10px 0.2em;
    padding: 0.4em 0.5em;
    padding-left: 40px;
    color: #51280d;
}
#wikinavigation .wikiindex span {
    background-image: url("images/icon_wikiindex.gif");
}
#wikinavigation .wikichanges span {
    background-image: url("images/icon_wikichanges.gif");
}
#wikinavigation .wikimypages span {
    background-image: url("images/icon_wikimypages.gif");
}
#wikinavigation .newpage span {
    background-image: url("images/icon_wikinewpage.gif");
}
#wikinavigation .hw_button.wikipage_delete span {
    background-image: url("images/icon_wikidelete.gif");
}
#wikinavigation .wikihome span {
    background-image: url("images/icon_wikihome.gif");
}
#wikinavigation .hw_button.wikipage_addquicklink span,
#wikinavigation .hw_button.wikipage_hidequicklink span {
    background-image: url("images/icon_quicklink.gif");
}
#wiki_controls_buttons input {
    border: 1px solid #ffd25e;
    height: 20px;
    line-height: 16px;
    padding: 0.05em 0.2em 0 0.2em;
    float: left;
    width: 140px;
}
#wiki_controls_buttons .hw_input.wikipage_publish {
    clear: both;
}
#wiki_controls_buttons .hw_input.wikipage_publish a {
    background: #ffd25e url("images/bg_wikibutton.gif") repeat-x 0 0;
    border: 1px solid #ffd25e;
    width: 20px;
    height: 18px;
    margin-left: -1px;
    overflow: hidden;
    float: left;
}
#wiki_controls_buttons .hw_input.wikipage_publish a span {
    background: transparent url("images/icon_wikicheck.gif") no-repeat 3px 1px;
    display: block;
    padding: 0;
    width: 18px;
    height: 16px;
    overflow: hidden;
    line-height: 200px;
    cursor: pointer;
}
#wikinavigation #wiki_controls_buttons .hw_input.wikipage_publish div {
    padding: 4px 0px 4px 10px;
    border-top: 1px solid #EDD984;
    border-left: 1px solid #EDD984;
    background: #f9e38d;
}
#wikinavigation .wikinavtitle {
    background: #FFFFFF url("images/bg_wikinavigation.png") no-repeat 0 0;
    padding: 0.8em 20px 167px 20px;
    margin: 0;
    margin-bottom: -167px;
    border: none;
}

/*** Page Info Components *****************************************************/

#content .pageinfo h4 {
    width: 48px;
    height: 48px;
    overflow: hidden;
    line-height: 400px;
    float: left;
    margin-bottom: -2.8em;
    margin-left: -10px;
}
#content .pageinfo p {
    background: #f9e49a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0.4em 1em;
    margin: 0;
    margin-top: 1em;
    clear: both;
    margin-bottom: 2em;
    color: #51280d;
}
#content .pageinfo p a {
    color: #51280d;
    text-decoration: underline;
}

/*** Wiki Content Components **************************************************/

#body.wiki #content #wikitext {
    min-height: 208px;
}
#body.wiki #content #wikitext h2 {
    font-size: 110%;
}
#body.wiki #content #wikitext h3,
#body.wiki #content #wikitext h4,
#body.wiki #content #wikitext h5,
#body.wiki #content #wikitext h6 {
    font-size: 100%;
    margin-bottom: -0.07em;
}

/*** Wiki Listing Components **************************************************/

#body.wiki #content .listing,
#body.wiki #content .listing ul {
    margin: 0;
    padding: 0;
}
#body.wiki #content .listing {
    margin-top: 2em;
}
#body.wiki #content .listing a {
    text-decoration: none;
}
#body.wiki #content .listing li strong {
    display: block;
    font-size: 110%;
    color: #003249;
    margin-top: 0.5em;
    margin-bottom: -2.3em;
    padding: 0.2em 0;
    position: relative;
    z-index: 10000000;
    width: 0;
    white-space:nowrap;
}
#body.wiki #content .listing li a strong,
#body.wiki #content .listing li a em {
    cursor: pointer;
}
#body.wiki #content h1.changes,
#body.wiki #content h1.mypages,
#body.wiki #content h1.index {
    padding-left: 35px;
}

#body.wiki #content h1.changes {
    background: transparent url("images/icon_wikichanges.gif") no-repeat 0 0;
}
#body.wiki #content h1.mypages {
    background: transparent url("images/icon_wikimypages.gif") no-repeat 0 0;
}
#body.wiki #content h1.index {
    background: transparent url("images/icon_wikiindex.gif") no-repeat 0 0;
}
#body.wiki #content .listing li {
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
}
#body.wiki #content .listing li a {
    border-top: 1px solid #bde3f7;
    display: block;
    padding: 0.5em 1em;
    padding-left: 0;
    color: #828f98;
    position: relative;
}
#body.wiki #content .listing.index li a {
    padding-left: 2em;
}
#body.wiki #content .listing li a:hover {
    background-color: #e5f4fc;
    color: #003249;
}
#body.wiki #content .listing li li {
    font-size: 85%;
    line-height: 140%;
}
#body.wiki #content .listing li li strong {
    background: transparent;
    border: none;
    font-size: 120%;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0;
}
#body.wiki #content .listing li li em {
    float: right;
    margin-top: -1.5em;
    font-style: normal;
}

/*** Login Area **************************************************/

#hw_loginstate {
    position: absolute;
    right: 85px;
    top: 27px;
}
#hw_loginstate .hw_button {
    background: transparent url("images/icon_login.gif") no-repeat 0 0;
    color: #fff;
    font-weight: normal;
    padding: 0.3em 0 0.3em 30px;
}
#hw_loginstate .hw_button:hover {
    text-decoration: underline;
}
#hw_loginstate .hw_username {
    font-weight: bold;
    padding-right: 0.3em;
}
#hw_loginstate .hw_loginmessage {
    padding-right: 0.3em;
}

/*** Login Page **************************************************/

#header h1.login {
    background: transparent url("images/icon_login_header.gif") no-repeat 0 0;
    padding: 0.1em 0 0.1em 75px;
}
#body.login h2 {
    color: #2891e0;
    font-size: 200%;
    margin-bottom: 0.5em;
}
#body.login form,
#body.login form div {
    background: transparent url("images/bg_login.jpg") no-repeat 0 100%;
    padding-bottom: 20px;
    float: left;
    width: 380px;
}
#body.login form div {
    background-position: 0 0;
    padding: 30px 30px 0px 30px;
    width: 320px;
}
#body.login label {
    display: block;
    font-weight: bold;
}
#body.login input {
    border: 1px solid #a4bfd9;
    width: 300px;
    padding: 0.1em 0.3em;
    font: small/150% Arial, Helvetica, Verdana, sans-serif;
}
#body.login #content .hw_button,
#body.login #content .hw_button span {
    background: transparent url("images/bg_commandbutton.gif") no-repeat 0 0;
    color: #fff;
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    float: left;
    text-decoration: none;
}
#body.login #content .hw_button {
    padding-left: 15px;
}
#body.login #content .hw_button span {
    background-position: 100% 0;
    padding-right: 15px;
}
#body.login #content .hw_button.wcm_hover {
    background-position: 0 -50px;
}
#body.login #content .hw_button.wcm_pressed {
    background-position: 0 -100px;
}
#body.login #content .hw_button.wcm_hover span {
    background-position: 100% -50px;
}
#body.login #content .hw_button.wcm_pressed span {
    background-position: 100% -100px;
}
#body.login .hw_errormessage {
    background: transparent url("images/icon_warning.gif") no-repeat 0 0;
    clear: both;
    float: left;
    padding: 0.3em 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 28px;
    color: #87000f; 
}

/*** Generic Form Page **************************************************/

#header h1.login {
    background: transparent url("images/icon_login_header.gif") no-repeat 0 0;
    padding: 0.1em 0 0.1em 75px;
}
#body.genericform h2 {
    color: #2891e0;
    font-size: 200%;
    margin-bottom: 0.5em;
}
#body.genericform form,
#body.genericform form div {
    background: transparent url("images/bg_form.jpg") no-repeat 0 100%;
    padding-bottom: 20px;
    float: left;
    width: 380px;
}
#body.genericform form div {
    background-position: 0 0;
    padding: 30px 30px 0px 30px;
    width: 320px;
}
#body.genericform label {
    display: block;
    font-weight: bold;
}
#body.genericform input {
    border: 1px solid #a4bfd9;
    width: 300px;
    padding: 0.1em 0.3em;
    font: small/150% Arial, Helvetica, Verdana, sans-serif;
}
#body.genericform #content .hw_button,
#body.genericform #content .hw_button span {
    background: transparent url("images/bg_commandbutton.gif") no-repeat 0 0;
    color: #fff;
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    float: left;
    text-decoration: none;
}
#body.genericform #content .hw_button {
    padding-left: 15px;
}
#body.genericform #content .hw_button span {
    background-position: 100% 0;
    padding-right: 15px;
}
#body.genericform #content .hw_button.wcm_hover {
    background-position: 0 -50px;
}
#body.genericform #content .hw_button.wcm_pressed {
    background-position: 0 -100px;
}
#body.genericform #content .hw_button.wcm_hover span {
    background-position: 100% -50px;
}
#body.genericform #content .hw_button.wcm_pressed span {
    background-position: 100% -100px;
}
#body.genericform .hw_errormessage {
    background: transparent url("images/icon_warning.gif") no-repeat 0 0;
    clear: both;
    float: left;
    padding: 0.3em 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 28px;
    color: #87000f; 
}
/*** Placeholders for applets and flash ***************************************/

#canvas .hw_edit .applet_placeholder,
#canvas .hw_edit .flash_placeholder {
    background-color: #f8eaa0;
    border: 1px solid #efcb3a;
    border: 1px solid rgba(206, 168,17,0.2);
    margin-left: 6px;
    -moz-box-shadow: 0 1px 4px rgba(206, 168,17,0.5);
    -moz-border-radius: 3px;
}
/*** additional description styles ***************************************/
#body .description_html {
    margin-bottom: 2em;
}

#body .description_html .htmlarea{
    z-index:3;
}


#body .description_html .hw_edit.hw_textarea:first-line {
    font-weight: bold;
}
#body .description_html img {
    max-height:150px;
    max-width:200px;
    min-height:50px;
    min-width:44px;
	z-index:5;
}
* html #body .description_html img {
    width: 200px;
	z-index:5;
}
#body .description_html .hw_image {
    float: right;
    clear: none;
    max-height: 150px;
    max-width: 300px;
    min-height: 50px;
    min-width: 44px;
    margin-left: 20px;
	z-index:5;
}


