body {
    font-size:9pt; 
    font-family: arial, "Trebuchet MS";
    margin:20;
    background: #6699cc;
    line-height: 1.8em;
}

body.info {
    margin:20;
}

body.bubble {
    margin:20;
    background: url("bg.jpg") repeat-x;
    background-color: white;
}

.bubble {
    cursor: hand;
}

iframe.bubble {
    border: 4px solid #ff6600;
    cursor: normal;
}

h1 {
    font-size: 18pt;
}
h2 {
    font-size: 12pt;
    font-weight:bold;
    color: #556677;
    margin-bottom:10;
}

a {
    color: #007cbf;
    text-decoration:none;
}

a:hover {
    color: #ff6600;
    text-decoration:underline;
}

img {
    border:0;
}

table {    
    font-size: 9pt;
    border-collapse: collapse;
    empty-cells:show;
    line-height: 1.8em;
}

th {
     background: #336699;
     text-align: left;
     font-size: 100%;     
     font-weight: bold;
     color: white;
}
tr.uline {
    border-bottom: 1px solid #bbbbbb;
}
.uline td{
    border-bottom: 1px solid #bbbbbb;
}

td {
    vertical-align: top;
}

td p.header {
    font-weight: bold;
    font-size:11pt;
    margin-bottom: 4;
}

#root {
    position: absolute;
    top: 20;
    left: 20;
}

#pageu {
    float: left;
    width: 990;
    margin: 0;
    padding: 0;
    padding-left: 20;
    padding-top:20;
    background: url("pageu.gif") no-repeat;
}

#pagem {
    float: left;
    width: 990;
    margin: 0;
    padding: 0;
    padding-left: 10;
    padding-bottom: 20;
    background: url("pagem.gif") repeat-y;    
}

#pageb {
    float: left;
    width: 990;
    margin: 0;
    padding: 0;
    padding: 20;
    background: url("pageb.gif") no-repeat bottom left;
}

#toolbar {
    width:930;
    padding:16;
}

#titlebar {
    width:960;
    border-top:1px solid #aabbcc;
    border-bottom:1px solid #aabbcc;
    float:left;
    font-weight:bold;
    font-size:11pt;
    padding-top:4;
    padding-bottom:4;
    margin-bottom: 10;
}

#menubar {
    margin:0;
    margin-top: 8;
    margin-bottom: 8;
    padding: 10 0 0 0;
    float:left;
    background: white;
    width:930;
    height: 30;
    font-weight:bold;
    font-size: 11pt;
}

.menuitem {
    float:left;
    margin:0;
    padding:6;
    margin-left:10;
    margin-right:10;
}

.selectedmenuitem {
    float:left;
    margin:0;
    padding:6;
    margin-left:10;
    margin-right:10;
    border-bottom: 3px solid red;
}

.selectedmenuitem a {
    color: black;
}

#sidebar {
    float:left;
    width:180;
    margin-top: 20;
}

#main-content {
     float:right;
     width:769;
}

#navi {
    background: url('/img/bg.jpg') repeat-x;
}
#navi a {
    color: black;
}
#navi dt {
    font-weight:bold;
    font-size: 10pt;
    padding: 5;
    padding-left:10;
}
#navi dd {
    padding: 2;
    padding-left: 30;
    margin-left:0;
}

p.topic {
   font-weight:bold;
   font-size: 12pt;
   padding: 5;
   padding-left: 32;
   background: url("topic.gif") no-repeat;
   color: #ff6600;
}

p.band {
   font-weight:bold;
   font-size: 11pt;
   background-color: #ccddee;
   padding: 3;
   color: white;
   padding-left: 5;
   margin-bottom: 0;
}

p.bandb {
   font-weight:bold;
   font-size: 11pt;
   background: url('band_b.jpg') repeat-x;
   background-color: #4c6aa2;
   padding: 3;
   color: white;
   padding-left: 5;
   margin-bottom: 0;
}

td.rbox1 {
   background: url("rf_t_l.gif") no-repeat;
   width: 16;
   height: 16;
}
td.rbox2 {
   background: url("rf_t_r.gif") no-repeat top right;
   height: 16;
}
td.rbox3 {
   background: url("rf_c_l.gif") no-repeat top left;
   width: 16;
}
td.rbox4 {
   background: url("rf_c_r.gif") no-repeat top right;
}
td.rbox5 {
   background: url("rf_b_l.gif") no-repeat bottom left;
   width:16;
   height:16;
}
td.rbox6 {
    background: url("rf_b_r.gif") no-repeat bottom right;
    height:16;
}


td.tboxtl {
    background: url("rft_t_l.gif") no-repeat top left;
    width: 10;
    height: 10;
}
td.tboxtr {
    background: url("rft_t_r.gif") no-repeat top right;
    width: 10;
    height: 10;
}
td.tboxbl {
    background: url("rft_b_l.gif") no-repeat bottom left;
    width: 10;
    height: 10;
}
td.tboxbr {
    background: url("rft_b_r.gif") no-repeat bottom right;
    width: 10;
    height: 10;
}
td.tboxt {
    background: url("rft_h.gif") repeat-x top;
    height:10;
}
td.tboxb {
    background: url("rft_h.gif") repeat-x bottom;
    height:10;
}
td.tboxl {
    background: url("rft_v.gif") repeat-y left;
    width:10;
}
td.tboxr {
    background: url("rft_v.gif") repeat-y right;
    width:10;
}

ul {
    margin-left: 20;
}
li {
    list-style: none;
    background: url(li-bullet.jpg) no-repeat 0;
    padding-left: 15px;
}

/*
 * for popup frame
 */
body.popupframe { background: white; margin:9px;}
    
div.popupmask {
    position: absolute;
    background: black;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    z-index: 98;
    display:block;
}

iframe.popupmask {
    position: absolute;
    left: 0;
    top: 0;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    z-index: 99;
    display:block;
}

iframe.popupframe {
    position: absolute;
    border: 5px solid orange;
    z-index: 100;
    display:block;
}

