@charset "utf-8";
/* CSS Document */
* {
    margin: 0
    }
/* for op=db */
dd {
    margin-left: 3em !important
    }
li {
    margin-left: 3em !important
    }
/* location (for non-popup-mode) */
div.location {
    text-align: center;
    margin: 10px
    }
span.location {
    vertical-align: middle;
    font-weight: bold;
    padding: 4px
    }
/* forms */
/* anchors (on forms) */
a:link, a:visited, a:focus, a:active, a:hover {
    font-weight: bold
    }
/* highlighted text in forms (not labels) */
.dialog_container span.strong {
    font-weight: bold
    }
.box_container table.list {
    width: 100%;
    border-collapse: collapse
    }
.box_container table.list th {
    text-align: center
    }
td.sValueB {
    font-weight: bold
    }
div.segment_hr {
    height: 1px
    }
img.dummy.select_all, img.dummy.select_none {
	height: 18px;
	width: 18px;
    }
img.dummy.select_all {
    background-position:0 -468px
	}
img.dummy.select_none {
    background-position:0 -486px
	}
