.codebold{background-color:yellow; color: #0066CC;}
.reminder {position: fixed; width: 100%; height: 28px; left: 0; top: 0; background: #ffffe1; margin: 0; color: black; font-family: "Tahoma", arial; font-size: 11px; border-bottom: 1px solid #A7A6AA; z-index: 101;}
* html .reminder {position: absolute;}
.reminder table{width: 100%; border:0; font-size: 11px}
.reminder td{verical-align: middle; border:0;}
.reminder img{border: 0;}
.reminder a{text-decoration: underline;}
.reminderplace {height: 19px;}
* html .reminderplace {height: 14px;}

* html .minwidth {
padding-left:950px;
}
* html .container {
margin-left:-950px;
position:relative;
}
/**/
* html .minwidth, * html .container, * html .layout  {
height:1px;
}
/**/
img.preload { position: absolute; left: 0px; top: 0px; width: 1px; height: 1px; }


.news_title {
/* margin-bottom: 10px; */
}


#left_top_bookmark {
    border-right: none;
    position: absolute;
    top: 90px;
    height: 49px;        
    left: 0;
    z-Index:999;
    cursor: hand;
}

          div.auto_complete {
            width: 350px;
            background: #fff;            
          }
          div.auto_complete ul {
            border:1px solid #888;
            margin:0;
            padding:0;
            width:100%;
            list-style-type:none;            
          }
          div.auto_complete ul li {
            margin:0;
            padding:3px;
          }
          div.auto_complete ul li.selected { 
            background-color: #ffb; 
          }
          div.auto_complete ul strong.highlight { 
            color: #800; 
            margin:0;
            }
            
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#F5FCED; border:2px solid #C8C8C8; 
  width:450px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
  text-align: left;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }
