html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #607f8d;
}

div.h1 {
    height: 21px;
    background: url('header.png') 0 -737px repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

div.h1 a:link,div.h1 a:visited, div.h1 a:active {
    color: black;
}

div.h1 a:hover {
    color: red;
}

div.h2 {
    background: url('header.png') 0 -758px repeat-x;
    min-height: 539px;
}

div.h2_right {
    width: 251px;
    height: 539px;
    background: url('header.png') 0 0 no-repeat;
    float: right;
}

img#logo_ajaxforum, img#logo_wordtohtml {
    width: 440px;
    height: 98px;
    margin: 0 auto;
    display: block;
    border: 0;
}
img#logo_ajaxforum {
    background: url('header.png') 0 -539px no-repeat;
}
img#logo_wordtohtml {
    background: url('header.png') 0 -638px no-repeat;
}

div.h2_center {
    position: relative;
    margin-right: 251px;
}

div.h2_breadcrumb {
    position: absolute;
    left: 10px;
    top: 100px;
}

div.html_header {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

div.h2_content {
    padding-left: 20px;
}

div.h2_content_with_breadcrumb {
    padding-top: 50px;
}

div.msg {
    background-color: #afb4bb;
}

.ui-widget-content, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #afb4bb;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
}

tr.tr_0 {
    background-color: #f6f6f6;
}
tr.tr_1 {
    background-color: #dddddd;
}
