<!--
body {background-color:#dddddd;}

#mb
{
   position:relative;
   width:1000px;
   height:100%;
   margin-left:auto; margin-right:auto;
   background-color:#ffffff;
   border:none;
}

#ad0 {position:absolute; width:730px; height:92px; top:80px; left:30px; border:none; margin:24px 0 0 90px; padding:0;}

#main
{
   margin-left:10px; margin-top:160px;
   width:765px;
   min-height:700px;
}

#main #text1 {font-size:12px; line-height:14px; color:#444444; margin:0px;}

#grid_menu
{  
   list-style:none;
   padding:0px 0 0 5px;
   margin:10px 0 5px 0;
   height:17px;
   width:720px;
   border:none;
   color:#666666;
}

#grid_menu li 
{
   float:left;
   margin:0; margin-top:2px;
   padding:0 0 0 0;
   height:12px;
   border-left:1px solid #aaaaaa;
}

#grid_menu #tit {border:none; font-size:12px; margin-right:10px;}
#grid_menu #ownership {border:none;}

#grid_menu  a
{  display:block;
   border:none;
   margin:0 5px 0 5px;
   text-decoration:none;
   color:#0033dd;
   height:100%;
   text-align:center;
   font-size:10px; line-height:1.1;
   padding-top:2px;
}

#grid_menu a:hover , #grid_menu a.selected { color:#000000;}

#grid { clear:both;
	margin:10px 0 0 0;
	text-align:center;
        border-collapse:collapse;
        border-style:solid;
        border-color:#C0C0C0;
        border-width:1px;
      }

#grid td
{
   margin:0;
   padding:0;
   border-width:1px; border-style:solid; border-color:#C0C0C0;
   width:37px;
}

#grid a
{
   display:block;
   text-decoration:none;
   padding:0;
   color:black;
   font-size:10px; line-height:17px;
   height:17px;      /* we need this as well as line-height so that IE mouse hover works smoothly! */
}

#grid a:hover {background-color:#ffccaa;}

#grid caption {margin:0px; font-size:9px; caption-side:top; text-align:right; padding-right:5px; color:#777777;}

#table_note {font-size:9px; margin:0px; text-align:center; color:#777777;}

.col0 {background-color:#ffffff;}
.col1 {background-color:#eeeeff;}
.col2 {background-color:#ddeeff;}
.col3 {background-color:#cceeff;}
.col4 {background-color:#bbeeff;}
.col5 {background-color:#aaeeff;}
.col6 {background-color:#99eeff;}
.col7 {background-color:#99ddee;}
.col8 {background-color:#88ddee;}
.col9 {background-color:#88ccee;}
.col10 {background-color:#88ccdd;}
.col11 {background-color:#88bbcc;}
.col12 {background-color:#88aabb;}
.col13 {background-color:#8899aa;}
.col14 {background-color:#888899;}
.col15 {background-color:#887788;}
.col16 {background-color:#887788;} /* Same as col15 in case we go over the limit due to floating point arithmatic */

.col_sell0 {background-color:#ffffff;}
.col_sell1 {background-color:#ffeeee;}
.col_sell2 {background-color:#ffeedd;}
.col_sell3 {background-color:#ffdddd;}
.col_sell4 {background-color:#ffccdd;}
.col_sell5 {background-color:#ffcccc;}
.col_sell6 {background-color:#ffbbcc;}
.col_sell7 {background-color:#ddbbbb;}
.col_sell8 {background-color:#ddaabb;}
.col_sell9 {background-color:#ddaaaa;}
.col_sell10 {background-color:#dd99aa;}
.col_sell11 {background-color:#dd9999;}
.col_sell12 {background-color:#dd8899;}
.col_sell13 {background-color:#dd8888;}
.col_sell14 {background-color:#dd7788;}
.col_sell15 {background-color:#dd7777;}
.col_sell16 {background-color:#dd7777;}  /* Same as col_sell15 in case we go over the limit due to floating point arithmatic */

#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;}


-->

