<!--

body {background-color:#dddddd;}

#mb
{
   position:relative;
   width:1000px;
   height:100%;
   margin-left:auto; margin-right:auto;
   background-color:#ffffff;
   border:none;
}

#ad0 {width:730px; height:92px; border:none; margin:24px 0 0 86px; padding:0;}

#main
{
   margin-left:10px; margin-top:20px;
   min-height:700px;
}

#main #text1 {font-size:12px; color:#555555;}

#grid
{
   margin:0; margin-top:10px;
   text-align:center;
   border-collapse:collapse;
   border-style:solid;
   border-color:#ffffff;
   border-width:1px;
}

#grid #holdings {width:400px;}

#grid thead tr {height:21px;}
#grid thead {background-color:#ccddee; font-size:11px; line-height:12px;}

#grid thead .val { width:80px;}
#grid thead .cnt { width:80px;}

#grid .col1 {background-color:#eeeeee; }
#grid .col2 {background-color:#dddddd; }

#grid tbody tr  {margin:0; padding:0; height:18px;}
#grid td 
{   margin:0;
    padding:0;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
}

#grid tbody {font-size:11px; line-height:12px;}

#grid .man {width:300px;}

#grid a
{
   display:block;
   Height:15px;
   padding:0; padding-top:3px;
   text-decoration:none;
   white-space:nowrap;
   overflow:hidden;
}

#grid a * {vertical-align:middle;}

#grid tbody .man a  {color:#000000; font-size:10px;}
#grid tbody .sym a  {color:#2200aa; font-size:10px;}

#grid tbody tr:hover {background-color:#aaccdd;}
#grid tbody .sym:hover {background-color:#ffccaa;}

.fn {width:500px; font-size:9px; color:#888888;}

#grid .tit_ctl {position:relative;}

#grid .tit_ctl div {display:none;}

#grid .show {position:relative;}

#grid .show:hover a {background-color:#ffccaa;}

#grid .show div
{ 
    display:block; 
    position:absolute; 
    width:200px;
    font-size: 10px; line-height:15px;
    padding:7px;   
    margin:0;
    border:1px solid #bbb; 
    background-color:#eeeedd; 
    color:#000;
    /* making round corners for Moziall Firefox and Safari. IE dosen't support */
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    left:-10px;
    top:auto; /* adjust positioning from top so that tool tip will come above the elemnt */
    text-align: left;  
    /* make it visible above the all elment, z-index decide the order of elements we show on page. 5000 is much higher value and tool tip will always come above of all elements */
    z-index:1000;
}

#grid .show .hp {color:#ee5511;}


-->

