div#narrowarea{
    float:left;
    border:none;
    width:205px;
}
div#widearea{
    float:right;
    border:none;
    width:530px;
}
dl{
   
   margin-left:20px;
}
dt{
    background-color:#EAEAEA;
    background-image:url(/images/hnt.jpg);
    border-bottom:solid 2px #0066FF;
    color:#333333;
    font-size:12px;
    padding:3px;
    font-weight:bold;
}
dd{
    color:#333333;
    margin:0px 0px 0px 20px;
    line-height:16px;
    border-bottom: dotted 1px #AAAAAA;
    vertical-align:baseline;
    padding:5px 3px 8px 2px;
}

a.sidemenu div{

    background-color:#555555;
    border:outset 1px #0066FF;
    color:#FFFFFF;
    padding:10px;
    margin:6px;
    overflow:visible;
    cursor:pointer;
    text-align:left;
    background-image:url(/images/ir/bindicator.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
}
a.sidemenu:hover div{
    background-color:#AAAAAA;
    border:inset 1px #0066FF;
}
h1{
    position:relative;
    font-size:18px;
    margin:10px 0px 10px 0px;
    border-left:solid 24px #0066FF;
    background-color:#EAEAEA;
    background-image:url(/images/hn.jpg);
    font-weight:bold;
    color: #333333;
    padding:5px;
}
h1 span {
    color: #333333;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
}
h2{
    position:relative;
    font-size:13px;
    margin:5px 0px 5px 20px;
    background-color:#EAEAEA;
    background-image:url(/images/hn.jpg);
    border-bottom:solid 2px #0066FF;
    font-weight:bold;
    color: #333333;
    padding:2px;
}
h2.lib{
    margin-left:0px;
}
p{
    margin-left:20px;
    line-height:20px;
}
table.history{
    margin-left:20px;
    border:none;
    border-collapse:collapse;
    table-layout:fixed;
    color:#333333;
    width:100%;
}
.history td, .history th{
    border-bottom:dotted 1px #555555;
    line-height:18px;
}
.history th{
    background-color:#EEEEEE;
    border-right:solid 1px #FF6600;
    text-align:center;
}
.history td{
    padding-left:10px;
}
table.graph{
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;

}
.graph th,.graph td{
    border-bottom:dotted 1px #FF6600;
    border-top:dotted 1px #FF6600;
}
.graph th{
    background-color:#DDDDDD;
    text-align:center;
    font-weight:normal;
    
    color:#222222;
}
.graph tfoot td{
    text-align:right;
    color:#444444;
    border:none;
}
.graph div{

    text-align:right;
    padding:3px;
    margin-bottom:0px;
    font-size:11px;
    height:15px;
    color:#000000;
}
.graph div.sales{
    background-image:url(/images/company/sales-bg.gif);
 }
 .graph div.profit{
    background-image:url(/images/company/profit-bg.gif);
 }
table.finfo{
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    font-size:11px;
}
.finfo th,.finfo td{
    border:solid 1px #888888;
    font-weight:normal;
    padding:2px;
}
.finfo th{
    background-color:#AACCFF;
    text-align:left;
}
.finfo td{
    text-align:right;
}
.finfo thead .top th{
  border-bottom:none;
  text-align:center;
}
.finfo thead .bot th{
  border-top:none;
  text-align:center;
  font-size:9px;
}
.finfo thead .top th.first{
  text-align:right;
  font-size:11px;
}
.finfo thead .bot th.first{
  text-align:left;
  font-size:11px;
}
.finfo th.title{
    font-weight:bold;
    background-color:#666666;
    color:#F0F0F0;
    border-bottom:solid 3px #FF6600;
}
input{
    margin-right:10px;
}
label{
    margin-left:5px;
    margin-top:3px;
}
li{
    margin-bottom:8px;
    list-style:square;
    line-height:17px;
}
ol{
    font-size:11px;
    color:#333333;
}
ol li{
    list-style:decimal;
    margin-bottom:4px;
}

