html {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

:focus {
    outline: 0;
    -moz-outline: 0;
}

a:focus,
a:active {
    outline: 0;
    -moz-outline: 0;
}

div {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

body a {
    color: #137;
    text-decoration: none;
}

body a:visited {
    color: #137;
    text-decoration: none;
}

body a:hover {
    color: #369;
    text-decoration: underline;
}

table {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-width: 0;
}

input [type=text] {
    border: 1px solid #0D4E76;
    height: 20px;
}

.header {
    height: 64px;
    background-color: #e0e0e0;
    border-bottom: 2px solid #888;
    text-align: center;
}

.header_view {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 24px;
    padding-top: 10px;
    line-height: 0.8em;
    width: 900px;
}

.header_view span {
    font-size: 20px;
}

.content_wrap {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    background-color: white;
    text-align: center;
}

.content_view {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 20px;
    width: 900px;
    background-color: white;
}

.header {
    height: 64px;
    background-color: #e0e0e0;
    border-bottom: 2px solid #888;
    text-align: center;
}

.header_view {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 24px;
    padding-top: 10px;
    line-height: 0.8em;
    width: 900px;
}

.header_view span {
    font-size: 20px;
}

.footer {
    text-align: center;
    padding: 20px;
}

.footer_view {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    border-top: 1px dotted #888;
    background-color: #fff;
    padding-top: 8px;
    width: 900px;
}

.content_frame {
    line-height: 1.5em;
    border-left: dotted 1px #aaa;
    background-color: white;
    color: black;
    width: 750px;
    text-align: left;
    padding-left: 20px;
    min-height: 120px;
    float: left;
}

.contentSep {
    float: left;
    background-color: white;
    width: 10px;
}

.toolbar {
    width: 98%;
    background: #D3E4FF;
    height: 26px;
}

.fixed {
    clear: both;
}

.odd_row {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #eaeaea;
}

.even_row {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #D0D0D0;
}

.iconed_link_16 {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 16px;
    display: block;
    padding-left: 20px;
}

.inputText {
    border: #888f97 1px solid;
    padding-right: 3px;
    padding-left: 3px;
    font-family: sans-serif, tahoma, verdana, arial;
}

.remark {
    margin-top: 16px;
    font-size: 12px;
    border-top: 1px dotted #aaa;
    width: 250px;
}

.remark_asteriks {
    font-size: 10px;
    color: red;
}

.small_caption {
    font-size: 14px;
    padding: 4px;
    text-align: left;
    width: 97%;
    margin-bottom: 8px;
    color: #368;
    border-bottom: 2px solid #888;

}

.group_header {
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
    padding: 2px;
    background: #f0f0f0;
    border-left: 2px solid #888;
}

.middle_caption {
    width: 98%;
    font-size: 12px;
    background: #f0f0f0;
    border-left: 2px solid #888;
}

.middle_caption span {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    width: 100%;
    padding: 8px;
}

.middle_caption span h3 {
    font-size: 15px;
}

.close_div {
    width: 98%;
    height: 16px;
    text-align: right;
    position: relative;
}

.close_div a {
    position: absolute;
    right: 0px;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../img/close.gif) no-repeat;
}

.close_div a:visited {
    background-position: 0px 0px;
}

.close_div a:hover {
    background-position: 0px -16px;
}

.inline_edit {
    border-left: 2px solid #888;
    padding: 8px;
    width: 96%;
    height: 200px;
    background: #e0e0e0;
}

#comment_form {
    margin-left: 16px;
    margin-top: 32px;
    border-left: 2px solid #888;
    border-left: 2px solid #888;
    padding: 8px;
    background: #e0e0e0;
    width: 400px;
}

.comment_div {
    width: 700px;
    margin-bottom: 32px;
}

.comment_block {
    background: #f8fcff;
    width: 450px;
    padding: 0px 8px 8px 8px;
    border-left: 2px solid #b8c8d1;
    border-bottom: 1px solid #b8c8d1;
}

.comment_meta {
    font-size: 10px;
    width: 100%;
    border-bottom: 1px dotted #555;
    margin-bottom: 8px;
}

.comment_text {
    width: 500px;
    padding-top: 8px;
    background: url(../img/comment-top.gif) 0px 0px no-repeat;
}

.comment_text div {
    font-size: 11px;
    line-height: 1.5em;
    margin-left: 25px;
    display: block;
    width: 460px;
    height: expression(parentNode.clientHeight > 140 ? "140px" : "auto");
    max-height: 140px;
    min-height: 40px;
    overflow-y: auto;
}

.comment_text_btm {
    width: 500px;
    background: url(../img/comment-bottom.gif) no-repeat;
    height: 10px;
}

.tag {}